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

test_encryption.py FE

==================================== ERRORS ====================================
__________ ERROR at teardown of TestEncryption.test_simple_encryption __________
ydb/tests/functional/encryption/test_encryption.py:166: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:667: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, 0 sessions to shutdown
E   GRpc shutdown warning: left infly: 1, spent: 4.781338 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 8.098652 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.213089 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.360346 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 17.456711 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 20.569385 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 23.668492 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 26.859067 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.009088 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1515081==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034bebe02 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034bebe02 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034bebe02 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034bebe02 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 0x000034bebe02 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034bebe02 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034bebe02 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034bebe02 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034bebe02 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034bebd1c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034bebd1c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c15bab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c15bab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c15bab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c15bab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c15bab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c15bab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c15bab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c15bab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c15bab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c15bab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034bef66a 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 0x000034bef66a 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c15ba34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c15ba34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c15ba34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003436e294 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003436e294 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003436e294 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003436e294 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00003436e294 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00003436e294 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00003436e294 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00003436e294 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00003436e294 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00003436e294 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x00003436e294 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 0x00003436d062 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x00003436d062 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000034373580 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000343cf7c8 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 0x000034bfa3b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00004186c2ab 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 0x000041862112 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003436e1f2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00003436e1f2 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00003436e1f2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x00003436e1f2 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 0x00003436d062 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x00003436d062 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000034373580 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000343cf7c8 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 0x000034bfa3b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00004186c2ab 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 0x000041862112 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 240 byte(s) in 3 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00002224e306 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
E   #2 0x00002224e306 in NMonitoring::TDynamicCounters::GetSubgroup(TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>> const&) /-S/library/cpp/monlib/dynamic_counters/counters.cpp:137:19
E   #3 0x00004191e5eb in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
E   #4 0x00004190660a in NKikimr::NGRpcService::TYdbCounterBlock::FinishProcessing(unsigned int, unsigned int, bool, unsigned int, TDuration) /-S/ydb/core/grpc_services/counters/counters.cpp:232:49
E   #5 0x0000491227c9 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetFinishDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:495:20
E   #6 0x00004185a65c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #7 0x00004185a65c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #8 0x00004185a65c in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #9 0x00004185a65c in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #10 0x00004185a65c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #11 0x00004185a65c in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #12 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #13 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #14 0x000021dd424e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #15 0x000021dd47ac in Execute /-S/util/thread/factory.h:15:13
E   #16 0x000021dd47ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #17 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #18 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000278e34a8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000278e34a8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000278e34a8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000278e34a8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000278e34a8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x0000278e34a8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x0000278e34a8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x0000278e34a8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x0000278e314f 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 0x0000278e1fa8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x000041916bda in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x000041916bda 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 0x000041916bda 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 0x000041916bda in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x000041916bda 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 0x00001f7422ef in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x000041904f7f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x000041904f7f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x000041904f7f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x00004afa1eb2 in NYdbGrpc::TGRpcRequestImpl<Ydb::Debug::TxProxyRequest, Ydb::Debug::TxProxyResponse, NKikimr::NGRpcService::TGRpcYdbDebugService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00004185a65c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00004185a65c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00004185a65c in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #24 0x00004185a65c in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #25 0x00004185a65c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00004185a65c in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #27 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_simple_encryption
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1034
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26373
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27689
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4394
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4744
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15182
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12678
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:455 Working directory: /home/runner/.ya/build/build_root/n580/001a4d/r3tmp/kikimr_cluster_gou9npq3
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62275
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4071
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7933
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24061
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513032
DEBUG    ya.test:process.py:259 Command (pid 1513032) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513032) elapsed time (sec): 1.1528997421264648
DEBUG    ya.test:process.py:263 Command (pid 1513032) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) maxrss: 481792
DEBUG    ya.test:process.py:263 Command (pid 1513032) minflt: 46036
DEBUG    ya.test:process.py:263 Command (pid 1513032) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) nivcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 1513032) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1513032) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513032) stime: 0.218277
DEBUG    ya.test:process.py:263 Command (pid 1513032) utime: 0.578759
DEBUG    ya.test:process.py:263 Command (pid 1513032) wtime: 1.156
DEBUG    ya.test:process.py:275 Command (pid 1513032) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_x0bqxbky.log --grpc-port=62275 --mon-port=4071 --ic-port=1034 --module=1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25028
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18026
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24473
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20660
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513301
DEBUG    ya.test:process.py:259 Command (pid 1513301) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513301) elapsed time (sec): 1.1720011234283447
DEBUG    ya.test:process.py:263 Command (pid 1513301) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) maxrss: 481476
DEBUG    ya.test:process.py:263 Command (pid 1513301) minflt: 45934
DEBUG    ya.test:process.py:263 Command (pid 1513301) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) nivcsw: 257
DEBUG    ya.test:process.py:263 Command (pid 1513301) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1513301) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513301) stime: 0.209842
DEBUG    ya.test:process.py:263 Command (pid 1513301) utime: 0.606216
DEBUG    ya.test:process.py:263 Command (pid 1513301) wtime: 1.182
DEBUG    ya.test:process.py:275 Command (pid 1513301) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_59sdo_j5.log --grpc-port=25028 --mon-port=18026 --ic-port=12477 --module=2
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15139
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14724
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9476
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513506
DEBUG    ya.test:process.py:259 Command (pid 1513506) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513506) elapsed time (sec): 1.2471163272857666
DEBUG    ya.test:process.py:263 Command (pid 1513506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) maxrss: 481848
DEBUG    ya.test:process.py:263 Command (pid 1513506) minflt: 46013
DEBUG    ya.test:process.py:263 Command (pid 1513506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) nivcsw: 178
DEBUG    ya.test:process.py:263 Command (pid 1513506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1513506) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513506) stime: 0.257328
DEBUG    ya.test:process.py:263 Command (pid 1513506) utime: 0.55235
DEBUG    ya.test:process.py:263 Command (pid 1513506) wtime: 1.249
DEBUG    ya.test:process.py:275 Command (pid 1513506) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_mv2gpu4u.log --grpc-port=15139 --mon-port=14724 --ic-port=26373 --module=3
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15264
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21783
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23035
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23383
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513733
DEBUG    ya.test:process.py:259 Command (pid 1513733) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513733) elapsed time (sec): 1.1847798824310303
DEBUG    ya.test:process.py:263 Command (pid 1513733) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) maxrss: 481908
DEBUG    ya.test:process.py:263 Command (pid 1513733) minflt: 46032
DEBUG    ya.test:process.py:263 Command (pid 1513733) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) nivcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 1513733) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1513733) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513733) stime: 0.23558199999999999
DEBUG    ya.test:process.py:263 Command (pid 1513733) utime: 0.559352
DEBUG    ya.test:process.py:263 Command (pid 1513733) wtime: 1.189
DEBUG    ya.test:process.py:275 Command (pid 1513733) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_2yurf28h.log --grpc-port=15264 --mon-port=21783 --ic-port=27689 --module=4
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9539
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11348
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13148
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21643
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513937
DEBUG    ya.test:process.py:259 Command (pid 1513937) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513937) elapsed time (sec): 1.0415809154510498
DEBUG    ya.test:process.py:263 Command (pid 1513937) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) maxrss: 481580
DEBUG    ya.test:process.py:263 Command (pid 1513937) minflt: 46009
DEBUG    ya.test:process.py:263 Command (pid 1513937) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 1513937) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1513937) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513937) stime: 0.235618
DEBUG    ya.test:process.py:263 Command (pid 1513937) utime: 0.5509879999999999
DEBUG    ya.test:process.py:263 Command (pid 1513937) wtime: 1.056
DEBUG    ya.test:process.py:275 Command (pid 1513937) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_5np_r6ex.log --grpc-port=9539 --mon-port=11348 --ic-port=4394 --module=5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63123
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62279
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31720
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514199
DEBUG    ya.test:process.py:259 Command (pid 1514199) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514199) elapsed time (sec): 1.0024340152740479
DEBUG    ya.test:process.py:263 Command (pid 1514199) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) maxrss: 481528
DEBUG    ya.test:process.py:263 Command (pid 1514199) minflt: 45887
DEBUG    ya.test:process.py:263 Command (pid 1514199) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) nivcsw: 422
DEBUG    ya.test:process.py:263 Command (pid 1514199) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1514199) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514199) stime: 0.250282
DEBUG    ya.test:process.py:263 Command (pid 1514199) utime: 0.536002
DEBUG    ya.test:process.py:263 Command (pid 1514199) wtime: 1.02
DEBUG    ya.test:process.py:275 Command (pid 1514199) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_vp_0xg_8.log --grpc-port=64798 --mon-port=63123 --ic-port=4744 --module=6
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18819
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26485
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21761
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514365
DEBUG    ya.test:process.py:259 Command (pid 1514365) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514365) elapsed time (sec): 1.1256365776062012
DEBUG    ya.test:process.py:263 Command (pid 1514365) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) maxrss: 481660
DEBUG    ya.test:process.py:263 Command (pid 1514365) minflt: 45976
DEBUG    ya.test:process.py:263 Command (pid 1514365) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) nivcsw: 181
DEBUG    ya.test:process.py:263 Command (pid 1514365) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1514365) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514365) stime: 0.227768
DEBUG    ya.test:process.py:263 Command (pid 1514365) utime: 0.573745
DEBUG    ya.test:process.py:263 Command (pid 1514365) wtime: 1.137
DEBUG    ya.test:process.py:275 Command (pid 1514365) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_o9pu9pbj.log --grpc-port=18819 --mon-port=26485 --ic-port=15182 --module=7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6610
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21420
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7351
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514548
DEBUG    ya.test:process.py:259 Command (pid 1514548) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514548) elapsed time (sec): 1.415905475616455
DEBUG    ya.test:process.py:263 Command (pid 1514548) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) maxrss: 481380
DEBUG    ya.test:process.py:263 Command (pid 1514548) minflt: 45971
DEBUG    ya.test:process.py:263 Command (pid 1514548) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) nivcsw: 331
DEBUG    ya.test:process.py:263 Command (pid 1514548) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1514548) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514548) stime: 0.222415
DEBUG    ya.test:process.py:263 Command (pid 1514548) utime: 0.600835
DEBUG    ya.test:process.py:263 Command (pid 1514548) wtime: 1.432
DEBUG    ya.test:process.py:275 Command (pid 1514548) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_4sjlpnr9.log --grpc-port=6610 --mon-port=21420 --ic-port=12678 --module=8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:62275/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:62275/1, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514853
DEBUG    ya.test:process.py:259 Command (pid 1514853) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514853) elapsed time (sec): 1.2288973331451416
DEBUG    ya.test:process.py:263 Command (pid 1514853) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) maxrss: 481252
DEBUG    ya.test:process.py:263 Command (pid 1514853) minflt: 45917
DEBUG    ya.test:process.py:263 Command (pid 1514853) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 1514853) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1514853) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514853) stime: 0.268485
DEBUG    ya.test:process.py:263 Command (pid 1514853) utime: 0.5313479999999999
DEBUG    ya.test:process.py:263 Command (pid 1514853) wtime: 1.231
DEBUG    ya.test:process.py:275 Command (pid 1514853) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_x0bqxbky.log --grpc-port=62275 --mon-port=4071 --ic-port=1034 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_x0bqxbky.log', '--grpc-port=62275', '--mon-port=4071', '--ic-port=1034', '--module=1')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1515081
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:62275/1
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/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1515094
DEBUG    ya.test:process.py:259 Command (pid 1515094) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1515094) elapsed time (sec): 1.1825470924377441
DEBUG    ya.test:process.py:263 Command (pid 1515094) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) maxrss: 476268
DEBUG    ya.test:process.py:263 Command (pid 1515094) minflt: 45198
DEBUG    ya.test:process.py:263 Command (pid 1515094) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) nivcsw: 265
DEBUG    ya.test:process.py:263 Command (pid 1515094) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1515094) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1515094) stime: 0.247392
DEBUG    ya.test:process.py:263 Command (pid 1515094) utime: 0.53542
DEBUG    ya.test:process.py:263 Command (pid 1515094) wtime: 1.185
DEBUG    ya.test:process.py:275 Command (pid 1515094) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:25028/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:25028/2, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1515446
DEBUG    ya.test:process.py:259 Command (pid 1515446) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1515446) elapsed time (sec): 1.1236231327056885
DEBUG    ya.test:process.py:263 Command (pid 1515446) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) maxrss: 481568
DEBUG    ya.test:process.py:263 Command (pid 1515446) minflt: 45996
DEBUG    ya.test:process.py:263 Command (pid 1515446) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) nivcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 1515446) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1515446) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1515446) stime: 0.26532
DEBUG    ya.test:process.py:263 Command (pid 1515446) utime: 0.556442
DEBUG    ya.test:process.py:263 Command (pid 1515446) wtime: 1.127
DEBUG    ya.test:process.py:275 Command (pid 1515446) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_59sdo_j5.log --grpc-port=25028 --mon-port=18026 --ic-port=12477 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_59sdo_j5.log', '--grpc-port=25028', '--mon-port=18026', '--ic-port=12477', '--module=2')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1515734
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25028/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/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1515736
DEBUG    ya.test:process.py:259 Command (pid 1515736) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1515736) elapsed time (sec): 1.579702615737915
DEBUG    ya.test:process.py:263 Command (pid 1515736) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) maxrss: 476396
DEBUG    ya.test:process.py:263 Command (pid 1515736) minflt: 45196
DEBUG    ya.test:process.py:263 Command (pid 1515736) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1515736) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1515736) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1515736) stime: 0.225525
DEBUG    ya.test:process.py:263 Command (pid 1515736) utime: 0.549321
DEBUG    ya.test:process.py:263 Command (pid 1515736) wtime: 1.582
DEBUG    ya.test:process.py:275 Command (pid 1515736) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:15139/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:15139/3, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516026
DEBUG    ya.test:process.py:259 Command (pid 1516026) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516026) elapsed time (sec): 1.1772451400756836
DEBUG    ya.test:process.py:263 Command (pid 1516026) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) maxrss: 481868
DEBUG    ya.test:process.py:263 Command (pid 1516026) minflt: 46016
DEBUG    ya.test:process.py:263 Command (pid 1516026) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1516026) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1516026) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1516026) stime: 0.24396199999999998
DEBUG    ya.test:process.py:263 Command (pid 1516026) utime: 0.578427
DEBUG    ya.test:process.py:263 Command (pid 1516026) wtime: 1.196
DEBUG    ya.test:process.py:275 Command (pid 1516026) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_mv2gpu4u.log --grpc-port=15139 --mon-port=14724 --ic-port=26373 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_mv2gpu4u.log', '--grpc-port=15139', '--mon-port=14724', '--ic-port=26373', '--module=3')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1516310
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15139/3
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/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516316
DEBUG    ya.test:process.py:259 Command (pid 1516316) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516316) elapsed time (sec): 1.190495491027832
DEBUG    ya.test:process.py:263 Command (pid 1516316) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) maxrss: 475952
DEBUG    ya.test:process.py:263 Command (pid 1516316) minflt: 45059
DEBUG    ya.test:process.py:263 Command (pid 1516316) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1516316) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1516316) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1516316) stime: 0.226733
DEBUG    ya.test:process.py:263 Command (pid 1516316) utime: 0.55642
DEBUG    ya.test:process.py:263 Command (pid 1516316) wtime: 1.2
DEBUG    ya.test:process.py:275 Command (pid 1516316) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:15264/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:15264/4, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516708
DEBUG    ya.test:process.py:259 Command (pid 1516708) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516708) elapsed time (sec): 1.2226686477661133
DEBUG    ya.test:process.py:263 Command (pid 1516708) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) maxrss: 481384
DEBUG    ya.test:process.py:263 Command (pid 1516708) minflt: 45932
DEBUG    ya.test:process.py:263 Command (pid 1516708) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) nivcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 1516708) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1516708) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1516708) stime: 0.261592
DEBUG    ya.test:process.py:263 Command (pid 1516708) utime: 0.5302859999999999
DEBUG    ya.test:process.py:263 Command (pid 1516708) wtime: 1.232
DEBUG    ya.test:process.py:275 Command (pid 1516708) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_2yurf28h.log --grpc-port=15264 --mon-port=21783 --ic-port=27689 --module=4
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_2yurf28h.log', '--grpc-port=15264', '--mon-port=21783', '--ic-port=27689', '--module=4')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1516984
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15264/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516995
DEBUG    ya.test:process.py:259 Command (pid 1516995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516995) elapsed time (sec): 0.9009137153625488
DEBUG    ya.test:process.py:263 Command (pid 1516995) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) maxrss: 476144
DEBUG    ya.test:process.py:263 Command (pid 1516995) minflt: 45206
DEBUG    ya.test:process.py:263 Command (pid 1516995) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 1516995) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1516995) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1516995) stime: 0.210784
DEBUG    ya.test:process.py:263 Command (pid 1516995) utime: 0.528297
DEBUG    ya.test:process.py:263 Command (pid 1516995) wtime: 0.908
DEBUG    ya.test:process.py:275 Command (pid 1516995) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:9539/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:9539/5, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1517359
DEBUG    ya.test:process.py:259 Command (pid 1517359) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1517359) elapsed time (sec): 1.5103228092193604
DEBUG    ya.test:process.py:263 Command (pid 1517359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) maxrss: 481540
DEBUG    ya.test:process.py:263 Command (pid 1517359) minflt: 45972
DEBUG    ya.test:process.py:263 Command (pid 1517359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) nivcsw: 245
DEBUG    ya.test:process.py:263 Command (pid 1517359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 1517359) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1517359) stime: 0.228733
DEBUG    ya.test:process.py:263 Command (pid 1517359) utime: 0.614439
DEBUG    ya.test:process.py:263 Command (pid 1517359) wtime: 1.52
DEBUG    ya.test:process.py:275 Command (pid 1517359) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_5np_r6ex.log --grpc-port=9539 --mon-port=11348 --ic-port=4394 --module=5
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_5np_r6ex.log', '--grpc-port=9539', '--mon-port=11348', '--ic-port=4394', '--module=5')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1517829
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9539/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1517846
DEBUG    ya.test:process.py:259 Command (pid 1517846) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1517846) elapsed time (sec): 0.9925744533538818
DEBUG    ya.test:process.py:263 Command (pid 1517846) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) maxrss: 477512
DEBUG    ya.test:process.py:263 Command (pid 1517846) minflt: 45142
DEBUG    ya.test:process.py:263 Command (pid 1517846) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 1517846) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1517846) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1517846) stime: 0.212561
DEBUG    ya.test:process.py:263 Command (pid 1517846) utime: 0.550061
DEBUG    ya.test:process.py:263 Command (pid 1517846) wtime: 1.006
DEBUG    ya.test:process.py:275 Command (pid 1517846) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 5 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:64798/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:64798/6, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1518074
DEBUG    ya.test:process.py:259 Command (pid 1518074) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1518074) elapsed time (sec): 1.0716729164123535
DEBUG    ya.test:process.py:263 Command (pid 1518074) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) maxrss: 481620
DEBUG    ya.test:process.py:263 Command (pid 1518074) minflt: 45982
DEBUG    ya.test:process.py:263 Command (pid 1518074) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1518074) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1518074) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1518074) stime: 0.234819
DEBUG    ya.test:process.py:263 Command (pid 1518074) utime: 0.5438029999999999
DEBUG    ya.test:process.py:263 Command (pid 1518074) wtime: 1.074
DEBUG    ya.test:process.py:275 Command (pid 1518074) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_vp_0xg_8.log --grpc-port=64798 --mon-port=63123 --ic-port=4744 --module=6
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_vp_0xg_8.log', '--grpc-port=64798', '--mon-port=63123', '--ic-port=4744', '--module=6')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1518340
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:64798/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1518359
DEBUG    ya.test:process.py:259 Command (pid 1518359) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1518359) elapsed time (sec): 1.207550287246704
DEBUG    ya.test:process.py:263 Command (pid 1518359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) maxrss: 480500
DEBUG    ya.test:process.py:263 Command (pid 1518359) minflt: 45205
DEBUG    ya.test:process.py:263 Command (pid 1518359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) nivcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 1518359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1518359) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1518359) stime: 0.262111
DEBUG    ya.test:process.py:263 Command (pid 1518359) utime: 0.526976
DEBUG    ya.test:process.py:263 Command (pid 1518359) wtime: 1.229
DEBUG    ya.test:process.py:275 Command (pid 1518359) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 6 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:18819/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:18819/7, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1518660
DEBUG    ya.test:process.py:259 Command (pid 1518660) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1518660) elapsed time (sec): 1.24918794631958
DEBUG    ya.test:process.py:263 Command (pid 1518660) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) maxrss: 481668
DEBUG    ya.test:process.py:263 Command (pid 1518660) minflt: 45856
DEBUG    ya.test:process.py:263 Command (pid 1518660) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) nivcsw: 268
DEBUG    ya.test:process.py:263 Command (pid 1518660) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 1518660) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1518660) stime: 0.258146
DEBUG    ya.test:process.py:263 Command (pid 1518660) utime: 0.516977
DEBUG    ya.test:process.py:263 Command (pid 1518660) wtime: 1.255
DEBUG    ya.test:process.py:275 Command (pid 1518660) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_o9pu9pbj.log --grpc-port=18819 --mon-port=26485 --ic-port=15182 --module=7
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_o9pu9pbj.log', '--grpc-port=18819', '--mon-port=26485', '--ic-port=15182', '--module=7')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1519133
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:18819/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1519160
DEBUG    ya.test:process.py:259 Command (pid 1519160) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1519160) elapsed time (sec): 1.3546082973480225
DEBUG    ya.test:process.py:263 Command (pid 1519160) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) maxrss: 484160
DEBUG    ya.test:process.py:263 Command (pid 1519160) minflt: 45188
DEBUG    ya.test:process.py:263 Command (pid 1519160) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) nivcsw: 567
DEBUG    ya.test:process.py:263 Command (pid 1519160) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1519160) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1519160) stime: 0.268511
DEBUG    ya.test:process.py:263 Command (pid 1519160) utime: 0.534517
DEBUG    ya.test:process.py:263 Command (pid 1519160) wtime: 1.358
DEBUG    ya.test:process.py:275 Command (pid 1519160) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 7 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:6610/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:6610/8, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1519795
DEBUG    ya.test:process.py:259 Command (pid 1519795) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1519795) elapsed time (sec): 1.1938397884368896
DEBUG    ya.test:process.py:263 Command (pid 1519795) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) maxrss: 485288
DEBUG    ya.test:process.py:263 Command (pid 1519795) minflt: 45994
DEBUG    ya.test:process.py:263 Command (pid 1519795) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) nivcsw: 216
DEBUG    ya.test:process.py:263 Command (pid 1519795) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1519795) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1519795) stime: 0.252333
DEBUG    ya.test:process.py:263 Command (pid 1519795) utime: 0.551586
DEBUG    ya.test:process.py:263 Command (pid 1519795) wtime: 1.203
DEBUG    ya.test:process.py:275 Command (pid 1519795) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_4sjlpnr9.log --grpc-port=6610 --mon-port=21420 --ic-port=12678 --module=8
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_4sjlpnr9.log', '--grpc-port=6610', '--mon-port=21420', '--ic-port=12678', '--module=8')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1520327
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:6610/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1520332
DEBUG    ya.test:process.py:259 Command (pid 1520332) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1520332) elapsed time (sec): 1.4868640899658203
DEBUG    ya.test:process.py:263 Command (pid 1520332) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) maxrss: 487056
DEBUG    ya.test:process.py:263 Command (pid 1520332) minflt: 45242
DEBUG    ya.test:process.py:263 Command (pid 1520332) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) nivcsw: 263
DEBUG    ya.test:process.py:263 Command (pid 1520332) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1520332) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1520332) stime: 0.197107
DEBUG    ya.test:process.py:263 Command (pid 1520332) utime: 0.588761
DEBUG    ya.test:process.py:263 Command (pid 1520332) wtime: 1.501
DEBUG    ya.test:process.py:275 Command (pid 1520332) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 8 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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: 1034\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12477\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26373\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27689\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4394\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4744\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15182\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12678\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.23
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.23
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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: 1034\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12477\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26373\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27689\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4394\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4744\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15182\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12678\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1522503
DEBUG    ya.test:process.py:259 Command (pid 1522503) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1522503) elapsed time (sec): 1.3238904476165771
DEBUG    ya.test:process.py:263 Command (pid 1522503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1522503) minflt: 51580
DEBUG    ya.test:process.py:263 Command (pid 1522503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) nivcsw: 285
DEBUG    ya.test:process.py:263 Command (pid 1522503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) nvcsw: 595
DEBUG    ya.test:process.py:263 Command (pid 1522503) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1522503) stime: 0.29722499999999996
DEBUG    ya.test:process.py:263 Command (pid 1522503) utime: 0.635888
DEBUG    ya.test:process.py:263 Command (pid 1522503) wtime: 1.347
DEBUG    ya.test:process.py:275 Command (pid 1522503) 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 1522503) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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.24
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.24
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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: 1523282
DEBUG    ya.test:process.py:259 Command (pid 1523282) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523282) elapsed time (sec): 1.4801304340362549
DEBUG    ya.test:process.py:263 Command (pid 1523282) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1523282) minflt: 51403
DEBUG    ya.test:process.py:263 Command (pid 1523282) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) nivcsw: 340
DEBUG    ya.test:process.py:263 Command (pid 1523282) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) nvcsw: 568
DEBUG    ya.test:process.py:263 Command (pid 1523282) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523282) stime: 0.302247
DEBUG    ya.test:process.py:263 Command (pid 1523282) utime: 0.6100209999999999
DEBUG    ya.test:process.py:263 Command (pid 1523282) wtime: 1.481
DEBUG    ya.test:process.py:275 Command (pid 1523282) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:529 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:536 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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9655
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21509
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10521
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28815
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16703
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13675
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7120
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16143
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18603
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log', '--grpc-port=9655', '--mon-port=21509', '--ic-port=10521', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1524380
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9655/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.25
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.25
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524384
DEBUG    ya.test:process.py:259 Command (pid 1524384) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524384) elapsed time (sec): 1.387061595916748
DEBUG    ya.test:process.py:263 Command (pid 1524384) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1524384) minflt: 45194
DEBUG    ya.test:process.py:263 Command (pid 1524384) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) nivcsw: 406
DEBUG    ya.test:process.py:263 Command (pid 1524384) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1524384) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524384) stime: 0.253978
DEBUG    ya.test:process.py:263 Command (pid 1524384) utime: 0.544624
DEBUG    ya.test:process.py:263 Command (pid 1524384) wtime: 1.403
DEBUG    ya.test:process.py:275 Command (pid 1524384) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log', '--grpc-port=13675', '--mon-port=13816', '--ic-port=7120', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1524718
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13675/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.26
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.26
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524720
DEBUG    ya.test:process.py:259 Command (pid 1524720) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524720) elapsed time (sec): 1.049286127090454
DEBUG    ya.test:process.py:263 Command (pid 1524720) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1524720) minflt: 45154
DEBUG    ya.test:process.py:263 Command (pid 1524720) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) nivcsw: 340
DEBUG    ya.test:process.py:263 Command (pid 1524720) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1524720) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524720) stime: 0.230146
DEBUG    ya.test:process.py:263 Command (pid 1524720) utime: 0.573765
DEBUG    ya.test:process.py:263 Command (pid 1524720) wtime: 1.053
DEBUG    ya.test:process.py:275 Command (pid 1524720) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24277
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10237
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log --grpc-port=13247 --mon-port=24277 --ic-port=27060 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19376
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24775
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14949
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27271
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log --grpc-port=25172 --mon-port=19376 --ic-port=24775 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log --grpc-port=13247 --mon-port=24277 --ic-port=27060 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log', '--grpc-port=13247', '--mon-port=24277', '--ic-port=27060', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1525182
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13247/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.27
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.27
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1525191
DEBUG    ya.test:process.py:259 Command (pid 1525191) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1525191) elapsed time (sec): 1.5534265041351318
DEBUG    ya.test:process.py:263 Command (pid 1525191) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1525191) minflt: 45198
DEBUG    ya.test:process.py:263 Command (pid 1525191) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) nivcsw: 229
DEBUG    ya.test:process.py:263 Command (pid 1525191) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1525191) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1525191) stime: 0.244563
DEBUG    ya.test:process.py:263 Command (pid 1525191) utime: 0.511454
DEBUG    ya.test:process.py:263 Command (pid 1525191) wtime: 1.557
DEBUG    ya.test:process.py:275 Command (pid 1525191) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log --grpc-port=25172 --mon-port=19376 --ic-port=24775 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log', '--grpc-port=25172', '--mon-port=19376', '--ic-port=24775', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1525647
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25172/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.28
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.28
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1525663
DEBUG    ya.test:process.py:259 Command (pid 1525663) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1525663) elapsed time (sec): 1.6335344314575195
DEBUG    ya.test:process.py:263 Command (pid 1525663) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1525663) minflt: 45192
DEBUG    ya.test:process.py:263 Command (pid 1525663) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) nivcsw: 275
DEBUG    ya.test:process.py:263 Command (pid 1525663) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1525663) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1525663) stime: 0.260038
DEBUG    ya.test:process.py:263 Command (pid 1525663) utime: 0.5402089999999999
DEBUG    ya.test:process.py:263 Command (pid 1525663) wtime: 1.648
DEBUG    ya.test:process.py:275 Command (pid 1525663) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c0594921-baac-4bca-ac47-847f2ea5a613, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c0594921-baac-4bca-ac47-847f2ea5a613, localhost:62275): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c0594921-baac-4bca-ac47-847f2ea5a613, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 9655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13675 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50001 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_0: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gnft54blbu.auto.internal:13675, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:9655, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ac72f70e-52d1-47e8-96ee-a8d0a992e7eb, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ac72f70e-52d1-47e8-96ee-a8d0a992e7eb, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ac72f70e-52d1-47e8-96ee-a8d0a992e7eb, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 25172 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50003 } endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal:13247, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
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 0x7bdbd26612b0 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 0x7bdbd2660070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2660070>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=OTE0YTc5NjItODgzNmZlNDctYjQzMmEzYWMtNjkyYTdjM2I=" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2660070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd2660070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 7e0ef3d4-c162-4c33-bf9b-caa07d693f9a, ghrun-gnft54blbu.auto.internal:13675): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 7e0ef3d4-c162-4c33-bf9b-caa07d693f9a, ghrun-gnft54blbu.auto.internal:13675): request = { session_id: "ydb://session/3?node_id=50001&id=OTE0YTc5NjItODgzNmZlNDctYjQzMmEzYWMtNjkyYTdjM2I=" 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, 7e0ef3d4-c162-4c33-bf9b-caa07d693f9a, ghrun-gnft54blbu.auto.internal:13675): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2660070>
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 0x7bdbd2599170 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 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 99678f4e-0a61-4d4f-8ced-64d37427fb9d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 99678f4e-0a61-4d4f-8ced-64d37427fb9d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" 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, 99678f4e-0a61-4d4f-8ced-64d37427fb9d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 3d518f15-5d96-43d0-9494-cb30e890dd30, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 3d518f15-5d96-43d0-9494-cb30e890dd30, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" 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 0x7bdbd26253f0 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 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 1034
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 1034
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 1034 SectorMap:1:64
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 19ef7ce5-0326-44f3-b1e4-3267760aca3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 19ef7ce5-0326-44f3-b1e4-3267760aca3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:1:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:2:64"
    }
  }
  Success: true
  ConfigTxSeqNo: 29
}

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

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

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

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 19ef7ce5-0326-44f3-b1e4-3267760aca3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=59474ac-54d2a269-3f316519-67d04483" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181ef562-be72-41bf-a8b3-217719e61ccf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181ef562-be72-41bf-a8b3-217719e61ccf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1833079088218503952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952" } } } 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, 3d518f15-5d96-43d0-9494-cb30e890dd30, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=21b8942b-31cc54f9-43fa5afe-32db4ed5" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d111101a-d1e2-4939-b1d6-160ac15a0afd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d111101a-d1e2-4939-b1d6-160ac15a0afd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1555970898012379066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181ef562-be72-41bf-a8b3-217719e61ccf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96ee278-9b92-40e8-897b-a775e284bd24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96ee278-9b92-40e8-897b-a775e284bd24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1810903904763178839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d111101a-d1e2-4939-b1d6-160ac15a0afd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96ee278-9b92-40e8-897b-a775e284bd24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0209e504-4491-4aa6-82ab-0eec35c5b444, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0209e504-4491-4aa6-82ab-0eec35c5b444, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2029610699403948948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e5fcae-7a38-448a-85c6-5a2df52b3852, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e5fcae-7a38-448a-85c6-5a2df52b3852, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050495342857215535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0209e504-4491-4aa6-82ab-0eec35c5b444, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a5852ba-91bd-49e1-9242-a66cc0b9fe8e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a5852ba-91bd-49e1-9242-a66cc0b9fe8e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17203088419268533964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e5fcae-7a38-448a-85c6-5a2df52b3852, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b232b0ea-3514-4879-bc63-d687704cfc40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b232b0ea-3514-4879-bc63-d687704cfc40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9782501674185894289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a5852ba-91bd-49e1-9242-a66cc0b9fe8e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60c4630f-ab3e-41a0-9bf6-793745550c06, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c4630f-ab3e-41a0-9bf6-793745550c06, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1633519077773111592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b232b0ea-3514-4879-bc63-d687704cfc40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8f3fb2c-45c2-44cf-8656-90dae47a604f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f3fb2c-45c2-44cf-8656-90dae47a604f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13171458512683111805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c4630f-ab3e-41a0-9bf6-793745550c06, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f3fb2c-45c2-44cf-8656-90dae47a604f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdf8ecd-adf0-47ef-b7fa-dd402b921bf3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdf8ecd-adf0-47ef-b7fa-dd402b921bf3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2766957427887731112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0774aa26-97c4-468c-9b34-bbfaadf8641c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0774aa26-97c4-468c-9b34-bbfaadf8641c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17752293681270927243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdf8ecd-adf0-47ef-b7fa-dd402b921bf3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e12e5d14-317a-4593-9b9a-54bde656479a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e12e5d14-317a-4593-9b9a-54bde656479a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076564397331507165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0774aa26-97c4-468c-9b34-bbfaadf8641c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68e02d23-088c-4353-9cb6-543545ec0603, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e02d23-088c-4353-9cb6-543545ec0603, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6772944461728914883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e12e5d14-317a-4593-9b9a-54bde656479a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa0f8ac8-db54-4490-93b4-e921dc502743, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0f8ac8-db54-4490-93b4-e921dc502743, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 226140285806452912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e02d23-088c-4353-9cb6-543545ec0603, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0f8ac8-db54-4490-93b4-e921dc502743, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 113cef9b-18d2-4d91-841d-f93f5f2b9a22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b358a03-edd7-4f23-bd70-1dcf91ed3595, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b358a03-edd7-4f23-bd70-1dcf91ed3595, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 345258578633218945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113cef9b-18d2-4d91-841d-f93f5f2b9a22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597065704389212886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113cef9b-18d2-4d91-841d-f93f5f2b9a22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ddc511-474f-455f-a56e-cf5671c7f792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ddc511-474f-455f-a56e-cf5671c7f792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 564341880372965746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b358a03-edd7-4f23-bd70-1dcf91ed3595, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ddc511-474f-455f-a56e-cf5671c7f792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb62d0d-6318-4b29-97e0-b635057f6be8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb62d0d-6318-4b29-97e0-b635057f6be8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16916837699015575037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387be41c-edcc-40aa-b9df-64d92c9c5124, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387be41c-edcc-40aa-b9df-64d92c9c5124, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12901080453117761389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387be41c-edcc-40aa-b9df-64d92c9c5124, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 175c9a0e-e493-4211-a754-6423fa913aa0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb62d0d-6318-4b29-97e0-b635057f6be8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c14faf92-6928-4f42-9799-d5f6f8737714, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14faf92-6928-4f42-9799-d5f6f8737714, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9975447968059786488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175c9a0e-e493-4211-a754-6423fa913aa0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725948559441146186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14faf92-6928-4f42-9799-d5f6f8737714, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568da2b3-2522-4c53-9ac4-8744c88ffddb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568da2b3-2522-4c53-9ac4-8744c88ffddb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1769260697186559001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175c9a0e-e493-4211-a754-6423fa913aa0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c49035b5-3d6e-4c34-b4e6-f1296148628e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49035b5-3d6e-4c34-b4e6-f1296148628e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16814886916119760847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568da2b3-2522-4c53-9ac4-8744c88ffddb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ae2e69-e6e0-457c-9d92-f3a37e2bb104, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ae2e69-e6e0-457c-9d92-f3a37e2bb104, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804656314966496247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49035b5-3d6e-4c34-b4e6-f1296148628e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa8f03d-ffe6-4c03-ba00-117ec75ac966, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa8f03d-ffe6-4c03-ba00-117ec75ac966, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4924581913363845328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ae2e69-e6e0-457c-9d92-f3a37e2bb104, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cbfbab9-ec00-4f57-83e3-295168bee237, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cbfbab9-ec00-4f57-83e3-295168bee237, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6693469666311907144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa8f03d-ffe6-4c03-ba00-117ec75ac966, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4c8948d-44e1-4a0a-aaf6-93d875f02ecc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c8948d-44e1-4a0a-aaf6-93d875f02ecc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405398119136729418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cbfbab9-ec00-4f57-83e3-295168bee237, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f480c8d0-8492-4ef7-8f2c-c8911a04f355, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f480c8d0-8492-4ef7-8f2c-c8911a04f355, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10168947190073345323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c8948d-44e1-4a0a-aaf6-93d875f02ecc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125badc6-c9be-4d8a-b989-780ad72c3a1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125badc6-c9be-4d8a-b989-780ad72c3a1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789463846500801776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f480c8d0-8492-4ef7-8f2c-c8911a04f355, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58060fba-ee9b-4c28-9b7e-fea9904a9c8a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58060fba-ee9b-4c28-9b7e-fea9904a9c8a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6522287447678762635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125badc6-c9be-4d8a-b989-780ad72c3a1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c65828-fe24-4a41-9671-cf2bd44ca9db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58060fba-ee9b-4c28-9b7e-fea9904a9c8a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c65828-fe24-4a41-9671-cf2bd44ca9db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14737564572093203526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cd709d0-dcbb-4db9-a7ea-b8a96c8555ad, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd709d0-dcbb-4db9-a7ea-b8a96c8555ad, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4663842602813971075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c65828-fe24-4a41-9671-cf2bd44ca9db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd709d0-dcbb-4db9-a7ea-b8a96c8555ad, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee07d24e-72c5-4369-80b1-cf22abda6c23, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee07d24e-72c5-4369-80b1-cf22abda6c23, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441514664032901555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1f8a28-4901-4ab1-b0e2-5c287e5b0c04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1f8a28-4901-4ab1-b0e2-5c287e5b0c04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421119393882070375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee07d24e-72c5-4369-80b1-cf22abda6c23, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16d1f661-2f7a-402a-a97c-907dd33f07ec, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d1f661-2f7a-402a-a97c-907dd33f07ec, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14158937680502596183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1f8a28-4901-4ab1-b0e2-5c287e5b0c04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b0eec29-e53e-4e2a-8020-dc5587505a3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b0eec29-e53e-4e2a-8020-dc5587505a3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12299238419264107722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d1f661-2f7a-402a-a97c-907dd33f07ec, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a2f5fe-6c78-406e-bfa6-821199aec2a7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a2f5fe-6c78-406e-bfa6-821199aec2a7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4383833106178298048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b0eec29-e53e-4e2a-8020-dc5587505a3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d743e38-4960-43b6-b5a6-f674c22ed440, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d743e38-4960-43b6-b5a6-f674c22ed440, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12443178676862350933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a2f5fe-6c78-406e-bfa6-821199aec2a7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f479aece-5d63-44cc-932e-363c259612a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d743e38-4960-43b6-b5a6-f674c22ed440, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa6e2542-82ed-4921-a4b9-577667b01152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6e2542-82ed-4921-a4b9-577667b01152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15243710927330222183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f479aece-5d63-44cc-932e-363c259612a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4630411748716657697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6e2542-82ed-4921-a4b9-577667b01152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bb23982-7468-455a-8534-13920c1911b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb23982-7468-455a-8534-13920c1911b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416014518429980277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f479aece-5d63-44cc-932e-363c259612a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbe550bb-d28c-4162-aca4-d5d806d29238, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe550bb-d28c-4162-aca4-d5d806d29238, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17946696502951139373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb23982-7468-455a-8534-13920c1911b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0417093-0c63-4565-b89c-003beab84e14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0417093-0c63-4565-b89c-003beab84e14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778619420185062675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe550bb-d28c-4162-aca4-d5d806d29238, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ae83ce-130b-457a-8c20-8e803ace5436, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ae83ce-130b-457a-8c20-8e803ace5436, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200906498099359648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0417093-0c63-4565-b89c-003beab84e14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b2b598-fc1e-4037-a183-661dfa43397a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b2b598-fc1e-4037-a183-661dfa43397a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130618164976853279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ae83ce-130b-457a-8c20-8e803ace5436, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291de13d-2aff-4aa0-b479-3e6428ef3dd0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291de13d-2aff-4aa0-b479-3e6428ef3dd0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9398903591217071021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b2b598-fc1e-4037-a183-661dfa43397a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab565c8-5240-4aff-8005-ae1e862973fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab565c8-5240-4aff-8005-ae1e862973fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4194690231929971063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291de13d-2aff-4aa0-b479-3e6428ef3dd0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b4c9c39-7d64-429a-a9c5-4390aa18a440, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab565c8-5240-4aff-8005-ae1e862973fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 683b53d8-fc2c-4b7f-8438-2293a267a2f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683b53d8-fc2c-4b7f-8438-2293a267a2f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7285796977021711555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4c9c39-7d64-429a-a9c5-4390aa18a440, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2831074836863133418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683b53d8-fc2c-4b7f-8438-2293a267a2f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328c5d42-dcbc-4e8a-a5b2-48af71380f31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328c5d42-dcbc-4e8a-a5b2-48af71380f31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 494025930865382717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4c9c39-7d64-429a-a9c5-4390aa18a440, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad0e02e-0af2-474f-81cc-56c3dd9f20b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad0e02e-0af2-474f-81cc-56c3dd9f20b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020387278516887367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328c5d42-dcbc-4e8a-a5b2-48af71380f31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4355117-6e3d-4c4f-8561-7ca6df0df17d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4355117-6e3d-4c4f-8561-7ca6df0df17d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6879330580814258865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad0e02e-0af2-474f-81cc-56c3dd9f20b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1b19df2-4088-4e1b-8df2-7954031be95c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b19df2-4088-4e1b-8df2-7954031be95c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427707930790046952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4355117-6e3d-4c4f-8561-7ca6df0df17d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08fd9663-0d4f-4211-abf4-5cb90957a343, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fd9663-0d4f-4211-abf4-5cb90957a343, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11248903222463160348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b19df2-4088-4e1b-8df2-7954031be95c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8598b82c-9444-433e-af90-c0e33f039fd7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8598b82c-9444-433e-af90-c0e33f039fd7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608163772510963240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fd9663-0d4f-4211-abf4-5cb90957a343, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fa4dfdb-4ba0-410e-8e3d-0538e8a96510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa4dfdb-4ba0-410e-8e3d-0538e8a96510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385829736982442522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8598b82c-9444-433e-af90-c0e33f039fd7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb086eed-172b-42a0-8239-2a23502283d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa4dfdb-4ba0-410e-8e3d-0538e8a96510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb086eed-172b-42a0-8239-2a23502283d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802151864117035120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df25da9c-9ac1-4797-ba77-0c65a55e979c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df25da9c-9ac1-4797-ba77-0c65a55e979c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1629133020202307034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb086eed-172b-42a0-8239-2a23502283d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d5a395a-b2b9-456c-bab3-e94813aa066f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5a395a-b2b9-456c-bab3-e94813aa066f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3324785799406854044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df25da9c-9ac1-4797-ba77-0c65a55e979c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb2a034-c4ff-4e7d-8a99-f04b519fa31e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb2a034-c4ff-4e7d-8a99-f04b519fa31e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9061193410795728738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5a395a-b2b9-456c-bab3-e94813aa066f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6df434e3-8e54-4ce5-b375-204484eff2b2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df434e3-8e54-4ce5-b375-204484eff2b2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1568942718932201039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb2a034-c4ff-4e7d-8a99-f04b519fa31e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cae7a2f4-c5eb-47a3-9f03-0ffb2fdc9ace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae7a2f4-c5eb-47a3-9f03-0ffb2fdc9ace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730108373111395248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df434e3-8e54-4ce5-b375-204484eff2b2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823f9faa-f98f-428f-83d4-4adb9bb1b94b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823f9faa-f98f-428f-83d4-4adb9bb1b94b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14336579625538089644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae7a2f4-c5eb-47a3-9f03-0ffb2fdc9ace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06135f82-84f8-4213-9c6e-7433f22d3198, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06135f82-84f8-4213-9c6e-7433f22d3198, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3194400088766849057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823f9faa-f98f-428f-83d4-4adb9bb1b94b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63c81577-050a-448a-8859-31602e6eab9b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63c81577-050a-448a-8859-31602e6eab9b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 478539036046633396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06135f82-84f8-4213-9c6e-7433f22d3198, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c15813f3-e988-4e5f-9c71-f037dfe11878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c15813f3-e988-4e5f-9c71-f037dfe11878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17698989743049902080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63c81577-050a-448a-8859-31602e6eab9b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda7d4ee-1341-48a0-b2b4-668ad4799414, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda7d4ee-1341-48a0-b2b4-668ad4799414, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519438424698788380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c15813f3-e988-4e5f-9c71-f037dfe11878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6515a62-8b8b-4daf-965b-dffac8bc743c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6515a62-8b8b-4daf-965b-dffac8bc743c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13726512948249465191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda7d4ee-1341-48a0-b2b4-668ad4799414, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ead774-0586-44fb-9cc9-9f5cb97974e9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6515a62-8b8b-4daf-965b-dffac8bc743c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7f762ea-fa79-4b56-96b3-9b16e3f96db9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f762ea-fa79-4b56-96b3-9b16e3f96db9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16871394715102774115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ead774-0586-44fb-9cc9-9f5cb97974e9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12323103783728993856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f762ea-fa79-4b56-96b3-9b16e3f96db9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b0a9e3-f3bd-4029-b991-163749cdab69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ead774-0586-44fb-9cc9-9f5cb97974e9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0131c33b-171c-4f1d-a3e2-8cef08be5795, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0131c33b-171c-4f1d-a3e2-8cef08be5795, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101199390933400797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b0a9e3-f3bd-4029-b991-163749cdab69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506016286150202836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b0a9e3-f3bd-4029-b991-163749cdab69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9804ce7d-c11a-4ee0-b802-32c4cc1298e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9804ce7d-c11a-4ee0-b802-32c4cc1298e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092521164902594991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0131c33b-171c-4f1d-a3e2-8cef08be5795, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3c00bc-4eed-4c85-94fc-90243b4f997f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3c00bc-4eed-4c85-94fc-90243b4f997f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13721258574794948094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9804ce7d-c11a-4ee0-b802-32c4cc1298e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f9ac9c-5463-445f-a352-43750f4a6e3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f9ac9c-5463-445f-a352-43750f4a6e3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1867694395953126885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3c00bc-4eed-4c85-94fc-90243b4f997f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aede77c8-3427-4f43-81c8-6c4dec49c871, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aede77c8-3427-4f43-81c8-6c4dec49c871, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093090513433452857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f9ac9c-5463-445f-a352-43750f4a6e3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f348cba9-1772-4b71-80ff-ec3cc419f089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f348cba9-1772-4b71-80ff-ec3cc419f089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7956976008642309736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f348cba9-1772-4b71-80ff-ec3cc419f089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41a4128-cdfa-409a-bbd6-867897f2d2d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41a4128-cdfa-409a-bbd6-867897f2d2d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10312083098322778011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aede77c8-3427-4f43-81c8-6c4dec49c871, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8deb20d8-17db-4c19-b301-e07aee3a5564, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8deb20d8-17db-4c19-b301-e07aee3a5564, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350770516136733170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41a4128-cdfa-409a-bbd6-867897f2d2d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 240fe63d-1eab-422a-837b-97d091815232, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240fe63d-1eab-422a-837b-97d091815232, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849584896844092658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240fe63d-1eab-422a-837b-97d091815232, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8deb20d8-17db-4c19-b301-e07aee3a5564, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b88e13-dfb4-4985-9572-e8513e76ac9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fe5d291-285e-4b56-86f8-52004c693a6b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b88e13-dfb4-4985-9572-e8513e76ac9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1147361070465988294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe5d291-285e-4b56-86f8-52004c693a6b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14962371296450939182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b88e13-dfb4-4985-9572-e8513e76ac9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1094e1-64ba-4649-bc37-d0c727f0021f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1094e1-64ba-4649-bc37-d0c727f0021f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15650956672452830009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe5d291-285e-4b56-86f8-52004c693a6b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c24e763c-8d9f-45de-b005-5f2a1e278246, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24e763c-8d9f-45de-b005-5f2a1e278246, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6688674519837650937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1094e1-64ba-4649-bc37-d0c727f0021f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1177b154-e555-49a3-8cc7-df8d5e707662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1177b154-e555-49a3-8cc7-df8d5e707662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2357420100630226243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24e763c-8d9f-45de-b005-5f2a1e278246, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed9db24b-e2c5-40f6-8ab4-d05b4e707762, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9db24b-e2c5-40f6-8ab4-d05b4e707762, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15751345259967873992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1177b154-e555-49a3-8cc7-df8d5e707662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9025a95e-8cb2-43ac-bb3e-3c724b835b01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9025a95e-8cb2-43ac-bb3e-3c724b835b01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12431079570987913854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9db24b-e2c5-40f6-8ab4-d05b4e707762, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9025a95e-8cb2-43ac-bb3e-3c724b835b01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48002033-a46d-4e17-901d-f7037f913d5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48002033-a46d-4e17-901d-f7037f913d5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558621408731754354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bccc632a-4495-489f-84b6-1cc0e4864b06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bccc632a-4495-489f-84b6-1cc0e4864b06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2564072901322990896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bccc632a-4495-489f-84b6-1cc0e4864b06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e37bb8-5c2f-43cb-b0e7-e8359fc4c88b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e37bb8-5c2f-43cb-b0e7-e8359fc4c88b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2599118447766022501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48002033-a46d-4e17-901d-f7037f913d5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bcd8f0b-eaa0-4459-9dad-6c8a16546fc1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bcd8f0b-eaa0-4459-9dad-6c8a16546fc1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5988508460663780835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e37bb8-5c2f-43cb-b0e7-e8359fc4c88b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaac3ea-be2f-4fb3-b66f-8109ed65f540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaac3ea-be2f-4fb3-b66f-8109ed65f540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 390916066029750539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bcd8f0b-eaa0-4459-9dad-6c8a16546fc1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff7cb59-5ffa-48c1-bcc6-66ff8a5c3ace, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff7cb59-5ffa-48c1-bcc6-66ff8a5c3ace, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13079587043762418388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaac3ea-be2f-4fb3-b66f-8109ed65f540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9019177a-8672-499d-92ba-12c60902912a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9019177a-8672-499d-92ba-12c60902912a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994698148896058944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff7cb59-5ffa-48c1-bcc6-66ff8a5c3ace, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab3aba47-ff0d-4e13-8d9f-8adef505b9ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3aba47-ff0d-4e13-8d9f-8adef505b9ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16061050381762862981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9019177a-8672-499d-92ba-12c60902912a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a4415f6-f8b6-479b-a835-ce9453b19fe8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4415f6-f8b6-479b-a835-ce9453b19fe8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782726582243319725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3aba47-ff0d-4e13-8d9f-8adef505b9ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf4c6b7-4a69-4f38-b97b-7652d1dcaab5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf4c6b7-4a69-4f38-b97b-7652d1dcaab5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14196639407800342537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf4c6b7-4a69-4f38-b97b-7652d1dcaab5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4415f6-f8b6-479b-a835-ce9453b19fe8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf85f20d-2805-4ffc-b6bb-3ba9446996b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf85f20d-2805-4ffc-b6bb-3ba9446996b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104248815227059726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742db8de-1d5b-42c4-b042-e2e3b60196ce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742db8de-1d5b-42c4-b042-e2e3b60196ce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6551602368010443550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf85f20d-2805-4ffc-b6bb-3ba9446996b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60e496e7-63d9-4aaa-b527-6d3c2161ea14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e496e7-63d9-4aaa-b527-6d3c2161ea14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17655371899987604910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742db8de-1d5b-42c4-b042-e2e3b60196ce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2731c8c3-113f-43ed-b950-5dc3a1ab1118, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2731c8c3-113f-43ed-b950-5dc3a1ab1118, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9158893817221084515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e496e7-63d9-4aaa-b527-6d3c2161ea14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fdd6a7b-359d-4991-8ece-ac3e03f8625d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fdd6a7b-359d-4991-8ece-ac3e03f8625d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16229493217530355455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2731c8c3-113f-43ed-b950-5dc3a1ab1118, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2e4770f-2900-4b34-9305-885e585f935a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fdd6a7b-359d-4991-8ece-ac3e03f8625d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e4770f-2900-4b34-9305-885e585f935a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10864647119676272693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc61131-d22a-4928-ab9e-5ae841e8f4ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc61131-d22a-4928-ab9e-5ae841e8f4ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708001169854992263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e4770f-2900-4b34-9305-885e585f935a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927f624a-2e97-43cc-8f8b-e6c4669f2f62, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927f624a-2e97-43cc-8f8b-e6c4669f2f62, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8188283622983067197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc61131-d22a-4928-ab9e-5ae841e8f4ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3bd957-2fa0-4972-b405-e47739ed04f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3bd957-2fa0-4972-b405-e47739ed04f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229553463554359968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927f624a-2e97-43cc-8f8b-e6c4669f2f62, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3bd957-2fa0-4972-b405-e47739ed04f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc756e3-44a7-4993-81cd-50701443ddce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6559213-f98f-4311-b5ec-76330c3e7116, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc756e3-44a7-4993-81cd-50701443ddce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024706791970375071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6559213-f98f-4311-b5ec-76330c3e7116, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10941400883031658632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6559213-f98f-4311-b5ec-76330c3e7116, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82b3844d-ca60-4f70-99c8-fac40dd98638, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc756e3-44a7-4993-81cd-50701443ddce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a6f8b0a-37fe-44e3-9276-cde9d5d2210e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6f8b0a-37fe-44e3-9276-cde9d5d2210e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1767492925255211683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82b3844d-ca60-4f70-99c8-fac40dd98638, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15395935309849338778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6f8b0a-37fe-44e3-9276-cde9d5d2210e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 628a5a1d-5e27-45eb-9078-494031653bc9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628a5a1d-5e27-45eb-9078-494031653bc9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3825767899102424507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82b3844d-ca60-4f70-99c8-fac40dd98638, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f059270-1057-4d75-b8c5-03c13ae38d8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f059270-1057-4d75-b8c5-03c13ae38d8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16107232481762561036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628a5a1d-5e27-45eb-9078-494031653bc9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74c29bb7-9a9c-40a9-962f-105126b54daa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c29bb7-9a9c-40a9-962f-105126b54daa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369968420229339875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f059270-1057-4d75-b8c5-03c13ae38d8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffde1f72-38e1-4790-9a30-ce7fee490c75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c29bb7-9a9c-40a9-962f-105126b54daa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffde1f72-38e1-4790-9a30-ce7fee490c75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172968717125899175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c0afb2b-ed90-4de5-bc45-64d0cb04f236, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0afb2b-ed90-4de5-bc45-64d0cb04f236, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11326633158804795580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffde1f72-38e1-4790-9a30-ce7fee490c75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2093cc8b-3544-45f7-a3f9-91e32f2d0851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2093cc8b-3544-45f7-a3f9-91e32f2d0851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17189143283653459035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0afb2b-ed90-4de5-bc45-64d0cb04f236, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e6af5ea-221e-4e67-a1eb-ce167f9f208f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6af5ea-221e-4e67-a1eb-ce167f9f208f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321994291560319710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2093cc8b-3544-45f7-a3f9-91e32f2d0851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2211b7be-f046-442c-a0e8-2b1ea92c0d1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2211b7be-f046-442c-a0e8-2b1ea92c0d1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11451237969232161266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6af5ea-221e-4e67-a1eb-ce167f9f208f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d6e472e-276b-4353-bcd5-288ce31b61c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6e472e-276b-4353-bcd5-288ce31b61c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11903655020866261773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6e472e-276b-4353-bcd5-288ce31b61c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf572712-59e3-40ec-9fdb-121bdfb5b7ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf572712-59e3-40ec-9fdb-121bdfb5b7ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8430108183847899216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2211b7be-f046-442c-a0e8-2b1ea92c0d1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08a4dd63-09ac-4cba-862a-b99dfd4062fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a4dd63-09ac-4cba-862a-b99dfd4062fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346760559584798271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf572712-59e3-40ec-9fdb-121bdfb5b7ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2867e582-75cc-4907-9c76-226e2ead378a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2867e582-75cc-4907-9c76-226e2ead378a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14039990871082549119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a4dd63-09ac-4cba-862a-b99dfd4062fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 547d79a4-a7ce-4685-993b-1ad43fa29f5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547d79a4-a7ce-4685-993b-1ad43fa29f5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656400174363065544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2867e582-75cc-4907-9c76-226e2ead378a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1778f02e-c508-4b00-b5fa-0b8ee745f45d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1778f02e-c508-4b00-b5fa-0b8ee745f45d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13333170858674676557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547d79a4-a7ce-4685-993b-1ad43fa29f5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3c78c77-298e-480f-a304-b8b5e32ac35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c78c77-298e-480f-a304-b8b5e32ac35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261256065636393015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1778f02e-c508-4b00-b5fa-0b8ee745f45d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac14957c-448a-4923-bf82-4af5696c36bc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac14957c-448a-4923-bf82-4af5696c36bc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517631638578019646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c78c77-298e-480f-a304-b8b5e32ac35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b38612c-10a5-4a1c-8f96-6f26a33086d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b38612c-10a5-4a1c-8f96-6f26a33086d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211539326631378273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac14957c-448a-4923-bf82-4af5696c36bc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc77eb94-b646-44e4-b589-b3ed8b8746ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc77eb94-b646-44e4-b589-b3ed8b8746ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11111732890797893435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b38612c-10a5-4a1c-8f96-6f26a33086d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ed0912-d051-4c05-a14a-d028bfab9c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ed0912-d051-4c05-a14a-d028bfab9c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6184715836257577606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc77eb94-b646-44e4-b589-b3ed8b8746ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a333256-dbde-4647-9906-1ab9633cc179, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a333256-dbde-4647-9906-1ab9633cc179, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17111384329018259117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a333256-dbde-4647-9906-1ab9633cc179, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e39b10c1-9acc-4400-8748-f3315e4a8618, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e39b10c1-9acc-4400-8748-f3315e4a8618, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386225637924661594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ed0912-d051-4c05-a14a-d028bfab9c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e3faca-610c-4892-8b0c-9400acd3d406, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e3faca-610c-4892-8b0c-9400acd3d406, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708007871165104277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e39b10c1-9acc-4400-8748-f3315e4a8618, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a1fe4cb-6aa7-48b1-b87e-bef689818981, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a1fe4cb-6aa7-48b1-b87e-bef689818981, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10050974466070344908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e3faca-610c-4892-8b0c-9400acd3d406, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f60a9131-7e28-48e5-b318-6d17cd65738e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60a9131-7e28-48e5-b318-6d17cd65738e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596952467197798550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a1fe4cb-6aa7-48b1-b87e-bef689818981, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a71d71-462d-42ec-ada7-a950fd2e4274, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a71d71-462d-42ec-ada7-a950fd2e4274, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179300382955067838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60a9131-7e28-48e5-b318-6d17cd65738e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4592004d-1af5-4d1d-b6ed-f5565e8567d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4592004d-1af5-4d1d-b6ed-f5565e8567d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4785158545288399793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a71d71-462d-42ec-ada7-a950fd2e4274, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f13df5f-36fc-4dcd-b38b-c493a37b9780, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f13df5f-36fc-4dcd-b38b-c493a37b9780, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8653050069670608961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4592004d-1af5-4d1d-b6ed-f5565e8567d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2413cf84-0666-4c9d-bb18-81c19a698b8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2413cf84-0666-4c9d-bb18-81c19a698b8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2048841147455916765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f13df5f-36fc-4dcd-b38b-c493a37b9780, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a96a42-70b9-4992-a259-a99bfb373d74, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a96a42-70b9-4992-a259-a99bfb373d74, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17872910274941817393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2413cf84-0666-4c9d-bb18-81c19a698b8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50aa9e7-ee50-4dfa-b007-3f95dc777878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a96a42-70b9-4992-a259-a99bfb373d74, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50aa9e7-ee50-4dfa-b007-3f95dc777878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18038389841127080596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75cd6042-ccb9-456f-8b34-fc45f0bd1003, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50aa9e7-ee50-4dfa-b007-3f95dc777878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75cd6042-ccb9-456f-8b34-fc45f0bd1003, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6903616150017067128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b001dc32-c8f8-4a7c-85bc-fc907c03fe9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b001dc32-c8f8-4a7c-85bc-fc907c03fe9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964316810507197951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b001dc32-c8f8-4a7c-85bc-fc907c03fe9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1629813-f7a7-4163-9d4c-707ce575275d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1629813-f7a7-4163-9d4c-707ce575275d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2363573089767954196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1629813-f7a7-4163-9d4c-707ce575275d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f51d25-5dd1-4889-9d5e-2387f19dc569, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f51d25-5dd1-4889-9d5e-2387f19dc569, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241337126596139675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75cd6042-ccb9-456f-8b34-fc45f0bd1003, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aa9949d-989c-4066-9fb0-32da1673f9cc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f51d25-5dd1-4889-9d5e-2387f19dc569, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa9949d-989c-4066-9fb0-32da1673f9cc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17546209640723334301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa463495-07ed-4ce9-a062-cb879af61624, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa463495-07ed-4ce9-a062-cb879af61624, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984580694321490375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa9949d-989c-4066-9fb0-32da1673f9cc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4e58c21-248c-4cfd-812e-55c7c776c84f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e58c21-248c-4cfd-812e-55c7c776c84f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13474606983468177340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa463495-07ed-4ce9-a062-cb879af61624, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85daf95-8e07-4034-8037-5d722a6e7459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85daf95-8e07-4034-8037-5d722a6e7459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12595062989791657498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e58c21-248c-4cfd-812e-55c7c776c84f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3184423a-a23b-4e74-bc66-19eee8dea75e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3184423a-a23b-4e74-bc66-19eee8dea75e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489066465892479838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85daf95-8e07-4034-8037-5d722a6e7459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3184423a-a23b-4e74-bc66-19eee8dea75e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a479be8-5c5e-41ef-84b6-af44aadbe5f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a479be8-5c5e-41ef-84b6-af44aadbe5f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16994902745037232745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7747f9a6-e40d-4e4d-82cf-4a018dd48451, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7747f9a6-e40d-4e4d-82cf-4a018dd48451, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14557375327594239991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7747f9a6-e40d-4e4d-82cf-4a018dd48451, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69370d20-c30e-4071-9f89-11693a26660b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69370d20-c30e-4071-9f89-11693a26660b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062897438379296247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a479be8-5c5e-41ef-84b6-af44aadbe5f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 931a357a-3024-4f48-898b-d0741c59faa7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931a357a-3024-4f48-898b-d0741c59faa7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036270076640422712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69370d20-c30e-4071-9f89-11693a26660b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2586bd77-8da4-44e0-908d-07c4eb36e222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2586bd77-8da4-44e0-908d-07c4eb36e222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033665767917670782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931a357a-3024-4f48-898b-d0741c59faa7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2586bd77-8da4-44e0-908d-07c4eb36e222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba72a1ae-70ae-4fe7-a6be-559c7399cc38, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64db49b0-240d-429f-9629-9a362c0ccd5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba72a1ae-70ae-4fe7-a6be-559c7399cc38, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5822982637175903650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64db49b0-240d-429f-9629-9a362c0ccd5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085800728357847819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64db49b0-240d-429f-9629-9a362c0ccd5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20040b0-be60-4ba5-8e5b-03b0c873c4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba72a1ae-70ae-4fe7-a6be-559c7399cc38, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20040b0-be60-4ba5-8e5b-03b0c873c4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16752411854971203413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c5fb06d-b000-4fa1-b86a-bbe5c8bc4419, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5fb06d-b000-4fa1-b86a-bbe5c8bc4419, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510458719320504668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20040b0-be60-4ba5-8e5b-03b0c873c4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0da81cc7-a792-4f1b-a23b-613f3e3bc15f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5fb06d-b000-4fa1-b86a-bbe5c8bc4419, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da81cc7-a792-4f1b-a23b-613f3e3bc15f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3367435774192774855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 572cfe68-224f-4295-9939-f660991e999f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572cfe68-224f-4295-9939-f660991e999f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151953319711404728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da81cc7-a792-4f1b-a23b-613f3e3bc15f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f098e6-70ad-4d84-80f4-62f522ad619e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572cfe68-224f-4295-9939-f660991e999f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f098e6-70ad-4d84-80f4-62f522ad619e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291569505624437733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7970813-55ca-44e8-8c0b-e6592f1241e9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7970813-55ca-44e8-8c0b-e6592f1241e9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594931842977110292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7970813-55ca-44e8-8c0b-e6592f1241e9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e975ab6-8c82-4081-ba33-7ec023590e57, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e975ab6-8c82-4081-ba33-7ec023590e57, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369226823299383206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f098e6-70ad-4d84-80f4-62f522ad619e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cedbd5cb-1168-4932-883d-f609bf36285b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cedbd5cb-1168-4932-883d-f609bf36285b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062815936111136281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cedbd5cb-1168-4932-883d-f609bf36285b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e975ab6-8c82-4081-ba33-7ec023590e57, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6124ff26-a264-427d-b465-5c235a3a0015, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6124ff26-a264-427d-b465-5c235a3a0015, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10401971353147213144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfd44e96-7945-4298-80b3-ee549dca6834, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd44e96-7945-4298-80b3-ee549dca6834, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6689526275060678224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd44e96-7945-4298-80b3-ee549dca6834, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963ba86a-f91a-4721-ba9c-aaf6c72c9b24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963ba86a-f91a-4721-ba9c-aaf6c72c9b24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003906122348076555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6124ff26-a264-427d-b465-5c235a3a0015, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b789f2ec-7e4a-4ca1-82c0-c645e956f373, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b789f2ec-7e4a-4ca1-82c0-c645e956f373, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12637770631296238419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963ba86a-f91a-4721-ba9c-aaf6c72c9b24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 517ad275-c76a-4b14-a73c-21dcb8966e76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517ad275-c76a-4b14-a73c-21dcb8966e76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555649793829879528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517ad275-c76a-4b14-a73c-21dcb8966e76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b789f2ec-7e4a-4ca1-82c0-c645e956f373, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91b6f34-7f23-4f9c-a390-322b592c0cfd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91b6f34-7f23-4f9c-a390-322b592c0cfd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9913203904708320662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3df9c6bd-6aea-47f9-9060-0895482ee4b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df9c6bd-6aea-47f9-9060-0895482ee4b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12474241449280840545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df9c6bd-6aea-47f9-9060-0895482ee4b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 462c86c5-7685-4859-8f56-aa408eaafbde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462c86c5-7685-4859-8f56-aa408eaafbde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9118038215163234451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91b6f34-7f23-4f9c-a390-322b592c0cfd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72efef79-f32d-410c-8924-51833639adb9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72efef79-f32d-410c-8924-51833639adb9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 948881921952945782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462c86c5-7685-4859-8f56-aa408eaafbde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51d358cf-05df-4d73-83e8-47dbe2a183ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d358cf-05df-4d73-83e8-47dbe2a183ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16369123603751131497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72efef79-f32d-410c-8924-51833639adb9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a81f35-d885-4e83-b779-4467224f1d43, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a81f35-d885-4e83-b779-4467224f1d43, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10063103673765174757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d358cf-05df-4d73-83e8-47dbe2a183ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a81f35-d885-4e83-b779-4467224f1d43, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479f20a4-3336-4b2c-8e79-5981f0ae9028, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479f20a4-3336-4b2c-8e79-5981f0ae9028, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290162664125588777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2f8efc-8ff6-49b4-abdb-968299f31522, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2f8efc-8ff6-49b4-abdb-968299f31522, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7817404040592580705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479f20a4-3336-4b2c-8e79-5981f0ae9028, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ccca4aa-1705-4b02-84ee-e6c3df7ff674, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ccca4aa-1705-4b02-84ee-e6c3df7ff674, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16109896413325823805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2f8efc-8ff6-49b4-abdb-968299f31522, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7febdc9-c5c7-4895-b504-f2a36709ce8e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7febdc9-c5c7-4895-b504-f2a36709ce8e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 631133803079500027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ccca4aa-1705-4b02-84ee-e6c3df7ff674, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9d3b86-81b2-4e2d-9fd1-0294b4bf284a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9d3b86-81b2-4e2d-9fd1-0294b4bf284a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1340717835001135946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7febdc9-c5c7-4895-b504-f2a36709ce8e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c13188a1-7b37-406c-87e2-052ec89b3dac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13188a1-7b37-406c-87e2-052ec89b3dac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17020571815379551311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13188a1-7b37-406c-87e2-052ec89b3dac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3939796-7b4a-46c4-a986-09da31a53912, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3939796-7b4a-46c4-a986-09da31a53912, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649259666462913569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9d3b86-81b2-4e2d-9fd1-0294b4bf284a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f39d648-68c4-4638-a703-028e25bf82da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3939796-7b4a-46c4-a986-09da31a53912, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f39d648-68c4-4638-a703-028e25bf82da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12855730025498584779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e660c5-6f5a-4581-87f4-d8f209a1adb8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e660c5-6f5a-4581-87f4-d8f209a1adb8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13039527244031554150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f39d648-68c4-4638-a703-028e25bf82da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 152c24c4-0b6d-4e51-876b-5ef73c0e6dec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152c24c4-0b6d-4e51-876b-5ef73c0e6dec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901104716349326245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e660c5-6f5a-4581-87f4-d8f209a1adb8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35f4794-94e6-48bd-8f51-a80319dba4db, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35f4794-94e6-48bd-8f51-a80319dba4db, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227148004551381951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152c24c4-0b6d-4e51-876b-5ef73c0e6dec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47c46055-dc8a-4690-b278-7b0bbfd44c88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c46055-dc8a-4690-b278-7b0bbfd44c88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4562985491637017641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35f4794-94e6-48bd-8f51-a80319dba4db, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eedf302-40df-40bb-8f01-cd04940add86, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c46055-dc8a-4690-b278-7b0bbfd44c88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eedf302-40df-40bb-8f01-cd04940add86, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049764545486312112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b1c369-35f1-4e6d-8197-5c9253584f16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b1c369-35f1-4e6d-8197-5c9253584f16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 712047651766891154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eedf302-40df-40bb-8f01-cd04940add86, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e27e7b-aea6-4e82-a2a3-b58bbcb14702, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e27e7b-aea6-4e82-a2a3-b58bbcb14702, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812663257245558607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b1c369-35f1-4e6d-8197-5c9253584f16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364a7813-7f0a-4d8b-9ed0-4b77c693e63b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364a7813-7f0a-4d8b-9ed0-4b77c693e63b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13131000329664814917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e27e7b-aea6-4e82-a2a3-b58bbcb14702, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c5fbdb4-b150-461a-8ff9-3ff3e214c498, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5fbdb4-b150-461a-8ff9-3ff3e214c498, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17671922475093424416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364a7813-7f0a-4d8b-9ed0-4b77c693e63b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ff41634-d2aa-4e40-a386-c63879d39e71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5fbdb4-b150-461a-8ff9-3ff3e214c498, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff41634-d2aa-4e40-a386-c63879d39e71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4229908503041885332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30dfa907-2812-46dd-9015-86ff7d36df08, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30dfa907-2812-46dd-9015-86ff7d36df08, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8414714652974351814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff41634-d2aa-4e40-a386-c63879d39e71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30dfa907-2812-46dd-9015-86ff7d36df08, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6805a3e-3ff4-4bd7-8db7-4c7f04491b82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6805a3e-3ff4-4bd7-8db7-4c7f04491b82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18219804180185886081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca91a7b-ad90-4a8f-8d7a-f2e6a5be58c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca91a7b-ad90-4a8f-8d7a-f2e6a5be58c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9584649233724313859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6805a3e-3ff4-4bd7-8db7-4c7f04491b82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca91a7b-ad90-4a8f-8d7a-f2e6a5be58c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0067d0f1-4300-4cb8-bf5d-e737d9de94c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0067d0f1-4300-4cb8-bf5d-e737d9de94c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14912878367434992333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823956ac-b669-479e-9ef0-abcc58504baf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823956ac-b669-479e-9ef0-abcc58504baf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7890610586552621162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0067d0f1-4300-4cb8-bf5d-e737d9de94c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04640fc7-171e-4127-b513-94c1efc0d539, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04640fc7-171e-4127-b513-94c1efc0d539, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535640090508196364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823956ac-b669-479e-9ef0-abcc58504baf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5359441d-919f-4231-befe-9cac76a6b144, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5359441d-919f-4231-befe-9cac76a6b144, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3286492936650746083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04640fc7-171e-4127-b513-94c1efc0d539, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d089c265-c0fc-4b28-9732-b9a90a9291c6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d089c265-c0fc-4b28-9732-b9a90a9291c6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12758616179251509651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5359441d-919f-4231-befe-9cac76a6b144, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57794679-16e9-46ef-903d-e3ab6374b24d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57794679-16e9-46ef-903d-e3ab6374b24d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852066371301048941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d089c265-c0fc-4b28-9732-b9a90a9291c6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdcf92ab-9480-4d69-b5c8-fd62becb085f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcf92ab-9480-4d69-b5c8-fd62becb085f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443751950635251715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57794679-16e9-46ef-903d-e3ab6374b24d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ccba89-c347-4f56-a337-e001f39f24a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ccba89-c347-4f56-a337-e001f39f24a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702233123335939727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcf92ab-9480-4d69-b5c8-fd62becb085f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b4931c-98d1-4840-b638-6c4b8da80330, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b4931c-98d1-4840-b638-6c4b8da80330, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287328836793114891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ccba89-c347-4f56-a337-e001f39f24a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3821fa47-660b-4e0d-8c69-f58456933cb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b4931c-98d1-4840-b638-6c4b8da80330, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3821fa47-660b-4e0d-8c69-f58456933cb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573260098172696023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a5070e-98ce-40ce-987c-17d30e1a05d0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a5070e-98ce-40ce-987c-17d30e1a05d0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648521344512763724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3821fa47-660b-4e0d-8c69-f58456933cb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa82382c-747a-4918-8e8c-5db1ce1ebdd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa82382c-747a-4918-8e8c-5db1ce1ebdd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337315953070267267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a5070e-98ce-40ce-987c-17d30e1a05d0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7754c249-1277-47b1-ab5e-4816713a9120, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7754c249-1277-47b1-ab5e-4816713a9120, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12584883501856641824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa82382c-747a-4918-8e8c-5db1ce1ebdd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7754c249-1277-47b1-ab5e-4816713a9120, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a809a021-5b76-4eef-94c5-836705d0ed9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1d2db8-75dd-496a-a9f5-26d8dcc7fb6b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a809a021-5b76-4eef-94c5-836705d0ed9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944408866405985881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1d2db8-75dd-496a-a9f5-26d8dcc7fb6b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5731231488829421361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a809a021-5b76-4eef-94c5-836705d0ed9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e0ffc2f-db91-4524-ac6a-725ab8ff2a4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e0ffc2f-db91-4524-ac6a-725ab8ff2a4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11823091874741562353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1d2db8-75dd-496a-a9f5-26d8dcc7fb6b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb6616ee-5071-42df-8126-a89b93e85ead, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6616ee-5071-42df-8126-a89b93e85ead, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497740820485578433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e0ffc2f-db91-4524-ac6a-725ab8ff2a4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6616ee-5071-42df-8126-a89b93e85ead, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e33ba8c-5993-45b4-8cf7-3e3c983d44c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e33ba8c-5993-45b4-8cf7-3e3c983d44c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10023479407730473170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b58432b5-f8e2-4f66-bde5-0c0915ef609c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b58432b5-f8e2-4f66-bde5-0c0915ef609c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9451207952102287679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e33ba8c-5993-45b4-8cf7-3e3c983d44c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b58432b5-f8e2-4f66-bde5-0c0915ef609c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a17044-88e2-4c0c-b416-d1e525df8eac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a17044-88e2-4c0c-b416-d1e525df8eac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13928967289278591822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1550643-776e-4938-bb8b-7025576cf92e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1550643-776e-4938-bb8b-7025576cf92e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 988422030383028780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a17044-88e2-4c0c-b416-d1e525df8eac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdf24875-311c-4482-b615-148dfe806131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf24875-311c-4482-b615-148dfe806131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538221045409754994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1550643-776e-4938-bb8b-7025576cf92e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eb95455-6466-467d-823f-271ab27e8e87, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb95455-6466-467d-823f-271ab27e8e87, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094214462505412935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf24875-311c-4482-b615-148dfe806131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1ef7e8-eaa1-45f3-8919-0de3119f3a3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1ef7e8-eaa1-45f3-8919-0de3119f3a3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 329214212132184054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb95455-6466-467d-823f-271ab27e8e87, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c07e2a1-62bc-432c-b336-42e69c1ed612, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c07e2a1-62bc-432c-b336-42e69c1ed612, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2932166635730404317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1ef7e8-eaa1-45f3-8919-0de3119f3a3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0435ebfd-bac5-4bb8-ac76-68070ce0e4f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0435ebfd-bac5-4bb8-ac76-68070ce0e4f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4258966571372507474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c07e2a1-62bc-432c-b336-42e69c1ed612, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c43abeb-a2f1-4fc2-a9b5-4411c0c74947, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c43abeb-a2f1-4fc2-a9b5-4411c0c74947, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11567242928477117890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0435ebfd-bac5-4bb8-ac76-68070ce0e4f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 325d6faf-bf87-4e07-9479-14c18d06d463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c43abeb-a2f1-4fc2-a9b5-4411c0c74947, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325d6faf-bf87-4e07-9479-14c18d06d463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2245232545331788590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325d6faf-bf87-4e07-9479-14c18d06d463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e027ece-3538-4dfb-ab91-7deba6c527c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e027ece-3538-4dfb-ab91-7deba6c527c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3160132273121302601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32afb02-a0b6-4b17-9ef6-5dfa169a7e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32afb02-a0b6-4b17-9ef6-5dfa169a7e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3372858605132246748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e027ece-3538-4dfb-ab91-7deba6c527c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226abc88-8648-47ed-aefd-920b0d39231a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226abc88-8648-47ed-aefd-920b0d39231a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8537626557661966653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32afb02-a0b6-4b17-9ef6-5dfa169a7e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc2770b7-8bad-45b7-9e96-e45a0e6fed6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2770b7-8bad-45b7-9e96-e45a0e6fed6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17313532558692062134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226abc88-8648-47ed-aefd-920b0d39231a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f666e5c8-de1e-4eb6-ab7c-83c79118e7e6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f666e5c8-de1e-4eb6-ab7c-83c79118e7e6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11639917078250102097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2770b7-8bad-45b7-9e96-e45a0e6fed6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b58f122-0bd5-49e2-bfcf-5696f56ee870, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b58f122-0bd5-49e2-bfcf-5696f56ee870, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8316883465864788851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f666e5c8-de1e-4eb6-ab7c-83c79118e7e6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d228450-1b93-4693-a621-8c8286e30a5f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d228450-1b93-4693-a621-8c8286e30a5f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12956625614655891072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b58f122-0bd5-49e2-bfcf-5696f56ee870, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f2f4548-6a40-4014-9de7-64023ef6ac1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2f4548-6a40-4014-9de7-64023ef6ac1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773749161196103758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d228450-1b93-4693-a621-8c8286e30a5f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e378733-5f46-4b0c-8eda-19dd6a315837, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e378733-5f46-4b0c-8eda-19dd6a315837, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 606616443945721745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2f4548-6a40-4014-9de7-64023ef6ac1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0271966a-0c63-4571-a173-d8529c8b58c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0271966a-0c63-4571-a173-d8529c8b58c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858829561031740645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e378733-5f46-4b0c-8eda-19dd6a315837, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9943beb0-ae55-4b61-8217-f8f0e3a2d7f6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9943beb0-ae55-4b61-8217-f8f0e3a2d7f6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7122264049901085742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0271966a-0c63-4571-a173-d8529c8b58c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9943beb0-ae55-4b61-8217-f8f0e3a2d7f6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61821c85-5457-44f3-a581-ffeae2eafb38, ghrun-gnft54blbu.auto.internal:25172): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9655/1
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7c6136c-051f-4f94-9710-e3f4a5c3e084, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c6136c-051f-4f94-9710-e3f4a5c3e084, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693022865582098612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61821c85-5457-44f3-a581-ffeae2eafb38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 901187706214461246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c6136c-051f-4f94-9710-e3f4a5c3e084, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86888e07-945b-43e0-bfec-7d6de2c580a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86888e07-945b-43e0-bfec-7d6de2c580a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9353300879705304631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61821c85-5457-44f3-a581-ffeae2eafb38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf8b7d0b-191f-4cb5-960e-b42c2b249397, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8b7d0b-191f-4cb5-960e-b42c2b249397, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314279689333348784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86888e07-945b-43e0-bfec-7d6de2c580a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846bb729-63bd-4cc0-a598-866f2c33aab2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846bb729-63bd-4cc0-a598-866f2c33aab2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12795043722146336553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8b7d0b-191f-4cb5-960e-b42c2b249397, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f04420a-cee4-4156-a2ea-fec4cc5fffae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f04420a-cee4-4156-a2ea-fec4cc5fffae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028390004532015458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f04420a-cee4-4156-a2ea-fec4cc5fffae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5107cd76-2e69-4c76-80d8-5566e69562a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846bb729-63bd-4cc0-a598-866f2c33aab2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5107cd76-2e69-4c76-80d8-5566e69562a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321816179804068713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f995fb-fb03-46c0-bb6e-29405d07795c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f995fb-fb03-46c0-bb6e-29405d07795c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434987091455104258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5107cd76-2e69-4c76-80d8-5566e69562a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d8d053b-69e0-4d97-8b51-2be6e35961eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8d053b-69e0-4d97-8b51-2be6e35961eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9543775981282291623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f995fb-fb03-46c0-bb6e-29405d07795c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9cfecb1-7563-41d6-896c-718271797f6f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9cfecb1-7563-41d6-896c-718271797f6f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905424015805258873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8d053b-69e0-4d97-8b51-2be6e35961eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7f0759-9516-4ccb-975e-f01d9d635bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7f0759-9516-4ccb-975e-f01d9d635bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4446611346227504315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9cfecb1-7563-41d6-896c-718271797f6f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c8d243-bc98-4158-86a0-f1799562d2d1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c8d243-bc98-4158-86a0-f1799562d2d1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15963746296624058442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7f0759-9516-4ccb-975e-f01d9d635bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8321b11e-32e9-4bd3-9c61-981800068b3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8321b11e-32e9-4bd3-9c61-981800068b3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311649621513119126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c8d243-bc98-4158-86a0-f1799562d2d1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f089213-3046-44f6-bd81-95cf5d42bc33, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f089213-3046-44f6-bd81-95cf5d42bc33, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4642279122621135891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8321b11e-32e9-4bd3-9c61-981800068b3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed17ea6f-b942-4197-a72b-a0c2e74d8650, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f089213-3046-44f6-bd81-95cf5d42bc33, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed17ea6f-b942-4197-a72b-a0c2e74d8650, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14274698258722501835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a19cfa30-f64d-4ab9-be2f-32b34b7b5f52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19cfa30-f64d-4ab9-be2f-32b34b7b5f52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360375335849627557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed17ea6f-b942-4197-a72b-a0c2e74d8650, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19cfa30-f64d-4ab9-be2f-32b34b7b5f52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4915a10-03a0-41cc-bffa-a77d9fedaa99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4915a10-03a0-41cc-bffa-a77d9fedaa99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3298945595265285028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c4bbab-4ada-4735-bf98-f517da59c8f3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c4bbab-4ada-4735-bf98-f517da59c8f3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 635162435653224645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4915a10-03a0-41cc-bffa-a77d9fedaa99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd3399f-9004-4da8-adbb-e528c56cfecf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd3399f-9004-4da8-adbb-e528c56cfecf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13321207103788881825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c4bbab-4ada-4735-bf98-f517da59c8f3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed02644-ee5c-43a7-9487-c272ba447cca, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed02644-ee5c-43a7-9487-c272ba447cca, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360479085228780416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd3399f-9004-4da8-adbb-e528c56cfecf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111f7426-608a-41e3-8121-4c30bc818f34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111f7426-608a-41e3-8121-4c30bc818f34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10393816609625976764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed02644-ee5c-43a7-9487-c272ba447cca, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fa3d3d6-1e0d-49ca-804a-c181ebbaed47, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa3d3d6-1e0d-49ca-804a-c181ebbaed47, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000104205670959076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111f7426-608a-41e3-8121-4c30bc818f34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c2085a-1fff-4f5c-b442-57e97bca89cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c2085a-1fff-4f5c-b442-57e97bca89cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7096249417390882520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa3d3d6-1e0d-49ca-804a-c181ebbaed47, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0e03783-aaa4-4fa0-856a-ff3c0890b5c4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e03783-aaa4-4fa0-856a-ff3c0890b5c4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9522342083096025917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e03783-aaa4-4fa0-856a-ff3c0890b5c4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f71b0608-a35b-434d-a124-d5fa0b83ebe0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71b0608-a35b-434d-a124-d5fa0b83ebe0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4698659358510497235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c2085a-1fff-4f5c-b442-57e97bca89cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94bb6eb5-dd25-4585-88c9-ca9ac63a86e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94bb6eb5-dd25-4585-88c9-ca9ac63a86e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16087974478051970046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71b0608-a35b-434d-a124-d5fa0b83ebe0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d8e7eb8-4912-4990-b274-866fc52b7777, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8e7eb8-4912-4990-b274-866fc52b7777, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12510773299673760435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8e7eb8-4912-4990-b274-866fc52b7777, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5bd1ce-028f-41aa-94bd-4b0a9bcf6fe4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5bd1ce-028f-41aa-94bd-4b0a9bcf6fe4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 497128883650453679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94bb6eb5-dd25-4585-88c9-ca9ac63a86e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 562fb1ef-afe4-4bd8-aef6-87a9c168f1f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562fb1ef-afe4-4bd8-aef6-87a9c168f1f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2238229830801160116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5bd1ce-028f-41aa-94bd-4b0a9bcf6fe4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc13101c-544b-40b7-ad38-1799ec1cab63, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc13101c-544b-40b7-ad38-1799ec1cab63, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12264267536757437689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562fb1ef-afe4-4bd8-aef6-87a9c168f1f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc13101c-544b-40b7-ad38-1799ec1cab63, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log', '--grpc-port=9655', '--mon-port=21509', '--ic-port=10521', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1531928
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9655/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.29
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.29
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1531930
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11203eab-93d9-46e3-a54f-ad9c143c192b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11203eab-93d9-46e3-a54f-ad9c143c192b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596276172665065309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dadc80-6d9c-41e7-bd87-a31a7af104b3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dadc80-6d9c-41e7-bd87-a31a7af104b3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13806527476227267325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dadc80-6d9c-41e7-bd87-a31a7af104b3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f7fb362-2f91-4656-9f3e-441a55f0b335, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7fb362-2f91-4656-9f3e-441a55f0b335, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14052524425190044487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11203eab-93d9-46e3-a54f-ad9c143c192b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9785ec3-0a83-430e-b3e5-2d6a7289a722, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9785ec3-0a83-430e-b3e5-2d6a7289a722, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15147829649055478837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9785ec3-0a83-430e-b3e5-2d6a7289a722, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a9a5775-b0e3-4fae-8f0f-dd79e57a7209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7fb362-2f91-4656-9f3e-441a55f0b335, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9a5775-b0e3-4fae-8f0f-dd79e57a7209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 90971612964383303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62e865c-4dca-4423-b7e9-2a787b993dd8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62e865c-4dca-4423-b7e9-2a787b993dd8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9023920923229695403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9a5775-b0e3-4fae-8f0f-dd79e57a7209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62e865c-4dca-4423-b7e9-2a787b993dd8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bc5a080-ade1-40f6-8888-44781b740125, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc5a080-ade1-40f6-8888-44781b740125, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 553012493898613403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a6f0541-8e8b-4b83-a483-145540372825, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6f0541-8e8b-4b83-a483-145540372825, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037843818061491048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc5a080-ade1-40f6-8888-44781b740125, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6f0541-8e8b-4b83-a483-145540372825, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c5c69-98f8-41f4-aba3-be7e4ca3b5cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c5c69-98f8-41f4-aba3-be7e4ca3b5cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459683367419647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aebe72d3-127e-44bb-a313-ea91cbaecb34, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebe72d3-127e-44bb-a313-ea91cbaecb34, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211289424693268802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c5c69-98f8-41f4-aba3-be7e4ca3b5cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebe72d3-127e-44bb-a313-ea91cbaecb34, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948518f6-1a28-4e16-86da-743b1ea0bbbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948518f6-1a28-4e16-86da-743b1ea0bbbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057798114207023940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d656c7d-dd5e-45d7-a265-752839c2ecea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d656c7d-dd5e-45d7-a265-752839c2ecea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9629655346685973841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948518f6-1a28-4e16-86da-743b1ea0bbbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d656c7d-dd5e-45d7-a265-752839c2ecea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b51b18e9-b402-4853-9e2c-1f6e70c19566, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51b18e9-b402-4853-9e2c-1f6e70c19566, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12942541971223115790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a841c664-15af-4106-92b9-b3b305a1b39b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a841c664-15af-4106-92b9-b3b305a1b39b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 920429061647045679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51b18e9-b402-4853-9e2c-1f6e70c19566, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a841c664-15af-4106-92b9-b3b305a1b39b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c142dee-f0fb-4b79-b008-009fc7c2a453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 680bf86b-bd34-433c-b2b5-80d012e1b305, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 680bf86b-bd34-433c-b2b5-80d012e1b305, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14794273559896328504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c142dee-f0fb-4b79-b008-009fc7c2a453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4603850245061199801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 680bf86b-bd34-433c-b2b5-80d012e1b305, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95e0192-a50f-4f0a-810d-e7f4312e387b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c142dee-f0fb-4b79-b008-009fc7c2a453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6efe054f-53be-452f-87f9-5b3d89d0d594, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6efe054f-53be-452f-87f9-5b3d89d0d594, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379366843103636865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95e0192-a50f-4f0a-810d-e7f4312e387b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373582503313085323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6efe054f-53be-452f-87f9-5b3d89d0d594, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95e0192-a50f-4f0a-810d-e7f4312e387b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9877d4a9-0dd9-4fa0-a9ea-c549356ad8bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51226402-6836-4856-9178-f2de783a4fab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9877d4a9-0dd9-4fa0-a9ea-c549356ad8bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15685792119788519616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51226402-6836-4856-9178-f2de783a4fab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10784333383897826448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51226402-6836-4856-9178-f2de783a4fab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 087dcd12-7a90-4bfa-8a07-3f4aba51ee94, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087dcd12-7a90-4bfa-8a07-3f4aba51ee94, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092601758348608024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087dcd12-7a90-4bfa-8a07-3f4aba51ee94, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e709e7f-6d34-4c89-a2f1-5984f6d97017, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e709e7f-6d34-4c89-a2f1-5984f6d97017, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15465743815799981536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e709e7f-6d34-4c89-a2f1-5984f6d97017, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 680c77b3-4d23-4e46-8024-e21dd3b4f312, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 680c77b3-4d23-4e46-8024-e21dd3b4f312, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3939772770824923695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9877d4a9-0dd9-4fa0-a9ea-c549356ad8bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f98c2a6-748d-400f-bbbd-a7d88bdf9555, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f98c2a6-748d-400f-bbbd-a7d88bdf9555, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171530899628051928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 680c77b3-4d23-4e46-8024-e21dd3b4f312, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64535cc0-1859-4c0e-a5f9-7acc1a3a231a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64535cc0-1859-4c0e-a5f9-7acc1a3a231a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12521947519728885500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f98c2a6-748d-400f-bbbd-a7d88bdf9555, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49f048b8-913c-4136-b0ad-904ea1f36d36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f048b8-913c-4136-b0ad-904ea1f36d36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792836070980430353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64535cc0-1859-4c0e-a5f9-7acc1a3a231a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07a80c63-d742-4ecd-90e0-adc20a40471e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07a80c63-d742-4ecd-90e0-adc20a40471e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312798799074173675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f048b8-913c-4136-b0ad-904ea1f36d36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5abeca6-ed75-4ffe-a64c-b9db16495b23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5abeca6-ed75-4ffe-a64c-b9db16495b23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13899212028020759632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07a80c63-d742-4ecd-90e0-adc20a40471e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ce30b7-ad5c-420a-9714-196ede509532, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ce30b7-ad5c-420a-9714-196ede509532, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657754058806073836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5abeca6-ed75-4ffe-a64c-b9db16495b23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d827cc14-db1c-47b7-88a8-34f4d8b6d3dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ce30b7-ad5c-420a-9714-196ede509532, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d827cc14-db1c-47b7-88a8-34f4d8b6d3dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754415420505535759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf45ba04-3dea-486c-9df1-cec958c4ac8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf45ba04-3dea-486c-9df1-cec958c4ac8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204341765660113289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d827cc14-db1c-47b7-88a8-34f4d8b6d3dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eca1773-1006-4777-b227-ad9a0f706aeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eca1773-1006-4777-b227-ad9a0f706aeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3225152598753678007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf45ba04-3dea-486c-9df1-cec958c4ac8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b255ec-e7cb-4700-9906-9bdc0d6ee2e8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b255ec-e7cb-4700-9906-9bdc0d6ee2e8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296787386146926652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eca1773-1006-4777-b227-ad9a0f706aeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17506390-da19-4362-9c40-4c27050f244b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17506390-da19-4362-9c40-4c27050f244b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17020038091144347992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b255ec-e7cb-4700-9906-9bdc0d6ee2e8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3abb4f7a-1e31-499a-847c-5855e17e8b83, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abb4f7a-1e31-499a-847c-5855e17e8b83, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4633439683598431054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17506390-da19-4362-9c40-4c27050f244b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abb4f7a-1e31-499a-847c-5855e17e8b83, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dffe311-bf25-436d-a8ca-a657b0e47aa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dffe311-bf25-436d-a8ca-a657b0e47aa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10770477002503424538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5861de70-3681-44d7-9732-f8334c8d8d39, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5861de70-3681-44d7-9732-f8334c8d8d39, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3624763065930573735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dffe311-bf25-436d-a8ca-a657b0e47aa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a6e4853-dcbd-4ab2-bad0-f67eeefa9fd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6e4853-dcbd-4ab2-bad0-f67eeefa9fd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16557017267707876636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5861de70-3681-44d7-9732-f8334c8d8d39, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d43e35-e895-4364-a3e2-2dba44e6e456, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d43e35-e895-4364-a3e2-2dba44e6e456, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265703338742460135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6e4853-dcbd-4ab2-bad0-f67eeefa9fd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bfde9cb-9dbd-4cea-9ed5-19216632011f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d43e35-e895-4364-a3e2-2dba44e6e456, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bfde9cb-9dbd-4cea-9ed5-19216632011f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2656514981468330676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b4c9041-7650-4647-aac2-4bc83f4c73c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b4c9041-7650-4647-aac2-4bc83f4c73c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9580857670563000017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bfde9cb-9dbd-4cea-9ed5-19216632011f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8b1508b-e930-4b40-937a-0fe8316d9a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b4c9041-7650-4647-aac2-4bc83f4c73c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b1508b-e930-4b40-937a-0fe8316d9a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385828915643927288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f2efae-16ab-43aa-b9a8-4fbd683b7505, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f2efae-16ab-43aa-b9a8-4fbd683b7505, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15096485455261575670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b1508b-e930-4b40-937a-0fe8316d9a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f2efae-16ab-43aa-b9a8-4fbd683b7505, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab8fac8-a03c-4777-9849-047f237cd251, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2baf26aa-f705-4e8e-a358-3543f1249e3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2baf26aa-f705-4e8e-a358-3543f1249e3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5276578577057965932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab8fac8-a03c-4777-9849-047f237cd251, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058179740549040400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2baf26aa-f705-4e8e-a358-3543f1249e3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45bb5f7b-f17c-489b-adc0-e654ef74b99e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45bb5f7b-f17c-489b-adc0-e654ef74b99e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453458914688876363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab8fac8-a03c-4777-9849-047f237cd251, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ec9706-b282-46c7-a539-7627a1df287f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ec9706-b282-46c7-a539-7627a1df287f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30470177119091955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45bb5f7b-f17c-489b-adc0-e654ef74b99e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ec9706-b282-46c7-a539-7627a1df287f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd8b0f8-ea13-4228-8a1b-9d4209701c4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd8b0f8-ea13-4228-8a1b-9d4209701c4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086528467447786695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae327a2-d54c-469c-9442-feb8eeec2a6c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae327a2-d54c-469c-9442-feb8eeec2a6c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194657493220798325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd8b0f8-ea13-4228-8a1b-9d4209701c4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba97bc3-cd6e-453b-89e2-38978fca82d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba97bc3-cd6e-453b-89e2-38978fca82d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12546602200119933644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae327a2-d54c-469c-9442-feb8eeec2a6c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c16b268a-30db-44e3-9a40-c3a45c1ce5d4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c16b268a-30db-44e3-9a40-c3a45c1ce5d4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14067205688612424551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551" } } } 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 1531930) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1531930) elapsed time (sec): 1.4828553199768066
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c16b268a-30db-44e3-9a40-c3a45c1ce5d4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba97bc3-cd6e-453b-89e2-38978fca82d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1531930) idrss: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ya.test:process.py:263 Command (pid 1531930) inblock: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f38fca5e-339b-46ec-9b09-de8dd5f72567, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1531930) isrss: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38fca5e-339b-46ec-9b09-de8dd5f72567, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678427610900897182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1531930) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1531930) minflt: 45171
DEBUG    ya.test:process.py:263 Command (pid 1531930) msgrcv: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38fca5e-339b-46ec-9b09-de8dd5f72567, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1531930) msgsnd: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b45faf-7b3a-4252-be65-531b5df585b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1531930) nivcsw: 270
DEBUG    ya.test:process.py:263 Command (pid 1531930) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1531930) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1531930) stime: 0.215142
DEBUG    ya.test:process.py:263 Command (pid 1531930) utime: 0.568135
DEBUG    ya.test:process.py:263 Command (pid 1531930) wtime: 1.488
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b45faf-7b3a-4252-be65-531b5df585b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5289330508017565553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:275 Command (pid 1531930) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de6a40c3-569d-467b-8c32-622d5c9a6d00, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6a40c3-569d-467b-8c32-622d5c9a6d00, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7463546559148759692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:276 Command (pid 1531930) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b45faf-7b3a-4252-be65-531b5df585b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ca23ada-b76e-4079-9b07-5ef7f8bb4291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca23ada-b76e-4079-9b07-5ef7f8bb4291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2696603602292223461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6a40c3-569d-467b-8c32-622d5c9a6d00, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6345d409-aaa2-49d8-9441-c348f1c9d976, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6345d409-aaa2-49d8-9441-c348f1c9d976, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4949001894326049322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca23ada-b76e-4079-9b07-5ef7f8bb4291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3936519f-e7a6-4004-9976-26a7a62ddf73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6345d409-aaa2-49d8-9441-c348f1c9d976, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffbd11cc-7dbf-4592-b9fa-4a4a57bd4ed5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbd11cc-7dbf-4592-b9fa-4a4a57bd4ed5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14145075802066474265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3936519f-e7a6-4004-9976-26a7a62ddf73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357038602369917326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbd11cc-7dbf-4592-b9fa-4a4a57bd4ed5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 635b95f8-c1ab-4ae8-8fa1-fd501682f291, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 635b95f8-c1ab-4ae8-8fa1-fd501682f291, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766786458542210409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 635b95f8-c1ab-4ae8-8fa1-fd501682f291, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3936519f-e7a6-4004-9976-26a7a62ddf73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e14b21-f54a-443e-8533-0c02f15e6478, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76b857a5-c56b-48ac-a9dc-79e30dd39985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b857a5-c56b-48ac-a9dc-79e30dd39985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16563583070792516205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e14b21-f54a-443e-8533-0c02f15e6478, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12660572610433322176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e14b21-f54a-443e-8533-0c02f15e6478, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 040bb4e1-9dfa-496d-a33e-564b2f9f4d10, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040bb4e1-9dfa-496d-a33e-564b2f9f4d10, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542054233463580751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b857a5-c56b-48ac-a9dc-79e30dd39985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f17a233-3702-421e-80bb-848e0faea42a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f17a233-3702-421e-80bb-848e0faea42a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6348331686667514683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040bb4e1-9dfa-496d-a33e-564b2f9f4d10, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f1e6583-589c-4dd9-b29d-05c2506299d3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1e6583-589c-4dd9-b29d-05c2506299d3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869967411816489492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f17a233-3702-421e-80bb-848e0faea42a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa2f453-caa1-4e3c-a651-66d4b39f76fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa2f453-caa1-4e3c-a651-66d4b39f76fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948410495438815426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1e6583-589c-4dd9-b29d-05c2506299d3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e390443c-a700-4395-ab1e-1fe403853877, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa2f453-caa1-4e3c-a651-66d4b39f76fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e390443c-a700-4395-ab1e-1fe403853877, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9811049092018973302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ee98672-ee76-47e9-a092-a4081eb8e5e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee98672-ee76-47e9-a092-a4081eb8e5e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10398777805674082093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e390443c-a700-4395-ab1e-1fe403853877, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6afed379-ab3c-4ac2-adec-98e8d56184f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afed379-ab3c-4ac2-adec-98e8d56184f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15798359239854729514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee98672-ee76-47e9-a092-a4081eb8e5e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d7323ee-58a0-4487-8a51-4cd8bc7cbb2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d7323ee-58a0-4487-8a51-4cd8bc7cbb2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5916105961521059040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afed379-ab3c-4ac2-adec-98e8d56184f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1a5f45-c0cc-4da2-9831-29c22d78fcc3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1a5f45-c0cc-4da2-9831-29c22d78fcc3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823185444341253830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d7323ee-58a0-4487-8a51-4cd8bc7cbb2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8819984-e395-4ebe-b622-bd242569d2a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8819984-e395-4ebe-b622-bd242569d2a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289593234422387749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1a5f45-c0cc-4da2-9831-29c22d78fcc3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2776b966-aa29-4aec-9335-f4b9dd6d398b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2776b966-aa29-4aec-9335-f4b9dd6d398b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952155729196971792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8819984-e395-4ebe-b622-bd242569d2a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5443ef3-75ba-4933-91cd-98cbfbbbd890, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5443ef3-75ba-4933-91cd-98cbfbbbd890, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6728134548856311259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2776b966-aa29-4aec-9335-f4b9dd6d398b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5443ef3-75ba-4933-91cd-98cbfbbbd890, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4fef90d-4f74-468e-b0a5-4ba3850d41eb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4fef90d-4f74-468e-b0a5-4ba3850d41eb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346185174451018047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b2cfb03-bd5c-4f66-855a-05c46335e49b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2cfb03-bd5c-4f66-855a-05c46335e49b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15403724836850124696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4fef90d-4f74-468e-b0a5-4ba3850d41eb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695b4760-d1c8-46a4-ac7d-9623854d8e17, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695b4760-d1c8-46a4-ac7d-9623854d8e17, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044384187926144115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2cfb03-bd5c-4f66-855a-05c46335e49b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86158469-cbc6-43a6-b937-83c9881ad63d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86158469-cbc6-43a6-b937-83c9881ad63d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428071758201269250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695b4760-d1c8-46a4-ac7d-9623854d8e17, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e6fbc0-1a72-43ba-b6fa-0bd4ffc9ae80, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e6fbc0-1a72-43ba-b6fa-0bd4ffc9ae80, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772531421091249827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86158469-cbc6-43a6-b937-83c9881ad63d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f802a7b4-a98a-4ade-b386-4dca60ad855a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f802a7b4-a98a-4ade-b386-4dca60ad855a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7681057886198718108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e6fbc0-1a72-43ba-b6fa-0bd4ffc9ae80, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eb193c1-406b-4af8-ba8c-1af42914ee4f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb193c1-406b-4af8-ba8c-1af42914ee4f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9798702030653857243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f802a7b4-a98a-4ade-b386-4dca60ad855a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5792495-4f8a-4a5b-845d-83fcb0da9a15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb193c1-406b-4af8-ba8c-1af42914ee4f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14801d03-d7b9-4460-8e2f-5fe6846f17c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14801d03-d7b9-4460-8e2f-5fe6846f17c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3557844260273479046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5792495-4f8a-4a5b-845d-83fcb0da9a15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 892421082207875968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5792495-4f8a-4a5b-845d-83fcb0da9a15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51c3933e-85ec-4c88-b8e9-e1c05d955731, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c3933e-85ec-4c88-b8e9-e1c05d955731, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8620680617405978567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14801d03-d7b9-4460-8e2f-5fe6846f17c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea031fd1-ae35-4e47-adc5-ca11198d4e8e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea031fd1-ae35-4e47-adc5-ca11198d4e8e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059908767177667254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c3933e-85ec-4c88-b8e9-e1c05d955731, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea031fd1-ae35-4e47-adc5-ca11198d4e8e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1502d8b6-57f2-4d31-bda9-69de10f74fb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1502d8b6-57f2-4d31-bda9-69de10f74fb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787609692375699372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38083dc-1e4c-4e91-9480-8d2a2986a4b1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38083dc-1e4c-4e91-9480-8d2a2986a4b1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14066946606868898968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38083dc-1e4c-4e91-9480-8d2a2986a4b1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af06d2cd-2eac-4d62-81fe-4f0f54c51050, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1502d8b6-57f2-4d31-bda9-69de10f74fb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f5cf6fa-f046-4f21-855a-a09aca189d2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5cf6fa-f046-4f21-855a-a09aca189d2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752351949253653745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af06d2cd-2eac-4d62-81fe-4f0f54c51050, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4550418633842050602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5cf6fa-f046-4f21-855a-a09aca189d2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af06d2cd-2eac-4d62-81fe-4f0f54c51050, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06dfb347-e1d3-4028-bc47-2bab53ba36be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06dfb347-e1d3-4028-bc47-2bab53ba36be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2268031303160716495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748a395c-b9cd-42b0-a98d-b70e1e15a5b6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748a395c-b9cd-42b0-a98d-b70e1e15a5b6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9128114518293604425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06dfb347-e1d3-4028-bc47-2bab53ba36be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa46d8a-a81d-4dde-acb8-d8457a953652, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa46d8a-a81d-4dde-acb8-d8457a953652, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15600446236343327673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748a395c-b9cd-42b0-a98d-b70e1e15a5b6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b70ddf5-3a07-4aa5-ac40-6f9b67a753e5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b70ddf5-3a07-4aa5-ac40-6f9b67a753e5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159721165052598293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa46d8a-a81d-4dde-acb8-d8457a953652, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa526c8-381c-48e2-a67f-a1011060204f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa526c8-381c-48e2-a67f-a1011060204f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8062813380846326533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b70ddf5-3a07-4aa5-ac40-6f9b67a753e5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c26a94-62be-43fb-8e6c-c0a87b68c3e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c26a94-62be-43fb-8e6c-c0a87b68c3e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16484815950924272535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa526c8-381c-48e2-a67f-a1011060204f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f71917-97b8-4b71-a7b7-e4b73b4614b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f71917-97b8-4b71-a7b7-e4b73b4614b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1618520142598415512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c26a94-62be-43fb-8e6c-c0a87b68c3e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3fa9a7d-547c-41f2-879e-2354fc324a64, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f71917-97b8-4b71-a7b7-e4b73b4614b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3fa9a7d-547c-41f2-879e-2354fc324a64, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18254884399879771653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24bd8caf-8f0e-4267-870f-1b928b0c0305, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24bd8caf-8f0e-4267-870f-1b928b0c0305, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13327008686250930167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24bd8caf-8f0e-4267-870f-1b928b0c0305, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b590ee26-d378-4957-b2f8-2c2478345889, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3fa9a7d-547c-41f2-879e-2354fc324a64, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b590ee26-d378-4957-b2f8-2c2478345889, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15120063489850956454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39de8b23-8d2f-4c41-a933-0c0f4427e9ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b590ee26-d378-4957-b2f8-2c2478345889, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39de8b23-8d2f-4c41-a933-0c0f4427e9ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 717411520614664765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17f85c39-743f-4b77-9211-27144f03f353, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f85c39-743f-4b77-9211-27144f03f353, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12322065526676489652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39de8b23-8d2f-4c41-a933-0c0f4427e9ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a167d0bc-7acd-41de-b7f5-1725d420540d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a167d0bc-7acd-41de-b7f5-1725d420540d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8771399962359831103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f85c39-743f-4b77-9211-27144f03f353, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc76f688-b44a-4ff0-8044-04039691ceb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc76f688-b44a-4ff0-8044-04039691ceb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680646806609940990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a167d0bc-7acd-41de-b7f5-1725d420540d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40c06ee3-d5b5-4706-bbdf-4cfa17a3ffdd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c06ee3-d5b5-4706-bbdf-4cfa17a3ffdd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724440394944870380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc76f688-b44a-4ff0-8044-04039691ceb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c65043-850f-4885-936c-447d00e07ba3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c06ee3-d5b5-4706-bbdf-4cfa17a3ffdd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c65043-850f-4885-936c-447d00e07ba3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11656334467160741712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90c1e626-0913-4591-ad21-1000c56897d0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c1e626-0913-4591-ad21-1000c56897d0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3421484716618963374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c65043-850f-4885-936c-447d00e07ba3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c1e626-0913-4591-ad21-1000c56897d0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6dbd131-428d-472b-9562-2ab8e3faa265, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6dbd131-428d-472b-9562-2ab8e3faa265, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10805311168963274583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcef6ac3-205f-4f76-bbfb-b73565bd1219, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcef6ac3-205f-4f76-bbfb-b73565bd1219, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2683752568386342611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcef6ac3-205f-4f76-bbfb-b73565bd1219, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18313e7d-5fbd-49ad-8dd1-d66b4a0bf254, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18313e7d-5fbd-49ad-8dd1-d66b4a0bf254, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2546257411211521893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6dbd131-428d-472b-9562-2ab8e3faa265, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a52f32-d0f4-47b5-83c2-3fbd91e99009, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a52f32-d0f4-47b5-83c2-3fbd91e99009, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795297066171836005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18313e7d-5fbd-49ad-8dd1-d66b4a0bf254, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6b39d00-f2b6-46f7-9f4b-7ccd8aa3365e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b39d00-f2b6-46f7-9f4b-7ccd8aa3365e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2811519459705922800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a52f32-d0f4-47b5-83c2-3fbd91e99009, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0959a6f-bc8e-4a95-8dab-d2e3a6c1eddd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0959a6f-bc8e-4a95-8dab-d2e3a6c1eddd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3141464660502398480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b39d00-f2b6-46f7-9f4b-7ccd8aa3365e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62585469-3870-4e30-98c6-d12bd98f7072, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62585469-3870-4e30-98c6-d12bd98f7072, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10640637905390766365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0959a6f-bc8e-4a95-8dab-d2e3a6c1eddd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5168f5b5-ce34-4e53-8c9f-0078652f784d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5168f5b5-ce34-4e53-8c9f-0078652f784d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3235329735826984950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62585469-3870-4e30-98c6-d12bd98f7072, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a21ff428-600e-49dc-8e3c-8f8a6e911153, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21ff428-600e-49dc-8e3c-8f8a6e911153, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5466528671041692703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5168f5b5-ce34-4e53-8c9f-0078652f784d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6e27203-554e-4856-b786-00bf3aca0460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e27203-554e-4856-b786-00bf3aca0460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17662199274902257730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21ff428-600e-49dc-8e3c-8f8a6e911153, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52606cd0-fce5-49f3-b34c-449555245ce6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52606cd0-fce5-49f3-b34c-449555245ce6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6347795911099151716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e27203-554e-4856-b786-00bf3aca0460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cfef3ef-ac0b-4de7-bb60-a771aaa802aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfef3ef-ac0b-4de7-bb60-a771aaa802aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7035668999798723140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52606cd0-fce5-49f3-b34c-449555245ce6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aa5f851-377c-46d8-8003-fb36c8254b01, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aa5f851-377c-46d8-8003-fb36c8254b01, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816070048652918733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aa5f851-377c-46d8-8003-fb36c8254b01, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8488399f-129e-442c-8f9b-b0501353093e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8488399f-129e-442c-8f9b-b0501353093e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866472044206678850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfef3ef-ac0b-4de7-bb60-a771aaa802aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eca02df-7983-4fcd-9f8b-e21c08a5dc08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eca02df-7983-4fcd-9f8b-e21c08a5dc08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563908178021438139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8488399f-129e-442c-8f9b-b0501353093e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b87f6b6-a2ff-42fd-b549-10e4f2095a5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b87f6b6-a2ff-42fd-b549-10e4f2095a5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1355019434568596987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eca02df-7983-4fcd-9f8b-e21c08a5dc08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5de1dfad-689f-4ae4-99b4-392affe23cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de1dfad-689f-4ae4-99b4-392affe23cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000602378481182261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b87f6b6-a2ff-42fd-b549-10e4f2095a5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de1dfad-689f-4ae4-99b4-392affe23cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f079d09-b6e9-456f-a2af-3117cb681cfa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f079d09-b6e9-456f-a2af-3117cb681cfa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449289340807050028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e53377cc-f472-4011-95ec-160e4277dfac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f079d09-b6e9-456f-a2af-3117cb681cfa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53377cc-f472-4011-95ec-160e4277dfac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5660622136112404007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c83a7b8-0a69-4e1b-8fb6-cfbd6e531ed0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c83a7b8-0a69-4e1b-8fb6-cfbd6e531ed0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6859642674229096223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53377cc-f472-4011-95ec-160e4277dfac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f1417e-f865-464d-9e4f-3f5e477ca26e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f1417e-f865-464d-9e4f-3f5e477ca26e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439847270708458456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c83a7b8-0a69-4e1b-8fb6-cfbd6e531ed0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f1417e-f865-464d-9e4f-3f5e477ca26e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d72af3-d393-4964-8f8b-84d016125c5c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d72af3-d393-4964-8f8b-84d016125c5c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15467526070811729100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df5bed48-5b20-4430-a97a-525b4eab4fa0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df5bed48-5b20-4430-a97a-525b4eab4fa0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252980153227736424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d72af3-d393-4964-8f8b-84d016125c5c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23fb4eb-aa27-4f49-8024-0648e509b82e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23fb4eb-aa27-4f49-8024-0648e509b82e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4576057041338118274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df5bed48-5b20-4430-a97a-525b4eab4fa0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23fb4eb-aa27-4f49-8024-0648e509b82e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a152568-90ed-4f7f-b7f1-c6c28c69d487, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 234772f8-b9ac-459c-885c-b82897943fdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a152568-90ed-4f7f-b7f1-c6c28c69d487, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 903753288293341690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234772f8-b9ac-459c-885c-b82897943fdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5840910137829255490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a152568-90ed-4f7f-b7f1-c6c28c69d487, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c3c472-8c84-4502-80b7-87dfd31afac3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234772f8-b9ac-459c-885c-b82897943fdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c3c472-8c84-4502-80b7-87dfd31afac3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320292019479770568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4011557a-7d15-41e6-a40e-4e5b40100855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4011557a-7d15-41e6-a40e-4e5b40100855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14181091848378792442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c3c472-8c84-4502-80b7-87dfd31afac3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b2662a-c3db-4ce0-a875-abc12df1496d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b2662a-c3db-4ce0-a875-abc12df1496d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11011446983934403021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4011557a-7d15-41e6-a40e-4e5b40100855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc153af8-486c-4efb-8182-1d0da8ab925d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc153af8-486c-4efb-8182-1d0da8ab925d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11073426364174503461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc153af8-486c-4efb-8182-1d0da8ab925d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3446c16-d389-4f40-bd34-e92ee730cd55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3446c16-d389-4f40-bd34-e92ee730cd55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9122653947693248837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b2662a-c3db-4ce0-a875-abc12df1496d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad67ba84-841e-4ea8-a17e-758f67a7cca8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3446c16-d389-4f40-bd34-e92ee730cd55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad67ba84-841e-4ea8-a17e-758f67a7cca8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5231067256429572907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd937de9-5655-4b27-af90-1f27aa880d02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd937de9-5655-4b27-af90-1f27aa880d02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5418510473003554013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd937de9-5655-4b27-af90-1f27aa880d02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed5469e-a5d0-4fe1-8102-a7a0515120bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed5469e-a5d0-4fe1-8102-a7a0515120bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17857841370097470526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad67ba84-841e-4ea8-a17e-758f67a7cca8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f2cb0b0-f50c-49a6-a0f0-72952ca18301, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2cb0b0-f50c-49a6-a0f0-72952ca18301, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7823688602301996174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed5469e-a5d0-4fe1-8102-a7a0515120bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0c8266b-0438-478b-9c97-c090f67887c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c8266b-0438-478b-9c97-c090f67887c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2398672806397203490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c8266b-0438-478b-9c97-c090f67887c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2878cfa-7851-478e-b469-5347ba63a639, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2cb0b0-f50c-49a6-a0f0-72952ca18301, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca333a7-6b0c-47ce-9447-f92d3a5949ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca333a7-6b0c-47ce-9447-f92d3a5949ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15058523140462424886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2878cfa-7851-478e-b469-5347ba63a639, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11397680736305477434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca333a7-6b0c-47ce-9447-f92d3a5949ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc0aeac-0588-432e-8ceb-f9f9a711faa0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc0aeac-0588-432e-8ceb-f9f9a711faa0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8143257953648763198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2878cfa-7851-478e-b469-5347ba63a639, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695858aa-b332-4341-ad35-3d5b4bebee6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695858aa-b332-4341-ad35-3d5b4bebee6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049812010003207295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc0aeac-0588-432e-8ceb-f9f9a711faa0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21f4a283-83fb-4272-b057-91501c50a73d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695858aa-b332-4341-ad35-3d5b4bebee6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f4a283-83fb-4272-b057-91501c50a73d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2714851086092431080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db03ba7-3871-4f2b-9d75-60add458178f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db03ba7-3871-4f2b-9d75-60add458178f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651090224632116969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f4a283-83fb-4272-b057-91501c50a73d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b22c62-25b2-4d87-ab9d-b70d88ec87cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b22c62-25b2-4d87-ab9d-b70d88ec87cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4560717100271300253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db03ba7-3871-4f2b-9d75-60add458178f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63d5d265-09af-4875-b6ef-e0f3b084b631, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b22c62-25b2-4d87-ab9d-b70d88ec87cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d5dc5d0-7e7d-43bd-ac69-a0d31d40b72f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63d5d265-09af-4875-b6ef-e0f3b084b631, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334088824872039792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5dc5d0-7e7d-43bd-ac69-a0d31d40b72f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791726635672291619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63d5d265-09af-4875-b6ef-e0f3b084b631, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26c4e581-7ae8-4641-b125-65822518bb8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5dc5d0-7e7d-43bd-ac69-a0d31d40b72f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c4e581-7ae8-4641-b125-65822518bb8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5465555327935635963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af392c4c-8741-46bf-b87a-f3756e52e50a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af392c4c-8741-46bf-b87a-f3756e52e50a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4551527025750414358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c4e581-7ae8-4641-b125-65822518bb8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc1c784-2b56-4324-a097-8e5513bc8e74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc1c784-2b56-4324-a097-8e5513bc8e74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119534895023896475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af392c4c-8741-46bf-b87a-f3756e52e50a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f731170a-0716-4ef8-99c8-0b505b2f6630, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f731170a-0716-4ef8-99c8-0b505b2f6630, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197809393762531785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc1c784-2b56-4324-a097-8e5513bc8e74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4303c29f-4cbf-43be-a79d-c69d5c1e181f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f731170a-0716-4ef8-99c8-0b505b2f6630, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4303c29f-4cbf-43be-a79d-c69d5c1e181f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10694366932601772785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aa96bd7-a294-41cd-a4d0-050ab22ba091, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aa96bd7-a294-41cd-a4d0-050ab22ba091, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3634086929381374907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4303c29f-4cbf-43be-a79d-c69d5c1e181f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9188780-aed9-4a90-8182-6850a655b176, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9188780-aed9-4a90-8182-6850a655b176, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392400059932384726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aa96bd7-a294-41cd-a4d0-050ab22ba091, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a07567c-4d34-482d-baf6-5cfd089977a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a07567c-4d34-482d-baf6-5cfd089977a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2849016012093977183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9188780-aed9-4a90-8182-6850a655b176, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a07567c-4d34-482d-baf6-5cfd089977a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d82f349d-9c04-47a6-afde-8cd2cb3e105a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82f349d-9c04-47a6-afde-8cd2cb3e105a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3594595822270700334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622bfbff-76ec-41c7-8872-020917397ccd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622bfbff-76ec-41c7-8872-020917397ccd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587993825713672108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82f349d-9c04-47a6-afde-8cd2cb3e105a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84595c36-3d72-4729-97bb-29530d25bae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84595c36-3d72-4729-97bb-29530d25bae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3431827625981237332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622bfbff-76ec-41c7-8872-020917397ccd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dec64398-452f-4c5c-ae62-a91e4d572731, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec64398-452f-4c5c-ae62-a91e4d572731, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9182829480899538859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84595c36-3d72-4729-97bb-29530d25bae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c06b03-e544-4cc4-b0aa-dc624b13abb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c06b03-e544-4cc4-b0aa-dc624b13abb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194417293360840567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec64398-452f-4c5c-ae62-a91e4d572731, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043aef35-2e5a-4c0e-b0d9-9f6d7f10f973, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043aef35-2e5a-4c0e-b0d9-9f6d7f10f973, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608583424732190300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043aef35-2e5a-4c0e-b0d9-9f6d7f10f973, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c06b03-e544-4cc4-b0aa-dc624b13abb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50c433c6-6717-47a2-8a96-75689908c008, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35484fa5-3ea2-4a50-b956-b0a861d557c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35484fa5-3ea2-4a50-b956-b0a861d557c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11027844338414486732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c433c6-6717-47a2-8a96-75689908c008, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11008531311697199233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35484fa5-3ea2-4a50-b956-b0a861d557c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5fa24af-f980-4535-bfd6-6b5cb7f48a4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fa24af-f980-4535-bfd6-6b5cb7f48a4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590795505050768307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c433c6-6717-47a2-8a96-75689908c008, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48abd12e-efb0-449b-a833-bbc9ae57c67d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48abd12e-efb0-449b-a833-bbc9ae57c67d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551672677650756240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fa24af-f980-4535-bfd6-6b5cb7f48a4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d0f4ac-cf3f-4b7c-9b3a-2f705190c018, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d0f4ac-cf3f-4b7c-9b3a-2f705190c018, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6195492714266659375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48abd12e-efb0-449b-a833-bbc9ae57c67d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 796db448-723a-47ef-bc0f-3234d16ac666, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796db448-723a-47ef-bc0f-3234d16ac666, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10447310864373148684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d0f4ac-cf3f-4b7c-9b3a-2f705190c018, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d9d83f-4526-4c92-9221-46994024c4ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d9d83f-4526-4c92-9221-46994024c4ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3093357151425870235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796db448-723a-47ef-bc0f-3234d16ac666, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34903e81-7d81-40a5-a564-77e499656035, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34903e81-7d81-40a5-a564-77e499656035, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4770733854412307559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d9d83f-4526-4c92-9221-46994024c4ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34903e81-7d81-40a5-a564-77e499656035, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8be6e85a-8742-4e0d-b156-f86342460283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be6e85a-8742-4e0d-b156-f86342460283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5984383991995951815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3afdf6-2b72-48c8-8807-8d124d95ff32, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3afdf6-2b72-48c8-8807-8d124d95ff32, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5105462269594481686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be6e85a-8742-4e0d-b156-f86342460283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4614fc24-e0f7-4fa3-910c-876dbf5a4ef3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3afdf6-2b72-48c8-8807-8d124d95ff32, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4614fc24-e0f7-4fa3-910c-876dbf5a4ef3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964698736654877594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea2757fb-6751-4b91-a104-78d576929a40, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4614fc24-e0f7-4fa3-910c-876dbf5a4ef3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea2757fb-6751-4b91-a104-78d576929a40, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601684031111534845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b443cd0-8848-4343-81c7-40235d61d70f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b443cd0-8848-4343-81c7-40235d61d70f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5162868404365890021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea2757fb-6751-4b91-a104-78d576929a40, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae107cec-0e60-4ae5-84a6-6bd7d527d667, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae107cec-0e60-4ae5-84a6-6bd7d527d667, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513369648368126101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b443cd0-8848-4343-81c7-40235d61d70f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355f32e1-a66b-4256-aa91-f8706e3f4549, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355f32e1-a66b-4256-aa91-f8706e3f4549, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9028917572799635370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae107cec-0e60-4ae5-84a6-6bd7d527d667, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45a24b0-97a7-45ab-a88a-10fe6df87cd7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45a24b0-97a7-45ab-a88a-10fe6df87cd7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8741992588674663618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355f32e1-a66b-4256-aa91-f8706e3f4549, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cacc7446-e5ae-4240-b5ec-ad740452564b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45a24b0-97a7-45ab-a88a-10fe6df87cd7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacc7446-e5ae-4240-b5ec-ad740452564b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 875079260307198039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc42159e-940a-447b-ba01-160c10fa090a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc42159e-940a-447b-ba01-160c10fa090a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10267360279030483732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacc7446-e5ae-4240-b5ec-ad740452564b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbc1e002-e41e-4e00-96e2-d818f3c03e6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc1e002-e41e-4e00-96e2-d818f3c03e6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197678823063757248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc42159e-940a-447b-ba01-160c10fa090a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91df461-43e0-4f46-9020-28d8309679fb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91df461-43e0-4f46-9020-28d8309679fb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6051689289007421573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc1e002-e41e-4e00-96e2-d818f3c03e6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818bd438-f3b7-4611-95d0-1797a3d9b32c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818bd438-f3b7-4611-95d0-1797a3d9b32c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11131764262815351999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91df461-43e0-4f46-9020-28d8309679fb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3d345ae-18e5-44d9-b01c-1b8483116664, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d345ae-18e5-44d9-b01c-1b8483116664, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640858606475465365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818bd438-f3b7-4611-95d0-1797a3d9b32c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d345ae-18e5-44d9-b01c-1b8483116664, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f8b1060-3c9d-4f8b-9da0-4d5258e1774d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8b1060-3c9d-4f8b-9da0-4d5258e1774d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10627008191279069786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c5ac8a8-16f4-4cfe-b7ba-55c47ce269b7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5ac8a8-16f4-4cfe-b7ba-55c47ce269b7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784151072732400044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8b1060-3c9d-4f8b-9da0-4d5258e1774d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2616cc6f-e7e7-4f11-bb80-27406d0e2cab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2616cc6f-e7e7-4f11-bb80-27406d0e2cab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8662644665712624199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5ac8a8-16f4-4cfe-b7ba-55c47ce269b7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a495caa6-c1d0-40c8-9f44-2501f638de08, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a495caa6-c1d0-40c8-9f44-2501f638de08, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13214931711430641153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a495caa6-c1d0-40c8-9f44-2501f638de08, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cefa30c-e45d-4503-9086-22bd4c68f626, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cefa30c-e45d-4503-9086-22bd4c68f626, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8102257391903310274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2616cc6f-e7e7-4f11-bb80-27406d0e2cab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cefa30c-e45d-4503-9086-22bd4c68f626, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b92e9b-f5b2-427d-ac93-87b8a38413f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b92e9b-f5b2-427d-ac93-87b8a38413f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17142995390887152898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69af53e3-b8e8-4895-bb70-072258531676, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69af53e3-b8e8-4895-bb70-072258531676, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9558837832079416222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b92e9b-f5b2-427d-ac93-87b8a38413f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91f1efba-173a-4055-98c5-c894d67e8df0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f1efba-173a-4055-98c5-c894d67e8df0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621837396346393977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69af53e3-b8e8-4895-bb70-072258531676, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f1efba-173a-4055-98c5-c894d67e8df0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1e3feed-cc7c-4aa8-b0d2-4212590446c4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 417246c2-bbdc-4634-9b27-c4d81dc5541e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 417246c2-bbdc-4634-9b27-c4d81dc5541e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319245540516696225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1e3feed-cc7c-4aa8-b0d2-4212590446c4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 74786864231974282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1e3feed-cc7c-4aa8-b0d2-4212590446c4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d5f8a6-ff27-4346-94d2-6e74d16efaa6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d5f8a6-ff27-4346-94d2-6e74d16efaa6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5513711257099079858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 417246c2-bbdc-4634-9b27-c4d81dc5541e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0bd83d4-4b3c-455f-9cc8-8d3566b21ce0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0bd83d4-4b3c-455f-9cc8-8d3566b21ce0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18197459416009299811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d5f8a6-ff27-4346-94d2-6e74d16efaa6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e9d6663-c760-46bc-9908-f3c5d1f106e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9d6663-c760-46bc-9908-f3c5d1f106e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913105993452453036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0bd83d4-4b3c-455f-9cc8-8d3566b21ce0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a603effd-bd5a-4ee0-8893-8b1ce52eed3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a603effd-bd5a-4ee0-8893-8b1ce52eed3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17383015363535952504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9d6663-c760-46bc-9908-f3c5d1f106e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f4e7c43-57c8-4a03-a59f-119c9bf052f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4e7c43-57c8-4a03-a59f-119c9bf052f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555126744815841206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a603effd-bd5a-4ee0-8893-8b1ce52eed3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bff627aa-202d-44cf-a26e-7fd5dcbff09a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bff627aa-202d-44cf-a26e-7fd5dcbff09a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17420710762844419729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4e7c43-57c8-4a03-a59f-119c9bf052f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae5985e2-a2ce-4f2f-b5f1-095b3e37e654, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5985e2-a2ce-4f2f-b5f1-095b3e37e654, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385432944314675366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bff627aa-202d-44cf-a26e-7fd5dcbff09a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5985e2-a2ce-4f2f-b5f1-095b3e37e654, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae295d7-270b-43e7-841c-eb99e2c6c58c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae295d7-270b-43e7-841c-eb99e2c6c58c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11723615297064994286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e7e817e-f185-4084-b0eb-de27d1f24bb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e7e817e-f185-4084-b0eb-de27d1f24bb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15259347208619915875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae295d7-270b-43e7-841c-eb99e2c6c58c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7460b3f3-7281-4cd2-be4b-5fe4f299329b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7460b3f3-7281-4cd2-be4b-5fe4f299329b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911576499923708711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e7e817e-f185-4084-b0eb-de27d1f24bb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b33eb1-3601-4caf-907f-c8a7a6e5fb47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b33eb1-3601-4caf-907f-c8a7a6e5fb47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16048785011207593191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7460b3f3-7281-4cd2-be4b-5fe4f299329b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 286fef84-9c60-43e0-9320-befd1a000360, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286fef84-9c60-43e0-9320-befd1a000360, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4367860440961124542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286fef84-9c60-43e0-9320-befd1a000360, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348ee03c-c838-447a-b00f-1e2444b6df1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348ee03c-c838-447a-b00f-1e2444b6df1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18050544454253150542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b33eb1-3601-4caf-907f-c8a7a6e5fb47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e64fd2-0a3b-452f-be26-cccf714c3280, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e64fd2-0a3b-452f-be26-cccf714c3280, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171598184251534219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348ee03c-c838-447a-b00f-1e2444b6df1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32931cb8-8b79-40b1-b6d6-862a48cb65bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32931cb8-8b79-40b1-b6d6-862a48cb65bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17375499223158194927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e64fd2-0a3b-452f-be26-cccf714c3280, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b05fa9-7bfe-48d4-8ae6-59e0908d5025, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b05fa9-7bfe-48d4-8ae6-59e0908d5025, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976952830986329667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32931cb8-8b79-40b1-b6d6-862a48cb65bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7527c56-87ad-4fa8-9cbf-33682d24c280, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b05fa9-7bfe-48d4-8ae6-59e0908d5025, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7527c56-87ad-4fa8-9cbf-33682d24c280, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3610140003217635860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 877a7656-21a0-4b45-9ade-d73ccd44842c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877a7656-21a0-4b45-9ade-d73ccd44842c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608253961214619842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7527c56-87ad-4fa8-9cbf-33682d24c280, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4151766-d287-49d3-9dd4-c51e61b01168, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4151766-d287-49d3-9dd4-c51e61b01168, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5217010853824408054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877a7656-21a0-4b45-9ade-d73ccd44842c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 762f715a-3cd6-4d23-a98c-7bb4aeac230d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762f715a-3cd6-4d23-a98c-7bb4aeac230d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998338950567502754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4151766-d287-49d3-9dd4-c51e61b01168, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8be6d914-5877-4c38-8721-cb033b7a8283, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be6d914-5877-4c38-8721-cb033b7a8283, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034953082439537934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762f715a-3cd6-4d23-a98c-7bb4aeac230d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7104879d-9d9e-43c0-8af0-fd6ad5d604c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7104879d-9d9e-43c0-8af0-fd6ad5d604c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8748309226928516964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be6d914-5877-4c38-8721-cb033b7a8283, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 763f4b26-9059-4f28-9b88-dc37df55ccf9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763f4b26-9059-4f28-9b88-dc37df55ccf9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5778052992355079333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7104879d-9d9e-43c0-8af0-fd6ad5d604c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664f1eb4-9130-4770-bee3-ac6c77b57b53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664f1eb4-9130-4770-bee3-ac6c77b57b53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9163760551016418861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763f4b26-9059-4f28-9b88-dc37df55ccf9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3fe0496-5009-40f3-adf5-e1917c42eef3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fe0496-5009-40f3-adf5-e1917c42eef3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17777287920749846552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664f1eb4-9130-4770-bee3-ac6c77b57b53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 780be4ea-7bfa-41aa-bf86-d5841cc23201, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780be4ea-7bfa-41aa-bf86-d5841cc23201, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17806555619510737499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fe0496-5009-40f3-adf5-e1917c42eef3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e9369d-3735-4b7d-9465-4dde73187872, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e9369d-3735-4b7d-9465-4dde73187872, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8941826489674305958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780be4ea-7bfa-41aa-bf86-d5841cc23201, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffbafc5-65e2-4c40-b42a-273285079599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffbafc5-65e2-4c40-b42a-273285079599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8775168661858295786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e9369d-3735-4b7d-9465-4dde73187872, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9daa80-c691-44ae-b7bd-1ab67438a49b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9daa80-c691-44ae-b7bd-1ab67438a49b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11447640442615857497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffbafc5-65e2-4c40-b42a-273285079599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a470c99d-e6dd-4120-a80c-1cd6357509c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a470c99d-e6dd-4120-a80c-1cd6357509c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6839911031442803698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9daa80-c691-44ae-b7bd-1ab67438a49b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5f88da-a609-421d-a7a0-cc9414956166, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5f88da-a609-421d-a7a0-cc9414956166, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13872959452733814886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a470c99d-e6dd-4120-a80c-1cd6357509c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90277a70-5d3b-4b1d-bb3a-b12bbe48f4cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90277a70-5d3b-4b1d-bb3a-b12bbe48f4cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801147589440747618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5f88da-a609-421d-a7a0-cc9414956166, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c90851b7-4ef6-45b7-84f7-6605a901477e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90851b7-4ef6-45b7-84f7-6605a901477e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14689718266104020254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90277a70-5d3b-4b1d-bb3a-b12bbe48f4cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2c44edf-c41f-481e-83a0-b99e41430ccb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c44edf-c41f-481e-83a0-b99e41430ccb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17547159140140548298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90851b7-4ef6-45b7-84f7-6605a901477e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4b18a73-a71e-4bd1-aaa8-3a82e58ba620, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b18a73-a71e-4bd1-aaa8-3a82e58ba620, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6666234689276096446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c44edf-c41f-481e-83a0-b99e41430ccb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c0467a-7bb7-4955-a2e4-1b27e366f538, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c0467a-7bb7-4955-a2e4-1b27e366f538, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3144623665271336391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c0467a-7bb7-4955-a2e4-1b27e366f538, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61d3450d-d9da-458d-994c-94e8d5fa7426, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d3450d-d9da-458d-994c-94e8d5fa7426, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4319255092858424917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b18a73-a71e-4bd1-aaa8-3a82e58ba620, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57379a6-8358-42cb-a1f2-f5f85ff7569f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57379a6-8358-42cb-a1f2-f5f85ff7569f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13050523004337346247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d3450d-d9da-458d-994c-94e8d5fa7426, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2fc6b4e-c60e-48d2-b7be-89d0a536487a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2fc6b4e-c60e-48d2-b7be-89d0a536487a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18129595187912342195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57379a6-8358-42cb-a1f2-f5f85ff7569f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7543bac-950b-46af-95c7-d84f81d05bb3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2fc6b4e-c60e-48d2-b7be-89d0a536487a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7543bac-950b-46af-95c7-d84f81d05bb3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17234871671413530125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40950bf6-3fee-4b93-bf76-146ba465d10e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40950bf6-3fee-4b93-bf76-146ba465d10e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7928744196077014496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7543bac-950b-46af-95c7-d84f81d05bb3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40950bf6-3fee-4b93-bf76-146ba465d10e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4f23fee-7779-4010-9dc6-d4972b8b6ac0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f23fee-7779-4010-9dc6-d4972b8b6ac0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823099524148696070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48a31084-c91b-4f42-8f83-e752716838ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a31084-c91b-4f42-8f83-e752716838ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18106623452383162690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f23fee-7779-4010-9dc6-d4972b8b6ac0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b906fc-3dc3-4cc8-8a36-fcd5182f9671, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b906fc-3dc3-4cc8-8a36-fcd5182f9671, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15243513783849541490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a31084-c91b-4f42-8f83-e752716838ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b5a720-18e8-41d5-9d19-bf8f885fac31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b5a720-18e8-41d5-9d19-bf8f885fac31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398735330429211002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b5a720-18e8-41d5-9d19-bf8f885fac31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a0e3a12-95ec-439a-b722-f13f5b60df5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0e3a12-95ec-439a-b722-f13f5b60df5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8821800613096384059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b906fc-3dc3-4cc8-8a36-fcd5182f9671, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa7cfab-d453-4a38-899c-b6ee126771b9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0e3a12-95ec-439a-b722-f13f5b60df5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6fe24a8-096d-4ab1-92a2-d17693d95e79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6fe24a8-096d-4ab1-92a2-d17693d95e79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17330362911605098889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa7cfab-d453-4a38-899c-b6ee126771b9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14245833610063238729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6fe24a8-096d-4ab1-92a2-d17693d95e79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db96e5bc-ec91-4ec4-a330-835cb27cdafe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db96e5bc-ec91-4ec4-a330-835cb27cdafe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424337800535364068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa7cfab-d453-4a38-899c-b6ee126771b9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c544f97b-59b5-473f-9d8f-fa2d7e013aa1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c544f97b-59b5-473f-9d8f-fa2d7e013aa1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 108896655258466082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db96e5bc-ec91-4ec4-a330-835cb27cdafe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fae0741-140b-4056-b0f5-e1a9e3b926ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fae0741-140b-4056-b0f5-e1a9e3b926ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7323702575729418091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c544f97b-59b5-473f-9d8f-fa2d7e013aa1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 206f2680-9d14-4a88-bf34-4852eb8ec1fc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 206f2680-9d14-4a88-bf34-4852eb8ec1fc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082768574287817481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fae0741-140b-4056-b0f5-e1a9e3b926ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b3f952-39f1-4a82-93c3-20e002ef5b8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b3f952-39f1-4a82-93c3-20e002ef5b8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7173103670753309240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 206f2680-9d14-4a88-bf34-4852eb8ec1fc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a4774c3-4b35-404d-a23f-eda654ce2b89, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a4774c3-4b35-404d-a23f-eda654ce2b89, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305064443516425551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b3f952-39f1-4a82-93c3-20e002ef5b8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9438744-f688-4327-8e3c-e78868feb63b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9438744-f688-4327-8e3c-e78868feb63b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750030072176391537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a4774c3-4b35-404d-a23f-eda654ce2b89, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d14ff18-2510-4fd4-916d-9bddeb4afe11, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d14ff18-2510-4fd4-916d-9bddeb4afe11, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15095908374550928506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9438744-f688-4327-8e3c-e78868feb63b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05f71940-a0df-4630-a58e-701623a46aea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d14ff18-2510-4fd4-916d-9bddeb4afe11, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f71940-a0df-4630-a58e-701623a46aea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15999988207502496202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ecba43-a3b3-43dc-b4a6-6c73fcff9f54, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ecba43-a3b3-43dc-b4a6-6c73fcff9f54, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661699609803287983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f71940-a0df-4630-a58e-701623a46aea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a369a3-447e-4001-bf39-92dba20db3b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ecba43-a3b3-43dc-b4a6-6c73fcff9f54, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a369a3-447e-4001-bf39-92dba20db3b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15504248785050931089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c8764e-d36b-4720-ab4d-509931ad7963, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c8764e-d36b-4720-ab4d-509931ad7963, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1746129172924359568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a369a3-447e-4001-bf39-92dba20db3b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6229d01d-a2e3-47ce-a713-c2f4e35d020d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6229d01d-a2e3-47ce-a713-c2f4e35d020d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156389498133220362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c8764e-d36b-4720-ab4d-509931ad7963, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e36e5f8a-ad92-4e60-a9aa-aae1cae90492, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36e5f8a-ad92-4e60-a9aa-aae1cae90492, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268064197807553520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6229d01d-a2e3-47ce-a713-c2f4e35d020d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e5b4b6-7b59-4355-bfdf-3f81235a747c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36e5f8a-ad92-4e60-a9aa-aae1cae90492, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44c5145-4dd9-4841-918f-48762e8c07ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44c5145-4dd9-4841-918f-48762e8c07ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14732232701826299715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e5b4b6-7b59-4355-bfdf-3f81235a747c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912734530179507401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44c5145-4dd9-4841-918f-48762e8c07ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e5b4b6-7b59-4355-bfdf-3f81235a747c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d209d237-933d-4dc2-a94f-7562d1ba45be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d209d237-933d-4dc2-a94f-7562d1ba45be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128261974209379679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea5a0c0f-5e0d-4b14-922a-ce0b2af1b1eb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5a0c0f-5e0d-4b14-922a-ce0b2af1b1eb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9836793366723161312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d209d237-933d-4dc2-a94f-7562d1ba45be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a702feae-3a16-4be7-8d00-2cc7f4e5dd33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a702feae-3a16-4be7-8d00-2cc7f4e5dd33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8141162942421874478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5a0c0f-5e0d-4b14-922a-ce0b2af1b1eb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16a88fba-b8d1-4684-9e92-5bb88090680a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a88fba-b8d1-4684-9e92-5bb88090680a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9680100720007536187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a702feae-3a16-4be7-8d00-2cc7f4e5dd33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a2f4ca9-bf98-4d04-b4ad-74c36529538d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2f4ca9-bf98-4d04-b4ad-74c36529538d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13064575796438685416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a88fba-b8d1-4684-9e92-5bb88090680a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28563117-ff45-4a3a-a4f7-1f1fb170670c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28563117-ff45-4a3a-a4f7-1f1fb170670c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363121000922867698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2f4ca9-bf98-4d04-b4ad-74c36529538d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f6d3cc9-6647-4883-9931-b0f6523f848a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6d3cc9-6647-4883-9931-b0f6523f848a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095068766926067896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6d3cc9-6647-4883-9931-b0f6523f848a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ec457d8-7ab1-4a70-a97c-7eab85e63126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec457d8-7ab1-4a70-a97c-7eab85e63126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180476745777988872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28563117-ff45-4a3a-a4f7-1f1fb170670c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45cd28f1-b598-4de8-b875-fde154c1ff79, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cd28f1-b598-4de8-b875-fde154c1ff79, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362119300040027212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec457d8-7ab1-4a70-a97c-7eab85e63126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5937e2b-9182-46cc-82c9-3607a3fd2b4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5937e2b-9182-46cc-82c9-3607a3fd2b4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044511192936555317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cd28f1-b598-4de8-b875-fde154c1ff79, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd2d2d7-f358-4f45-99bc-e91448fdc1b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd2d2d7-f358-4f45-99bc-e91448fdc1b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16898345901974178907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd2d2d7-f358-4f45-99bc-e91448fdc1b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64883ead-97f4-4141-a1eb-ebf6ca989ab8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64883ead-97f4-4141-a1eb-ebf6ca989ab8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489767075280142586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64883ead-97f4-4141-a1eb-ebf6ca989ab8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36816af2-1c8e-49d6-a0a0-b8ad3d9b5282, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36816af2-1c8e-49d6-a0a0-b8ad3d9b5282, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13173649374080881834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5937e2b-9182-46cc-82c9-3607a3fd2b4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8c9d847-11db-4ff6-99c3-70a3adb9a249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c9d847-11db-4ff6-99c3-70a3adb9a249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072321354214697465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c9d847-11db-4ff6-99c3-70a3adb9a249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8718636d-5b6f-4d71-b4d0-d7c5c3378365, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8718636d-5b6f-4d71-b4d0-d7c5c3378365, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14206348638347721958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36816af2-1c8e-49d6-a0a0-b8ad3d9b5282, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0bc7f7-1506-4baa-b58e-67086fce9b6a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0bc7f7-1506-4baa-b58e-67086fce9b6a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1738147060286210687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8718636d-5b6f-4d71-b4d0-d7c5c3378365, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d70715-faee-4b1e-b089-5c98e5b7be13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d70715-faee-4b1e-b089-5c98e5b7be13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14986737753084777529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0bc7f7-1506-4baa-b58e-67086fce9b6a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82570af5-f251-4974-8105-d3354d3c3e78, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82570af5-f251-4974-8105-d3354d3c3e78, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13790473021017007002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d70715-faee-4b1e-b089-5c98e5b7be13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6365d86-8015-462f-a861-e34afb057d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6365d86-8015-462f-a861-e34afb057d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948846096159393792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82570af5-f251-4974-8105-d3354d3c3e78, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e632d223-753c-4bff-ab74-3acb2e2f05ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e632d223-753c-4bff-ab74-3acb2e2f05ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220932440831211556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6365d86-8015-462f-a861-e34afb057d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af11ee65-c5c9-4a41-b6c1-00aea3bb4771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af11ee65-c5c9-4a41-b6c1-00aea3bb4771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16983294950829754168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e632d223-753c-4bff-ab74-3acb2e2f05ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af11ee65-c5c9-4a41-b6c1-00aea3bb4771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15effab5-0b83-4171-b537-7d7bc50c91de, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15effab5-0b83-4171-b537-7d7bc50c91de, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041556800434505938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e32abc4d-9622-4b02-923a-6121718ab3a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32abc4d-9622-4b02-923a-6121718ab3a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14333900413727676616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15effab5-0b83-4171-b537-7d7bc50c91de, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b08f07-b2b8-4ade-bfb4-19505758b1f8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b08f07-b2b8-4ade-bfb4-19505758b1f8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5680156453363398880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32abc4d-9622-4b02-923a-6121718ab3a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43293663-0e4a-45f7-8aa9-853de2062da6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43293663-0e4a-45f7-8aa9-853de2062da6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10928073338279602219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b08f07-b2b8-4ade-bfb4-19505758b1f8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e250eef9-9b98-402b-ab84-9ad7175b865c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43293663-0e4a-45f7-8aa9-853de2062da6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 570937f0-4157-4dda-bcce-af48c9f6ac8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 570937f0-4157-4dda-bcce-af48c9f6ac8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756666919266181317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e250eef9-9b98-402b-ab84-9ad7175b865c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12327467502381372768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 570937f0-4157-4dda-bcce-af48c9f6ac8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e250eef9-9b98-402b-ab84-9ad7175b865c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4896755-d07f-4ad6-82ee-dc558f2e5628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4896755-d07f-4ad6-82ee-dc558f2e5628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7919810024842463865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7113db-c9c9-454d-9f8f-a664739bdc46, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7113db-c9c9-454d-9f8f-a664739bdc46, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682845195712972584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4896755-d07f-4ad6-82ee-dc558f2e5628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f902e40b-1514-4da4-8802-82eb68daf241, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f902e40b-1514-4da4-8802-82eb68daf241, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6666378134730658408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7113db-c9c9-454d-9f8f-a664739bdc46, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 065dbf5a-d5d0-42c4-9493-e005595c2049, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065dbf5a-d5d0-42c4-9493-e005595c2049, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1873541178598332034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f902e40b-1514-4da4-8802-82eb68daf241, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd059a0-046b-4461-a120-dc599e14c6fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd059a0-046b-4461-a120-dc599e14c6fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086735842202110902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065dbf5a-d5d0-42c4-9493-e005595c2049, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec14e2df-37f8-46cc-84e1-f4fca6028f2e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd059a0-046b-4461-a120-dc599e14c6fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec14e2df-37f8-46cc-84e1-f4fca6028f2e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2401280417720155481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b8c822a-39dc-428d-83e2-d59601166798, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8c822a-39dc-428d-83e2-d59601166798, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787142906448295047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec14e2df-37f8-46cc-84e1-f4fca6028f2e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8c822a-39dc-428d-83e2-d59601166798, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1294547c-945b-4caf-b5c4-d3e6234b7b75, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4535a42-b85b-4ffd-8fef-90bbee704843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4535a42-b85b-4ffd-8fef-90bbee704843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9411735202371162838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1294547c-945b-4caf-b5c4-d3e6234b7b75, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615636670884542975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4535a42-b85b-4ffd-8fef-90bbee704843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f440ed4d-5461-4ff2-8cf4-d4e3dda0c5a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f440ed4d-5461-4ff2-8cf4-d4e3dda0c5a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5937196467542761336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1294547c-945b-4caf-b5c4-d3e6234b7b75, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 233ac447-cf08-4f04-be40-d67d4fe08a69, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 233ac447-cf08-4f04-be40-d67d4fe08a69, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2586467301143943446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f440ed4d-5461-4ff2-8cf4-d4e3dda0c5a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 233ac447-cf08-4f04-be40-d67d4fe08a69, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc7d608-33ed-466b-8c07-796263c12822, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f07882fc-e676-4c31-86cc-cedc2b8cbffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc7d608-33ed-466b-8c07-796263c12822, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331856313589853843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f07882fc-e676-4c31-86cc-cedc2b8cbffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17636265845732446695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f07882fc-e676-4c31-86cc-cedc2b8cbffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c62ec53a-08f4-48ac-88f5-45e27b4f6cae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc7d608-33ed-466b-8c07-796263c12822, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62ec53a-08f4-48ac-88f5-45e27b4f6cae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12763358101124402978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88d04a1-0d56-4537-a547-fc489b9aeffe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88d04a1-0d56-4537-a547-fc489b9aeffe, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8511864462268426933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62ec53a-08f4-48ac-88f5-45e27b4f6cae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfb98e8e-bc78-47f7-99f0-6ae7fa5b174c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb98e8e-bc78-47f7-99f0-6ae7fa5b174c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097780153457478762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88d04a1-0d56-4537-a547-fc489b9aeffe, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88348c2d-402a-41a8-9eda-c613ed0cb7c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88348c2d-402a-41a8-9eda-c613ed0cb7c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054629664188445432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb98e8e-bc78-47f7-99f0-6ae7fa5b174c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04eec683-e268-43e5-966f-7937b9aa1188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04eec683-e268-43e5-966f-7937b9aa1188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16927223641336620022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88348c2d-402a-41a8-9eda-c613ed0cb7c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef33cf14-05d3-4c5d-88cf-35801b85498b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef33cf14-05d3-4c5d-88cf-35801b85498b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112059099966066959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04eec683-e268-43e5-966f-7937b9aa1188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 023939d7-d270-4807-8a2b-9a162d61e600, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023939d7-d270-4807-8a2b-9a162d61e600, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335356862173866645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef33cf14-05d3-4c5d-88cf-35801b85498b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1021bfe4-1ba0-4c18-80ad-c09c6739a903, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1021bfe4-1ba0-4c18-80ad-c09c6739a903, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709148876539418353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023939d7-d270-4807-8a2b-9a162d61e600, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96bdf670-57ec-4cab-8eee-2a684d09d22e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bdf670-57ec-4cab-8eee-2a684d09d22e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932591397615754551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1021bfe4-1ba0-4c18-80ad-c09c6739a903, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e1192c-aec3-465e-9d57-dd008e7e3d0a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e1192c-aec3-465e-9d57-dd008e7e3d0a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 105204153146109943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bdf670-57ec-4cab-8eee-2a684d09d22e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e84d092c-22fa-4bcb-af84-7e1a4accfd04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e1192c-aec3-465e-9d57-dd008e7e3d0a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57e7aab-2cb1-4613-a43d-ece02d28507d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57e7aab-2cb1-4613-a43d-ece02d28507d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12062098049681842043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84d092c-22fa-4bcb-af84-7e1a4accfd04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601939972124920606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57e7aab-2cb1-4613-a43d-ece02d28507d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84d092c-22fa-4bcb-af84-7e1a4accfd04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf54800-d49a-4379-8139-d7c904304417, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf54800-d49a-4379-8139-d7c904304417, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9953406592558633926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9b85ce-d8dc-42f9-a9cc-ca167f643fed, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9b85ce-d8dc-42f9-a9cc-ca167f643fed, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10920414578791687885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf54800-d49a-4379-8139-d7c904304417, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aade1c8-6ad5-4ce0-ab7d-2bbc32d485e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aade1c8-6ad5-4ce0-ab7d-2bbc32d485e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11125344866919699685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9b85ce-d8dc-42f9-a9cc-ca167f643fed, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c432800b-30ce-40c1-8ef1-8158fb0d7484, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c432800b-30ce-40c1-8ef1-8158fb0d7484, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5912901152083774432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aade1c8-6ad5-4ce0-ab7d-2bbc32d485e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b6a07d5-1232-4de7-afc8-68499b0c30ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6a07d5-1232-4de7-afc8-68499b0c30ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8115415128885622071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c432800b-30ce-40c1-8ef1-8158fb0d7484, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12215ddf-713a-4454-b755-166fa553b559, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12215ddf-713a-4454-b755-166fa553b559, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280363204144132358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6a07d5-1232-4de7-afc8-68499b0c30ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e79d3da-b230-48a3-979d-4b015c331e5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e79d3da-b230-48a3-979d-4b015c331e5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468157975335353205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12215ddf-713a-4454-b755-166fa553b559, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149a2682-ab47-4d5e-9ed5-cf952e4eb0ca, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149a2682-ab47-4d5e-9ed5-cf952e4eb0ca, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17440486046095135135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e79d3da-b230-48a3-979d-4b015c331e5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ddb4705-e82e-4d8e-9d3f-88acd5dcdee1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddb4705-e82e-4d8e-9d3f-88acd5dcdee1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10469828073333778206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149a2682-ab47-4d5e-9ed5-cf952e4eb0ca, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddb4705-e82e-4d8e-9d3f-88acd5dcdee1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b562583-76e5-41d8-ac5f-e1dfed6ffad9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b562583-76e5-41d8-ac5f-e1dfed6ffad9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12880720197955340917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aad8b31-76c7-4d69-90a0-fa1063b7b4fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aad8b31-76c7-4d69-90a0-fa1063b7b4fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5810109143139032404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aad8b31-76c7-4d69-90a0-fa1063b7b4fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9360be79-f619-4efb-b1b5-a0cb7b143a20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9360be79-f619-4efb-b1b5-a0cb7b143a20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11910191954115613789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b562583-76e5-41d8-ac5f-e1dfed6ffad9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f3f49b6-300c-4b04-8e38-5aaac1d5cdef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9360be79-f619-4efb-b1b5-a0cb7b143a20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3f49b6-300c-4b04-8e38-5aaac1d5cdef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297517763519811296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac1e262-d4e2-47be-943b-f413ad0dc26d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac1e262-d4e2-47be-943b-f413ad0dc26d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5554829273595698377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3f49b6-300c-4b04-8e38-5aaac1d5cdef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae7d67d-ec26-4560-9859-d0d12016c660, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae7d67d-ec26-4560-9859-d0d12016c660, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2119827469314094554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac1e262-d4e2-47be-943b-f413ad0dc26d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f7ecf87-76fd-44be-9522-fea31bfde000, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7ecf87-76fd-44be-9522-fea31bfde000, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17815873671850353464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae7d67d-ec26-4560-9859-d0d12016c660, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7adcb19d-de25-4121-b911-f13766c06557, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7adcb19d-de25-4121-b911-f13766c06557, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14656158533248837860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7ecf87-76fd-44be-9522-fea31bfde000, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9253eb64-08d5-4373-a740-8e2191bb2aba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9253eb64-08d5-4373-a740-8e2191bb2aba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12018159435040939902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7adcb19d-de25-4121-b911-f13766c06557, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32681689-551b-4014-9a56-8ee23f65da17, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32681689-551b-4014-9a56-8ee23f65da17, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871510384289441098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9253eb64-08d5-4373-a740-8e2191bb2aba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f24ae1a4-c73c-4993-91d5-afd6f02056a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24ae1a4-c73c-4993-91d5-afd6f02056a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8815700050299854950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32681689-551b-4014-9a56-8ee23f65da17, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b4f7a1-5483-4540-ac43-a841658b799f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b4f7a1-5483-4540-ac43-a841658b799f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76409124453346087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b4f7a1-5483-4540-ac43-a841658b799f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e20748c7-7d5a-481f-b126-5dd01c836cb0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20748c7-7d5a-481f-b126-5dd01c836cb0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496358752961703179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24ae1a4-c73c-4993-91d5-afd6f02056a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15d8b5ec-ccb1-49ee-b326-878b187e0b2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d8b5ec-ccb1-49ee-b326-878b187e0b2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302406067987855920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20748c7-7d5a-481f-b126-5dd01c836cb0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d8b5ec-ccb1-49ee-b326-878b187e0b2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 959f27c5-b44e-4e70-a8da-5b01cac55d6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb498dc6-bcc4-423d-891d-6559f9049f51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959f27c5-b44e-4e70-a8da-5b01cac55d6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151625961507769212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb498dc6-bcc4-423d-891d-6559f9049f51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3008855221187586751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959f27c5-b44e-4e70-a8da-5b01cac55d6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb498dc6-bcc4-423d-891d-6559f9049f51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e27bdaa-7873-4698-9fc1-1e15a25522f5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d13f7afc-693f-4484-87bc-60db22cd408a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13f7afc-693f-4484-87bc-60db22cd408a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711540706066217649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e27bdaa-7873-4698-9fc1-1e15a25522f5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1308713891170635140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13f7afc-693f-4484-87bc-60db22cd408a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e27bdaa-7873-4698-9fc1-1e15a25522f5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d730c42-ce55-4694-8c94-f94cb7c26314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d730c42-ce55-4694-8c94-f94cb7c26314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920715559866668816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54bcfd31-e6b1-4f23-b524-baa5ff999b4a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bcfd31-e6b1-4f23-b524-baa5ff999b4a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703395707628170476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d730c42-ce55-4694-8c94-f94cb7c26314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa87a5d8-f76e-414c-8e05-26222ddb101e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa87a5d8-f76e-414c-8e05-26222ddb101e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9356423938082606994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bcfd31-e6b1-4f23-b524-baa5ff999b4a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c49118b1-13df-4419-9207-658cbbf63e7b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49118b1-13df-4419-9207-658cbbf63e7b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5084931943688223766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa87a5d8-f76e-414c-8e05-26222ddb101e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcecc9c1-0fdf-4066-8a50-fff173726801, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49118b1-13df-4419-9207-658cbbf63e7b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcecc9c1-0fdf-4066-8a50-fff173726801, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12179798286723785236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07491f7e-6efb-4371-97bb-43802238f53a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07491f7e-6efb-4371-97bb-43802238f53a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914117540404737019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcecc9c1-0fdf-4066-8a50-fff173726801, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 231e3e2c-fe06-451c-8640-05b6eac193c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231e3e2c-fe06-451c-8640-05b6eac193c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9240354705158061466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07491f7e-6efb-4371-97bb-43802238f53a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3712fdd1-7a4e-4ceb-91b1-5ac6f1b04a73, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3712fdd1-7a4e-4ceb-91b1-5ac6f1b04a73, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743547614742503729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231e3e2c-fe06-451c-8640-05b6eac193c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80468a92-8823-47a8-bc7f-b0f65bdbc702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80468a92-8823-47a8-bc7f-b0f65bdbc702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5086009612584613499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3712fdd1-7a4e-4ceb-91b1-5ac6f1b04a73, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0259359-d6e0-4784-ac23-a8b741a8c8c0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80468a92-8823-47a8-bc7f-b0f65bdbc702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0aff9a-ac7a-42a9-8ae3-de8f345e3456, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0aff9a-ac7a-42a9-8ae3-de8f345e3456, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150098614451089927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0259359-d6e0-4784-ac23-a8b741a8c8c0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12003577752508110562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0259359-d6e0-4784-ac23-a8b741a8c8c0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3e541d-5be4-4858-8ecd-a879a98eec51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0aff9a-ac7a-42a9-8ae3-de8f345e3456, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3e541d-5be4-4858-8ecd-a879a98eec51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687678287761632609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9553c302-8874-40a9-92c9-f1ee8b99a4f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9553c302-8874-40a9-92c9-f1ee8b99a4f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631047983546657843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3e541d-5be4-4858-8ecd-a879a98eec51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab07d8ef-ec92-409d-8fc4-9b1ea0b07f40, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab07d8ef-ec92-409d-8fc4-9b1ea0b07f40, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14042374264394105738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9553c302-8874-40a9-92c9-f1ee8b99a4f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff7518e4-f5fe-46bc-af61-a18069474db4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7518e4-f5fe-46bc-af61-a18069474db4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17505273469847197255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab07d8ef-ec92-409d-8fc4-9b1ea0b07f40, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a0d811c-9d30-4aa2-aaa9-1b5fedf092fd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0d811c-9d30-4aa2-aaa9-1b5fedf092fd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12243634864614269227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7518e4-f5fe-46bc-af61-a18069474db4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b73e9b-2c79-414f-aefd-fed3bc22c075, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b73e9b-2c79-414f-aefd-fed3bc22c075, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11668569596334314683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0d811c-9d30-4aa2-aaa9-1b5fedf092fd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6a6384-6c1c-440a-8163-6a305ce0d51f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6a6384-6c1c-440a-8163-6a305ce0d51f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16798096827023544679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b73e9b-2c79-414f-aefd-fed3bc22c075, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5dc2d5-07ab-4f4a-b1f3-4d16e216e790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5dc2d5-07ab-4f4a-b1f3-4d16e216e790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5193597507890586173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6a6384-6c1c-440a-8163-6a305ce0d51f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1541dff0-b8f8-4dc5-b40f-9ca3f4c772c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1541dff0-b8f8-4dc5-b40f-9ca3f4c772c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2084724524885071969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5dc2d5-07ab-4f4a-b1f3-4d16e216e790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c56bad0-07d5-4e09-ba9e-bf12f00e2c06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c56bad0-07d5-4e09-ba9e-bf12f00e2c06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16147236209016654111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1541dff0-b8f8-4dc5-b40f-9ca3f4c772c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c7a90c-88ca-4d3c-893f-4c32f08e0312, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c7a90c-88ca-4d3c-893f-4c32f08e0312, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7061261915352630727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c56bad0-07d5-4e09-ba9e-bf12f00e2c06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fb2b363-34e2-41dd-b9c9-23cdfe026355, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c7a90c-88ca-4d3c-893f-4c32f08e0312, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb2b363-34e2-41dd-b9c9-23cdfe026355, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008173559736861827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5aac2ff-bf38-4600-834d-d85d82c3ff35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5aac2ff-bf38-4600-834d-d85d82c3ff35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9669691775998414034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb2b363-34e2-41dd-b9c9-23cdfe026355, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 306138f1-5b92-432d-ae28-98abdd26bfdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306138f1-5b92-432d-ae28-98abdd26bfdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2927163202544831799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5aac2ff-bf38-4600-834d-d85d82c3ff35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46985066-e92b-4e13-a054-703c7230a382, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46985066-e92b-4e13-a054-703c7230a382, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337795810759693578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306138f1-5b92-432d-ae28-98abdd26bfdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7114eaf8-b7b0-465b-83f1-ed0760026f20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7114eaf8-b7b0-465b-83f1-ed0760026f20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652887642178099213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46985066-e92b-4e13-a054-703c7230a382, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d8ee31-c8c7-4caa-a491-170551cb2548, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d8ee31-c8c7-4caa-a491-170551cb2548, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3718505408800175365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7114eaf8-b7b0-465b-83f1-ed0760026f20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 935b6b60-6eab-410d-a33d-4fa7de1d1249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935b6b60-6eab-410d-a33d-4fa7de1d1249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6250001881997618106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d8ee31-c8c7-4caa-a491-170551cb2548, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 831b199e-ac47-4850-be5e-e9f20e73dc52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935b6b60-6eab-410d-a33d-4fa7de1d1249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cae4b9b-654d-458d-a482-670f3e16b187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 831b199e-ac47-4850-be5e-e9f20e73dc52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17144310790609525534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cae4b9b-654d-458d-a482-670f3e16b187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166047989992578134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 831b199e-ac47-4850-be5e-e9f20e73dc52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcb2e8c9-8d70-47cf-85cd-ceb57df785a5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb2e8c9-8d70-47cf-85cd-ceb57df785a5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14455907450580792958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cae4b9b-654d-458d-a482-670f3e16b187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9f36f39-8f6d-49c2-acdf-a0b0ebbaf85d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f36f39-8f6d-49c2-acdf-a0b0ebbaf85d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945377583529885104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb2e8c9-8d70-47cf-85cd-ceb57df785a5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929bbd06-3045-48ea-8d19-fc32aefc233e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929bbd06-3045-48ea-8d19-fc32aefc233e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324506529803918328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f36f39-8f6d-49c2-acdf-a0b0ebbaf85d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364e414d-1015-447b-880c-701fcd0c03d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364e414d-1015-447b-880c-701fcd0c03d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291789222681502278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929bbd06-3045-48ea-8d19-fc32aefc233e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb4b6cc-ec60-409d-bbef-71794cb958d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb4b6cc-ec60-409d-bbef-71794cb958d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15320214810067655550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364e414d-1015-447b-880c-701fcd0c03d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23ab101f-1b97-4d4f-9e0a-db6a2a1a3a23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ab101f-1b97-4d4f-9e0a-db6a2a1a3a23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13209781108382404750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb4b6cc-ec60-409d-bbef-71794cb958d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33820431-d6d9-4eb8-b851-8d4678c65cc3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33820431-d6d9-4eb8-b851-8d4678c65cc3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003029432460235494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ab101f-1b97-4d4f-9e0a-db6a2a1a3a23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3e2187-facd-4ddf-8f2d-1c6fb59e1ba4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3e2187-facd-4ddf-8f2d-1c6fb59e1ba4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4150289396862533213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33820431-d6d9-4eb8-b851-8d4678c65cc3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b44e189-70d0-4c5e-9b4b-a01344f1e645, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b44e189-70d0-4c5e-9b4b-a01344f1e645, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10873322422988459662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3e2187-facd-4ddf-8f2d-1c6fb59e1ba4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3dc9727-3efa-4ba3-b587-ff20de836e7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3dc9727-3efa-4ba3-b587-ff20de836e7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4764647367094644473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b44e189-70d0-4c5e-9b4b-a01344f1e645, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad448831-8bd0-4818-9ac2-45c4abd511b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad448831-8bd0-4818-9ac2-45c4abd511b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13980276769649304918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3dc9727-3efa-4ba3-b587-ff20de836e7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21951b2e-f635-4e22-b8e4-621868838d48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21951b2e-f635-4e22-b8e4-621868838d48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4167866237245427902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad448831-8bd0-4818-9ac2-45c4abd511b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f66782-af5e-4324-bd0f-ae8279264711, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f66782-af5e-4324-bd0f-ae8279264711, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12230902879463343137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21951b2e-f635-4e22-b8e4-621868838d48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1dadfdd-63f0-45fb-8f10-0458ddfc6843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f66782-af5e-4324-bd0f-ae8279264711, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1dadfdd-63f0-45fb-8f10-0458ddfc6843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937869701920595526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5fc71f-db88-4b0a-9bab-0035db0ae6ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5fc71f-db88-4b0a-9bab-0035db0ae6ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17553039994033395667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1dadfdd-63f0-45fb-8f10-0458ddfc6843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 921a2fbc-830c-480d-9e84-95ae9c032849, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921a2fbc-830c-480d-9e84-95ae9c032849, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6380454015175287450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5fc71f-db88-4b0a-9bab-0035db0ae6ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fef419d-926b-4ea2-95f3-c4141efe28a3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fef419d-926b-4ea2-95f3-c4141efe28a3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12511762708196039847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921a2fbc-830c-480d-9e84-95ae9c032849, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fef419d-926b-4ea2-95f3-c4141efe28a3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cdbf073-cf7a-4794-a21b-afb1dd051566, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdbf073-cf7a-4794-a21b-afb1dd051566, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8758358630254731998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2028009-8b7c-4c71-9e0b-5a9bcf14890b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2028009-8b7c-4c71-9e0b-5a9bcf14890b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5944219404113958361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdbf073-cf7a-4794-a21b-afb1dd051566, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c7b0d0e-e241-4c75-a656-c77d2007f985, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7b0d0e-e241-4c75-a656-c77d2007f985, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3769597025482038924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2028009-8b7c-4c71-9e0b-5a9bcf14890b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9b7228-844b-4f3e-8ae5-916778de8163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9b7228-844b-4f3e-8ae5-916778de8163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13782847256400975798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7b0d0e-e241-4c75-a656-c77d2007f985, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9b7228-844b-4f3e-8ae5-916778de8163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d675e0c-2841-4306-af64-d32e61406dd2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d675e0c-2841-4306-af64-d32e61406dd2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733851816589399577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d9d0bfc-0649-4240-97bb-34070c87cab5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d9d0bfc-0649-4240-97bb-34070c87cab5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5703708843660717295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d675e0c-2841-4306-af64-d32e61406dd2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d9d0bfc-0649-4240-97bb-34070c87cab5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8131ab67-39a3-45d7-ab2e-15c860b1d61c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3feb61e-d3f3-41a8-958c-b47c18b190a0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8131ab67-39a3-45d7-ab2e-15c860b1d61c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1811826429487715802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3feb61e-d3f3-41a8-958c-b47c18b190a0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16150919031474417067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8131ab67-39a3-45d7-ab2e-15c860b1d61c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56f0214c-6047-4804-bb4a-9711dc484866, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f0214c-6047-4804-bb4a-9711dc484866, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3434955372078283383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3feb61e-d3f3-41a8-958c-b47c18b190a0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 284a9375-d520-474c-b7cd-b9a678d841a8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284a9375-d520-474c-b7cd-b9a678d841a8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13051074459381343013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f0214c-6047-4804-bb4a-9711dc484866, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fda73c2-cfaf-43e8-b848-0724cbf278ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fda73c2-cfaf-43e8-b848-0724cbf278ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204904290639419118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284a9375-d520-474c-b7cd-b9a678d841a8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f21aed0-d7ad-4e1a-81f6-51f3aa93dc28, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f21aed0-d7ad-4e1a-81f6-51f3aa93dc28, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684892739803150737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fda73c2-cfaf-43e8-b848-0724cbf278ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8f28417-5276-41be-8e24-cfcf7e4680be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f28417-5276-41be-8e24-cfcf7e4680be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8628045065233073375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f21aed0-d7ad-4e1a-81f6-51f3aa93dc28, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b879f10b-221e-4391-a019-88a30559965c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b879f10b-221e-4391-a019-88a30559965c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3168022974377659966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f28417-5276-41be-8e24-cfcf7e4680be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b879f10b-221e-4391-a019-88a30559965c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e61c377-184f-42f7-818f-102caaa3d820, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e61c377-184f-42f7-818f-102caaa3d820, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1785781328820622522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c5f8c8-bf67-42fd-87f7-6a84cf505089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c5f8c8-bf67-42fd-87f7-6a84cf505089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2450401913107543951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e61c377-184f-42f7-818f-102caaa3d820, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf5235e2-7ca8-43f1-90c3-454bf3a34afb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5235e2-7ca8-43f1-90c3-454bf3a34afb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2103303377472430978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c5f8c8-bf67-42fd-87f7-6a84cf505089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834b3791-7587-4c11-8962-2eb49a9522b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5235e2-7ca8-43f1-90c3-454bf3a34afb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d4fbea8-3eee-46e0-971d-c84ce6cc8023, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4fbea8-3eee-46e0-971d-c84ce6cc8023, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3383580184115361547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834b3791-7587-4c11-8962-2eb49a9522b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10248380559340600255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4fbea8-3eee-46e0-971d-c84ce6cc8023, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8300b3f-2eaa-4cb0-ab93-6ab484f46d28, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8300b3f-2eaa-4cb0-ab93-6ab484f46d28, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18007596250126683892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8300b3f-2eaa-4cb0-ab93-6ab484f46d28, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd63c981-1f43-4ce5-8da1-6d6e7f4de343, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834b3791-7587-4c11-8962-2eb49a9522b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd63c981-1f43-4ce5-8da1-6d6e7f4de343, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8930687700036867647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0571a8-a96d-4477-9672-7a3401e1fb9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0571a8-a96d-4477-9672-7a3401e1fb9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703663813809104838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd63c981-1f43-4ce5-8da1-6d6e7f4de343, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06473778-6488-47d8-8612-0f8504ce067c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06473778-6488-47d8-8612-0f8504ce067c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5174355824217000402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0571a8-a96d-4477-9672-7a3401e1fb9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b8f0c26-5727-4098-a188-069ff1699938, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b8f0c26-5727-4098-a188-069ff1699938, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222149121108381710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06473778-6488-47d8-8612-0f8504ce067c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 729fefe9-6b24-4071-8c82-5ccbc4a33ab6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b8f0c26-5727-4098-a188-069ff1699938, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e54e69-acc6-4851-bfb9-9c9765f41495, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e54e69-acc6-4851-bfb9-9c9765f41495, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651841398689481246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729fefe9-6b24-4071-8c82-5ccbc4a33ab6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14355805207486008070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729fefe9-6b24-4071-8c82-5ccbc4a33ab6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e54e69-acc6-4851-bfb9-9c9765f41495, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c112f1c0-0942-40e8-b482-ef77fabeb068, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c112f1c0-0942-40e8-b482-ef77fabeb068, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15091729113618730868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d20a76-2f84-416b-a0c2-b84f487b2402, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d20a76-2f84-416b-a0c2-b84f487b2402, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14845742276064779012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d20a76-2f84-416b-a0c2-b84f487b2402, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31270f8f-c64c-4b6b-b35b-649296405b5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31270f8f-c64c-4b6b-b35b-649296405b5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2922681709865419160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c112f1c0-0942-40e8-b482-ef77fabeb068, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98b07709-add3-4bc8-98fd-6617ef6ffd0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b07709-add3-4bc8-98fd-6617ef6ffd0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4296503949994180976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31270f8f-c64c-4b6b-b35b-649296405b5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f057ec-7b95-484b-a075-a55fc551590e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f057ec-7b95-484b-a075-a55fc551590e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16413997611828124735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b07709-add3-4bc8-98fd-6617ef6ffd0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28fd2ae7-adbd-43ea-9dc3-48fb8551a4ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f057ec-7b95-484b-a075-a55fc551590e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fd2ae7-adbd-43ea-9dc3-48fb8551a4ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16110694680765807476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24c400e3-101f-45e4-a099-be6e52ad3716, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24c400e3-101f-45e4-a099-be6e52ad3716, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 890961762608788622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fd2ae7-adbd-43ea-9dc3-48fb8551a4ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52fd1b70-7253-42d7-b8d0-0a24d215b8a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fd1b70-7253-42d7-b8d0-0a24d215b8a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4343892163907347627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24c400e3-101f-45e4-a099-be6e52ad3716, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d65d26-5735-4da9-b96b-d2860b7887e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d65d26-5735-4da9-b96b-d2860b7887e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2767850108521865692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fd1b70-7253-42d7-b8d0-0a24d215b8a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ce04210-576e-4658-bbcf-07fdf1f94426, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce04210-576e-4658-bbcf-07fdf1f94426, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693312386835454827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d65d26-5735-4da9-b96b-d2860b7887e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49cbea74-d396-44e9-b500-83604fbd7174, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce04210-576e-4658-bbcf-07fdf1f94426, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49cbea74-d396-44e9-b500-83604fbd7174, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5170736902169847977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bce00550-b200-48ca-9f88-94cce3bef2e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce00550-b200-48ca-9f88-94cce3bef2e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187258579362850490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49cbea74-d396-44e9-b500-83604fbd7174, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbd59e94-3f7a-4313-ab31-21a3e4825622, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd59e94-3f7a-4313-ab31-21a3e4825622, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6036338187722567361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce00550-b200-48ca-9f88-94cce3bef2e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae561530-7be2-4785-9125-89a22ecac338, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae561530-7be2-4785-9125-89a22ecac338, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12245930310109158124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd59e94-3f7a-4313-ab31-21a3e4825622, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae561530-7be2-4785-9125-89a22ecac338, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb7733ed-4c31-42ee-8502-048a4cc42519, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47e98187-a3cb-4afe-a224-1a9e835d2eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7733ed-4c31-42ee-8502-048a4cc42519, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932683322841404716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e98187-a3cb-4afe-a224-1a9e835d2eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4212499771810135243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7733ed-4c31-42ee-8502-048a4cc42519, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b13764-53c1-488a-85d7-1832cc1e0f7b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b13764-53c1-488a-85d7-1832cc1e0f7b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12337095608809405534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e98187-a3cb-4afe-a224-1a9e835d2eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78579174-2eb5-420a-aeac-c0b74217bc03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78579174-2eb5-420a-aeac-c0b74217bc03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11276694223722005073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b13764-53c1-488a-85d7-1832cc1e0f7b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afcf3e3f-86c5-44c6-9192-db0c2a31956c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afcf3e3f-86c5-44c6-9192-db0c2a31956c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11270324586305903969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afcf3e3f-86c5-44c6-9192-db0c2a31956c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f163c9c6-331b-4501-b9e9-1bdab6053d35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f163c9c6-331b-4501-b9e9-1bdab6053d35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639464765585119003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78579174-2eb5-420a-aeac-c0b74217bc03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52222d6e-2954-419d-9235-1c1270ce12e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52222d6e-2954-419d-9235-1c1270ce12e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14273034207267098796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f163c9c6-331b-4501-b9e9-1bdab6053d35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0fc3dc2-3d7a-4de8-8490-79864e675c9d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0fc3dc2-3d7a-4de8-8490-79864e675c9d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6251104893779651292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0fc3dc2-3d7a-4de8-8490-79864e675c9d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b54582e-09a5-4181-9e05-0e30d2bab147, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52222d6e-2954-419d-9235-1c1270ce12e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aa42955-3229-4463-a474-da44c6e621c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b54582e-09a5-4181-9e05-0e30d2bab147, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763204265686385699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa42955-3229-4463-a474-da44c6e621c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150359774290030705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b54582e-09a5-4181-9e05-0e30d2bab147, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7765af11-7de5-4a16-8eca-4e2f3b652520, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7765af11-7de5-4a16-8eca-4e2f3b652520, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896514183736539960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa42955-3229-4463-a474-da44c6e621c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c0b1ba-6752-4385-9358-1a71b41f6d73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7765af11-7de5-4a16-8eca-4e2f3b652520, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c0b1ba-6752-4385-9358-1a71b41f6d73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114774388899254081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c1f971-890a-486c-8b07-29d2732a34a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c1f971-890a-486c-8b07-29d2732a34a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338461941130813897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c1f971-890a-486c-8b07-29d2732a34a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c0b1ba-6752-4385-9358-1a71b41f6d73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a8c857-3644-471c-aeb6-c32b344e5035, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a8c857-3644-471c-aeb6-c32b344e5035, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319250585852740494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f98bf5e-b265-44b5-ae32-3f78a1bdb417, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f98bf5e-b265-44b5-ae32-3f78a1bdb417, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025008625044167294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a8c857-3644-471c-aeb6-c32b344e5035, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56b97742-0171-45ee-88c7-64bf003f4b5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f98bf5e-b265-44b5-ae32-3f78a1bdb417, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 223925de-e657-46de-bc17-d09fc4624544, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b97742-0171-45ee-88c7-64bf003f4b5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655802037260928824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223925de-e657-46de-bc17-d09fc4624544, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129241094073536500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b97742-0171-45ee-88c7-64bf003f4b5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 058e4f02-db32-423d-b0ab-7d527d1fcd57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058e4f02-db32-423d-b0ab-7d527d1fcd57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164050737162780203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223925de-e657-46de-bc17-d09fc4624544, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257a95ef-d289-4b08-825c-06e8007613d3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058e4f02-db32-423d-b0ab-7d527d1fcd57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257a95ef-d289-4b08-825c-06e8007613d3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15643407288587167693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a03c6d8b-6d49-4721-92bb-8356822af657, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03c6d8b-6d49-4721-92bb-8356822af657, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5334644571100575957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257a95ef-d289-4b08-825c-06e8007613d3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92486185-c44e-4f7a-a2a7-be5d80c7a2c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92486185-c44e-4f7a-a2a7-be5d80c7a2c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7456312608432380066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03c6d8b-6d49-4721-92bb-8356822af657, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 440c427c-1ead-40c9-8c8e-0b51ce08ddb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440c427c-1ead-40c9-8c8e-0b51ce08ddb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200144038724834599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92486185-c44e-4f7a-a2a7-be5d80c7a2c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ffd1b43-cdd3-41dc-bf61-ad3cf7da7d0f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffd1b43-cdd3-41dc-bf61-ad3cf7da7d0f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15245865425838336474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440c427c-1ead-40c9-8c8e-0b51ce08ddb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c00337-79cd-4b85-bf7e-b27d6e4036f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c00337-79cd-4b85-bf7e-b27d6e4036f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667830125948881888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffd1b43-cdd3-41dc-bf61-ad3cf7da7d0f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 689b40b5-80f5-4f15-9c60-44e34a2ec8bb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689b40b5-80f5-4f15-9c60-44e34a2ec8bb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746821502048573283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c00337-79cd-4b85-bf7e-b27d6e4036f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d599da-43a2-4124-bea0-345da9868f98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d599da-43a2-4124-bea0-345da9868f98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11928487143605166812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689b40b5-80f5-4f15-9c60-44e34a2ec8bb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4923b21-dd23-4f66-b28b-5c92091d957b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4923b21-dd23-4f66-b28b-5c92091d957b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18110620881206070670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4923b21-dd23-4f66-b28b-5c92091d957b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0acbae-556e-45d5-9815-84535c4d06db, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d599da-43a2-4124-bea0-345da9868f98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8004ad3c-06bf-4bb8-ad29-8dbf164fc3ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8004ad3c-06bf-4bb8-ad29-8dbf164fc3ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10150386526887134546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0acbae-556e-45d5-9815-84535c4d06db, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397979119445888902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8004ad3c-06bf-4bb8-ad29-8dbf164fc3ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0acbae-556e-45d5-9815-84535c4d06db, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d784c738-abae-44c9-9e31-2fc2aff5d04f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d784c738-abae-44c9-9e31-2fc2aff5d04f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17480886505717654931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bd1870e-85d0-420e-9412-a5085ccffe94, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd1870e-85d0-420e-9412-a5085ccffe94, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16326817094772183349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d784c738-abae-44c9-9e31-2fc2aff5d04f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6751c689-52a3-4d64-93d6-8fecf9529890, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6751c689-52a3-4d64-93d6-8fecf9529890, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017770896809849472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd1870e-85d0-420e-9412-a5085ccffe94, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6751c689-52a3-4d64-93d6-8fecf9529890, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33870023-29e4-4def-9aad-f802b9e3f6c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33870023-29e4-4def-9aad-f802b9e3f6c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293186460903549219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162f3942-f5aa-4b27-a531-24f0bfc5e502, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162f3942-f5aa-4b27-a531-24f0bfc5e502, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 356818743544647810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33870023-29e4-4def-9aad-f802b9e3f6c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12df7a5f-3f59-4d85-9b89-bf02597a69b5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12df7a5f-3f59-4d85-9b89-bf02597a69b5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3654469657754299320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162f3942-f5aa-4b27-a531-24f0bfc5e502, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12f5f225-964c-4850-bd7f-2c041e72a85e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f5f225-964c-4850-bd7f-2c041e72a85e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16786941551790108456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12df7a5f-3f59-4d85-9b89-bf02597a69b5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97fd5ee-3113-4559-b149-e61f0c03c7df, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f5f225-964c-4850-bd7f-2c041e72a85e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6923cf68-631b-44e9-befc-a28127b8f7d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97fd5ee-3113-4559-b149-e61f0c03c7df, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12308296276931732143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6923cf68-631b-44e9-befc-a28127b8f7d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12509721928872174686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97fd5ee-3113-4559-b149-e61f0c03c7df, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9972818b-169c-41c8-8da5-583501c13184, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9972818b-169c-41c8-8da5-583501c13184, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527301834766333016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6923cf68-631b-44e9-befc-a28127b8f7d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b82a1091-e69a-4136-89fd-aa0953f49409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b82a1091-e69a-4136-89fd-aa0953f49409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17535241069726303368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9972818b-169c-41c8-8da5-583501c13184, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846b07c1-a10e-4cb1-bf66-bee49a3a43a0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b82a1091-e69a-4136-89fd-aa0953f49409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846b07c1-a10e-4cb1-bf66-bee49a3a43a0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12714122142133251231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02023c43-6409-4098-b8a7-21b8e7f84378, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02023c43-6409-4098-b8a7-21b8e7f84378, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1892293883381645219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846b07c1-a10e-4cb1-bf66-bee49a3a43a0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02023c43-6409-4098-b8a7-21b8e7f84378, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8ba8a5-6185-47bd-b50f-5a6b793c1289, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8ba8a5-6185-47bd-b50f-5a6b793c1289, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8045947376276724242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce8874e1-ccfe-482f-88da-5f1737867400, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8874e1-ccfe-482f-88da-5f1737867400, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2243430348492980871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8ba8a5-6185-47bd-b50f-5a6b793c1289, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5d2e461-e07a-4edb-9cb2-9c4b62b30b13, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d2e461-e07a-4edb-9cb2-9c4b62b30b13, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8875551694925892543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8874e1-ccfe-482f-88da-5f1737867400, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e2f1cf-0100-460d-b573-a215d8906628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e2f1cf-0100-460d-b573-a215d8906628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1945424837197366924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d2e461-e07a-4edb-9cb2-9c4b62b30b13, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ce20225-684a-4b17-9cc8-f59c7f2f138f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce20225-684a-4b17-9cc8-f59c7f2f138f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766228745450510638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e2f1cf-0100-460d-b573-a215d8906628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 639cb38c-adf4-434b-8769-f80207605f54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639cb38c-adf4-434b-8769-f80207605f54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785458898275617109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce20225-684a-4b17-9cc8-f59c7f2f138f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c61c54-584a-4d1c-9f2b-5b02e6f2630f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c61c54-584a-4d1c-9f2b-5b02e6f2630f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16985745387816691140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639cb38c-adf4-434b-8769-f80207605f54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c61c54-584a-4d1c-9f2b-5b02e6f2630f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c28c0224-0b2e-4094-861c-af545be60f1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28c0224-0b2e-4094-861c-af545be60f1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14893615298966079570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14179a11-2a0f-41e6-8b38-64a224412697, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14179a11-2a0f-41e6-8b38-64a224412697, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3128844553201275954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28c0224-0b2e-4094-861c-af545be60f1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e31ff0-b91b-47a1-bb6a-4fbf181580ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e31ff0-b91b-47a1-bb6a-4fbf181580ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1125895606013149799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14179a11-2a0f-41e6-8b38-64a224412697, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c8be3f-47e3-426d-b4d3-d6c2cf97b7d7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c8be3f-47e3-426d-b4d3-d6c2cf97b7d7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13368707807954409389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e31ff0-b91b-47a1-bb6a-4fbf181580ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5be19240-2f84-47db-81f6-4aba1eb002bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be19240-2f84-47db-81f6-4aba1eb002bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143544932189322208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c8be3f-47e3-426d-b4d3-d6c2cf97b7d7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e16390f5-3ae2-4a5f-96c2-6a49d7837cba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be19240-2f84-47db-81f6-4aba1eb002bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e16390f5-3ae2-4a5f-96c2-6a49d7837cba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16892356949453435489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c01f9f3d-6bd1-4ab9-90d2-4b368e5877ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01f9f3d-6bd1-4ab9-90d2-4b368e5877ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9491417512435923552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e16390f5-3ae2-4a5f-96c2-6a49d7837cba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4af3d9f-935d-490e-bebf-2717f855a314, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4af3d9f-935d-490e-bebf-2717f855a314, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11317938892420053369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01f9f3d-6bd1-4ab9-90d2-4b368e5877ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41ededdc-801a-49b3-8cf1-85e79c903bce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ededdc-801a-49b3-8cf1-85e79c903bce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17049246651669470453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4af3d9f-935d-490e-bebf-2717f855a314, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84f7f626-847d-479c-987c-6a68bfe442fe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f7f626-847d-479c-987c-6a68bfe442fe, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427934335273943715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ededdc-801a-49b3-8cf1-85e79c903bce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d29f0f0-9e38-4b87-8021-67145670dca8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d29f0f0-9e38-4b87-8021-67145670dca8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9859019375364351595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f7f626-847d-479c-987c-6a68bfe442fe, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 245187d6-8d12-41e8-bfd1-d240f9d331b9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 245187d6-8d12-41e8-bfd1-d240f9d331b9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2933315911296181242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d29f0f0-9e38-4b87-8021-67145670dca8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa1f9178-d363-4912-92af-395a48c30ff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa1f9178-d363-4912-92af-395a48c30ff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3365865956751297358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 245187d6-8d12-41e8-bfd1-d240f9d331b9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e434b35c-9712-4d34-bd84-b3d0405450d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e434b35c-9712-4d34-bd84-b3d0405450d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871185553601804769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e434b35c-9712-4d34-bd84-b3d0405450d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401443ca-f52e-45ca-9db9-ba90adea9868, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401443ca-f52e-45ca-9db9-ba90adea9868, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075862573371156167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa1f9178-d363-4912-92af-395a48c30ff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c8145b-a51b-4490-a10e-20cd85e48855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c8145b-a51b-4490-a10e-20cd85e48855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097315650671037847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401443ca-f52e-45ca-9db9-ba90adea9868, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f41cb9-f87a-4f5b-95a1-98cf66d6f092, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c8145b-a51b-4490-a10e-20cd85e48855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6d87fc1-647d-4a0d-847a-e6449db245ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f41cb9-f87a-4f5b-95a1-98cf66d6f092, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848367770877739522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d87fc1-647d-4a0d-847a-e6449db245ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1088400013787883195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f41cb9-f87a-4f5b-95a1-98cf66d6f092, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6187aed0-0a7e-4859-8aab-a4aec023b250, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6187aed0-0a7e-4859-8aab-a4aec023b250, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3539896775902568812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d87fc1-647d-4a0d-847a-e6449db245ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a99dc9c9-f7b3-4bcf-9272-2c0b7c7ad839, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99dc9c9-f7b3-4bcf-9272-2c0b7c7ad839, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409193837874178357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6187aed0-0a7e-4859-8aab-a4aec023b250, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f0ff0f-bc24-4ba5-89e4-d54aa91da2a7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f0ff0f-bc24-4ba5-89e4-d54aa91da2a7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9930829569031583348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99dc9c9-f7b3-4bcf-9272-2c0b7c7ad839, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f321b64d-c908-46dc-8cc4-67d40efed236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f321b64d-c908-46dc-8cc4-67d40efed236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644904408734770669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f0ff0f-bc24-4ba5-89e4-d54aa91da2a7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de00940-93a9-4336-a368-df8811bbcb35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de00940-93a9-4336-a368-df8811bbcb35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14377007704604867307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f321b64d-c908-46dc-8cc4-67d40efed236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc0372cf-013f-4992-88ab-8efdd8b76270, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc0372cf-013f-4992-88ab-8efdd8b76270, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2210232122108842826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de00940-93a9-4336-a368-df8811bbcb35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb75f1a9-5561-4714-bb52-b1bd7485f2fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc0372cf-013f-4992-88ab-8efdd8b76270, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb75f1a9-5561-4714-bb52-b1bd7485f2fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4368666675776359362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15286b3b-75d6-411b-94c8-7857c923b864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15286b3b-75d6-411b-94c8-7857c923b864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1254887898071030619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb75f1a9-5561-4714-bb52-b1bd7485f2fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89b43f5-d2ea-43a1-ad3f-3097583d3e42, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89b43f5-d2ea-43a1-ad3f-3097583d3e42, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8390452931648468945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15286b3b-75d6-411b-94c8-7857c923b864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad96e7f5-7a2f-42cc-8e5a-466d399b89a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad96e7f5-7a2f-42cc-8e5a-466d399b89a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3225591000515117381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89b43f5-d2ea-43a1-ad3f-3097583d3e42, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cd4c0e1-757d-4eba-b1bf-9eacbcbac7ae, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cd4c0e1-757d-4eba-b1bf-9eacbcbac7ae, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16632849318117590154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad96e7f5-7a2f-42cc-8e5a-466d399b89a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844558a5-d97e-403a-b9b6-0c14a2a3540c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844558a5-d97e-403a-b9b6-0c14a2a3540c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6959631476943564582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cd4c0e1-757d-4eba-b1bf-9eacbcbac7ae, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e67b24-844f-49cf-97ae-4ad5ac4acc86, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e67b24-844f-49cf-97ae-4ad5ac4acc86, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16232737801076166720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844558a5-d97e-403a-b9b6-0c14a2a3540c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98604f70-94df-4324-9773-baca5beca548, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98604f70-94df-4324-9773-baca5beca548, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17509587580279671348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e67b24-844f-49cf-97ae-4ad5ac4acc86, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82480106-f33b-437d-9f8b-52ebfb99c420, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82480106-f33b-437d-9f8b-52ebfb99c420, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3361670311616390179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98604f70-94df-4324-9773-baca5beca548, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e8bbe4d-dcba-4977-9322-2c6098f79681, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8bbe4d-dcba-4977-9322-2c6098f79681, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3830202610554405512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82480106-f33b-437d-9f8b-52ebfb99c420, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f729cc3-6dab-4756-881d-d8e3a5c8cc01, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f729cc3-6dab-4756-881d-d8e3a5c8cc01, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15128604133775061710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8bbe4d-dcba-4977-9322-2c6098f79681, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cbcc4cc-24fc-4678-9155-0e3e129f5627, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f729cc3-6dab-4756-881d-d8e3a5c8cc01, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2a1487e-b7e6-4daa-a6a3-8bc9706be4e1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a1487e-b7e6-4daa-a6a3-8bc9706be4e1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17639719928088726960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cbcc4cc-24fc-4678-9155-0e3e129f5627, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7820426088295121439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a1487e-b7e6-4daa-a6a3-8bc9706be4e1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e44ba7-b46f-4594-95fe-8dcca2e3b045, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cbcc4cc-24fc-4678-9155-0e3e129f5627, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5141dba0-5660-4d26-b1cb-21314f5a40db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e44ba7-b46f-4594-95fe-8dcca2e3b045, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5453195166269964581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5141dba0-5660-4d26-b1cb-21314f5a40db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945408091649148549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e44ba7-b46f-4594-95fe-8dcca2e3b045, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5141dba0-5660-4d26-b1cb-21314f5a40db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99abb8f-9aef-4798-898c-36f969370d20, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99abb8f-9aef-4798-898c-36f969370d20, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7913817161053806873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 689045fd-2b05-4cc5-89b1-5bd5a4779fc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689045fd-2b05-4cc5-89b1-5bd5a4779fc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13168124285166852067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99abb8f-9aef-4798-898c-36f969370d20, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc87455d-3380-4d34-92d2-48e6ce6ff181, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc87455d-3380-4d34-92d2-48e6ce6ff181, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771615941100197987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689045fd-2b05-4cc5-89b1-5bd5a4779fc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc87455d-3380-4d34-92d2-48e6ce6ff181, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0aab776-f3f8-4241-9218-2a111fc88afa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0aab776-f3f8-4241-9218-2a111fc88afa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423763374750331001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1060523a-44b9-4fc7-8bb2-2b64cdf0d99f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1060523a-44b9-4fc7-8bb2-2b64cdf0d99f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15659426188768867148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0aab776-f3f8-4241-9218-2a111fc88afa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35aeaaf9-7fe6-4c6e-a9c4-b18d19b22efe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35aeaaf9-7fe6-4c6e-a9c4-b18d19b22efe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3471977570468708429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1060523a-44b9-4fc7-8bb2-2b64cdf0d99f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 877424d6-eb4e-4487-80fb-720a92f47c10, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877424d6-eb4e-4487-80fb-720a92f47c10, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3687118137920841317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35aeaaf9-7fe6-4c6e-a9c4-b18d19b22efe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c27b2b4-1109-456d-aeed-f974c0cbe8ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877424d6-eb4e-4487-80fb-720a92f47c10, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c27b2b4-1109-456d-aeed-f974c0cbe8ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140810236049842064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d80afca-61f0-4550-a237-a23267bd75b2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d80afca-61f0-4550-a237-a23267bd75b2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8705038317332218451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c27b2b4-1109-456d-aeed-f974c0cbe8ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d80afca-61f0-4550-a237-a23267bd75b2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbded214-d18e-4a54-a569-a91bb7926ded, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb309c49-383e-487b-b2da-d823c88d4ef5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb309c49-383e-487b-b2da-d823c88d4ef5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14260074589890286023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbded214-d18e-4a54-a569-a91bb7926ded, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17550289405326036438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb309c49-383e-487b-b2da-d823c88d4ef5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275a5065-59f8-49b3-bc6e-ac87862de065, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275a5065-59f8-49b3-bc6e-ac87862de065, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 307533405848695479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbded214-d18e-4a54-a569-a91bb7926ded, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f150b7f-53c5-4f03-ac34-ff9d578cd335, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f150b7f-53c5-4f03-ac34-ff9d578cd335, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510895364556794925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275a5065-59f8-49b3-bc6e-ac87862de065, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36966066-950c-4546-84f5-447806f791d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36966066-950c-4546-84f5-447806f791d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246136549970804032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f150b7f-53c5-4f03-ac34-ff9d578cd335, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85f9cbd-9dfa-4c33-a515-61230d9bbf47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85f9cbd-9dfa-4c33-a515-61230d9bbf47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498550952633841017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36966066-950c-4546-84f5-447806f791d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85f9cbd-9dfa-4c33-a515-61230d9bbf47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4cb121-30f0-41a8-97a5-bc8dcd7c6913, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4cb121-30f0-41a8-97a5-bc8dcd7c6913, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759988388567657694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1bf138-5661-43a3-ab84-100703616885, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1bf138-5661-43a3-ab84-100703616885, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1703556636797564802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1bf138-5661-43a3-ab84-100703616885, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 140bc14b-7df2-4b0c-a21f-e9640e365b80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140bc14b-7df2-4b0c-a21f-e9640e365b80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8377734678273252394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4cb121-30f0-41a8-97a5-bc8dcd7c6913, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bfaa14a-6b67-4bc4-8302-0ced6cfdae5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bfaa14a-6b67-4bc4-8302-0ced6cfdae5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16618234204266089606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140bc14b-7df2-4b0c-a21f-e9640e365b80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bfaa14a-6b67-4bc4-8302-0ced6cfdae5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae81ad36-ee7c-4d53-a70c-eba27421063f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae81ad36-ee7c-4d53-a70c-eba27421063f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224536534405646403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f06d45-ba12-4ea6-9373-42d97db49f57, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f06d45-ba12-4ea6-9373-42d97db49f57, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1755589833146957692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae81ad36-ee7c-4d53-a70c-eba27421063f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0554ff0d-1745-4c7e-b902-e108fd3066dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0554ff0d-1745-4c7e-b902-e108fd3066dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4298454025731407613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f06d45-ba12-4ea6-9373-42d97db49f57, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b3c6ee-49dd-4489-9a3d-b2d9b157a0e8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b3c6ee-49dd-4489-9a3d-b2d9b157a0e8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13185841533068833720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0554ff0d-1745-4c7e-b902-e108fd3066dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b3c6ee-49dd-4489-9a3d-b2d9b157a0e8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc4d890-da8e-4186-b088-82fe18b26de8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc4d890-da8e-4186-b088-82fe18b26de8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335140712061478810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e932dc17-0fda-4a13-b738-a730b07f1aac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e932dc17-0fda-4a13-b738-a730b07f1aac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2908489767365034085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc4d890-da8e-4186-b088-82fe18b26de8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60fe8870-4129-436f-94af-a05ba6b7d67b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fe8870-4129-436f-94af-a05ba6b7d67b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635804732123753505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e932dc17-0fda-4a13-b738-a730b07f1aac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97a3ebb6-5e88-43a7-be6b-40061856793a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a3ebb6-5e88-43a7-be6b-40061856793a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1179192538319904992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fe8870-4129-436f-94af-a05ba6b7d67b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd4b9828-3b75-4c64-8604-30552963e3d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4b9828-3b75-4c64-8604-30552963e3d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 507960124817118033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4b9828-3b75-4c64-8604-30552963e3d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28df78f1-360c-4eb7-9983-0bcfd315c551, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28df78f1-360c-4eb7-9983-0bcfd315c551, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16653315595667185279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a3ebb6-5e88-43a7-be6b-40061856793a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd17e888-95d3-4b2a-b18e-8dc39bec26f4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd17e888-95d3-4b2a-b18e-8dc39bec26f4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4930790205753780553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28df78f1-360c-4eb7-9983-0bcfd315c551, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f87f8236-160d-43dd-a926-1bab03d2ab01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87f8236-160d-43dd-a926-1bab03d2ab01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332038801392444473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd17e888-95d3-4b2a-b18e-8dc39bec26f4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a667c5-ef70-4e7f-b7d4-c07e2b2f1687, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a667c5-ef70-4e7f-b7d4-c07e2b2f1687, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470756976967387055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87f8236-160d-43dd-a926-1bab03d2ab01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3601335d-17fc-4850-b686-21793ef73564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3601335d-17fc-4850-b686-21793ef73564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300701629164292691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a667c5-ef70-4e7f-b7d4-c07e2b2f1687, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b265105-1041-447f-b2fe-6cee0e4a3424, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3601335d-17fc-4850-b686-21793ef73564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98241df0-79f9-4198-b139-7522204f67e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98241df0-79f9-4198-b139-7522204f67e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1850219480450860613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b265105-1041-447f-b2fe-6cee0e4a3424, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1988134927022848156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b265105-1041-447f-b2fe-6cee0e4a3424, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98241df0-79f9-4198-b139-7522204f67e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 073ab312-e0d8-46d9-a8ff-889ecc25c79f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073ab312-e0d8-46d9-a8ff-889ecc25c79f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 228942123400198352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a02846e-47a4-4f2e-b11a-99f48635f54f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a02846e-47a4-4f2e-b11a-99f48635f54f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17690744589050823525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073ab312-e0d8-46d9-a8ff-889ecc25c79f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 052a7632-9621-4ef5-9a9c-9688488b3283, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a02846e-47a4-4f2e-b11a-99f48635f54f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf8d582-3465-4a7a-b611-265faf846ad5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 052a7632-9621-4ef5-9a9c-9688488b3283, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251737261328829702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf8d582-3465-4a7a-b611-265faf846ad5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16636514309908218500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 052a7632-9621-4ef5-9a9c-9688488b3283, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf8d582-3465-4a7a-b611-265faf846ad5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a6597d-3292-4edc-8d80-134cccdfb7a4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a6597d-3292-4edc-8d80-134cccdfb7a4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 377826392390692830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bfcdc7d-26ba-4b25-9954-c6b5f96258ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfcdc7d-26ba-4b25-9954-c6b5f96258ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3363109435072599660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a6597d-3292-4edc-8d80-134cccdfb7a4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed425d2-d9ab-4bfb-a774-db1578a46868, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed425d2-d9ab-4bfb-a774-db1578a46868, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2427551684592375901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfcdc7d-26ba-4b25-9954-c6b5f96258ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c31e732-1fe9-439b-9222-114ab1259060, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed425d2-d9ab-4bfb-a774-db1578a46868, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c31e732-1fe9-439b-9222-114ab1259060, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054832905675416538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c786e09-05c1-45ef-8bf9-573e201ed093, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c786e09-05c1-45ef-8bf9-573e201ed093, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707546294417813153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c31e732-1fe9-439b-9222-114ab1259060, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ff55d53-8703-4406-9938-c7f4982202a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c786e09-05c1-45ef-8bf9-573e201ed093, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ff55d53-8703-4406-9938-c7f4982202a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6270027459461979332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6431e54e-4162-4ad7-bc2e-4cbfb7c9204f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6431e54e-4162-4ad7-bc2e-4cbfb7c9204f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393934271144770891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6431e54e-4162-4ad7-bc2e-4cbfb7c9204f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec34c512-2425-4546-b93e-5640ed9c29cd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ff55d53-8703-4406-9938-c7f4982202a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0781a260-884f-4c2d-a30b-1e3a4ddae6d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0781a260-884f-4c2d-a30b-1e3a4ddae6d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 893737380674494006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec34c512-2425-4546-b93e-5640ed9c29cd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952952014514949316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec34c512-2425-4546-b93e-5640ed9c29cd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ca58ebe-4236-46e3-92cc-acec82b8d6b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ca58ebe-4236-46e3-92cc-acec82b8d6b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3685312342628637323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0781a260-884f-4c2d-a30b-1e3a4ddae6d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f74405-1afa-4abe-86d4-cf9286d64139, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f74405-1afa-4abe-86d4-cf9286d64139, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835611380508776849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ca58ebe-4236-46e3-92cc-acec82b8d6b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c15a39-3997-4a6e-aa85-6c8a0c46de8f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c15a39-3997-4a6e-aa85-6c8a0c46de8f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5914584567480306542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f74405-1afa-4abe-86d4-cf9286d64139, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e082a50-eb0a-4598-b94c-c00bc3f99968, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e082a50-eb0a-4598-b94c-c00bc3f99968, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3221733682568858573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c15a39-3997-4a6e-aa85-6c8a0c46de8f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbffc9a5-5050-4257-b59f-1a38188aa697, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbffc9a5-5050-4257-b59f-1a38188aa697, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354162716153800303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e082a50-eb0a-4598-b94c-c00bc3f99968, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3367e45-4ba5-4c03-a656-cda302ddd9f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3367e45-4ba5-4c03-a656-cda302ddd9f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15348497114489040988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbffc9a5-5050-4257-b59f-1a38188aa697, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 933cf626-5bf4-40d6-8d1e-7922d48c0499, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933cf626-5bf4-40d6-8d1e-7922d48c0499, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4077842778989717202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3367e45-4ba5-4c03-a656-cda302ddd9f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aee5360-bf32-43cc-87ab-152dff4119e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aee5360-bf32-43cc-87ab-152dff4119e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473212996455818743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aee5360-bf32-43cc-87ab-152dff4119e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933cf626-5bf4-40d6-8d1e-7922d48c0499, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d777ba0-e99c-4eaa-99c2-8c5465459afa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d777ba0-e99c-4eaa-99c2-8c5465459afa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14859810561087960998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7df22b08-638d-432e-94ba-7554e8d6285b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df22b08-638d-432e-94ba-7554e8d6285b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711206549545873321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d777ba0-e99c-4eaa-99c2-8c5465459afa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fcff491-47f7-4ac4-97d7-29b260b36fd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fcff491-47f7-4ac4-97d7-29b260b36fd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 815182898198018534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df22b08-638d-432e-94ba-7554e8d6285b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8abe3d8-8844-4a3c-be1e-a5ec45ac56f8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8abe3d8-8844-4a3c-be1e-a5ec45ac56f8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4293907140893560742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fcff491-47f7-4ac4-97d7-29b260b36fd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3a412be-a292-4f8c-bad2-6e666b9adc5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a412be-a292-4f8c-bad2-6e666b9adc5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621557759901511450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8abe3d8-8844-4a3c-be1e-a5ec45ac56f8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e4474c2-594a-42f8-9688-9ab742aa0ff7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4474c2-594a-42f8-9688-9ab742aa0ff7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17087772459833525640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a412be-a292-4f8c-bad2-6e666b9adc5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac0ddcee-a024-4e35-8d36-15719e707d1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac0ddcee-a024-4e35-8d36-15719e707d1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789978070623640562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4474c2-594a-42f8-9688-9ab742aa0ff7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714b1203-1804-4aa3-910f-e5288c5065f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714b1203-1804-4aa3-910f-e5288c5065f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4208891666360375906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac0ddcee-a024-4e35-8d36-15719e707d1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c518f27-939b-4bbc-9807-cc1f2746ee14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c518f27-939b-4bbc-9807-cc1f2746ee14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129376678596259886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714b1203-1804-4aa3-910f-e5288c5065f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b1b6823-bf71-4e64-bf8d-a3d1a34bc794, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b1b6823-bf71-4e64-bf8d-a3d1a34bc794, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4763446119994000374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c518f27-939b-4bbc-9807-cc1f2746ee14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33893f2-d497-44ba-9e2d-63397baa2183, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33893f2-d497-44ba-9e2d-63397baa2183, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797135230247166249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b1b6823-bf71-4e64-bf8d-a3d1a34bc794, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e29846-b0d8-42a0-b88a-a55f72287e39, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e29846-b0d8-42a0-b88a-a55f72287e39, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14770331771201281139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33893f2-d497-44ba-9e2d-63397baa2183, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 565df702-cf3f-4431-9694-22d540c56990, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565df702-cf3f-4431-9694-22d540c56990, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17754127063754526913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e29846-b0d8-42a0-b88a-a55f72287e39, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c87576e4-d92b-44ed-92af-7963e0b3be5a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87576e4-d92b-44ed-92af-7963e0b3be5a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130134163904978758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565df702-cf3f-4431-9694-22d540c56990, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a88d7d-7d08-4450-8198-5b4c42b1b81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a88d7d-7d08-4450-8198-5b4c42b1b81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2147787328379455581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87576e4-d92b-44ed-92af-7963e0b3be5a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e51fb2b4-0737-48e0-9326-44d39442ee90, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51fb2b4-0737-48e0-9326-44d39442ee90, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16191273108683373556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a88d7d-7d08-4450-8198-5b4c42b1b81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb908c8b-a2e4-4fb9-8a89-21af90ea3a37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb908c8b-a2e4-4fb9-8a89-21af90ea3a37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398147333001620955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51fb2b4-0737-48e0-9326-44d39442ee90, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb908c8b-a2e4-4fb9-8a89-21af90ea3a37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1a68190-1119-4b36-8688-0dbe97bb1af2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1a68190-1119-4b36-8688-0dbe97bb1af2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4421778418989157951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 702e1dca-fc9c-417a-95c0-a650a15c782f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702e1dca-fc9c-417a-95c0-a650a15c782f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 220439953718679233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702e1dca-fc9c-417a-95c0-a650a15c782f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 423f9038-3382-4fee-a362-cde024997ad5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 423f9038-3382-4fee-a362-cde024997ad5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608790210420573597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13675/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1a68190-1119-4b36-8688-0dbe97bb1af2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4afa7f86-5665-474a-a89f-67a741703a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afa7f86-5665-474a-a89f-67a741703a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17786704591902697294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 423f9038-3382-4fee-a362-cde024997ad5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9edce435-64a3-4dc2-a4d4-53f4e1fee123, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edce435-64a3-4dc2-a4d4-53f4e1fee123, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923369051269778962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afa7f86-5665-474a-a89f-67a741703a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e93110c-865a-41bb-add6-bd2a191863ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e93110c-865a-41bb-add6-bd2a191863ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601613769866223193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9edce435-64a3-4dc2-a4d4-53f4e1fee123, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64e24ec6-327c-4b46-a5a9-6b8dd936cbdc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e24ec6-327c-4b46-a5a9-6b8dd936cbdc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 351353223301818531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e93110c-865a-41bb-add6-bd2a191863ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3074089-6d59-4959-8de7-0c64646948b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3074089-6d59-4959-8de7-0c64646948b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13540190171214083745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e24ec6-327c-4b46-a5a9-6b8dd936cbdc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1c3005f-9f09-486b-a46a-fdddfc29d3d5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c3005f-9f09-486b-a46a-fdddfc29d3d5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3537330155463046178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3074089-6d59-4959-8de7-0c64646948b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e1d88dd-1da0-4aa9-bbe7-2ea112d25691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1d88dd-1da0-4aa9-bbe7-2ea112d25691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8588507691182638140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c3005f-9f09-486b-a46a-fdddfc29d3d5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1d88dd-1da0-4aa9-bbe7-2ea112d25691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9393e5d3-8161-4e0e-8bf7-6b6e2792b3fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9393e5d3-8161-4e0e-8bf7-6b6e2792b3fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263080792934173589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 137bff86-ad45-4e8b-9e01-8c7d0a4cf5f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9393e5d3-8161-4e0e-8bf7-6b6e2792b3fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7170ddd-b0b1-4894-b428-001b71cfe7a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137bff86-ad45-4e8b-9e01-8c7d0a4cf5f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6389179787805158935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7170ddd-b0b1-4894-b428-001b71cfe7a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14360929166694561947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7170ddd-b0b1-4894-b428-001b71cfe7a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f462907-c4cb-4546-b51f-4bbe0d2f270c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137bff86-ad45-4e8b-9e01-8c7d0a4cf5f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f462907-c4cb-4546-b51f-4bbe0d2f270c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17694230912973203258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389e7a97-f010-47c3-b73e-fd2ee54d0580, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f462907-c4cb-4546-b51f-4bbe0d2f270c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e64765c-2d95-4a1c-bb30-243115d655f3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e64765c-2d95-4a1c-bb30-243115d655f3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890621051931275331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389e7a97-f010-47c3-b73e-fd2ee54d0580, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10551821263045652224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389e7a97-f010-47c3-b73e-fd2ee54d0580, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e64765c-2d95-4a1c-bb30-243115d655f3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ed45eb-808c-4534-89ae-48c2931eaebe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d6c058-e8d4-43f7-b37f-608530acd176, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ed45eb-808c-4534-89ae-48c2931eaebe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17688729131142475706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d6c058-e8d4-43f7-b37f-608530acd176, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16614508424939827693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d6c058-e8d4-43f7-b37f-608530acd176, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e8aa97-ac40-452f-ab46-6696cf1b8341, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e8aa97-ac40-452f-ab46-6696cf1b8341, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7871112518929155857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ed45eb-808c-4534-89ae-48c2931eaebe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fcb5f27-221e-4966-af30-311d9e826bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e8aa97-ac40-452f-ab46-6696cf1b8341, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fcb5f27-221e-4966-af30-311d9e826bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17373112912165430801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89c93785-23f7-4ea9-93b4-30567f6221e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c93785-23f7-4ea9-93b4-30567f6221e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5448062890538801017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fcb5f27-221e-4966-af30-311d9e826bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e88f119-460a-4115-9691-b2a9f9609ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e88f119-460a-4115-9691-b2a9f9609ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17711899004381039393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c93785-23f7-4ea9-93b4-30567f6221e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1328c2ae-d90b-4c81-932c-e24c0a44685e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1328c2ae-d90b-4c81-932c-e24c0a44685e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16828459181621909594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e88f119-460a-4115-9691-b2a9f9609ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221d642a-4e92-48e5-a3ae-b64e1273a52a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1328c2ae-d90b-4c81-932c-e24c0a44685e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221d642a-4e92-48e5-a3ae-b64e1273a52a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178966792796708104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81d6ac7c-b86a-4e1b-9b4c-abfc0aa90ce6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d6ac7c-b86a-4e1b-9b4c-abfc0aa90ce6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 208665092080320260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221d642a-4e92-48e5-a3ae-b64e1273a52a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d3ff1cf-e814-473f-9f41-1c8fa5b545c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d3ff1cf-e814-473f-9f41-1c8fa5b545c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2504483680961241094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d6ac7c-b86a-4e1b-9b4c-abfc0aa90ce6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b2676ba-366d-4bca-8f9c-c318ed97466f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2676ba-366d-4bca-8f9c-c318ed97466f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572712480520949256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d3ff1cf-e814-473f-9f41-1c8fa5b545c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee89d9de-72f0-46a7-a74c-1886abb5f7ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee89d9de-72f0-46a7-a74c-1886abb5f7ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7916859060385313160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2676ba-366d-4bca-8f9c-c318ed97466f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c503bfb-e90d-42a3-8896-61035561d3bc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c503bfb-e90d-42a3-8896-61035561d3bc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15108248631381759749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee89d9de-72f0-46a7-a74c-1886abb5f7ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d9344d9-df04-4f70-9b28-91a8fc1b82f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9344d9-df04-4f70-9b28-91a8fc1b82f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9589253067193454525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c503bfb-e90d-42a3-8896-61035561d3bc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbec2bb-91c1-46f1-8c22-47b75cb9ed1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbec2bb-91c1-46f1-8c22-47b75cb9ed1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4242707706077865895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895" } } } 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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log', '--grpc-port=13675', '--mon-port=13816', '--ic-port=7120', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9344d9-df04-4f70-9b28-91a8fc1b82f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ya.test:process.py:628 Command pid: 1535858
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13675/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbec2bb-91c1-46f1-8c22-47b75cb9ed1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fa85424-9214-4044-8f7b-c5a6d3e6b1e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.30
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135f733b-6f57-4c61-8c48-db84bbae619e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa85424-9214-4044-8f7b-c5a6d3e6b1e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5208709441629244170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135f733b-6f57-4c61-8c48-db84bbae619e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616710564014549576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576" } } } 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.30
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1535888
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa85424-9214-4044-8f7b-c5a6d3e6b1e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c5acdc-6639-4e9a-9f60-4d0b8174665a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c5acdc-6639-4e9a-9f60-4d0b8174665a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632040418381143785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135f733b-6f57-4c61-8c48-db84bbae619e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 176074b9-3fb7-42ca-9e14-da015cd8eb75, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176074b9-3fb7-42ca-9e14-da015cd8eb75, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147512909571069984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c5acdc-6639-4e9a-9f60-4d0b8174665a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45a35b6-68cf-4bba-a8ad-ad6cc04680b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45a35b6-68cf-4bba-a8ad-ad6cc04680b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2393176958708920512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176074b9-3fb7-42ca-9e14-da015cd8eb75, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4be25939-a918-4a42-a46b-c93b626bde5e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be25939-a918-4a42-a46b-c93b626bde5e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4275766410893529975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be25939-a918-4a42-a46b-c93b626bde5e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45a35b6-68cf-4bba-a8ad-ad6cc04680b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd57d46f-e5be-4854-8331-874f61f526d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d909f918-d438-4134-b1f7-38ea8e692b03, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd57d46f-e5be-4854-8331-874f61f526d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4911538556156707861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d909f918-d438-4134-b1f7-38ea8e692b03, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15493190471514176882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd57d46f-e5be-4854-8331-874f61f526d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e5fe44-4197-4b91-b945-47da32fb630e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e5fe44-4197-4b91-b945-47da32fb630e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4952254743569260269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d909f918-d438-4134-b1f7-38ea8e692b03, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc3848fa-ca20-4237-8ed6-9b50ffc53801, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3848fa-ca20-4237-8ed6-9b50ffc53801, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3118101822452308881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e5fe44-4197-4b91-b945-47da32fb630e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4329cb94-5a1a-49f1-916c-71c4227027be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4329cb94-5a1a-49f1-916c-71c4227027be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241737074942176243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3848fa-ca20-4237-8ed6-9b50ffc53801, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df57c626-eac3-4914-aa70-d28e47865125, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df57c626-eac3-4914-aa70-d28e47865125, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13619019817260027756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4329cb94-5a1a-49f1-916c-71c4227027be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c7b0867-98e8-4431-a27c-a3fc07cc22db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7b0867-98e8-4431-a27c-a3fc07cc22db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593387037037788884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df57c626-eac3-4914-aa70-d28e47865125, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b336f76-86d3-484a-84ad-7f212c7e63b8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7b0867-98e8-4431-a27c-a3fc07cc22db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b336f76-86d3-484a-84ad-7f212c7e63b8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13117189301091945085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a426e10-5af0-435d-84fe-fc61cbfc13b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a426e10-5af0-435d-84fe-fc61cbfc13b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059512240728720973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b336f76-86d3-484a-84ad-7f212c7e63b8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e70caee0-fa7b-4394-b857-d06bb1eca9c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a426e10-5af0-435d-84fe-fc61cbfc13b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adb3074d-ee4a-46ef-8bfb-90b51ca45460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb3074d-ee4a-46ef-8bfb-90b51ca45460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16056325069996886979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70caee0-fa7b-4394-b857-d06bb1eca9c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240688408585700830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb3074d-ee4a-46ef-8bfb-90b51ca45460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56e8463e-1f2e-488e-b4e9-293e8b2d279d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e8463e-1f2e-488e-b4e9-293e8b2d279d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7004549703219837265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70caee0-fa7b-4394-b857-d06bb1eca9c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbe081d4-34cc-4515-bf0d-303f85bb8ba1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe081d4-34cc-4515-bf0d-303f85bb8ba1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549239482664469304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e8463e-1f2e-488e-b4e9-293e8b2d279d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbe081d4-34cc-4515-bf0d-303f85bb8ba1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748fc9b5-898b-4892-b4a0-1d9558d44160, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748fc9b5-898b-4892-b4a0-1d9558d44160, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11323786257260455606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c84dd8e-01d7-481c-a382-4aae368e5530, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c84dd8e-01d7-481c-a382-4aae368e5530, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10448744967313036109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748fc9b5-898b-4892-b4a0-1d9558d44160, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3759b2b0-8771-42d3-9b7f-9fc08e29fc78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3759b2b0-8771-42d3-9b7f-9fc08e29fc78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14985785123671145025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c84dd8e-01d7-481c-a382-4aae368e5530, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d338121-090b-451c-b7d9-e3d71fb4086e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d338121-090b-451c-b7d9-e3d71fb4086e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18427363349800182193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d338121-090b-451c-b7d9-e3d71fb4086e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75fec86c-43a0-4579-92c7-b57b2e1be188, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fec86c-43a0-4579-92c7-b57b2e1be188, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2932887164826439387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3759b2b0-8771-42d3-9b7f-9fc08e29fc78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11973903-d14a-428c-a542-115f643f2a60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11973903-d14a-428c-a542-115f643f2a60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13609910370198818657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fec86c-43a0-4579-92c7-b57b2e1be188, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f314ee-cf8f-4520-be33-76e46ae12f88, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f314ee-cf8f-4520-be33-76e46ae12f88, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6136143222841721464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11973903-d14a-428c-a542-115f643f2a60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c91ba54-7683-49e2-ad90-7d282e80d432, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c91ba54-7683-49e2-ad90-7d282e80d432, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975726221019929446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f314ee-cf8f-4520-be33-76e46ae12f88, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d9e2de3-7119-4585-8d52-ceebcbe765d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9e2de3-7119-4585-8d52-ceebcbe765d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15036252567780898223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c91ba54-7683-49e2-ad90-7d282e80d432, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bdad3aa-24c1-4640-b9db-97c2cb5407df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdad3aa-24c1-4640-b9db-97c2cb5407df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3272087967232438479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9e2de3-7119-4585-8d52-ceebcbe765d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f5f422-3791-4834-8dcb-242665bf59a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdad3aa-24c1-4640-b9db-97c2cb5407df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257b7e5b-3556-4d0e-b785-ce5564dfe10d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257b7e5b-3556-4d0e-b785-ce5564dfe10d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6371468514144699190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f5f422-3791-4834-8dcb-242665bf59a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 286447931019016736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f5f422-3791-4834-8dcb-242665bf59a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566f4071-dc12-4fdf-a01c-b09c08d5a98f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566f4071-dc12-4fdf-a01c-b09c08d5a98f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256105680577796637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257b7e5b-3556-4d0e-b785-ce5564dfe10d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 578516c9-15e7-470f-9ca4-8f31130acdb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578516c9-15e7-470f-9ca4-8f31130acdb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230310658051905524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566f4071-dc12-4fdf-a01c-b09c08d5a98f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c076f8b-4514-4b8c-b0be-28ff94f014c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c076f8b-4514-4b8c-b0be-28ff94f014c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4613108338463853009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578516c9-15e7-470f-9ca4-8f31130acdb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be00464f-108a-4da1-aefe-9303c21e13da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be00464f-108a-4da1-aefe-9303c21e13da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10432250711622144154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be00464f-108a-4da1-aefe-9303c21e13da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d51e342b-c8c0-4fe1-9d01-26686a76dbbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51e342b-c8c0-4fe1-9d01-26686a76dbbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884903512189848614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c076f8b-4514-4b8c-b0be-28ff94f014c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c91d52e-0622-4a33-abc2-fe9cdf4fb95d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c91d52e-0622-4a33-abc2-fe9cdf4fb95d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295649403886422154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51e342b-c8c0-4fe1-9d01-26686a76dbbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f227e48-0ed5-4e76-a9ec-e248a9b97bc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f227e48-0ed5-4e76-a9ec-e248a9b97bc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716351449141731856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c91d52e-0622-4a33-abc2-fe9cdf4fb95d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed9d176-5d95-478f-b3dd-54109e8f4c53, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f227e48-0ed5-4e76-a9ec-e248a9b97bc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9012b7e4-7c48-484a-9815-3c2044859e6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9012b7e4-7c48-484a-9815-3c2044859e6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18006608322930723689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed9d176-5d95-478f-b3dd-54109e8f4c53, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12429461087129980208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9012b7e4-7c48-484a-9815-3c2044859e6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa3a0bed-c7a0-4370-bff0-629ff897f598, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed9d176-5d95-478f-b3dd-54109e8f4c53, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cccbf04-ba85-478f-bf80-c302ada5879d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3a0bed-c7a0-4370-bff0-629ff897f598, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11127025276670861603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cccbf04-ba85-478f-bf80-c302ada5879d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18375573800278119534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cccbf04-ba85-478f-bf80-c302ada5879d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d83364-c458-48e1-bc59-a0f04e5d056e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d83364-c458-48e1-bc59-a0f04e5d056e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12628842228654281900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3a0bed-c7a0-4370-bff0-629ff897f598, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d54c8e3-968f-435d-868d-37374b79190a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d54c8e3-968f-435d-868d-37374b79190a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4340150213321033458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d83364-c458-48e1-bc59-a0f04e5d056e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a563f72-c122-4879-a726-cd943ebefe97, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a563f72-c122-4879-a726-cd943ebefe97, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590017542441857939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d54c8e3-968f-435d-868d-37374b79190a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8a1e6e-fce4-4e50-bd83-35c577497aa8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8a1e6e-fce4-4e50-bd83-35c577497aa8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6369539367367654284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a563f72-c122-4879-a726-cd943ebefe97, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc71003a-2fb2-434f-a529-275d9ee0f421, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc71003a-2fb2-434f-a529-275d9ee0f421, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13788846981623781418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8a1e6e-fce4-4e50-bd83-35c577497aa8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c0731-ade4-4ae4-8658-aa6c6d88cda2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c0731-ade4-4ae4-8658-aa6c6d88cda2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12318835188235138411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411" } } } 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 1535888) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1535888) elapsed time (sec): 1.324709177017212
DEBUG    ya.test:process.py:263 Command (pid 1535888) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) maxrss: 836180
DEBUG    ya.test:process.py:263 Command (pid 1535888) minflt: 45170
DEBUG    ya.test:process.py:263 Command (pid 1535888) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) msgsnd: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc71003a-2fb2-434f-a529-275d9ee0f421, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c43b2c-af8f-47d8-b9fe-e58f31be5629, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c43b2c-af8f-47d8-b9fe-e58f31be5629, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4373075623613063734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1535888) nivcsw: 293
DEBUG    ya.test:process.py:263 Command (pid 1535888) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1535888) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1535888) stime: 0.22897599999999999
DEBUG    ya.test:process.py:263 Command (pid 1535888) utime: 0.589534
DEBUG    ya.test:process.py:263 Command (pid 1535888) wtime: 1.342
DEBUG    ya.test:process.py:275 Command (pid 1535888) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c0731-ade4-4ae4-8658-aa6c6d88cda2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8394d7f7-78b1-4933-85b9-66e3a023682f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8394d7f7-78b1-4933-85b9-66e3a023682f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399388958759165777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c43b2c-af8f-47d8-b9fe-e58f31be5629, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd259b2f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd259b2f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" 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 0x7bdbd259b2f0>
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 0x7bdbd26dd7b0 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 0x7bdbd26e0a30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8394d7f7-78b1-4933-85b9-66e3a023682f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0600d8f-c950-40ab-badd-f267721a57fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0600d8f-c950-40ab-badd-f267721a57fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13111843709636899004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd26e95f0 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.connection:connection.py:52 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:17.514423453+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:16:17.514423453+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 97d61fe0-88be-46a1-b8f8-09ad76ac7715, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 97d61fe0-88be-46a1-b8f8-09ad76ac7715, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): 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 0x7bdbd26eec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, f2db5937-2292-41d3-8efa-0eb46f512061, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0600d8f-c950-40ab-badd-f267721a57fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038944." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t8rzb8gxxgx3ea3db8mdq" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 97d61fe0-88be-46a1-b8f8-09ad76ac7715, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:13247, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, f2db5937-2292-41d3-8efa-0eb46f512061, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" 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:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038944." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 332aaafc-3629-4df9-a2b1-7a85d4289501, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, f2db5937-2292-41d3-8efa-0eb46f512061, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=59474ac-54d2a269-3f316519-67d04483" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed9825e6-3f48-4265-ba08-e9ab7fcd9174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 332aaafc-3629-4df9-a2b1-7a85d4289501, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" 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, 332aaafc-3629-4df9-a2b1-7a85d4289501, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=59474ac-54d2a269-3f316519-67d04483" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965fd81b-f5cb-4510-8e06-c93324777f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9825e6-3f48-4265-ba08-e9ab7fcd9174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7610775445863365156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965fd81b-f5cb-4510-8e06-c93324777f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309897505388643167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9825e6-3f48-4265-ba08-e9ab7fcd9174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 092f55f6-bb4c-426e-8b70-e965979200d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092f55f6-bb4c-426e-8b70-e965979200d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17123301020234939775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965fd81b-f5cb-4510-8e06-c93324777f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abc89715-a729-4ad1-b6e1-c5b420c59358, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc89715-a729-4ad1-b6e1-c5b420c59358, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 416505486631855276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc89715-a729-4ad1-b6e1-c5b420c59358, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b29bdd1-f78b-4c1b-a866-ff332d022a66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b29bdd1-f78b-4c1b-a866-ff332d022a66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3690560398960159028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b29bdd1-f78b-4c1b-a866-ff332d022a66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6977ce75-25bb-48bc-86e1-f4bb4fa4c644, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6977ce75-25bb-48bc-86e1-f4bb4fa4c644, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3731696080235511294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6977ce75-25bb-48bc-86e1-f4bb4fa4c644, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b63d36-105d-4ea7-8988-464c0411cf9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b63d36-105d-4ea7-8988-464c0411cf9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5772209470267595634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092f55f6-bb4c-426e-8b70-e965979200d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a11443a-8acd-466c-8207-247325ac5dab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a11443a-8acd-466c-8207-247325ac5dab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595552084353366380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b63d36-105d-4ea7-8988-464c0411cf9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfddbc5f-b7be-4845-9549-a1dca5658c5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfddbc5f-b7be-4845-9549-a1dca5658c5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10174916947654310680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a11443a-8acd-466c-8207-247325ac5dab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec3416c1-8297-4de4-860f-5965320c9136, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3416c1-8297-4de4-860f-5965320c9136, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171294922520291191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfddbc5f-b7be-4845-9549-a1dca5658c5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec8b77c2-221c-4ec8-96f4-46e969b16aba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8b77c2-221c-4ec8-96f4-46e969b16aba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16197950944242912703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3416c1-8297-4de4-860f-5965320c9136, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dff526-6039-4f63-beac-b942b91ce48c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dff526-6039-4f63-beac-b942b91ce48c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6137563924945573135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8b77c2-221c-4ec8-96f4-46e969b16aba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55436553-f55c-4be6-8a08-31530b147014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55436553-f55c-4be6-8a08-31530b147014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111574531300920555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dff526-6039-4f63-beac-b942b91ce48c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2720c7b-7eaf-4223-a6bd-7015bb263c93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2720c7b-7eaf-4223-a6bd-7015bb263c93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12251680258023438843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55436553-f55c-4be6-8a08-31530b147014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ada9cbe4-9667-463b-9a17-0f9ffdcefee8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ada9cbe4-9667-463b-9a17-0f9ffdcefee8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561314243959574415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2720c7b-7eaf-4223-a6bd-7015bb263c93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5018898d-5a05-4b3d-9891-9f298fc04851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5018898d-5a05-4b3d-9891-9f298fc04851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7278638061977133738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ada9cbe4-9667-463b-9a17-0f9ffdcefee8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d94e0ba-78fc-4875-ab65-6594c3752c67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d94e0ba-78fc-4875-ab65-6594c3752c67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348487850905821671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5018898d-5a05-4b3d-9891-9f298fc04851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d1d22b9-c3e3-4c3b-bc94-3a45cd7efb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1d22b9-c3e3-4c3b-bc94-3a45cd7efb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12602414391363157140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d94e0ba-78fc-4875-ab65-6594c3752c67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd3b8b7-a066-4241-8523-92dd3a9dcaf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd3b8b7-a066-4241-8523-92dd3a9dcaf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7767606357381785912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1d22b9-c3e3-4c3b-bc94-3a45cd7efb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ad48516-fbcc-4e94-bb2b-0415940b0980, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad48516-fbcc-4e94-bb2b-0415940b0980, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2201871432290088820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd3b8b7-a066-4241-8523-92dd3a9dcaf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3de9695-0746-4d5d-a761-53cc1564fe18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3de9695-0746-4d5d-a761-53cc1564fe18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17691836065327960313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad48516-fbcc-4e94-bb2b-0415940b0980, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d9a6fdb-d426-4502-86d4-69b7c8a60096, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9a6fdb-d426-4502-86d4-69b7c8a60096, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5002386989279364423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3de9695-0746-4d5d-a761-53cc1564fe18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c3f4ca3-88a2-4b9f-a1db-e6432e51d496, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3f4ca3-88a2-4b9f-a1db-e6432e51d496, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18370326414745524835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9a6fdb-d426-4502-86d4-69b7c8a60096, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f570141e-a9f1-45df-b122-4348b6fa9601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3f4ca3-88a2-4b9f-a1db-e6432e51d496, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a655835c-c739-4ae1-a19c-351696a61b22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f570141e-a9f1-45df-b122-4348b6fa9601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224899536588431378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a655835c-c739-4ae1-a19c-351696a61b22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967055431896296860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a655835c-c739-4ae1-a19c-351696a61b22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc2fe22-07c0-4762-a1ce-2b8be9a5df14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc2fe22-07c0-4762-a1ce-2b8be9a5df14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2849530655567806569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f570141e-a9f1-45df-b122-4348b6fa9601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef547f5e-b48e-41ec-bdb1-ced4e2c40d7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef547f5e-b48e-41ec-bdb1-ced4e2c40d7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348129667609484718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc2fe22-07c0-4762-a1ce-2b8be9a5df14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94dd4b03-9a42-4a0e-9679-e2d6a678ad66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94dd4b03-9a42-4a0e-9679-e2d6a678ad66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16364053061899665155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef547f5e-b48e-41ec-bdb1-ced4e2c40d7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc649b5c-af55-44e2-bb70-1df950d3a373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc649b5c-af55-44e2-bb70-1df950d3a373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6312139103084631900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94dd4b03-9a42-4a0e-9679-e2d6a678ad66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac061f34-102e-412b-baaa-5fab927c6702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac061f34-102e-412b-baaa-5fab927c6702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12007120928479316857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc649b5c-af55-44e2-bb70-1df950d3a373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36dcb5b5-3e72-49dd-8aeb-6133ee38bd4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36dcb5b5-3e72-49dd-8aeb-6133ee38bd4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10570303556062426472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36dcb5b5-3e72-49dd-8aeb-6133ee38bd4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c51d41-4ed9-4028-8159-de227c92f693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c51d41-4ed9-4028-8159-de227c92f693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1334667949654046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac061f34-102e-412b-baaa-5fab927c6702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffd3c42e-947f-4e44-844f-7ceac3d22ac5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd3c42e-947f-4e44-844f-7ceac3d22ac5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8825519603621304827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c51d41-4ed9-4028-8159-de227c92f693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f175c1ab-28b1-405a-be17-768f50e25d1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f175c1ab-28b1-405a-be17-768f50e25d1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8488965805550114219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd3c42e-947f-4e44-844f-7ceac3d22ac5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f16275-c75e-4f60-a93c-5e46d5d7343d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f16275-c75e-4f60-a93c-5e46d5d7343d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10165237335729604898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f175c1ab-28b1-405a-be17-768f50e25d1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78d127f7-c96c-44a4-b51d-f8220c679106, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d127f7-c96c-44a4-b51d-f8220c679106, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10542443188699949455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f16275-c75e-4f60-a93c-5e46d5d7343d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e964dec0-a607-495d-9262-57649a663530, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e964dec0-a607-495d-9262-57649a663530, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10429219344882829009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d127f7-c96c-44a4-b51d-f8220c679106, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d457c30-eefe-4a4a-a49f-99b7bb15e195, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d457c30-eefe-4a4a-a49f-99b7bb15e195, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7601306852542073359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e964dec0-a607-495d-9262-57649a663530, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cde526-f91f-4b67-82bf-47b7c0d24c77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cde526-f91f-4b67-82bf-47b7c0d24c77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12111506520106493284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d457c30-eefe-4a4a-a49f-99b7bb15e195, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049a25b9-87e3-4313-ae08-3c437ef4555e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049a25b9-87e3-4313-ae08-3c437ef4555e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1417863649017299381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cde526-f91f-4b67-82bf-47b7c0d24c77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02654b6-c9f3-4e39-b290-1b4e48f8912f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02654b6-c9f3-4e39-b290-1b4e48f8912f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5038040200521230749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02654b6-c9f3-4e39-b290-1b4e48f8912f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c4464b-07b4-4e88-9963-a3de6597ef9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049a25b9-87e3-4313-ae08-3c437ef4555e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4c24b6d-7eca-435a-a787-1935caf8eb72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4c24b6d-7eca-435a-a787-1935caf8eb72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2308164355801691279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c4464b-07b4-4e88-9963-a3de6597ef9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11119885545964609632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4c24b6d-7eca-435a-a787-1935caf8eb72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342160d5-64e9-434a-8463-56e2cca36705, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342160d5-64e9-434a-8463-56e2cca36705, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739584306081572984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c4464b-07b4-4e88-9963-a3de6597ef9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fc11808-6662-4632-8c02-b196e87d0a20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc11808-6662-4632-8c02-b196e87d0a20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18402094405247598683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342160d5-64e9-434a-8463-56e2cca36705, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4732d77-d2df-420c-b779-50be1feca175, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4732d77-d2df-420c-b779-50be1feca175, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2370336272293748975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc11808-6662-4632-8c02-b196e87d0a20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af441711-2323-4265-a6b3-d0f896924d35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af441711-2323-4265-a6b3-d0f896924d35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519435640033256399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4732d77-d2df-420c-b779-50be1feca175, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a9c0fc7-2cb5-4062-ae55-4dfa8f7d7707, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9c0fc7-2cb5-4062-ae55-4dfa8f7d7707, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293302290596474438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af441711-2323-4265-a6b3-d0f896924d35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4816ef04-0f17-49ad-8b18-f2604fb8c9cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4816ef04-0f17-49ad-8b18-f2604fb8c9cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11612446454588398819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9c0fc7-2cb5-4062-ae55-4dfa8f7d7707, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d8e8c8-480c-4fdd-a2f6-4f0ff4514130, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d8e8c8-480c-4fdd-a2f6-4f0ff4514130, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226433497875764572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4816ef04-0f17-49ad-8b18-f2604fb8c9cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c5c07f-332a-403e-bc64-e849c659c5a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c5c07f-332a-403e-bc64-e849c659c5a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470365703605265290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d8e8c8-480c-4fdd-a2f6-4f0ff4514130, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1941153-4f07-430b-9f56-1504329ef5b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c5c07f-332a-403e-bc64-e849c659c5a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3b4fb96-3435-4faf-a389-c8f1f0ab54bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1941153-4f07-430b-9f56-1504329ef5b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9879672319852376355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b4fb96-3435-4faf-a389-c8f1f0ab54bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416191455829725576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1941153-4f07-430b-9f56-1504329ef5b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca5a0d8b-c63c-48a8-91e7-4590d85ea0b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca5a0d8b-c63c-48a8-91e7-4590d85ea0b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7873694305132983152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b4fb96-3435-4faf-a389-c8f1f0ab54bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 112a7ed5-a2ee-4f03-abb3-9da5f85e0fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 112a7ed5-a2ee-4f03-abb3-9da5f85e0fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15331934766429444610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca5a0d8b-c63c-48a8-91e7-4590d85ea0b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a44ca4da-c281-4cf6-bf35-8570b3aac64f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44ca4da-c281-4cf6-bf35-8570b3aac64f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134593796635807129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 112a7ed5-a2ee-4f03-abb3-9da5f85e0fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fea2d59-e74a-4ff1-8321-ac609ee52dcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fea2d59-e74a-4ff1-8321-ac609ee52dcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317262634415906508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44ca4da-c281-4cf6-bf35-8570b3aac64f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 011f3c9a-2b43-4634-ab5e-15b9cfc700ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011f3c9a-2b43-4634-ab5e-15b9cfc700ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16169108162719160248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fea2d59-e74a-4ff1-8321-ac609ee52dcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 176f4792-e502-4ce4-8262-41098ead9112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176f4792-e502-4ce4-8262-41098ead9112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 523535800189112311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011f3c9a-2b43-4634-ab5e-15b9cfc700ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 282164fe-f7e1-4a30-9362-5801b439b63a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282164fe-f7e1-4a30-9362-5801b439b63a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774831470462883459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176f4792-e502-4ce4-8262-41098ead9112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d350dd70-34b0-4832-99b5-b483b7bf74a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d350dd70-34b0-4832-99b5-b483b7bf74a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3180973974678689283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282164fe-f7e1-4a30-9362-5801b439b63a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38b02b45-e1ca-458c-a15e-57bfc1da8efc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b02b45-e1ca-458c-a15e-57bfc1da8efc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10191375402924845060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d350dd70-34b0-4832-99b5-b483b7bf74a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16a1c71b-25c5-47cc-a554-641d71e4deca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a1c71b-25c5-47cc-a554-641d71e4deca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6355996523628209253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b02b45-e1ca-458c-a15e-57bfc1da8efc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a1c71b-25c5-47cc-a554-641d71e4deca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a46bf1d0-d4e0-4047-91cd-f601a8783157, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a46bf1d0-d4e0-4047-91cd-f601a8783157, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876393991995684063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4999c6a1-21e6-4234-b2a2-62ee857ee868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4999c6a1-21e6-4234-b2a2-62ee857ee868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16812823993318940297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a46bf1d0-d4e0-4047-91cd-f601a8783157, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58b3927f-e504-4b5e-9b5d-c8fd8a215996, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58b3927f-e504-4b5e-9b5d-c8fd8a215996, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5067945228062113788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4999c6a1-21e6-4234-b2a2-62ee857ee868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d2c034-11d0-4bcf-a927-a810e4cd14e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d2c034-11d0-4bcf-a927-a810e4cd14e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 398134938438279114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58b3927f-e504-4b5e-9b5d-c8fd8a215996, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55206685-04e6-4495-acdb-2049acd0fa7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55206685-04e6-4495-acdb-2049acd0fa7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3316640045841739397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d2c034-11d0-4bcf-a927-a810e4cd14e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9341543d-70af-4767-9bbd-833247f4e1e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9341543d-70af-4767-9bbd-833247f4e1e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108958462135716663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55206685-04e6-4495-acdb-2049acd0fa7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a873c002-8f74-49c1-8f1b-7ab95ce2ead8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a873c002-8f74-49c1-8f1b-7ab95ce2ead8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13233364702472588328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9341543d-70af-4767-9bbd-833247f4e1e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2248d357-cbc4-433f-8e70-37da4a749770, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2248d357-cbc4-433f-8e70-37da4a749770, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16742861447835776487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a873c002-8f74-49c1-8f1b-7ab95ce2ead8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77cd52a4-acaa-4278-9a7e-df53a619abd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77cd52a4-acaa-4278-9a7e-df53a619abd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719790339677156912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2248d357-cbc4-433f-8e70-37da4a749770, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d05d5ea0-28fc-490a-a14b-97bcb2d3eb5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d05d5ea0-28fc-490a-a14b-97bcb2d3eb5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719097986609323595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77cd52a4-acaa-4278-9a7e-df53a619abd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cbb0dc1-b0c7-4c77-a0dc-2ea334a22c0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbb0dc1-b0c7-4c77-a0dc-2ea334a22c0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17883162013998883260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d05d5ea0-28fc-490a-a14b-97bcb2d3eb5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75074c91-414e-4b73-be31-f1f4fdecaade, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75074c91-414e-4b73-be31-f1f4fdecaade, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3694413135429718602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbb0dc1-b0c7-4c77-a0dc-2ea334a22c0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e26aae7a-7ed8-46d7-b385-cb7ecc83236d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e26aae7a-7ed8-46d7-b385-cb7ecc83236d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335839788177502343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75074c91-414e-4b73-be31-f1f4fdecaade, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a53e1ad9-4cc9-4bfe-a665-8fced8d45208, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53e1ad9-4cc9-4bfe-a665-8fced8d45208, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202423216887413555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e26aae7a-7ed8-46d7-b385-cb7ecc83236d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be58aa31-8f1a-4bee-879e-6cdb3f4786f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53e1ad9-4cc9-4bfe-a665-8fced8d45208, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be58aa31-8f1a-4bee-879e-6cdb3f4786f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628029931930609326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d81ffb79-8ca9-40bc-9837-f00af2817a90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d81ffb79-8ca9-40bc-9837-f00af2817a90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765175910337894935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be58aa31-8f1a-4bee-879e-6cdb3f4786f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abf08313-3cb1-4d95-98ce-9ac8e0ec933a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf08313-3cb1-4d95-98ce-9ac8e0ec933a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1316839174896426131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d81ffb79-8ca9-40bc-9837-f00af2817a90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc555f9c-ee13-41a2-8cda-9ccc94fd9c98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc555f9c-ee13-41a2-8cda-9ccc94fd9c98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13776792413843170929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc555f9c-ee13-41a2-8cda-9ccc94fd9c98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1c95b7f-543d-493a-aafa-bcdc85562d6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c95b7f-543d-493a-aafa-bcdc85562d6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7650545362416500487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf08313-3cb1-4d95-98ce-9ac8e0ec933a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deee2ecb-fe7c-428c-997b-3e7dabec0260, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deee2ecb-fe7c-428c-997b-3e7dabec0260, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8857431063745368774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c95b7f-543d-493a-aafa-bcdc85562d6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e05c293-3783-40eb-8832-377ecad1ddc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e05c293-3783-40eb-8832-377ecad1ddc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790880770300046091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deee2ecb-fe7c-428c-997b-3e7dabec0260, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1686d7-9c17-4dc9-a9d0-2b6eff66e0fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1686d7-9c17-4dc9-a9d0-2b6eff66e0fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15247317465087636225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e05c293-3783-40eb-8832-377ecad1ddc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1686d7-9c17-4dc9-a9d0-2b6eff66e0fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eb9b912-1bce-4980-8cad-36d2c8668cdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eb9b912-1bce-4980-8cad-36d2c8668cdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12489694940011599831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded62348-68d5-4164-9192-67d862b1712d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded62348-68d5-4164-9192-67d862b1712d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424124042151384793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eb9b912-1bce-4980-8cad-36d2c8668cdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19e46646-d157-4352-8d28-ad4d6a759d18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e46646-d157-4352-8d28-ad4d6a759d18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227995493318680856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded62348-68d5-4164-9192-67d862b1712d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09716e9a-e570-4a4f-ae55-70035c28635a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09716e9a-e570-4a4f-ae55-70035c28635a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7416024024385392557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e46646-d157-4352-8d28-ad4d6a759d18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d47761d-0160-42ee-b1fa-64ff78ac659d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d47761d-0160-42ee-b1fa-64ff78ac659d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16527571238219911938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09716e9a-e570-4a4f-ae55-70035c28635a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c736d0-60f9-4bbc-9af9-1031cb304e83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c736d0-60f9-4bbc-9af9-1031cb304e83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7432239728470103232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d47761d-0160-42ee-b1fa-64ff78ac659d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bdffee9-75ed-4019-9b81-f96d1c1c826a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bdffee9-75ed-4019-9b81-f96d1c1c826a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8968280655430661313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c736d0-60f9-4bbc-9af9-1031cb304e83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe337e19-b83b-478f-a33d-b06e6ec73cc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe337e19-b83b-478f-a33d-b06e6ec73cc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15692034705668344421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bdffee9-75ed-4019-9b81-f96d1c1c826a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe337e19-b83b-478f-a33d-b06e6ec73cc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71460e24-18f0-4d16-9a1f-0d17d6829c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71460e24-18f0-4d16-9a1f-0d17d6829c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10665213427709806194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6509a6f3-44ee-4793-9f14-fcd8105a6152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6509a6f3-44ee-4793-9f14-fcd8105a6152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776881190893942731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71460e24-18f0-4d16-9a1f-0d17d6829c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d257011-2eff-4136-8048-fb7cbde7c1e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d257011-2eff-4136-8048-fb7cbde7c1e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17385471474439911314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6509a6f3-44ee-4793-9f14-fcd8105a6152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acba90c4-eff6-4141-bbb2-b31588a132d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acba90c4-eff6-4141-bbb2-b31588a132d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924220256424275828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d257011-2eff-4136-8048-fb7cbde7c1e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17768770-8dc9-4738-acd8-c54f112421de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17768770-8dc9-4738-acd8-c54f112421de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13461559691215788435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acba90c4-eff6-4141-bbb2-b31588a132d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453dc8cf-c38d-4cc9-b9d9-aa90ff6768da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17768770-8dc9-4738-acd8-c54f112421de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff7262a-3242-4b7e-9e28-d5ba97ab38d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff7262a-3242-4b7e-9e28-d5ba97ab38d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080633674959472190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453dc8cf-c38d-4cc9-b9d9-aa90ff6768da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1857177702492499955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff7262a-3242-4b7e-9e28-d5ba97ab38d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a8c1474-0cef-46e0-81ae-0bbf29ffdf3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8c1474-0cef-46e0-81ae-0bbf29ffdf3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12447085261451168751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453dc8cf-c38d-4cc9-b9d9-aa90ff6768da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccdf1746-936c-4eab-acf4-ba929a54f344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8c1474-0cef-46e0-81ae-0bbf29ffdf3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccdf1746-936c-4eab-acf4-ba929a54f344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4650340248181237621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccdf1746-936c-4eab-acf4-ba929a54f344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60208010-eac6-45a1-ab5e-797b6bd49d57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60208010-eac6-45a1-ab5e-797b6bd49d57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16306067928516577474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3322106f-b12e-413b-8935-f2c4e1af2277, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3322106f-b12e-413b-8935-f2c4e1af2277, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11524659454925883805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60208010-eac6-45a1-ab5e-797b6bd49d57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f608a29-7ba3-420b-bda0-c5e67837f05f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f608a29-7ba3-420b-bda0-c5e67837f05f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13853484027230841192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3322106f-b12e-413b-8935-f2c4e1af2277, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e929f6f-02a0-497c-bc5c-7446cac307e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e929f6f-02a0-497c-bc5c-7446cac307e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604644362118290574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f608a29-7ba3-420b-bda0-c5e67837f05f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab76d302-33da-4f85-a788-58d22a0f7926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab76d302-33da-4f85-a788-58d22a0f7926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10925480067075149267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e929f6f-02a0-497c-bc5c-7446cac307e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 212bf4bd-5c34-4f85-af2c-4de3c5d75baf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212bf4bd-5c34-4f85-af2c-4de3c5d75baf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509793210167931874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab76d302-33da-4f85-a788-58d22a0f7926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29e5985b-7ddc-4519-9630-2047598808d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e5985b-7ddc-4519-9630-2047598808d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9579150898924759964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212bf4bd-5c34-4f85-af2c-4de3c5d75baf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2db3ecb5-2ee6-4394-b6e5-dc02c75e1bb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db3ecb5-2ee6-4394-b6e5-dc02c75e1bb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11188614181849122148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e5985b-7ddc-4519-9630-2047598808d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2be91b71-3bf5-4944-b44d-b0b6b6a3e4c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be91b71-3bf5-4944-b44d-b0b6b6a3e4c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4588858709349416248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db3ecb5-2ee6-4394-b6e5-dc02c75e1bb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7c4ce77-716e-4d90-82db-07fa6356e022, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c4ce77-716e-4d90-82db-07fa6356e022, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263319230729259732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be91b71-3bf5-4944-b44d-b0b6b6a3e4c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb194dc3-74df-4903-8137-3c0ec88fed62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb194dc3-74df-4903-8137-3c0ec88fed62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 203373030204103031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c4ce77-716e-4d90-82db-07fa6356e022, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f29849-a7cb-4805-9062-143a2490eed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f29849-a7cb-4805-9062-143a2490eed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2581998249413202523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb194dc3-74df-4903-8137-3c0ec88fed62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6a4649a-9da0-4e53-80bf-7a004b52fd93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a4649a-9da0-4e53-80bf-7a004b52fd93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6276481663030274305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f29849-a7cb-4805-9062-143a2490eed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c6f840-70ec-4053-a611-08177ed421be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c6f840-70ec-4053-a611-08177ed421be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7718271252877742366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a4649a-9da0-4e53-80bf-7a004b52fd93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c6f840-70ec-4053-a611-08177ed421be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 365fb67b-f32c-414e-8116-384bbec1d7e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7484831a-30ec-4805-acb5-e6154005cf47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 365fb67b-f32c-414e-8116-384bbec1d7e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5508016034525943826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7484831a-30ec-4805-acb5-e6154005cf47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7880223658378077118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 365fb67b-f32c-414e-8116-384bbec1d7e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c13695-0db3-4657-aa1a-631664b18df1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7484831a-30ec-4805-acb5-e6154005cf47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c13695-0db3-4657-aa1a-631664b18df1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15656537918787370395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f202500-866c-4a05-b06c-04fdb320a5ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f202500-866c-4a05-b06c-04fdb320a5ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18149758183425674655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c13695-0db3-4657-aa1a-631664b18df1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f202500-866c-4a05-b06c-04fdb320a5ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94876a5d-7fc8-454d-a459-c0c9d74dc373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94876a5d-7fc8-454d-a459-c0c9d74dc373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2873067992513047014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d5a623-a9c8-48c1-b366-e5dab9484f50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d5a623-a9c8-48c1-b366-e5dab9484f50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324655470693283747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94876a5d-7fc8-454d-a459-c0c9d74dc373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 773910c0-fbca-4499-aa23-7c1ae7eeeb98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773910c0-fbca-4499-aa23-7c1ae7eeeb98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17222031761601252303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d5a623-a9c8-48c1-b366-e5dab9484f50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28d1c759-9681-4b27-aaea-d56e796123f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d1c759-9681-4b27-aaea-d56e796123f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4070290978013774938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773910c0-fbca-4499-aa23-7c1ae7eeeb98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d1c759-9681-4b27-aaea-d56e796123f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d424337-c432-46e4-98c2-95a70ea1a8f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d424337-c432-46e4-98c2-95a70ea1a8f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4478245411216363547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf7e1f6-a30a-4c6e-bc08-7238b8029678, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf7e1f6-a30a-4c6e-bc08-7238b8029678, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14658015971112366114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d424337-c432-46e4-98c2-95a70ea1a8f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a805c4-e3a0-45f9-acb3-a1060d5f80f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a805c4-e3a0-45f9-acb3-a1060d5f80f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7535097488777606446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf7e1f6-a30a-4c6e-bc08-7238b8029678, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abb5d6fa-528c-4ec8-b0cb-fe0f261efa56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a805c4-e3a0-45f9-acb3-a1060d5f80f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb5d6fa-528c-4ec8-b0cb-fe0f261efa56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015754852022903619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a92f7f05-a7d2-4411-89da-bbea445e366a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92f7f05-a7d2-4411-89da-bbea445e366a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17740534962651761190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb5d6fa-528c-4ec8-b0cb-fe0f261efa56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 208b7f83-965d-447c-b987-ddf4085d6550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208b7f83-965d-447c-b987-ddf4085d6550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6443810637674350484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92f7f05-a7d2-4411-89da-bbea445e366a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208b7f83-965d-447c-b987-ddf4085d6550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b9bb6c9-de77-49a9-b850-08c51841e604, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be25a06c-71dd-4b5b-911e-8cf63a35d40b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be25a06c-71dd-4b5b-911e-8cf63a35d40b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186271251185676093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b9bb6c9-de77-49a9-b850-08c51841e604, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649590707207284368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be25a06c-71dd-4b5b-911e-8cf63a35d40b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa2e5ae-d916-4dae-ae4c-6cf5750fb77f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa2e5ae-d916-4dae-ae4c-6cf5750fb77f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3837585421847710335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b9bb6c9-de77-49a9-b850-08c51841e604, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa2e5ae-d916-4dae-ae4c-6cf5750fb77f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc1ddbf-7dfb-43aa-8040-86f3e805a291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc1ddbf-7dfb-43aa-8040-86f3e805a291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852793069811102203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc69f2a5-00a7-4540-9269-23efcc8022c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc69f2a5-00a7-4540-9269-23efcc8022c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15871542409339070321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc1ddbf-7dfb-43aa-8040-86f3e805a291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9455ecc1-80fd-4e40-8a65-472f9178ce5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9455ecc1-80fd-4e40-8a65-472f9178ce5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468145846309869060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc69f2a5-00a7-4540-9269-23efcc8022c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04503a66-fce5-418c-b56e-a5102fd96190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04503a66-fce5-418c-b56e-a5102fd96190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12017249404639814378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9455ecc1-80fd-4e40-8a65-472f9178ce5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b4a083-0fb2-440b-beda-2d1e299fb6b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b4a083-0fb2-440b-beda-2d1e299fb6b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198299617411331760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04503a66-fce5-418c-b56e-a5102fd96190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d63548f-5dd3-4056-a531-5fa8e4250ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d63548f-5dd3-4056-a531-5fa8e4250ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7906469019853450860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b4a083-0fb2-440b-beda-2d1e299fb6b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d63548f-5dd3-4056-a531-5fa8e4250ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de275118-1eac-48cb-9bf1-31f2e1772250, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fcbcc49-0122-45d2-bd6d-ff75cf28fb2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de275118-1eac-48cb-9bf1-31f2e1772250, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14040709562536822227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcbcc49-0122-45d2-bd6d-ff75cf28fb2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10053428848996073032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de275118-1eac-48cb-9bf1-31f2e1772250, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8977284a-871d-4a66-982c-8afdec1599f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8977284a-871d-4a66-982c-8afdec1599f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10816916314805284675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcbcc49-0122-45d2-bd6d-ff75cf28fb2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d6ccc70-df13-44ed-802d-0d7e6d62edb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6ccc70-df13-44ed-802d-0d7e6d62edb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4749909202586780662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8977284a-871d-4a66-982c-8afdec1599f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322d10b8-df85-45fb-bf92-de6006a24a4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322d10b8-df85-45fb-bf92-de6006a24a4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4768239599078419460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6ccc70-df13-44ed-802d-0d7e6d62edb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f64ff5e-74ea-427a-9144-7eafe014a9e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f64ff5e-74ea-427a-9144-7eafe014a9e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717620230822429147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322d10b8-df85-45fb-bf92-de6006a24a4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f64ff5e-74ea-427a-9144-7eafe014a9e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b642c6-2fa3-442f-a6cf-2a4d8f97ab53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b642c6-2fa3-442f-a6cf-2a4d8f97ab53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086805971934337454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9160698a-a4d2-46cb-953e-cd14b8943778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9160698a-a4d2-46cb-953e-cd14b8943778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3576476841725693555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b642c6-2fa3-442f-a6cf-2a4d8f97ab53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b71b6c69-0df9-471b-b760-063aaed27ada, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b71b6c69-0df9-471b-b760-063aaed27ada, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12016596970429289813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9160698a-a4d2-46cb-953e-cd14b8943778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 666a3776-db14-48c4-ac38-99eafcdb4a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 666a3776-db14-48c4-ac38-99eafcdb4a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12040137678722270819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b71b6c69-0df9-471b-b760-063aaed27ada, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 467c29a3-104e-474f-ad84-107f309144d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467c29a3-104e-474f-ad84-107f309144d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9343775950980613123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 666a3776-db14-48c4-ac38-99eafcdb4a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ed9891-e8d0-4397-bb95-ad06a689f81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ed9891-e8d0-4397-bb95-ad06a689f81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17825720112130681693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467c29a3-104e-474f-ad84-107f309144d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0fd223-b39b-45fb-abae-364d80ea13b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0fd223-b39b-45fb-abae-364d80ea13b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 931590853764710721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ed9891-e8d0-4397-bb95-ad06a689f81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7764845d-602b-457f-ad3f-67aa406d3ac7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7764845d-602b-457f-ad3f-67aa406d3ac7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3287482207485740077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0fd223-b39b-45fb-abae-364d80ea13b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7764845d-602b-457f-ad3f-67aa406d3ac7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c217b4-c361-4a2d-999e-95453029c338, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c217b4-c361-4a2d-999e-95453029c338, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406863415031603295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ca23e27-e9af-42c1-a1e3-ecd78486f845, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca23e27-e9af-42c1-a1e3-ecd78486f845, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3623687244992580735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c217b4-c361-4a2d-999e-95453029c338, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2b18cc-1d8b-42be-898a-5fed616cc40f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2b18cc-1d8b-42be-898a-5fed616cc40f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311989270799645310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca23e27-e9af-42c1-a1e3-ecd78486f845, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b702e06-51c2-4a15-bec9-90a4ea3f1ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b702e06-51c2-4a15-bec9-90a4ea3f1ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1407813180994262833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2b18cc-1d8b-42be-898a-5fed616cc40f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050e1fd6-e73e-4aa2-925c-7bc4172d72fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050e1fd6-e73e-4aa2-925c-7bc4172d72fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8861543783347735933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b702e06-51c2-4a15-bec9-90a4ea3f1ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49916477-9326-4481-97c2-3d9efc33674d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49916477-9326-4481-97c2-3d9efc33674d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050122111291913141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050e1fd6-e73e-4aa2-925c-7bc4172d72fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4454062-c723-42b5-b02b-21409d0569e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4454062-c723-42b5-b02b-21409d0569e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12237900545009640180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49916477-9326-4481-97c2-3d9efc33674d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dec97b7f-d8d1-4bfe-ab7e-e5bfb6333fca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec97b7f-d8d1-4bfe-ab7e-e5bfb6333fca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728825900868745615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4454062-c723-42b5-b02b-21409d0569e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25feedd8-d3ad-41e8-a247-c8f169260601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25feedd8-d3ad-41e8-a247-c8f169260601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735078263847557919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec97b7f-d8d1-4bfe-ab7e-e5bfb6333fca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25feedd8-d3ad-41e8-a247-c8f169260601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f685de2-2529-40a7-9052-0bc66e51e86e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f685de2-2529-40a7-9052-0bc66e51e86e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788293783661620931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daab9a63-9e1a-4fb2-945f-91cf37672520, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daab9a63-9e1a-4fb2-945f-91cf37672520, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9634032665064639493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f685de2-2529-40a7-9052-0bc66e51e86e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1633ac7-82e6-4258-9ee7-efa9a097020f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1633ac7-82e6-4258-9ee7-efa9a097020f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14221072830358636060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daab9a63-9e1a-4fb2-945f-91cf37672520, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4420cf-d908-41a5-84fd-f6dd27dea480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4420cf-d908-41a5-84fd-f6dd27dea480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506991395873508976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1633ac7-82e6-4258-9ee7-efa9a097020f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 012b0eac-bbe2-4bf6-8dba-6303c851061b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4420cf-d908-41a5-84fd-f6dd27dea480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012b0eac-bbe2-4bf6-8dba-6303c851061b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010570601648952056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5623713-7f2c-46b3-90b7-8c6f94f81ffa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5623713-7f2c-46b3-90b7-8c6f94f81ffa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296454396296614664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012b0eac-bbe2-4bf6-8dba-6303c851061b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5623713-7f2c-46b3-90b7-8c6f94f81ffa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3dddfb-f2dd-4d78-b2e9-b89cc3d24864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3dddfb-f2dd-4d78-b2e9-b89cc3d24864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11828914604626945326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce466a02-d700-45e1-ad01-49618a9dceba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce466a02-d700-45e1-ad01-49618a9dceba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502335168090537709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3dddfb-f2dd-4d78-b2e9-b89cc3d24864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995ff00b-adda-4b91-8f51-a90dc42c0fef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce466a02-d700-45e1-ad01-49618a9dceba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995ff00b-adda-4b91-8f51-a90dc42c0fef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816181924792174203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e853ee8-352d-438a-bd6a-e90e243abcd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e853ee8-352d-438a-bd6a-e90e243abcd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6411508145035534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995ff00b-adda-4b91-8f51-a90dc42c0fef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e853ee8-352d-438a-bd6a-e90e243abcd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b34f2e2a-7167-4cce-b2b0-de9c36d8fdc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34f2e2a-7167-4cce-b2b0-de9c36d8fdc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12713334438770530215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221d7542-ccb7-42f4-91cd-63caba5467cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221d7542-ccb7-42f4-91cd-63caba5467cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224793215634059299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34f2e2a-7167-4cce-b2b0-de9c36d8fdc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc5dfa55-9d72-4394-97e1-969ba7185d22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5dfa55-9d72-4394-97e1-969ba7185d22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18024270408233550177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221d7542-ccb7-42f4-91cd-63caba5467cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8db02488-f414-4f67-8b8c-5b72f2f459cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db02488-f414-4f67-8b8c-5b72f2f459cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11858329397385513603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5dfa55-9d72-4394-97e1-969ba7185d22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 765da234-26f8-4efc-9c2e-173f53094577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 765da234-26f8-4efc-9c2e-173f53094577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113991527373245454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 765da234-26f8-4efc-9c2e-173f53094577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6b360a3-e829-4a44-8caf-11ee54eed25b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b360a3-e829-4a44-8caf-11ee54eed25b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16496851333213686209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db02488-f414-4f67-8b8c-5b72f2f459cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945bae56-8061-43cd-b3b0-05e2138cbc47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945bae56-8061-43cd-b3b0-05e2138cbc47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17458341915538410055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b360a3-e829-4a44-8caf-11ee54eed25b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb9d022-35f2-4b52-8bbe-a4ca31683bbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945bae56-8061-43cd-b3b0-05e2138cbc47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fec8bf5-d8f6-4915-abab-a3ed04a5d94c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fec8bf5-d8f6-4915-abab-a3ed04a5d94c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566257883575292686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb9d022-35f2-4b52-8bbe-a4ca31683bbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11253187055439332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb9d022-35f2-4b52-8bbe-a4ca31683bbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57e55ae-9594-436e-9cd7-efeb0fed5b79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fec8bf5-d8f6-4915-abab-a3ed04a5d94c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51567cf2-4e18-41fa-9f89-6bef19ebf9d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57e55ae-9594-436e-9cd7-efeb0fed5b79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18146119232454104023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51567cf2-4e18-41fa-9f89-6bef19ebf9d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16353854594626006893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57e55ae-9594-436e-9cd7-efeb0fed5b79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b67952-da08-4e14-b9d2-a301ff3d51c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b67952-da08-4e14-b9d2-a301ff3d51c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5396322503410747916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51567cf2-4e18-41fa-9f89-6bef19ebf9d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed51a32c-6b4e-4549-b253-1da7af579619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b67952-da08-4e14-b9d2-a301ff3d51c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c9a4c1c-46dd-4a5f-945e-50742c7feced, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9a4c1c-46dd-4a5f-945e-50742c7feced, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18413714158637579800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed51a32c-6b4e-4549-b253-1da7af579619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952199963204796215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9a4c1c-46dd-4a5f-945e-50742c7feced, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd7a4b2-6912-4626-8570-d7c95006bffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd7a4b2-6912-4626-8570-d7c95006bffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938016616671076902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed51a32c-6b4e-4549-b253-1da7af579619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6edf2ee8-2498-4162-a8ff-921d87a45f99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edf2ee8-2498-4162-a8ff-921d87a45f99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 546995412724568606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd7a4b2-6912-4626-8570-d7c95006bffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6093803c-c8c2-4c7d-b93d-fb2f92f5ccbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6093803c-c8c2-4c7d-b93d-fb2f92f5ccbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841126441638688072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edf2ee8-2498-4162-a8ff-921d87a45f99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eec48a7-bb27-439a-8d14-e177c97c62e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eec48a7-bb27-439a-8d14-e177c97c62e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5312048146507370479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6093803c-c8c2-4c7d-b93d-fb2f92f5ccbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6673495-c80f-4c5f-80b9-741f254c9760, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6673495-c80f-4c5f-80b9-741f254c9760, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4459815188218272425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6673495-c80f-4c5f-80b9-741f254c9760, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8e20dec-2a2b-4702-b0c8-8eec0af1d954, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eec48a7-bb27-439a-8d14-e177c97c62e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f43de498-7ba1-452b-99c5-449f41fbb902, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8e20dec-2a2b-4702-b0c8-8eec0af1d954, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449009388529777532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43de498-7ba1-452b-99c5-449f41fbb902, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16880915921702851132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8e20dec-2a2b-4702-b0c8-8eec0af1d954, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43de498-7ba1-452b-99c5-449f41fbb902, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 300638ea-2520-4963-a33b-b0b040540560, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300638ea-2520-4963-a33b-b0b040540560, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208396091512697980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c82bd8-fd20-4443-8ac7-9f745d5d22a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c82bd8-fd20-4443-8ac7-9f745d5d22a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024701213853458412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300638ea-2520-4963-a33b-b0b040540560, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a9bfc13-c15f-4716-a85d-44b4bcbb9245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9bfc13-c15f-4716-a85d-44b4bcbb9245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5779485250820476362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c82bd8-fd20-4443-8ac7-9f745d5d22a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2db1fd21-015a-49ad-a3fa-4490f88a753f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9bfc13-c15f-4716-a85d-44b4bcbb9245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db1fd21-015a-49ad-a3fa-4490f88a753f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4716511984213747173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 635897de-579e-498e-8b29-a5812e088388, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 635897de-579e-498e-8b29-a5812e088388, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13126496025357106123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db1fd21-015a-49ad-a3fa-4490f88a753f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca9b1209-beaa-48b8-9a4d-2be65679c555, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9b1209-beaa-48b8-9a4d-2be65679c555, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17569280379661178979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 635897de-579e-498e-8b29-a5812e088388, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3b42093-8c3b-40d6-b13d-d25fb57439bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b42093-8c3b-40d6-b13d-d25fb57439bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14374363269566614360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9b1209-beaa-48b8-9a4d-2be65679c555, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 776ac0ed-7d05-4cb2-a292-89ca59baaa0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 776ac0ed-7d05-4cb2-a292-89ca59baaa0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16562476889709848318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b42093-8c3b-40d6-b13d-d25fb57439bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6feb6f6-7798-4e72-8861-ae670dc79015, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 776ac0ed-7d05-4cb2-a292-89ca59baaa0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6feb6f6-7798-4e72-8861-ae670dc79015, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18321563380479499274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ab4b7b-03ae-448c-87e3-92fbc60fab88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ab4b7b-03ae-448c-87e3-92fbc60fab88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4453403326727569179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6feb6f6-7798-4e72-8861-ae670dc79015, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1edd7f4f-87f2-4a54-ad8a-d2009de0356e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edd7f4f-87f2-4a54-ad8a-d2009de0356e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301098036996747783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ab4b7b-03ae-448c-87e3-92fbc60fab88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b63f020d-5137-4b04-aa30-9a9cfccbe2a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63f020d-5137-4b04-aa30-9a9cfccbe2a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073438186738900774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edd7f4f-87f2-4a54-ad8a-d2009de0356e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dd0f3d2-fa1c-43b4-a19d-86a9edd76308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd0f3d2-fa1c-43b4-a19d-86a9edd76308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9392523441098287366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63f020d-5137-4b04-aa30-9a9cfccbe2a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd0f3d2-fa1c-43b4-a19d-86a9edd76308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cf74acc-aab6-4d45-909b-88d9203a480b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f70763-697d-4226-a322-a10494f09563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f70763-697d-4226-a322-a10494f09563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348377112603139516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cf74acc-aab6-4d45-909b-88d9203a480b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486969138165852694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f70763-697d-4226-a322-a10494f09563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13247/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cf74acc-aab6-4d45-909b-88d9203a480b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2f2c360-f766-4dda-a617-e1dcff006d6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f2c360-f766-4dda-a617-e1dcff006d6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4940512857973415643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a20ae2c-fd35-4345-b427-77df2dac898d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a20ae2c-fd35-4345-b427-77df2dac898d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414103485191849378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f2c360-f766-4dda-a617-e1dcff006d6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23f7479-3752-4477-b1d3-a7643e27ccb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a20ae2c-fd35-4345-b427-77df2dac898d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 160dbd3d-e3e7-456d-afe1-68bad8150d0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160dbd3d-e3e7-456d-afe1-68bad8150d0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2649701261802260722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23f7479-3752-4477-b1d3-a7643e27ccb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16714506466053245280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160dbd3d-e3e7-456d-afe1-68bad8150d0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e9a67ea-772e-44aa-83de-9ae7de5dec34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e9a67ea-772e-44aa-83de-9ae7de5dec34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5735411094815947190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23f7479-3752-4477-b1d3-a7643e27ccb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c168af93-1836-4500-a7a0-71fec8d3e513, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c168af93-1836-4500-a7a0-71fec8d3e513, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625610324229261163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e9a67ea-772e-44aa-83de-9ae7de5dec34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7c1096-494c-4336-8574-fb49984ecddb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7c1096-494c-4336-8574-fb49984ecddb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896010415780259264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c168af93-1836-4500-a7a0-71fec8d3e513, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9f173f-68f0-40eb-b12e-0e1700677af7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9f173f-68f0-40eb-b12e-0e1700677af7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14806480932961866677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7c1096-494c-4336-8574-fb49984ecddb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e756ce7e-ccf4-4b72-bb3b-17cb8e3c05c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e756ce7e-ccf4-4b72-bb3b-17cb8e3c05c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8330101852001013582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9f173f-68f0-40eb-b12e-0e1700677af7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8019fc9e-37d8-4b22-94b6-d257250c2510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8019fc9e-37d8-4b22-94b6-d257250c2510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8355175308221383230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e756ce7e-ccf4-4b72-bb3b-17cb8e3c05c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6154a22c-6e82-4ace-b459-581514cabd5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6154a22c-6e82-4ace-b459-581514cabd5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9173655814229830630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8019fc9e-37d8-4b22-94b6-d257250c2510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aba5010-c714-4f75-b0ff-6c349e9d6518, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba5010-c714-4f75-b0ff-6c349e9d6518, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820710196170861537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6154a22c-6e82-4ace-b459-581514cabd5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e89c82a-e1cc-4e15-a391-f4d717020cdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e89c82a-e1cc-4e15-a391-f4d717020cdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414951275700915692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba5010-c714-4f75-b0ff-6c349e9d6518, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983184b9-c629-45b9-9f43-7178ff69a91f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983184b9-c629-45b9-9f43-7178ff69a91f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16751006209225749609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e89c82a-e1cc-4e15-a391-f4d717020cdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319790ed-d74c-4cd9-b698-e32d7558805c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319790ed-d74c-4cd9-b698-e32d7558805c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845029763005695022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983184b9-c629-45b9-9f43-7178ff69a91f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69d48cef-2623-438e-8b30-d88eb5c01845, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d48cef-2623-438e-8b30-d88eb5c01845, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12351849508212885650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319790ed-d74c-4cd9-b698-e32d7558805c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bd4fbf1-1de4-457a-9552-faad25c0266a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd4fbf1-1de4-457a-9552-faad25c0266a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798074524964223383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d48cef-2623-438e-8b30-d88eb5c01845, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6254a7a1-3bd1-4bd9-a170-cfacab89a8a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6254a7a1-3bd1-4bd9-a170-cfacab89a8a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667917309084402725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd4fbf1-1de4-457a-9552-faad25c0266a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 777f79b5-886b-441b-b136-df7f3e1de577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777f79b5-886b-441b-b136-df7f3e1de577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779520803444913836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6254a7a1-3bd1-4bd9-a170-cfacab89a8a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b085142-fe17-4d16-9ce9-d6b208952c3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b085142-fe17-4d16-9ce9-d6b208952c3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4430454228825476400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b085142-fe17-4d16-9ce9-d6b208952c3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57e6a701-4c45-47f6-8ea1-3316d7e46896, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777f79b5-886b-441b-b136-df7f3e1de577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e6a701-4c45-47f6-8ea1-3316d7e46896, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10781339422975235617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caddd359-4dfe-4f53-bb48-089de15b3266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caddd359-4dfe-4f53-bb48-089de15b3266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5974154320264950442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e6a701-4c45-47f6-8ea1-3316d7e46896, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc075cfc-1e20-471e-9d9f-77372211339a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc075cfc-1e20-471e-9d9f-77372211339a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5123121879358054337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caddd359-4dfe-4f53-bb48-089de15b3266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa6bcee-075b-493e-8fd2-fcb8e686748d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa6bcee-075b-493e-8fd2-fcb8e686748d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17746730536765990679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc075cfc-1e20-471e-9d9f-77372211339a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b60e12-40b4-458f-9205-a0103ce068d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b60e12-40b4-458f-9205-a0103ce068d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496606084321885032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa6bcee-075b-493e-8fd2-fcb8e686748d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334f40a3-715c-4045-b9a0-9dabc7ba11ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b60e12-40b4-458f-9205-a0103ce068d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334f40a3-715c-4045-b9a0-9dabc7ba11ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126148248353945790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b386bd-9e43-463a-90bf-2c8c35dcd2c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b386bd-9e43-463a-90bf-2c8c35dcd2c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7351618116949572636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334f40a3-715c-4045-b9a0-9dabc7ba11ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2131b974-cb1f-41b7-96b2-4bd56a00f4eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2131b974-cb1f-41b7-96b2-4bd56a00f4eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4837485025890940131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b386bd-9e43-463a-90bf-2c8c35dcd2c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2131b974-cb1f-41b7-96b2-4bd56a00f4eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e871cf-4dae-4ade-9201-1536d72733de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e871cf-4dae-4ade-9201-1536d72733de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049339962201292578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aff6cf5b-188f-4388-bb52-6c6f75811e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff6cf5b-188f-4388-bb52-6c6f75811e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17074134726413606368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff6cf5b-188f-4388-bb52-6c6f75811e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e871cf-4dae-4ade-9201-1536d72733de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9346082c-ee5a-4b8a-9bc2-47a4dd73b7c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f59ac656-73b0-4d6e-a401-d6f964a60462, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9346082c-ee5a-4b8a-9bc2-47a4dd73b7c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 606015693034031475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59ac656-73b0-4d6e-a401-d6f964a60462, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665505714059069500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9346082c-ee5a-4b8a-9bc2-47a4dd73b7c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff9a1b4f-5b58-4d87-a737-b18b4265b41a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9a1b4f-5b58-4d87-a737-b18b4265b41a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557948555286168812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59ac656-73b0-4d6e-a401-d6f964a60462, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25cc7ed9-1f2d-48f8-b989-cef8bb1e9138, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25cc7ed9-1f2d-48f8-b989-cef8bb1e9138, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543768741575519335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9a1b4f-5b58-4d87-a737-b18b4265b41a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce652994-0838-4b3d-8cb8-5c4cbb1fa6be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce652994-0838-4b3d-8cb8-5c4cbb1fa6be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11023607200307856126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25cc7ed9-1f2d-48f8-b989-cef8bb1e9138, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 554cb261-649a-44f7-962b-8712d9edd9c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 554cb261-649a-44f7-962b-8712d9edd9c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14598550928371094034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce652994-0838-4b3d-8cb8-5c4cbb1fa6be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a8262-beb1-46a2-a10d-2a2b5a6cd39d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a8262-beb1-46a2-a10d-2a2b5a6cd39d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17162675980118563744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 554cb261-649a-44f7-962b-8712d9edd9c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe50a068-e84f-4750-b439-9ce1ca29492b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe50a068-e84f-4750-b439-9ce1ca29492b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14699420420932131497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a8262-beb1-46a2-a10d-2a2b5a6cd39d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bb2dce0-9e80-427a-bb3b-cd0b5314bab1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb2dce0-9e80-427a-bb3b-cd0b5314bab1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16218031171472736595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe50a068-e84f-4750-b439-9ce1ca29492b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc75f382-671b-4669-9f80-d576f6317578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc75f382-671b-4669-9f80-d576f6317578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4500910966741191873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb2dce0-9e80-427a-bb3b-cd0b5314bab1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74ca6e4f-7087-43fc-8ca1-df14fcbf5553, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ca6e4f-7087-43fc-8ca1-df14fcbf5553, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5424399124839890284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc75f382-671b-4669-9f80-d576f6317578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log --grpc-port=13247 --mon-port=24277 --ic-port=27060 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log', '--grpc-port=13247', '--mon-port=24277', '--ic-port=27060', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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:421 RpcState(ExecuteDataQuery, d7be9c71-0e5c-4638-831e-3c11c757e120, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7be9c71-0e5c-4638-831e-3c11c757e120, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13962394686581977647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ca6e4f-7087-43fc-8ca1-df14fcbf5553, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49b23dd5-3f49-4da5-8f46-7c4ad242749b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b23dd5-3f49-4da5-8f46-7c4ad242749b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11076099437099915282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282" } } } 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: 1538126
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13247/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.31
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7be9c71-0e5c-4638-831e-3c11c757e120, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b23dd5-3f49-4da5-8f46-7c4ad242749b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.31
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ac19387-9714-4f63-a055-4407bbae6b5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac19387-9714-4f63-a055-4407bbae6b5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444541310316657926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49e4f42-5bed-4108-8a1c-068cef2fcd29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49e4f42-5bed-4108-8a1c-068cef2fcd29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008551421391722081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081" } } } 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: 1538158
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac19387-9714-4f63-a055-4407bbae6b5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f791fe5-7b3c-4755-a918-2a8086e3efae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f791fe5-7b3c-4755-a918-2a8086e3efae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 518408142684494439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49e4f42-5bed-4108-8a1c-068cef2fcd29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5609f1d5-bc3a-44de-9c46-f79cf4692c4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5609f1d5-bc3a-44de-9c46-f79cf4692c4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996831830139821230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f791fe5-7b3c-4755-a918-2a8086e3efae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fd5cb2d-a5ad-4a63-a1b4-797ee7f2da36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd5cb2d-a5ad-4a63-a1b4-797ee7f2da36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353697781772039716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5609f1d5-bc3a-44de-9c46-f79cf4692c4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907e7c40-a9d3-4190-8481-9b776179859a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907e7c40-a9d3-4190-8481-9b776179859a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150508437940650210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd5cb2d-a5ad-4a63-a1b4-797ee7f2da36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11769c6-7728-4729-a2a3-ef24652fdba2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11769c6-7728-4729-a2a3-ef24652fdba2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4331254148473528457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907e7c40-a9d3-4190-8481-9b776179859a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87777826-83c5-4e50-9e95-768fa7fc2a30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87777826-83c5-4e50-9e95-768fa7fc2a30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9057642873918318882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11769c6-7728-4729-a2a3-ef24652fdba2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eddb3715-8678-4b40-9cca-642434225a93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eddb3715-8678-4b40-9cca-642434225a93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927234418571633737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87777826-83c5-4e50-9e95-768fa7fc2a30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e92a9f66-4dae-453f-a0fd-ac4b3f8c9a54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92a9f66-4dae-453f-a0fd-ac4b3f8c9a54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151401081288261628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eddb3715-8678-4b40-9cca-642434225a93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc5f83a6-4f96-490e-9cdd-a2bbe4ccb55b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5f83a6-4f96-490e-9cdd-a2bbe4ccb55b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4308406304907611584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92a9f66-4dae-453f-a0fd-ac4b3f8c9a54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37c518e-11c9-403f-992a-b7cd76385f5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37c518e-11c9-403f-992a-b7cd76385f5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3168423980598496501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5f83a6-4f96-490e-9cdd-a2bbe4ccb55b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22dbf861-1dea-4bac-8b89-eff7e7e6d642, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dbf861-1dea-4bac-8b89-eff7e7e6d642, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13190406075113324388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37c518e-11c9-403f-992a-b7cd76385f5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ba5b1e3-1342-4e66-bcf7-ccd4700e267f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba5b1e3-1342-4e66-bcf7-ccd4700e267f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234921822402128033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba5b1e3-1342-4e66-bcf7-ccd4700e267f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ae7d7a-39c0-48fb-a227-157be42ebe9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ae7d7a-39c0-48fb-a227-157be42ebe9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1058784843575868881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dbf861-1dea-4bac-8b89-eff7e7e6d642, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f8a9b67-3076-43c6-a336-0a83027e0fdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8a9b67-3076-43c6-a336-0a83027e0fdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5994226436720574479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8a9b67-3076-43c6-a336-0a83027e0fdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e6f0d3f-d9e9-4fef-b559-a79fb2bd3d51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6f0d3f-d9e9-4fef-b559-a79fb2bd3d51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5821095168850072589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ae7d7a-39c0-48fb-a227-157be42ebe9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 525c05bf-8893-4de9-b8af-3b4b7fe8e525, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 525c05bf-8893-4de9-b8af-3b4b7fe8e525, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325710959920040096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6f0d3f-d9e9-4fef-b559-a79fb2bd3d51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 525c05bf-8893-4de9-b8af-3b4b7fe8e525, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901c012e-253b-443b-8cd9-fd437662bcd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901c012e-253b-443b-8cd9-fd437662bcd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1553892681225984187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d02ad85-e083-43dd-bf44-9b2939058d0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d02ad85-e083-43dd-bf44-9b2939058d0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11134460420125774354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901c012e-253b-443b-8cd9-fd437662bcd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c00d4c-1ead-4ac1-a4df-ee510f6073f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c00d4c-1ead-4ac1-a4df-ee510f6073f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14562002892649835563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d02ad85-e083-43dd-bf44-9b2939058d0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30b521b4-f323-42b3-9d90-c3b1dadc9ae7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30b521b4-f323-42b3-9d90-c3b1dadc9ae7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12086049395753910665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c00d4c-1ead-4ac1-a4df-ee510f6073f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48587756-f846-4275-8f75-743b68d16884, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48587756-f846-4275-8f75-743b68d16884, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5987789358926767597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30b521b4-f323-42b3-9d90-c3b1dadc9ae7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22eb87f3-02cc-4f98-8074-0470197750fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22eb87f3-02cc-4f98-8074-0470197750fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7906046954216618298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48587756-f846-4275-8f75-743b68d16884, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f37507-12ba-4241-9c08-a8c72b72be58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f37507-12ba-4241-9c08-a8c72b72be58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4914860446124739082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22eb87f3-02cc-4f98-8074-0470197750fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd567d97-438e-4c14-b7b7-56fc39b95434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd567d97-438e-4c14-b7b7-56fc39b95434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724067203067249089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f37507-12ba-4241-9c08-a8c72b72be58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51be2d33-22f8-4088-a5dc-ed3a13f5f8dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51be2d33-22f8-4088-a5dc-ed3a13f5f8dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438684206687181973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd567d97-438e-4c14-b7b7-56fc39b95434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51be2d33-22f8-4088-a5dc-ed3a13f5f8dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44393ee6-e5da-452e-be0e-a80c1c59c8c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44393ee6-e5da-452e-be0e-a80c1c59c8c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14539792921431240208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b94520f-19d8-4a45-b94b-01400a073610, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b94520f-19d8-4a45-b94b-01400a073610, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4144189952336765976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44393ee6-e5da-452e-be0e-a80c1c59c8c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9647da2b-5f92-4c25-a2ad-91d2f27ada82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9647da2b-5f92-4c25-a2ad-91d2f27ada82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16127537846874499709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b94520f-19d8-4a45-b94b-01400a073610, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c58554-2437-4559-b76d-06b098898d0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c58554-2437-4559-b76d-06b098898d0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376950903827329713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9647da2b-5f92-4c25-a2ad-91d2f27ada82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4e99a06-52be-4964-8159-05fe6d31cd70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e99a06-52be-4964-8159-05fe6d31cd70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12135833376543240872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c58554-2437-4559-b76d-06b098898d0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 056b3c34-5575-4500-b4c7-00f413a4ef9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056b3c34-5575-4500-b4c7-00f413a4ef9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2475946871512825335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e99a06-52be-4964-8159-05fe6d31cd70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3542019-879f-4192-af7e-60c9c6fe66be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3542019-879f-4192-af7e-60c9c6fe66be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15768096522517346424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056b3c34-5575-4500-b4c7-00f413a4ef9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7977d2c-0273-41a6-9c0a-df3d9baa6730, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7977d2c-0273-41a6-9c0a-df3d9baa6730, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379298449121948228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3542019-879f-4192-af7e-60c9c6fe66be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6e608a-4744-4f2c-904e-446a6beba68a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6e608a-4744-4f2c-904e-446a6beba68a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566806071847720427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7977d2c-0273-41a6-9c0a-df3d9baa6730, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ea6c5e-5610-4e87-bbc7-dcc9684204c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ea6c5e-5610-4e87-bbc7-dcc9684204c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867608888987430129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6e608a-4744-4f2c-904e-446a6beba68a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b379dd91-1b98-460e-a4da-8a8c884c0449, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b379dd91-1b98-460e-a4da-8a8c884c0449, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271947686049548761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ea6c5e-5610-4e87-bbc7-dcc9684204c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b379dd91-1b98-460e-a4da-8a8c884c0449, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f7d2ce0-7293-4f9e-af5a-3653948124f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7d2ce0-7293-4f9e-af5a-3653948124f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4285589490119574716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f23a0e6-560f-43bf-abbf-419daca056ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f23a0e6-560f-43bf-abbf-419daca056ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370234001233226268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7d2ce0-7293-4f9e-af5a-3653948124f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22096242-06b9-4cae-9044-b0623e010ab0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22096242-06b9-4cae-9044-b0623e010ab0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943841691591927918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f23a0e6-560f-43bf-abbf-419daca056ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bfadaa3-d482-49c8-a2d6-5c0f21cd8bc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bfadaa3-d482-49c8-a2d6-5c0f21cd8bc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7716444229080206469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22096242-06b9-4cae-9044-b0623e010ab0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024e4c96-8d3d-4520-a50a-75a3776d5805, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024e4c96-8d3d-4520-a50a-75a3776d5805, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568524115876155515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bfadaa3-d482-49c8-a2d6-5c0f21cd8bc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c662f4cd-f846-4c7d-871e-79e97c15f4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c662f4cd-f846-4c7d-871e-79e97c15f4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7462924425511716557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024e4c96-8d3d-4520-a50a-75a3776d5805, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cad1a46c-19a4-4329-a8e5-c42e02cef7cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c662f4cd-f846-4c7d-871e-79e97c15f4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cad1a46c-19a4-4329-a8e5-c42e02cef7cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 38494910455861456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1332ce52-5ce1-4e20-937f-7c958662bbf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1332ce52-5ce1-4e20-937f-7c958662bbf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8780108535654900201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cad1a46c-19a4-4329-a8e5-c42e02cef7cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20df839d-539a-48ce-9394-6497b6f413bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20df839d-539a-48ce-9394-6497b6f413bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195050798470180609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20df839d-539a-48ce-9394-6497b6f413bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7095f5e-8e11-4c8d-8f6e-8751170e376e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7095f5e-8e11-4c8d-8f6e-8751170e376e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13063145191166141546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1332ce52-5ce1-4e20-937f-7c958662bbf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 166ff8b9-4c6f-4913-b84e-8bce5d77780f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7095f5e-8e11-4c8d-8f6e-8751170e376e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2eb07b78-df7c-4d75-9883-afde44daf8e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 166ff8b9-4c6f-4913-b84e-8bce5d77780f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12661452692393344208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb07b78-df7c-4d75-9883-afde44daf8e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18120251839639603812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 166ff8b9-4c6f-4913-b84e-8bce5d77780f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8a611a-02cb-49fa-9829-c9bf3f6cef37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8a611a-02cb-49fa-9829-c9bf3f6cef37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16590369161283523722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb07b78-df7c-4d75-9883-afde44daf8e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e166d18-ea63-4825-a937-f195d63f48d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e166d18-ea63-4825-a937-f195d63f48d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 457254119144843032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8a611a-02cb-49fa-9829-c9bf3f6cef37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a75b66e0-f348-4432-901a-aaf38b12adc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a75b66e0-f348-4432-901a-aaf38b12adc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614271682964974711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e166d18-ea63-4825-a937-f195d63f48d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864d6a39-1a64-4730-bc55-37a6f8453d2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864d6a39-1a64-4730-bc55-37a6f8453d2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17450979602847135019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a75b66e0-f348-4432-901a-aaf38b12adc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b78a3b30-f2f8-4f2d-bb6d-424f80c516f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b78a3b30-f2f8-4f2d-bb6d-424f80c516f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650162442049317843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864d6a39-1a64-4730-bc55-37a6f8453d2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acf69830-ed88-4544-a24c-e34a34f82868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b78a3b30-f2f8-4f2d-bb6d-424f80c516f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acf69830-ed88-4544-a24c-e34a34f82868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253880278377857713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ya.test:process.py:259 Command (pid 1538158) rc: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59ea891-ff1c-43e0-8ca6-26ae0fb4e410, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ya.test:process.py:260 Command (pid 1538158) elapsed time (sec): 1.271634817123413
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59ea891-ff1c-43e0-8ca6-26ae0fb4e410, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5287654488654503857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acf69830-ed88-4544-a24c-e34a34f82868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1722de-f145-43d5-b618-673663c9695a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1722de-f145-43d5-b618-673663c9695a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9163845115263347574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1538158) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) maxrss: 836180
DEBUG    ya.test:process.py:263 Command (pid 1538158) minflt: 45174
DEBUG    ya.test:process.py:263 Command (pid 1538158) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1538158) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1538158) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1538158) stime: 0.243803
DEBUG    ya.test:process.py:263 Command (pid 1538158) utime: 0.5201549999999999
DEBUG    ya.test:process.py:263 Command (pid 1538158) wtime: 1.293
DEBUG    ya.test:process.py:275 Command (pid 1538158) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59ea891-ff1c-43e0-8ca6-26ae0fb4e410, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961aae8f-9b9e-41ef-8da2-73b28b06a5b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961aae8f-9b9e-41ef-8da2-73b28b06a5b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940236700824543790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1722de-f145-43d5-b618-673663c9695a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961aae8f-9b9e-41ef-8da2-73b28b06a5b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd26eec30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26eec30> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" 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 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 223f52c5-02b5-4adc-8b52-1dea1c0c21c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223f52c5-02b5-4adc-8b52-1dea1c0c21c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16597197040147879177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd26e0a30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26e0a30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223f52c5-02b5-4adc-8b52-1dea1c0c21c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): on response callback success
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 0x7bdbd4291bf0 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 0x7bdbd42971f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42971f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): 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 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd26243b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26243b0> 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 0x7bdbd26243b0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd429fff0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd429fff0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-23T15:16:26.989952762+00:00"}"
>
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): 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-23T15:16:27.007198414+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:25172
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-23T15:16:26.989952762+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd26243b0>
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 0x7bdbd42d3430 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 0x7bdbd42dc1f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42dc1f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:16:27.007198414+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:421 RpcState(ListEndpoints, aac53e1a-6435-4530-b41f-025764fe0c44, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aac53e1a-6435-4530-b41f-025764fe0c44, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, aac53e1a-6435-4530-b41f-025764fe0c44, localhost:62275): 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:62275". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3678067d-7897-4121-ac27-0c688a24811a, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3678067d-7897-4121-ac27-0c688a24811a, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3678067d-7897-4121-ac27-0c688a24811a, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal:13247, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd429fff0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd42dc1f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd42971f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4291bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd42d3430 state=pending>
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:32.282142931+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 0x7bdbd429fff0>
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 0x7bdbd429fff0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd429fff0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:32.286269363+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 0x7bdbd42dc1f0>
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 0x7bdbd42dc1f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd42dc1f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:32.307457851+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 0x7bdbd42971f0>
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 0x7bdbd42971f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd42971f0> is no longer active. Current active count 0.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd42f1c30 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 0x7bdbd43639b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd429e270 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 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, d977a02c-365f-48c8-b28a-2a01984dd5bf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, d977a02c-365f-48c8-b28a-2a01984dd5bf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 9e376225-5db8-4100-ae4c-e5c919fbab78, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9e376225-5db8-4100-ae4c-e5c919fbab78, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" 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, 9e376225-5db8-4100-ae4c-e5c919fbab78, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=3f83875a-9daed89-5ef6e38e-c5840707" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 201e429e-bcd8-4f3f-bee8-1dadd82df4ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201e429e-bcd8-4f3f-bee8-1dadd82df4ef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16906584378316723877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877" } } } 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, d977a02c-365f-48c8-b28a-2a01984dd5bf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=3f83875a-9daed89-5ef6e38e-c5840707" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f148f03-6908-49d4-899b-47209bff220f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f148f03-6908-49d4-899b-47209bff220f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805104636473260401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201e429e-bcd8-4f3f-bee8-1dadd82df4ef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffa974c0-3f26-4872-8bc0-743259e2583f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffa974c0-3f26-4872-8bc0-743259e2583f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3410405860896191154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f148f03-6908-49d4-899b-47209bff220f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c09c6400-5527-45b7-b348-d1b643f26da8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09c6400-5527-45b7-b348-d1b643f26da8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542399481472208150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09c6400-5527-45b7-b348-d1b643f26da8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b573ba-deee-43cf-a375-e6ad00d6e394, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b573ba-deee-43cf-a375-e6ad00d6e394, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 655753660489044926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffa974c0-3f26-4872-8bc0-743259e2583f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbaf8bd2-d92d-4383-b7e7-0443e644fc00, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbaf8bd2-d92d-4383-b7e7-0443e644fc00, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924998396744231950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b573ba-deee-43cf-a375-e6ad00d6e394, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33f5a3d5-88e1-465b-86f8-55c848ea35cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f5a3d5-88e1-465b-86f8-55c848ea35cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6726448247838343428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f5a3d5-88e1-465b-86f8-55c848ea35cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbaf8bd2-d92d-4383-b7e7-0443e644fc00, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927689ce-ca24-41dc-8715-bd151f27aacf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927689ce-ca24-41dc-8715-bd151f27aacf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16722172574211580262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b63d9c18-82b9-47d5-9f9d-bbd28fc40d19, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63d9c18-82b9-47d5-9f9d-bbd28fc40d19, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17574649404165728551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927689ce-ca24-41dc-8715-bd151f27aacf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c8f9cdd-8ba5-40a5-af36-e86e2ba7982c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8f9cdd-8ba5-40a5-af36-e86e2ba7982c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566367866879900678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63d9c18-82b9-47d5-9f9d-bbd28fc40d19, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77eea5c4-2e00-4fa6-9eae-0a00aad8d8fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77eea5c4-2e00-4fa6-9eae-0a00aad8d8fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6794069734336518105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8f9cdd-8ba5-40a5-af36-e86e2ba7982c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc09aa62-d02c-496d-b4f1-4409d8211f99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77eea5c4-2e00-4fa6-9eae-0a00aad8d8fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc09aa62-d02c-496d-b4f1-4409d8211f99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18061431676722418312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8fda65-401f-4ea4-9a88-d072037fca49, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8fda65-401f-4ea4-9a88-d072037fca49, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 420246743752999004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc09aa62-d02c-496d-b4f1-4409d8211f99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d8f0cff-b0af-415a-937c-0a6515ed292f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8f0cff-b0af-415a-937c-0a6515ed292f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15983485190421883347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8fda65-401f-4ea4-9a88-d072037fca49, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86ad9c82-ff51-407c-9332-8f084e601d38, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ad9c82-ff51-407c-9332-8f084e601d38, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17363906636814890150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8f0cff-b0af-415a-937c-0a6515ed292f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81176420-9258-413d-a0ac-6942e5b233aa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81176420-9258-413d-a0ac-6942e5b233aa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10119164405629243503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ad9c82-ff51-407c-9332-8f084e601d38, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51dc5c11-8221-40ee-a170-61ef10f94c5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dc5c11-8221-40ee-a170-61ef10f94c5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1933081551959852929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81176420-9258-413d-a0ac-6942e5b233aa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2821fd-bb1b-456c-9e3d-cc02703db514, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2821fd-bb1b-456c-9e3d-cc02703db514, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390478698909561389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dc5c11-8221-40ee-a170-61ef10f94c5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9771ecd-84a1-49b9-be19-34d59027391e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9771ecd-84a1-49b9-be19-34d59027391e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107790460098800424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2821fd-bb1b-456c-9e3d-cc02703db514, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27f89ff8-db7b-4ffd-82f9-3e66abd39e39, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f89ff8-db7b-4ffd-82f9-3e66abd39e39, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894746281119520094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9771ecd-84a1-49b9-be19-34d59027391e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a483784-dfc3-46aa-8c5a-9b47ede011df, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a483784-dfc3-46aa-8c5a-9b47ede011df, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9269751725306729771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f89ff8-db7b-4ffd-82f9-3e66abd39e39, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68845e63-6a98-438b-8ea3-2ae8f705e531, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68845e63-6a98-438b-8ea3-2ae8f705e531, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2423774133013087286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a483784-dfc3-46aa-8c5a-9b47ede011df, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de8197e7-597d-4f7e-bb56-3068ceac878f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8197e7-597d-4f7e-bb56-3068ceac878f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6643128987619179646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68845e63-6a98-438b-8ea3-2ae8f705e531, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd8e332-d425-4ca5-ad16-4a45f6123e02, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd8e332-d425-4ca5-ad16-4a45f6123e02, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442629724874390765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8197e7-597d-4f7e-bb56-3068ceac878f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1882dbad-17ae-4872-820b-095a16d05613, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1882dbad-17ae-4872-820b-095a16d05613, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10368581266925848279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd8e332-d425-4ca5-ad16-4a45f6123e02, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1882dbad-17ae-4872-820b-095a16d05613, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f6630ab-5cb6-4704-94ce-409c689f074d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b994b7c3-7b72-4580-85c1-833735a82ddb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b994b7c3-7b72-4580-85c1-833735a82ddb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7568190530447441684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6630ab-5cb6-4704-94ce-409c689f074d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206957554939788141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6630ab-5cb6-4704-94ce-409c689f074d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b994b7c3-7b72-4580-85c1-833735a82ddb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 085e7b19-e8d3-4343-8de3-648513512227, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085e7b19-e8d3-4343-8de3-648513512227, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174520075805414360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ef16a7-59ac-4309-a381-50cd785b52ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ef16a7-59ac-4309-a381-50cd785b52ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301439024076032697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085e7b19-e8d3-4343-8de3-648513512227, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 696421ae-bfec-43c2-b5c8-af3f83c7eeb1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696421ae-bfec-43c2-b5c8-af3f83c7eeb1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1684640176374144976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ef16a7-59ac-4309-a381-50cd785b52ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f0994ec-4321-4dba-9e64-65bc4a95a29f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f0994ec-4321-4dba-9e64-65bc4a95a29f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14070899369631252624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696421ae-bfec-43c2-b5c8-af3f83c7eeb1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442227ac-50bf-4fec-a5e8-3e57f5e7e107, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442227ac-50bf-4fec-a5e8-3e57f5e7e107, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11381133753066227611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f0994ec-4321-4dba-9e64-65bc4a95a29f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fedfd08c-aed9-40e4-bccd-94b7066ba3f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedfd08c-aed9-40e4-bccd-94b7066ba3f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737960098975766788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442227ac-50bf-4fec-a5e8-3e57f5e7e107, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 678aaaa8-ee9e-4689-b8bb-e518fedec505, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 678aaaa8-ee9e-4689-b8bb-e518fedec505, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10833387080175026076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedfd08c-aed9-40e4-bccd-94b7066ba3f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d664b1-67da-4a94-9c57-ab91351d479a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d664b1-67da-4a94-9c57-ab91351d479a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8990957096928575364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 678aaaa8-ee9e-4689-b8bb-e518fedec505, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3338aebe-29f4-43f5-bdf6-d153e7b4a453, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d664b1-67da-4a94-9c57-ab91351d479a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3338aebe-29f4-43f5-bdf6-d153e7b4a453, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5446288016058044492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc80a50-5577-43c8-b9c5-f38bcb1fd824, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc80a50-5577-43c8-b9c5-f38bcb1fd824, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097318645161056282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc80a50-5577-43c8-b9c5-f38bcb1fd824, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3338aebe-29f4-43f5-bdf6-d153e7b4a453, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20a205c-b5bd-4bcf-b1f5-c8c072d1828c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49467886-a473-4874-9a24-b132d75cc519, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20a205c-b5bd-4bcf-b1f5-c8c072d1828c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10248179047641734130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49467886-a473-4874-9a24-b132d75cc519, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12247711112937361079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20a205c-b5bd-4bcf-b1f5-c8c072d1828c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d370c933-1b8c-4782-9057-aa6459aeb547, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d370c933-1b8c-4782-9057-aa6459aeb547, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3757479193074313168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49467886-a473-4874-9a24-b132d75cc519, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d399238a-db34-41d0-ac7a-9683c1570201, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d399238a-db34-41d0-ac7a-9683c1570201, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893857787001162979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d370c933-1b8c-4782-9057-aa6459aeb547, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17e71249-5cf7-4be6-beed-ebc65b7731b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e71249-5cf7-4be6-beed-ebc65b7731b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729919331463606407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d399238a-db34-41d0-ac7a-9683c1570201, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b16b464e-facd-4f91-bcb8-7f9df94dfd51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b16b464e-facd-4f91-bcb8-7f9df94dfd51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4085203647991093865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e71249-5cf7-4be6-beed-ebc65b7731b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f38b8b4-c04f-4a09-9886-93b1781af871, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f38b8b4-c04f-4a09-9886-93b1781af871, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2285231025863101491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b16b464e-facd-4f91-bcb8-7f9df94dfd51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b71254f-9476-493d-9386-5a9b8428e691, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b71254f-9476-493d-9386-5a9b8428e691, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988972515933361889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f38b8b4-c04f-4a09-9886-93b1781af871, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb083e31-a558-4236-851f-52ca3090952a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb083e31-a558-4236-851f-52ca3090952a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838078833408859820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b71254f-9476-493d-9386-5a9b8428e691, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90dcb07-3407-4b3f-9e4c-68673923b204, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90dcb07-3407-4b3f-9e4c-68673923b204, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206210566446613335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb083e31-a558-4236-851f-52ca3090952a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8544fe92-3f0f-4300-85f1-70e85de44466, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8544fe92-3f0f-4300-85f1-70e85de44466, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12716738393896505591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90dcb07-3407-4b3f-9e4c-68673923b204, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f39a7f5-1439-4ec7-adf3-c64244850302, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f39a7f5-1439-4ec7-adf3-c64244850302, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17787715276314473843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8544fe92-3f0f-4300-85f1-70e85de44466, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0e73e1c-7944-4209-8d1b-47751bc3190f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e73e1c-7944-4209-8d1b-47751bc3190f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13668010545405595935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f39a7f5-1439-4ec7-adf3-c64244850302, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 618c3d4e-f5bb-4d15-a10c-3feb48095eab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618c3d4e-f5bb-4d15-a10c-3feb48095eab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7192793343390310071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e73e1c-7944-4209-8d1b-47751bc3190f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c44aa0e0-4db3-4993-8b37-75b8b6ee0987, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c44aa0e0-4db3-4993-8b37-75b8b6ee0987, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12854872793411515972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618c3d4e-f5bb-4d15-a10c-3feb48095eab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1c45de-9c86-44b5-be39-0e6765867b43, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1c45de-9c86-44b5-be39-0e6765867b43, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250684153212406871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c44aa0e0-4db3-4993-8b37-75b8b6ee0987, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e57d80-2e06-4b7a-93f0-45937de8f748, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e57d80-2e06-4b7a-93f0-45937de8f748, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4731945226652948292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1c45de-9c86-44b5-be39-0e6765867b43, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bd90966-a919-416e-9c38-bfc9e23d8c38, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd90966-a919-416e-9c38-bfc9e23d8c38, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2278313765638580714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e57d80-2e06-4b7a-93f0-45937de8f748, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2134a80-7d7c-4dc4-bc3a-7f740b8adb05, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2134a80-7d7c-4dc4-bc3a-7f740b8adb05, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10150564124764543716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd90966-a919-416e-9c38-bfc9e23d8c38, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de82e3f5-0033-4a4a-9c90-6e6080465e93, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de82e3f5-0033-4a4a-9c90-6e6080465e93, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614629981122634607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2134a80-7d7c-4dc4-bc3a-7f740b8adb05, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cff6f9d5-fb0e-4548-bccb-3cb32c420f24, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff6f9d5-fb0e-4548-bccb-3cb32c420f24, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12535694584500026324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff6f9d5-fb0e-4548-bccb-3cb32c420f24, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a07fcf2b-dcd3-45ec-b5e9-285e8b58a1d5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07fcf2b-dcd3-45ec-b5e9-285e8b58a1d5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17302200414736573099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07fcf2b-dcd3-45ec-b5e9-285e8b58a1d5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd07e06-2e0f-4f98-8fcf-343c29c9ea0a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd07e06-2e0f-4f98-8fcf-343c29c9ea0a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16128022338690619733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd07e06-2e0f-4f98-8fcf-343c29c9ea0a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d078c09-1e2d-4cb5-bac8-bffaa4d8622a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d078c09-1e2d-4cb5-bac8-bffaa4d8622a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16868831350327060944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de82e3f5-0033-4a4a-9c90-6e6080465e93, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59e08bc0-d2c2-4d69-b6f7-03c6e7f303f3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e08bc0-d2c2-4d69-b6f7-03c6e7f303f3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725125382844135638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d078c09-1e2d-4cb5-bac8-bffaa4d8622a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf3e86bc-2ac8-47e0-80c2-3b97f4063a0b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf3e86bc-2ac8-47e0-80c2-3b97f4063a0b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252269234862123541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e08bc0-d2c2-4d69-b6f7-03c6e7f303f3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0257638f-9d96-4b87-a778-085f5e231a99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0257638f-9d96-4b87-a778-085f5e231a99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3841961948927653346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf3e86bc-2ac8-47e0-80c2-3b97f4063a0b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7083f96-77ce-4419-9e96-f6d0a4e48b4a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7083f96-77ce-4419-9e96-f6d0a4e48b4a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7360411961678631656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0257638f-9d96-4b87-a778-085f5e231a99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9efe7e-ac07-45b9-a3c0-be598892d133, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9efe7e-ac07-45b9-a3c0-be598892d133, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17575702885348885918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9efe7e-ac07-45b9-a3c0-be598892d133, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef437ab-cab4-4f16-b8b5-153789fff5fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef437ab-cab4-4f16-b8b5-153789fff5fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627938417862131650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7083f96-77ce-4419-9e96-f6d0a4e48b4a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c0fdbb-e516-41da-bc13-6705ad358a8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c0fdbb-e516-41da-bc13-6705ad358a8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 773237425689672867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef437ab-cab4-4f16-b8b5-153789fff5fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51776613-a74d-4274-84e6-0df1b3abfa98, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51776613-a74d-4274-84e6-0df1b3abfa98, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3290072192650493426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c0fdbb-e516-41da-bc13-6705ad358a8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ad36287-3c49-4410-afb3-f19fa51b9c5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad36287-3c49-4410-afb3-f19fa51b9c5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428640155856551374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51776613-a74d-4274-84e6-0df1b3abfa98, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed99c5ed-8973-42e7-a7e4-2c301fa8e4d9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed99c5ed-8973-42e7-a7e4-2c301fa8e4d9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13309595296929729629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad36287-3c49-4410-afb3-f19fa51b9c5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a64eb0f6-eb71-44cf-9821-89c78a92fe47, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64eb0f6-eb71-44cf-9821-89c78a92fe47, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371887060068372459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed99c5ed-8973-42e7-a7e4-2c301fa8e4d9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc34218-8598-498d-87de-cda3a37f3990, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc34218-8598-498d-87de-cda3a37f3990, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556730994201629826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64eb0f6-eb71-44cf-9821-89c78a92fe47, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39d62578-7bf6-4e58-9ae8-82950ca46e60, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d62578-7bf6-4e58-9ae8-82950ca46e60, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 962666780434489692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc34218-8598-498d-87de-cda3a37f3990, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ded1dc-6249-45e1-a673-98f0d0eb3534, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ded1dc-6249-45e1-a673-98f0d0eb3534, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17689481250704082416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d62578-7bf6-4e58-9ae8-82950ca46e60, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b104be3f-1221-48f7-886e-5d5b451beacf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b104be3f-1221-48f7-886e-5d5b451beacf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5587242198485427202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ded1dc-6249-45e1-a673-98f0d0eb3534, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c640965-d434-4321-9862-0dc1b29115a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c640965-d434-4321-9862-0dc1b29115a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4281691159963701755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b104be3f-1221-48f7-886e-5d5b451beacf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5275eb39-0dce-4253-ba93-4688e3e49fa1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5275eb39-0dce-4253-ba93-4688e3e49fa1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3568430076595901142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c640965-d434-4321-9862-0dc1b29115a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5a5964-f54f-43c9-8a5d-e11c44aa9c56, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5a5964-f54f-43c9-8a5d-e11c44aa9c56, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3642018819433528634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5275eb39-0dce-4253-ba93-4688e3e49fa1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39076acf-ad29-4509-970a-996893891430, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39076acf-ad29-4509-970a-996893891430, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318819971705558198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5a5964-f54f-43c9-8a5d-e11c44aa9c56, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9007f753-4020-48e5-8bd6-e3df61e4f283, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9007f753-4020-48e5-8bd6-e3df61e4f283, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 890831779911478705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9007f753-4020-48e5-8bd6-e3df61e4f283, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8ee29e-a899-4676-b042-ed19b0561459, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8ee29e-a899-4676-b042-ed19b0561459, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6362362322881489245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39076acf-ad29-4509-970a-996893891430, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c59e5695-a4a4-4b20-8ef2-6e150a1766ee, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59e5695-a4a4-4b20-8ef2-6e150a1766ee, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055363100230152553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8ee29e-a899-4676-b042-ed19b0561459, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 293fc56a-f195-43d7-bfc4-1ec9b6ad7a00, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 293fc56a-f195-43d7-bfc4-1ec9b6ad7a00, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2250777283644963738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 293fc56a-f195-43d7-bfc4-1ec9b6ad7a00, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aecbbd6e-f08b-439b-a418-f4a9873de719, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aecbbd6e-f08b-439b-a418-f4a9873de719, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845388337668799690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59e5695-a4a4-4b20-8ef2-6e150a1766ee, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44fedc4c-9bbb-4227-ab35-e13f064d50bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44fedc4c-9bbb-4227-ab35-e13f064d50bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8920435066071752898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aecbbd6e-f08b-439b-a418-f4a9873de719, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e6e930f-77b9-42c0-9cc5-584a47004032, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44fedc4c-9bbb-4227-ab35-e13f064d50bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 488db68d-1411-4dfb-9f1a-fd77648313a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488db68d-1411-4dfb-9f1a-fd77648313a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005992665138980683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6e930f-77b9-42c0-9cc5-584a47004032, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13242225255600372854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488db68d-1411-4dfb-9f1a-fd77648313a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d4ab651-3878-4031-aa24-0d2c4cd2ab70, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4ab651-3878-4031-aa24-0d2c4cd2ab70, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17650926792744706338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6e930f-77b9-42c0-9cc5-584a47004032, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ddd9609-a49b-4824-a6e3-40dd48a46a92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddd9609-a49b-4824-a6e3-40dd48a46a92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 165727862870885184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4ab651-3878-4031-aa24-0d2c4cd2ab70, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b35a61-9d01-4656-afbb-0c93e376d72e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b35a61-9d01-4656-afbb-0c93e376d72e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248577193543617027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddd9609-a49b-4824-a6e3-40dd48a46a92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06852286-8e8a-44d9-86b3-c5d56f01d17d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06852286-8e8a-44d9-86b3-c5d56f01d17d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370562740885124096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b35a61-9d01-4656-afbb-0c93e376d72e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9dd9e8a-780a-430a-af6c-2eeae4d29475, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9dd9e8a-780a-430a-af6c-2eeae4d29475, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074389687452409800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9dd9e8a-780a-430a-af6c-2eeae4d29475, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a60fb694-f292-40ce-a109-d00bdbe9d5a4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60fb694-f292-40ce-a109-d00bdbe9d5a4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7635330621521214531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06852286-8e8a-44d9-86b3-c5d56f01d17d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 652b1e8e-7821-4af2-8bd4-47f764081297, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 652b1e8e-7821-4af2-8bd4-47f764081297, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855704410131431312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60fb694-f292-40ce-a109-d00bdbe9d5a4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 992956f6-4b5c-45b1-bd15-f1d1d202c597, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992956f6-4b5c-45b1-bd15-f1d1d202c597, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849952133567240669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 652b1e8e-7821-4af2-8bd4-47f764081297, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e375e3c8-84e5-42e7-88d8-28305f2a0970, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e375e3c8-84e5-42e7-88d8-28305f2a0970, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8429263188190951269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992956f6-4b5c-45b1-bd15-f1d1d202c597, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fbd3975-4093-4402-a29a-8a00e063461f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbd3975-4093-4402-a29a-8a00e063461f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876553427129861684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e375e3c8-84e5-42e7-88d8-28305f2a0970, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d4aa409-0043-4c72-a664-cbffc970d3d3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4aa409-0043-4c72-a664-cbffc970d3d3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7899232466118072445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbd3975-4093-4402-a29a-8a00e063461f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b39bef3-5224-4718-bb27-acf2de37f2ad, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b39bef3-5224-4718-bb27-acf2de37f2ad, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16058445198267141817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4aa409-0043-4c72-a664-cbffc970d3d3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c327770-f70e-4e61-b0c4-e005dc6a7b93, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c327770-f70e-4e61-b0c4-e005dc6a7b93, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11932763361893386540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b39bef3-5224-4718-bb27-acf2de37f2ad, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51d00118-1557-459a-97b6-1a2001599b47, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d00118-1557-459a-97b6-1a2001599b47, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4913464865530395721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c327770-f70e-4e61-b0c4-e005dc6a7b93, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bf195e2-7f1d-4d0d-8001-19f973dffb92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf195e2-7f1d-4d0d-8001-19f973dffb92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3923597682402053276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d00118-1557-459a-97b6-1a2001599b47, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68a032a-9561-4647-8d62-40a37bdc7450, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68a032a-9561-4647-8d62-40a37bdc7450, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2878121806941446551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf195e2-7f1d-4d0d-8001-19f973dffb92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f11b18-357e-4084-80e5-c7754198399a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f11b18-357e-4084-80e5-c7754198399a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12137179608295334606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68a032a-9561-4647-8d62-40a37bdc7450, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b6f1c85-6dbd-432d-8538-470a69fc1a1a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6f1c85-6dbd-432d-8538-470a69fc1a1a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7469575838906224682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f11b18-357e-4084-80e5-c7754198399a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0644c74a-b09f-4454-b19c-85d5a884399f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0644c74a-b09f-4454-b19c-85d5a884399f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301445160616652200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6f1c85-6dbd-432d-8538-470a69fc1a1a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf76196-0874-4a51-bc30-515aedc63245, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf76196-0874-4a51-bc30-515aedc63245, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5189367208487304645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0644c74a-b09f-4454-b19c-85d5a884399f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a028578d-182d-4634-a2a7-e08bb5abf2b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a028578d-182d-4634-a2a7-e08bb5abf2b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13824777313669863280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf76196-0874-4a51-bc30-515aedc63245, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c827357-6aca-4899-8527-d609c9bf350d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c827357-6aca-4899-8527-d609c9bf350d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5677120049807170836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c827357-6aca-4899-8527-d609c9bf350d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901ecdb8-9971-490f-91b1-f7e7a42d468d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901ecdb8-9971-490f-91b1-f7e7a42d468d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144296018241002225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a028578d-182d-4634-a2a7-e08bb5abf2b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd0b9bcd-516c-4061-a8c7-3cdfceaa297c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0b9bcd-516c-4061-a8c7-3cdfceaa297c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6673369390491702934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0b9bcd-516c-4061-a8c7-3cdfceaa297c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9c8fez6071s4pt4skynp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b2d4e6-6684-4c36-beee-c1c04e6182f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b2d4e6-6684-4c36-beee-c1c04e6182f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6673369390491702934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901ecdb8-9971-490f-91b1-f7e7a42d468d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9c7x8a0x2z5kc70gg8df" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f217ba1e-e1f1-440f-9a4f-f842d412afbc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f217ba1e-e1f1-440f-9a4f-f842d412afbc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144296018241002225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f217ba1e-e1f1-440f-9a4f-f842d412afbc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cbn2qfhhar7fjk42fb4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c46040-ac7b-42d5-892e-d3a82926aea0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c46040-ac7b-42d5-892e-d3a82926aea0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144296018241002225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b2d4e6-6684-4c36-beee-c1c04e6182f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cb8dxnshyewa7nkgmpc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7816d1c5-3f76-48cc-bcdd-53930d317b20, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7816d1c5-3f76-48cc-bcdd-53930d317b20, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6673369390491702934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c46040-ac7b-42d5-892e-d3a82926aea0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cf021p75xva7rd10aze" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c491a084-1eb3-445b-a432-85e45d65f559, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c491a084-1eb3-445b-a432-85e45d65f559, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154723853558373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7816d1c5-3f76-48cc-bcdd-53930d317b20, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cg42asf5wky2ygz12cj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 673067c6-3f8e-46b6-b329-499ec0d44d3f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 673067c6-3f8e-46b6-b329-499ec0d44d3f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449806382974125428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c491a084-1eb3-445b-a432-85e45d65f559, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cpx33hv72kx13vwdtzg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd4db524-b495-4f34-871b-42aa3c7dc340, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd4db524-b495-4f34-871b-42aa3c7dc340, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154723853558373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 673067c6-3f8e-46b6-b329-499ec0d44d3f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cr869kn8crv2xd7gec8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c09f34c-8a4d-4a1d-b7a2-91a86b1d01bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c09f34c-8a4d-4a1d-b7a2-91a86b1d01bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449806382974125428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd4db524-b495-4f34-871b-42aa3c7dc340, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cs2apa11bgpnkn7zp07" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19989259-8150-41ae-80df-bf67d211bfba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19989259-8150-41ae-80df-bf67d211bfba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154723853558373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c09f34c-8a4d-4a1d-b7a2-91a86b1d01bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cts50vjrrhk8bhys3yc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d28eb10-e633-4f7f-b41e-24c52fb74f13, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d28eb10-e633-4f7f-b41e-24c52fb74f13, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449806382974125428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19989259-8150-41ae-80df-bf67d211bfba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cwp3kzmk9xafq55g7er" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38e5276e-15d4-4507-a6f9-a5e63326a14d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e5276e-15d4-4507-a6f9-a5e63326a14d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522316821505331997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d28eb10-e633-4f7f-b41e-24c52fb74f13, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d03dje2j0nxns3bgpng" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e5276e-15d4-4507-a6f9-a5e63326a14d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d4d7xfpjnq7amvqct3j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aad1c82d-d435-4b9b-ad0a-a1e0c8025adb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad1c82d-d435-4b9b-ad0a-a1e0c8025adb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459911383079576067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afac52c9-c289-4d6e-be43-3781c546820c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afac52c9-c289-4d6e-be43-3781c546820c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522316821505331997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad1c82d-d435-4b9b-ad0a-a1e0c8025adb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d777q6h9ef28z72gg32" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b070803-3bf0-4519-ad9b-3b311faa54f5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b070803-3bf0-4519-ad9b-3b311faa54f5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459911383079576067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afac52c9-c289-4d6e-be43-3781c546820c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d7d4txy7qtsqy4xchms" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 662a2717-95ac-4863-8c07-eb4ead932709, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662a2717-95ac-4863-8c07-eb4ead932709, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522316821505331997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b070803-3bf0-4519-ad9b-3b311faa54f5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d9ccd25b0y1g4pfg49x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d507e47c-c247-4a97-b869-cc57b5a9e718, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d507e47c-c247-4a97-b869-cc57b5a9e718, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459911383079576067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662a2717-95ac-4863-8c07-eb4ead932709, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dab9n7p0w99svfngt4m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e34f79e4-d584-4090-827f-841bd2e13610, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e34f79e4-d584-4090-827f-841bd2e13610, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205491356807383252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d507e47c-c247-4a97-b869-cc57b5a9e718, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ddd21ezg3eykf1nky2p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0e206fa-70c7-495b-a92f-4548ea2fa3a4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e206fa-70c7-495b-a92f-4548ea2fa3a4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061621880912876792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e34f79e4-d584-4090-827f-841bd2e13610, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dj55qp8ptrg8h9ygta2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7694328b-5e0c-459c-8572-99218869da61, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7694328b-5e0c-459c-8572-99218869da61, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205491356807383252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e206fa-70c7-495b-a92f-4548ea2fa3a4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dnvcghkgdzv6qgbah22" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9b28ad-a777-4151-af8a-81295ec5df57, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9b28ad-a777-4151-af8a-81295ec5df57, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061621880912876792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7694328b-5e0c-459c-8572-99218869da61, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dpedtdvn3x5r2vws5fs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 561f214f-56cd-416e-9ec1-7801d16f2c82, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561f214f-56cd-416e-9ec1-7801d16f2c82, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205491356807383252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9b28ad-a777-4151-af8a-81295ec5df57, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dqy3sv3938sbezwaw2g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3dce5b1-0af5-46b3-8cfd-d89f1fddc895, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3dce5b1-0af5-46b3-8cfd-d89f1fddc895, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061621880912876792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561f214f-56cd-416e-9ec1-7801d16f2c82, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dw1aafxcf2dbghq4r7m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983b3f20-00f9-4b9f-b55e-471770c20760, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3dce5b1-0af5-46b3-8cfd-d89f1fddc895, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dwm1ewea2q11qc1tpsq" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983b3f20-00f9-4b9f-b55e-471770c20760, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857559432850602316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d11e5d-059f-409f-ae99-a290e16de456, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d11e5d-059f-409f-ae99-a290e16de456, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789778572541014813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983b3f20-00f9-4b9f-b55e-471770c20760, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e4t9jj19m4czwzgfhrw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afdf36c8-f2d5-4922-aa82-d5d71ddeb41a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afdf36c8-f2d5-4922-aa82-d5d71ddeb41a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857559432850602316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d11e5d-059f-409f-ae99-a290e16de456, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e60bvzb32qkdnr440xx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee7462f-e7d1-4950-9d39-7ea0ac2eef5a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee7462f-e7d1-4950-9d39-7ea0ac2eef5a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789778572541014813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afdf36c8-f2d5-4922-aa82-d5d71ddeb41a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e7gbad687ach6n1vwv5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab67a36e-559c-4114-aae6-1ee118686e52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab67a36e-559c-4114-aae6-1ee118686e52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857559432850602316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee7462f-e7d1-4950-9d39-7ea0ac2eef5a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e908e3prkahcf47y7cm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34539195-7c53-449e-a12f-ec5e856c46a8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34539195-7c53-449e-a12f-ec5e856c46a8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789778572541014813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab67a36e-559c-4114-aae6-1ee118686e52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ecs6g7jb4cf5ytpy2hn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34539195-7c53-449e-a12f-ec5e856c46a8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9edxdgv19skqddd7sa54" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76c0711a-1355-4d23-b00f-c069fc5edc62, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c0711a-1355-4d23-b00f-c069fc5edc62, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557132338100828715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9555fc75-a2db-45b3-9626-b2bd23a5e45e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c0711a-1355-4d23-b00f-c069fc5edc62, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9en10fwnepntx80skvhh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9555fc75-a2db-45b3-9626-b2bd23a5e45e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806135058841369110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77381472-8a76-4f7e-b4c3-ffde501da1d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77381472-8a76-4f7e-b4c3-ffde501da1d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557132338100828715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9555fc75-a2db-45b3-9626-b2bd23a5e45e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9er64nyf7mq64sb7zyht" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5e21703-21d1-41dd-b051-7e1be9a3152d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e21703-21d1-41dd-b051-7e1be9a3152d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806135058841369110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77381472-8a76-4f7e-b4c3-ffde501da1d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9esz2c0bcpsw1fjzmaw6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b16e623-1ba2-4d48-a173-d87e0f1ed646, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b16e623-1ba2-4d48-a173-d87e0f1ed646, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557132338100828715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e21703-21d1-41dd-b051-7e1be9a3152d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9evn9gm6vwf4q27x83wh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d353898e-0ffc-4a59-96b9-19bb4a106049, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d353898e-0ffc-4a59-96b9-19bb4a106049, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806135058841369110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b16e623-1ba2-4d48-a173-d87e0f1ed646, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9eysdwqcapsbe725dfy2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d45204a-b8a4-4596-a6d6-e9aba4e57885, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d45204a-b8a4-4596-a6d6-e9aba4e57885, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789080917045737213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d353898e-0ffc-4a59-96b9-19bb4a106049, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f013hsf3ywb5ks55dqb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 760db27a-390c-4e51-a969-4c3d01efd9d7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760db27a-390c-4e51-a969-4c3d01efd9d7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653250482741275092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d45204a-b8a4-4596-a6d6-e9aba4e57885, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f5e4y1khd610yew3zn3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e52deebb-56e1-4421-b6c0-884331b90eb2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52deebb-56e1-4421-b6c0-884331b90eb2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789080917045737213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760db27a-390c-4e51-a969-4c3d01efd9d7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f7rd3jrs7mmf4fk1ke3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5797ea47-0d70-490d-9c40-e9a8f533e0bc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5797ea47-0d70-490d-9c40-e9a8f533e0bc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653250482741275092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52deebb-56e1-4421-b6c0-884331b90eb2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f870rqd75sbygekzkyp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5797ea47-0d70-490d-9c40-e9a8f533e0bc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f9y9tj3sqscnw27ctxn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cf5003-2dd2-44f3-a623-755460de3664, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cf5003-2dd2-44f3-a623-755460de3664, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789080917045737213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b4677fd-0adf-4df0-a2a6-71505d926700, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b4677fd-0adf-4df0-a2a6-71505d926700, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653250482741275092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cf5003-2dd2-44f3-a623-755460de3664, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fdj9845jr33hz1f2k1r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 220ba73c-1f45-4b1e-acd9-02919a689ee0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220ba73c-1f45-4b1e-acd9-02919a689ee0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683529661118594714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b4677fd-0adf-4df0-a2a6-71505d926700, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fea9rev6kpnf691526t" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49aad30-d5c7-4e22-876c-b948c5947dce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220ba73c-1f45-4b1e-acd9-02919a689ee0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fmh5m6d40cm4pqz70ne" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49aad30-d5c7-4e22-876c-b948c5947dce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941120852694722811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f47568-ed82-4b94-bafe-eadc5550f992, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f47568-ed82-4b94-bafe-eadc5550f992, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683529661118594714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49aad30-d5c7-4e22-876c-b948c5947dce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fq63d2jn51bp3n7rqjh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72db8b4e-ecc9-4af2-b481-6183c07e3f2b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72db8b4e-ecc9-4af2-b481-6183c07e3f2b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941120852694722811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f47568-ed82-4b94-bafe-eadc5550f992, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fqgfjjhqht795eh4pv2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7c687d-f207-4239-ae4d-bd0501ce100d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7c687d-f207-4239-ae4d-bd0501ce100d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683529661118594714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72db8b4e-ecc9-4af2-b481-6183c07e3f2b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fscf6fz2xhh45gmhnza" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7699e0-3b0a-4293-90d0-80897353c501, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7699e0-3b0a-4293-90d0-80897353c501, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941120852694722811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7c687d-f207-4239-ae4d-bd0501ce100d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fw7fkk2j8h7gw0xk4ns" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9136dfa-b054-4b71-86d1-6ebead0e9983, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9136dfa-b054-4b71-86d1-6ebead0e9983, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332284143690380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7699e0-3b0a-4293-90d0-80897353c501, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fxz0vvvcbv8epf7ym3m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f48aa89-8fbf-4eec-87c1-909d2c9ead99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f48aa89-8fbf-4eec-87c1-909d2c9ead99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285281045219994408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9136dfa-b054-4b71-86d1-6ebead0e9983, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g3d6fhn6cy5v2e0a7rg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f62d95-6e75-417c-8e63-f44a6d3d3343, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f62d95-6e75-417c-8e63-f44a6d3d3343, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332284143690380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f62d95-6e75-417c-8e63-f44a6d3d3343, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g6jf0na7r89azy07b58" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12f13a12-524a-4440-887f-c8702de1af65, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f13a12-524a-4440-887f-c8702de1af65, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332284143690380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f48aa89-8fbf-4eec-87c1-909d2c9ead99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g6313k618j6hq6bb76f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e2c3c7-e74a-406f-9a33-61e964b4192b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e2c3c7-e74a-406f-9a33-61e964b4192b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285281045219994408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f13a12-524a-4440-887f-c8702de1af65, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g9s9r5jy56pefb2pd0b" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7822bb2b-ce4a-4090-9fb4-4a3e556687b5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7822bb2b-ce4a-4090-9fb4-4a3e556687b5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045116015739721608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e2c3c7-e74a-406f-9a33-61e964b4192b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gc02jd41e3462tv2x6q" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a11c3d4b-e949-4d3b-9a9d-bc57e85b65f7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11c3d4b-e949-4d3b-9a9d-bc57e85b65f7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285281045219994408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7822bb2b-ce4a-4090-9fb4-4a3e556687b5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ghwfzqp2qcw7fgdqjyx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db561c37-c5b9-40f7-9ee2-33c69e7f5641, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db561c37-c5b9-40f7-9ee2-33c69e7f5641, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045116015739721608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db561c37-c5b9-40f7-9ee2-33c69e7f5641, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gmg6c57scd00026je0f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60e43e3a-f4c6-4f87-9e2f-e1853b676cae, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e43e3a-f4c6-4f87-9e2f-e1853b676cae, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045116015739721608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11c3d4b-e949-4d3b-9a9d-bc57e85b65f7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gkb8mknj5egh7q0mbwx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee3cec3-f482-4b4f-bcf2-3c8d7e7c0e73, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee3cec3-f482-4b4f-bcf2-3c8d7e7c0e73, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560266496391778077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee3cec3-f482-4b4f-bcf2-3c8d7e7c0e73, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gvd3bjb8qgssqer9xee" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89d825a6-984d-4274-8441-d53b9288f3e4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d825a6-984d-4274-8441-d53b9288f3e4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560266496391778077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e43e3a-f4c6-4f87-9e2f-e1853b676cae, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9grx8kxhsf5m8j9qvhft" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8079b513-8a59-47d6-bc69-730fc76e6775, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8079b513-8a59-47d6-bc69-730fc76e6775, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 627216219101004966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d825a6-984d-4274-8441-d53b9288f3e4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gxj5a677w912f2tdczz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4245c690-426f-427f-b88a-22afc4d8d35e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4245c690-426f-427f-b88a-22afc4d8d35e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560266496391778077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8079b513-8a59-47d6-bc69-730fc76e6775, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h0307jkzmqph9pmxrqd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3772294f-b976-432b-b218-08d1c5c249a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3772294f-b976-432b-b218-08d1c5c249a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 627216219101004966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4245c690-426f-427f-b88a-22afc4d8d35e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h0yfcbgn35xwmej484n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a595aa0-42b0-4de2-ab26-7aa9445c0c77, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a595aa0-42b0-4de2-ab26-7aa9445c0c77, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098973238584707118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3772294f-b976-432b-b218-08d1c5c249a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h3kfkd0gmcbwszqwd6n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b56d6e87-4a32-494e-97f7-3282d6f2cdc3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56d6e87-4a32-494e-97f7-3282d6f2cdc3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 627216219101004966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a595aa0-42b0-4de2-ab26-7aa9445c0c77, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h8paavh9400kb1tjemn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea82181-eabf-4efe-9745-3f8178f69bab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea82181-eabf-4efe-9745-3f8178f69bab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098973238584707118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56d6e87-4a32-494e-97f7-3282d6f2cdc3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h921hetzcma09616xc9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea82181-eabf-4efe-9745-3f8178f69bab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hb395pkaw592sykaa5w" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f55317-362b-4714-8f97-6c59e38aedda, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f55317-362b-4714-8f97-6c59e38aedda, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534732585262590794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d76734c-6edf-478a-8e9f-1fff16e28c92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d76734c-6edf-478a-8e9f-1fff16e28c92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098973238584707118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f55317-362b-4714-8f97-6c59e38aedda, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hfk0gbsz2mqfkzvfska" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f6a89b0-62e1-41b8-a67f-8ae6161475a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6a89b0-62e1-41b8-a67f-8ae6161475a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534732585262590794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d76734c-6edf-478a-8e9f-1fff16e28c92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hfmcj9h3p8wfv9rstt6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 285a89b7-a3ab-49e8-82ec-1947d5b84151, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285a89b7-a3ab-49e8-82ec-1947d5b84151, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296957465905162335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285a89b7-a3ab-49e8-82ec-1947d5b84151, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hq0faa4nbpfj450bbpc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b01f8c2-604f-4678-bcf1-7c23b2ab98c5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b01f8c2-604f-4678-bcf1-7c23b2ab98c5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296957465905162335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6a89b0-62e1-41b8-a67f-8ae6161475a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hnbak831vjr5srhmfbw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7bcd0df-4673-40c9-a475-718b9c24c0d0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bcd0df-4673-40c9-a475-718b9c24c0d0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534732585262590794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b01f8c2-604f-4678-bcf1-7c23b2ab98c5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hs521y27yb703e4wet4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ef6c552-c8f6-4362-9fe6-99f7493ca76a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef6c552-c8f6-4362-9fe6-99f7493ca76a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296957465905162335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bcd0df-4673-40c9-a475-718b9c24c0d0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hwd28bb3zmyf6n5gb79" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f20b47-4c3c-4918-abc4-0904b6416796, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f20b47-4c3c-4918-abc4-0904b6416796, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011050076828257557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef6c552-c8f6-4362-9fe6-99f7493ca76a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hx5877gbkmrh75ha1w3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f20b47-4c3c-4918-abc4-0904b6416796, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j3j68q87dqhpc8jda3h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ea8fde-6393-4329-9def-396b6ecc7706, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ea8fde-6393-4329-9def-396b6ecc7706, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801231683323944819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d47b37-a584-4188-8e56-34c6a16bd8e6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d47b37-a584-4188-8e56-34c6a16bd8e6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011050076828257557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ea8fde-6393-4329-9def-396b6ecc7706, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j67127n1azsm3gstr2a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39cfd901-ee54-47f5-9c92-9c4e78760999, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39cfd901-ee54-47f5-9c92-9c4e78760999, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801231683323944819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d47b37-a584-4188-8e56-34c6a16bd8e6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j6cdr9gykfzmpq8033y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a713e2c9-5ae2-45ed-ae5c-7e221fc00985, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a713e2c9-5ae2-45ed-ae5c-7e221fc00985, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011050076828257557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39cfd901-ee54-47f5-9c92-9c4e78760999, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j916qvqpbpgg0rm1y3g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6acf22ff-e6a3-4245-8835-cae34105776a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6acf22ff-e6a3-4245-8835-cae34105776a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801231683323944819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a713e2c9-5ae2-45ed-ae5c-7e221fc00985, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jb0cgmzvm5m3smcwr2a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a946c86f-4b8c-4875-92ff-d32b76798241, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a946c86f-4b8c-4875-92ff-d32b76798241, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115369659321453515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6acf22ff-e6a3-4245-8835-cae34105776a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jc50pgy1yeg8qd3s8v6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74eb6aea-217f-4bcb-afac-b77b58ff1f2f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74eb6aea-217f-4bcb-afac-b77b58ff1f2f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579529146356911174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a946c86f-4b8c-4875-92ff-d32b76798241, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jjm6sxy7j0z61ytkqde" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee554e8a-48c6-47ae-a44c-b7dd4328b643, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee554e8a-48c6-47ae-a44c-b7dd4328b643, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115369659321453515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74eb6aea-217f-4bcb-afac-b77b58ff1f2f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jkne6cqw5t300gsanv1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bccffb1-11f5-4b8e-81ad-83b9c484c5b8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bccffb1-11f5-4b8e-81ad-83b9c484c5b8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579529146356911174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:25172/4
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee554e8a-48c6-47ae-a44c-b7dd4328b643, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jmj1g17qv72kmjsap6d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70c5b41f-0f3e-41f8-93ee-f3f75c1f3323, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c5b41f-0f3e-41f8-93ee-f3f75c1f3323, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115369659321453515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bccffb1-11f5-4b8e-81ad-83b9c484c5b8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jpa2xfsb3zbrz1jp0f4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ba6b13-a5f4-43d2-87c9-ad94889a8254, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ba6b13-a5f4-43d2-87c9-ad94889a8254, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579529146356911174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c5b41f-0f3e-41f8-93ee-f3f75c1f3323, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9js8fab1407k7htqn6y6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d81e26bb-125a-423c-a9c9-ac4fbdd465c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d81e26bb-125a-423c-a9c9-ac4fbdd465c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418982401054651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ba6b13-a5f4-43d2-87c9-ad94889a8254, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jty7d59nj2nqc94j9k8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3ba374-e465-4785-af72-ff3b693cdf35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3ba374-e465-4785-af72-ff3b693cdf35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728013581845902897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d81e26bb-125a-423c-a9c9-ac4fbdd465c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k0qadxfktpmabkjf7wn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72075047-882a-4abd-9790-9712b8cf10ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72075047-882a-4abd-9790-9712b8cf10ef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418982401054651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3ba374-e465-4785-af72-ff3b693cdf35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k1y5gt29fbxk5q6mtbr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81783810-f87d-40f5-b356-8c745445732f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81783810-f87d-40f5-b356-8c745445732f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728013581845902897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72075047-882a-4abd-9790-9712b8cf10ef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k6sfh5vcykd7k7yttzp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8759459-df27-483b-9c98-0ffa6b593321, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8759459-df27-483b-9c98-0ffa6b593321, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418982401054651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81783810-f87d-40f5-b356-8c745445732f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k8d9q4mv4xefd6p1zan" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d62cd3-64cd-436f-b873-06315e080832, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d62cd3-64cd-436f-b873-06315e080832, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728013581845902897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8759459-df27-483b-9c98-0ffa6b593321, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9keb733wggxt0w6jt34c" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d62cd3-64cd-436f-b873-06315e080832, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kfb4mvxag47cqpg0qrw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 853a1fe1-f9b6-4e23-9b41-0d5f72d10a88, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 853a1fe1-f9b6-4e23-9b41-0d5f72d10a88, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507854843374212998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d458e2ad-3aa6-44cd-9985-313adf1ab918, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d458e2ad-3aa6-44cd-9985-313adf1ab918, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974100265941101411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log --grpc-port=25172 --mon-port=19376 --ic-port=24775 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log', '--grpc-port=25172', '--mon-port=19376', '--ic-port=24775', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1542505
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25172/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.32
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.32
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1542506
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d458e2ad-3aa6-44cd-9985-313adf1ab918, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kqkf5qh8t0xxzm46jnf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c438e541-edee-405e-8b0a-47af0542ff35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c438e541-edee-405e-8b0a-47af0542ff35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974100265941101411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 853a1fe1-f9b6-4e23-9b41-0d5f72d10a88, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kpw7bzme3nafb4r2n99" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f280ff3d-ad79-43bc-9574-b79e220a14cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f280ff3d-ad79-43bc-9574-b79e220a14cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507854843374212998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c438e541-edee-405e-8b0a-47af0542ff35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ktdafwrgma8bgjpxw5n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc0c0ce5-9918-44f7-941c-a728c361f00e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0c0ce5-9918-44f7-941c-a728c361f00e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974100265941101411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f280ff3d-ad79-43bc-9574-b79e220a14cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kwn6zgkef96vtkzk9g6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e384921-3862-4434-90d1-1f54faa2e287, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e384921-3862-4434-90d1-1f54faa2e287, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507854843374212998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0c0ce5-9918-44f7-941c-a728c361f00e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kz07ynbahykdhgb6ddw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b93cceeb-64ba-468a-a59d-3a8acc2971dd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b93cceeb-64ba-468a-a59d-3a8acc2971dd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308996353068814673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b93cceeb-64ba-468a-a59d-3a8acc2971dd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9m753kyvf7e2yfs1m91j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6531e375-0c74-4abb-8445-7760e79701a1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6531e375-0c74-4abb-8445-7760e79701a1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308996353068814673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e384921-3862-4434-90d1-1f54faa2e287, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9m3e6jea7w1d6gsjzk12" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ffa77e8-9989-4164-8098-6340aa8c244f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ffa77e8-9989-4164-8098-6340aa8c244f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313785150334938012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ffa77e8-9989-4164-8098-6340aa8c244f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mavc7h55m74f3cfcg8z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf5ee69e-5eda-48c3-b645-93479ec0e9a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5ee69e-5eda-48c3-b645-93479ec0e9a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313785150334938012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6531e375-0c74-4abb-8445-7760e79701a1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9m977731cvb9f0shw4cm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36557846-c1b3-44f6-90aa-708514781513, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36557846-c1b3-44f6-90aa-708514781513, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308996353068814673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5ee69e-5eda-48c3-b645-93479ec0e9a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9md37e503xn3bhn8g55k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816e88b3-363e-45ea-9ebf-a1db63c94688, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816e88b3-363e-45ea-9ebf-a1db63c94688, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313785150334938012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36557846-c1b3-44f6-90aa-708514781513, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mf8aypnd6v6er80n6tn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db2b8084-38e9-440e-9e4c-0cb883baa8cb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db2b8084-38e9-440e-9e4c-0cb883baa8cb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972757889887148565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816e88b3-363e-45ea-9ebf-a1db63c94688, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mhwdy7acb812cgqt8wf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ebdb8c5-f751-4795-a672-e2a2fbcd3e50, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebdb8c5-f751-4795-a672-e2a2fbcd3e50, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340001470043951556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebdb8c5-f751-4795-a672-e2a2fbcd3e50, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mrscw0grmb8zq6sx5mr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a2c8fb0-24a6-4d70-a84a-0a3493f7c1c7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2c8fb0-24a6-4d70-a84a-0a3493f7c1c7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340001470043951556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db2b8084-38e9-440e-9e4c-0cb883baa8cb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mq14zsrhdmrx0jh5ksb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be99cbfb-df09-4e3b-a373-6c8487e3ec21, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be99cbfb-df09-4e3b-a373-6c8487e3ec21, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972757889887148565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2c8fb0-24a6-4d70-a84a-0a3493f7c1c7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mvj5ajyyvhrg4xddqca" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2537d7b8-d333-40bc-8108-5fdf84ebe58d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2537d7b8-d333-40bc-8108-5fdf84ebe58d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340001470043951556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556" } } } 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 1542506) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1542506) elapsed time (sec): 1.3370776176452637
DEBUG    ya.test:process.py:263 Command (pid 1542506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) maxrss: 840772
DEBUG    ya.test:process.py:263 Command (pid 1542506) minflt: 45170
DEBUG    ya.test:process.py:263 Command (pid 1542506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) nivcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 1542506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1542506) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1542506) stime: 0.21478
DEBUG    ya.test:process.py:263 Command (pid 1542506) utime: 0.5716289999999999
DEBUG    ya.test:process.py:263 Command (pid 1542506) wtime: 1.348
DEBUG    ya.test:process.py:275 Command (pid 1542506) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 12477
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 12477
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 38

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be99cbfb-df09-4e3b-a373-6c8487e3ec21, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mxtdsgedy9zvc36rzk2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc5c7e51-457e-4192-972a-0ea0364b3762, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5c7e51-457e-4192-972a-0ea0364b3762, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972757889887148565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 39
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 12477 SectorMap:2:64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2537d7b8-d333-40bc-8108-5fdf84ebe58d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9n023wx163rvjs119s5v" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038083"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038083
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 39
}

ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882bf9b0-adda-4002-9249-2641ce04a2c1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882bf9b0-adda-4002-9249-2641ce04a2c1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632494205545036069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 40
}

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882bf9b0-adda-4002-9249-2641ce04a2c1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9n7s4fz3v0c4ra0etg23" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca27c85-2363-472b-bd5a-d10452a8f718, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca27c85-2363-472b-bd5a-d10452a8f718, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632494205545036069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5c7e51-457e-4192-972a-0ea0364b3762, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9n5x46mrb3f5dac6c6jn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63bdaa63-898f-41c6-974b-2aa78a8f4b76, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63bdaa63-898f-41c6-974b-2aa78a8f4b76, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777733787685354726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca27c85-2363-472b-bd5a-d10452a8f718, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9naa9232t92yj5g12w5f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1390b709-293d-42a8-b0da-aac3e880644e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1390b709-293d-42a8-b0da-aac3e880644e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632494205545036069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63bdaa63-898f-41c6-974b-2aa78a8f4b76, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nd18vt43xjhtatqspba" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23323c83-91dd-4088-b8d6-9bbb7b7a4fc1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23323c83-91dd-4088-b8d6-9bbb7b7a4fc1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777733787685354726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1390b709-293d-42a8-b0da-aac3e880644e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nem2na81mbg72ztagvw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13fefcdf-641e-40c4-945b-21404ef531cd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fefcdf-641e-40c4-945b-21404ef531cd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471497827544910830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fefcdf-641e-40c4-945b-21404ef531cd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9npk1s8ychyk8q8nad1j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e469c1b-e478-4f62-969e-f05055845285, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e469c1b-e478-4f62-969e-f05055845285, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471497827544910830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23323c83-91dd-4088-b8d6-9bbb7b7a4fc1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nkq1yhwtxfjtz9v9v98" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02a181be-30eb-4fd4-8339-77c2c8a60efd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a181be-30eb-4fd4-8339-77c2c8a60efd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777733787685354726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e469c1b-e478-4f62-969e-f05055845285, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nsr8rhzccxeccdx4a0j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 200f38e9-92bb-4e46-8e2f-2f50ef655bb3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200f38e9-92bb-4e46-8e2f-2f50ef655bb3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471497827544910830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a181be-30eb-4fd4-8339-77c2c8a60efd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nv0bhhfq12tsfvhpedk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e50bda5b-b3e8-48e8-8e54-042d4a7dbc45, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50bda5b-b3e8-48e8-8e54-042d4a7dbc45, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13283725098664378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200f38e9-92bb-4e46-8e2f-2f50ef655bb3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nyg618crh591knth1av" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9391e29d-3178-4389-a9a3-12e8a2e792f1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9391e29d-3178-4389-a9a3-12e8a2e792f1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390698400903143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50bda5b-b3e8-48e8-8e54-042d4a7dbc45, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9p1aagq26445kn41xvkc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b4aa41-0343-4f2f-86fe-07b90ec581b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b4aa41-0343-4f2f-86fe-07b90ec581b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13283725098664378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9391e29d-3178-4389-a9a3-12e8a2e792f1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9pxdbmn60dnepsyq9n62" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e80aae0e-c93d-4648-aabf-c78a3700f2b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80aae0e-c93d-4648-aabf-c78a3700f2b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390698400903143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80aae0e-c93d-4648-aabf-c78a3700f2b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9pzb7bgkesnjjj7ppvw0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da0ffa7e-5881-44ee-89a3-8244faf466b8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da0ffa7e-5881-44ee-89a3-8244faf466b8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390698400903143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b4aa41-0343-4f2f-86fe-07b90ec581b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9py02mhqyjeddbsg4sbp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be1f285d-2375-47d1-a5cd-7633ceffcbf6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be1f285d-2375-47d1-a5cd-7633ceffcbf6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13283725098664378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da0ffa7e-5881-44ee-89a3-8244faf466b8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9q3qbbvm770m0b4zgv4y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb0c0cf8-62ce-4aee-9200-9cd3fec22d33, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0c0cf8-62ce-4aee-9200-9cd3fec22d33, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915222283781240555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be1f285d-2375-47d1-a5cd-7633ceffcbf6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9q502zypma7pjatmvxx2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93a36d19-438a-4230-99f3-64ff6d52497f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a36d19-438a-4230-99f3-64ff6d52497f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581235082146861920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a36d19-438a-4230-99f3-64ff6d52497f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qcgdcw02af9n6rem25f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fc44482-838e-45a9-8e33-1285bb5c90b6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc44482-838e-45a9-8e33-1285bb5c90b6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581235082146861920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0c0cf8-62ce-4aee-9200-9cd3fec22d33, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qbd2szcb8wkpd5z8xk9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5ff4b98-8ecd-4198-9358-a6794c0c5e2e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ff4b98-8ecd-4198-9358-a6794c0c5e2e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915222283781240555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fc44482-838e-45a9-8e33-1285bb5c90b6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qeye5zchfh6ww1eb4qh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 685c6a44-0c1b-4d69-998b-3759ad187269, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685c6a44-0c1b-4d69-998b-3759ad187269, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581235082146861920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ff4b98-8ecd-4198-9358-a6794c0c5e2e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qmv6p0qntx997kz893t" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 338fdb58-7928-4dc6-bbe6-838e92d71289, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338fdb58-7928-4dc6-bbe6-838e92d71289, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915222283781240555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685c6a44-0c1b-4d69-998b-3759ad187269, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qn96zmdte775sa0rn3p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ad33ab-423f-40da-9b0a-de8ecbfcbf91, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ad33ab-423f-40da-9b0a-de8ecbfcbf91, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678191175239255492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ad33ab-423f-40da-9b0a-de8ecbfcbf91, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qwh87fxmpqpz78rcy8z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338fdb58-7928-4dc6-bbe6-838e92d71289, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qveaqexnenbxc8r3egd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74643157-aaa9-4232-9b93-ea8447a353c5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74643157-aaa9-4232-9b93-ea8447a353c5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678191175239255492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f8c15e6-75f4-420f-8531-30c52463107c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8c15e6-75f4-420f-8531-30c52463107c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9009677400250832072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8c15e6-75f4-420f-8531-30c52463107c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r2qaczsatgaqbmv81ej" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3042815-c51b-4c51-a630-3c28ff2cbb1b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3042815-c51b-4c51-a630-3c28ff2cbb1b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9009677400250832072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3042815-c51b-4c51-a630-3c28ff2cbb1b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r4r18c1wgamdmmfnm1d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74643157-aaa9-4232-9b93-ea8447a353c5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r21eeve9haqz2122a26" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, beba9bb3-57ff-4266-98a9-0d2dbf685b4b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beba9bb3-57ff-4266-98a9-0d2dbf685b4b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9009677400250832072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dd02683-d423-442f-982b-dff3e2b3609a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd02683-d423-442f-982b-dff3e2b3609a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678191175239255492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd02683-d423-442f-982b-dff3e2b3609a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r9c8yfeet51kcr64s9h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beba9bb3-57ff-4266-98a9-0d2dbf685b4b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r8w07kqkgn2nfcjhbqj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae979530-331c-474c-b71f-4ef869c78b29, ghrun-gnft54blbu.auto.internal:13247): creating call state
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae979530-331c-474c-b71f-4ef869c78b29, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871644309624689497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34401417-3ba6-4fa1-a555-1ee206ac8262, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34401417-3ba6-4fa1-a555-1ee206ac8262, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421601974228883103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae979530-331c-474c-b71f-4ef869c78b29, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rhydzmx80ys0efyvg41" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5059d9-14c4-4bc7-87ef-f84545adbf09, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5059d9-14c4-4bc7-87ef-f84545adbf09, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871644309624689497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34401417-3ba6-4fa1-a555-1ee206ac8262, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rj31wkpmzv3wxnrshxr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f059313-f490-423f-ba04-46ca2840cf8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f059313-f490-423f-ba04-46ca2840cf8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421601974228883103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5059d9-14c4-4bc7-87ef-f84545adbf09, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rqg61tf840twd3wwer1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f059313-f490-423f-ba04-46ca2840cf8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rqz9dvhpddtcnqpz9pr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2a07fb7-57b9-4721-8e78-57365bd3da96, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2a07fb7-57b9-4721-8e78-57365bd3da96, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871644309624689497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818be9ce-6fff-44b4-9e35-30684fb306fd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818be9ce-6fff-44b4-9e35-30684fb306fd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421601974228883103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2a07fb7-57b9-4721-8e78-57365bd3da96, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rz34ja2k6q7ed0qvtfs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecb95eeb-6899-4f6c-a621-b32ad3e4bc51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb95eeb-6899-4f6c-a621-b32ad3e4bc51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584002731174400689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818be9ce-6fff-44b4-9e35-30684fb306fd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rzraptyw0fm2w06myjw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2739e950-e538-4bbf-84f6-e2e80517337f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2739e950-e538-4bbf-84f6-e2e80517337f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373724043534236668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb95eeb-6899-4f6c-a621-b32ad3e4bc51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9s68e6vv0nxn8zf4ahh4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26d4d4f-25df-4ea0-ade9-3639a25093bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26d4d4f-25df-4ea0-ade9-3639a25093bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584002731174400689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2739e950-e538-4bbf-84f6-e2e80517337f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9s7g9080e2bzptnxbk32" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3d0aea-ffa6-4397-8d03-d0ccef7e9d01, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3d0aea-ffa6-4397-8d03-d0ccef7e9d01, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373724043534236668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26d4d4f-25df-4ea0-ade9-3639a25093bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9scfbj4e75ccemgpwv3j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3d0aea-ffa6-4397-8d03-d0ccef7e9d01, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9sdc5gcyj4jfdbnca9q1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71caca61-dde7-41fb-a7b4-c29249fcfec6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71caca61-dde7-41fb-a7b4-c29249fcfec6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373724043534236668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0ce07e9-1eb3-4d2d-92ee-b07529e0a88b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ce07e9-1eb3-4d2d-92ee-b07529e0a88b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584002731174400689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71caca61-dde7-41fb-a7b4-c29249fcfec6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9spcc8r2k2cxpx1v6xzy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe5d226-1121-4c33-bfed-9d4bb2318867, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe5d226-1121-4c33-bfed-9d4bb2318867, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15483946648888490789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ce07e9-1eb3-4d2d-92ee-b07529e0a88b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9sphdxkb51cyc414w48b" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c32e459c-8c8a-4f3b-81c1-73d6d581a6ca, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32e459c-8c8a-4f3b-81c1-73d6d581a6ca, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68758007590355810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32e459c-8c8a-4f3b-81c1-73d6d581a6ca, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9szj5v67yfc57j0616k0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d38526e-285b-4974-8301-0a49441d6d81, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d38526e-285b-4974-8301-0a49441d6d81, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68758007590355810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe5d226-1121-4c33-bfed-9d4bb2318867, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9sxwffpykwt0v779p0zn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3398785-777e-49c2-8270-8d9d60191d21, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3398785-777e-49c2-8270-8d9d60191d21, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15483946648888490789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d38526e-285b-4974-8301-0a49441d6d81, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9t2xd7m4xr553b3p018x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecb99840-42f0-4e15-b205-78b3fce78c62, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb99840-42f0-4e15-b205-78b3fce78c62, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68758007590355810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3398785-777e-49c2-8270-8d9d60191d21, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9t3z3pj2cpd9xxcs26zt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af751c85-2218-4bf7-ae99-6804feb60742, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af751c85-2218-4bf7-ae99-6804feb60742, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15483946648888490789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb99840-42f0-4e15-b205-78b3fce78c62, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9t7p2atdyj4hh9s4bydw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 895dcb00-af62-4525-948f-b77cb293cd6a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895dcb00-af62-4525-948f-b77cb293cd6a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10296624600327650667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af751c85-2218-4bf7-ae99-6804feb60742, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tc096s14whmsd3k3d52" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6782f9-fba2-48e3-bc7f-96eefd78739f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6782f9-fba2-48e3-bc7f-96eefd78739f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558795135650271690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895dcb00-af62-4525-948f-b77cb293cd6a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9thve0k3ceem46xyrmf3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bd115de-6af8-4b09-8ef7-ed88ffecabdf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd115de-6af8-4b09-8ef7-ed88ffecabdf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10296624600327650667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6782f9-fba2-48e3-bc7f-96eefd78739f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tkb6fq2bwevhnvq8w6d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4207c738-87da-4530-8295-2ca5907a8b6b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4207c738-87da-4530-8295-2ca5907a8b6b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558795135650271690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd115de-6af8-4b09-8ef7-ed88ffecabdf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tmp7q5g8zfk1zpj6hm6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b64918-d21b-4e3b-9d96-0d460ddcb1e4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b64918-d21b-4e3b-9d96-0d460ddcb1e4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10296624600327650667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4207c738-87da-4530-8295-2ca5907a8b6b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tppf3pg3ybwyddm1wf5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84e8330d-c88d-4395-805c-e0aef3ef5c8b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e8330d-c88d-4395-805c-e0aef3ef5c8b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558795135650271690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b64918-d21b-4e3b-9d96-0d460ddcb1e4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9trva9tk9x56p30cwxwx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a4b23c-17ac-4c86-8289-4dd58629f3c6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a4b23c-17ac-4c86-8289-4dd58629f3c6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922167886445406451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e8330d-c88d-4395-805c-e0aef3ef5c8b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tvgdefv34g3s8g42fg3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7985694-731d-4a0d-aff1-a6f3efb8777b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7985694-731d-4a0d-aff1-a6f3efb8777b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038972382617454126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a4b23c-17ac-4c86-8289-4dd58629f3c6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9v1vehdtkw5t01c6s9kd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe49b9fd-237a-4e00-88f9-c02dfc1e7c31, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe49b9fd-237a-4e00-88f9-c02dfc1e7c31, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922167886445406451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7985694-731d-4a0d-aff1-a6f3efb8777b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9v3x05j1jpty6veqcqyr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9874025-0507-4d46-a7b7-802de7dcee6f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9874025-0507-4d46-a7b7-802de7dcee6f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038972382617454126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe49b9fd-237a-4e00-88f9-c02dfc1e7c31, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9v8nb664xh844be466vk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9228fac3-ccbb-4163-9ebc-67b56ee8351b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9228fac3-ccbb-4163-9ebc-67b56ee8351b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922167886445406451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9874025-0507-4d46-a7b7-802de7dcee6f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9va23az1rvs4p2b7ek02" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e966168-2ede-4904-b8a3-5d961123c069, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e966168-2ede-4904-b8a3-5d961123c069, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038972382617454126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9228fac3-ccbb-4163-9ebc-67b56ee8351b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vf3dta2bs0fvwt4ww05" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05bc11c9-3777-46e4-9bd7-c1d1a49894d5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bc11c9-3777-46e4-9bd7-c1d1a49894d5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029044001747975371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e966168-2ede-4904-b8a3-5d961123c069, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vj6fyp52ep13nh5321c" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bc11c9-3777-46e4-9bd7-c1d1a49894d5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vp7f5xmwfdky35w63qk" } } } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2add3345-a3ed-4870-9a50-19fb69a3430b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2add3345-a3ed-4870-9a50-19fb69a3430b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796134956585550297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d296a68-1153-4829-8630-4e90d762f199, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d296a68-1153-4829-8630-4e90d762f199, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029044001747975371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d296a68-1153-4829-8630-4e90d762f199, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vt93wsmy8reg9qgq6nx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b442b3f-e4be-4211-9fed-58107b5ccb8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b442b3f-e4be-4211-9fed-58107b5ccb8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029044001747975371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2add3345-a3ed-4870-9a50-19fb69a3430b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vsyfp19yexy0eka0b8v" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a696c0ee-e91b-4b2d-ae65-fd04ff933097, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a696c0ee-e91b-4b2d-ae65-fd04ff933097, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796134956585550297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9655/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b442b3f-e4be-4211-9fed-58107b5ccb8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vzg4d9nenfh1rhc531f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b66b177d-cd75-4967-9078-4f54fadb781f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66b177d-cd75-4967-9078-4f54fadb781f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256525042332248036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a696c0ee-e91b-4b2d-ae65-fd04ff933097, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9w1hc4jrqy8xraj0kqnn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7449d2-da49-40a6-8b8d-2afea0a3a6a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7449d2-da49-40a6-8b8d-2afea0a3a6a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796134956585550297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b66b177d-cd75-4967-9078-4f54fadb781f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9w7v0jcmwaxx0tkb8pym" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1de51ec9-fedf-4230-b823-bd31d2839cb2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de51ec9-fedf-4230-b823-bd31d2839cb2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256525042332248036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7449d2-da49-40a6-8b8d-2afea0a3a6a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9w903sszdzfazqkwc2va" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98e42abf-87b6-4acd-8ca7-9456cb117b71, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e42abf-87b6-4acd-8ca7-9456cb117b71, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777420101090244286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de51ec9-fedf-4230-b823-bd31d2839cb2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wdjb8vbf2a97297zbck" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f704211e-b961-4604-b974-c5bedc9f2456, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f704211e-b961-4604-b974-c5bedc9f2456, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256525042332248036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e42abf-87b6-4acd-8ca7-9456cb117b71, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wgq4qqnphvxvdtpvz4n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296e0cda-2a65-49c2-9613-540f4b0fe961, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296e0cda-2a65-49c2-9613-540f4b0fe961, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777420101090244286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f704211e-b961-4604-b974-c5bedc9f2456, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wmx234f0cjn8rgxzzyy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68314d01-e20c-40f0-a07a-f0e1e6fb5d9d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68314d01-e20c-40f0-a07a-f0e1e6fb5d9d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834696498061104982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296e0cda-2a65-49c2-9613-540f4b0fe961, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wpjbk4tv8nnewjb6e2j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f78bb5a2-4cdb-4bbc-a2f1-ab1f28061adf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78bb5a2-4cdb-4bbc-a2f1-ab1f28061adf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777420101090244286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68314d01-e20c-40f0-a07a-f0e1e6fb5d9d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wvs6sn03n4mffw46wjq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82298c8d-7358-49ed-a20a-dd8c4d93aba4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82298c8d-7358-49ed-a20a-dd8c4d93aba4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834696498061104982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log', '--grpc-port=9655', '--mon-port=21509', '--ic-port=10521', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1544210
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9655/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.33
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.33
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1544215
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82298c8d-7358-49ed-a20a-dd8c4d93aba4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wyt082kvzwe8qb7n1y5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c57ffa-d947-47e2-a261-840cdfc78433, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c57ffa-d947-47e2-a261-840cdfc78433, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834696498061104982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78bb5a2-4cdb-4bbc-a2f1-ab1f28061adf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wxjd40ccnjk6p5zek48" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47658d86-b4e1-4288-b840-8ec624b5d125, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47658d86-b4e1-4288-b840-8ec624b5d125, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583512188915401162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47658d86-b4e1-4288-b840-8ec624b5d125, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9x7j7kk3tke7zrz54bvx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13e34d0e-5e8b-45c4-9c2b-0a375417e8e3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e34d0e-5e8b-45c4-9c2b-0a375417e8e3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583512188915401162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c57ffa-d947-47e2-a261-840cdfc78433, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9x447vtyf5m09jmfct06" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d39d56b-59b9-4cd5-b30b-1aee43070770, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d39d56b-59b9-4cd5-b30b-1aee43070770, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896612091604475451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e34d0e-5e8b-45c4-9c2b-0a375417e8e3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xagea0cn96g2s4jd3x0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f2f4624-a829-457f-9b34-06789ddb5e95, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2f4624-a829-457f-9b34-06789ddb5e95, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583512188915401162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d39d56b-59b9-4cd5-b30b-1aee43070770, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xbhd3r3p60t59v3s45z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c081ee-aba2-4760-97c0-867b28c4ac6d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c081ee-aba2-4760-97c0-867b28c4ac6d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896612091604475451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2f4624-a829-457f-9b34-06789ddb5e95, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xf36a12a4s5b6wzm6r0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f13c2831-aa98-4fcf-ae25-abc0c4b1352b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13c2831-aa98-4fcf-ae25-abc0c4b1352b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651552779990553218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c081ee-aba2-4760-97c0-867b28c4ac6d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xhee3nc4spkaegrkyby" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc968115-6f89-4509-a492-9d155e622e1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc968115-6f89-4509-a492-9d155e622e1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896612091604475451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13c2831-aa98-4fcf-ae25-abc0c4b1352b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xpv07adw4c29nfpbske" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80782e5-cb04-44b3-811b-65574727938f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80782e5-cb04-44b3-811b-65574727938f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651552779990553218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80782e5-cb04-44b3-811b-65574727938f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xshcwpgyaskp1z6n4jv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7fdfed-6eb8-46dd-b65e-9bd6dc291a16, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7fdfed-6eb8-46dd-b65e-9bd6dc291a16, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651552779990553218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc968115-6f89-4509-a492-9d155e622e1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xrz1nv6q72da2d4zy2j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b0546c-c111-4a77-a7aa-8fcaeda0fd95, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b0546c-c111-4a77-a7aa-8fcaeda0fd95, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143905745205825358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7fdfed-6eb8-46dd-b65e-9bd6dc291a16, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xy47adgygsswf9nsgvv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc3e0670-f81c-4f97-be83-258a349b8e99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3e0670-f81c-4f97-be83-258a349b8e99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112221948853913602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b0546c-c111-4a77-a7aa-8fcaeda0fd95, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9y0147cpgs0rdn90pfq4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36666cc9-f810-436a-b2c8-1030497f62a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36666cc9-f810-436a-b2c8-1030497f62a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143905745205825358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358" } } } 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 1544215) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1544215) elapsed time (sec): 1.2459437847137451
DEBUG    ya.test:process.py:263 Command (pid 1544215) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) maxrss: 843516
DEBUG    ya.test:process.py:263 Command (pid 1544215) minflt: 45147
DEBUG    ya.test:process.py:263 Command (pid 1544215) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 1544215) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1544215) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1544215) stime: 0.26200599999999996
DEBUG    ya.test:process.py:263 Command (pid 1544215) utime: 0.550594
DEBUG    ya.test:process.py:263 Command (pid 1544215) wtime: 1.253
DEBUG    ya.test:process.py:275 Command (pid 1544215) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3e0670-f81c-4f97-be83-258a349b8e99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9y594p03evg21wz6h0pw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97149958-7ddd-4ae9-95b1-59bf317cc56a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97149958-7ddd-4ae9-95b1-59bf317cc56a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112221948853913602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36666cc9-f810-436a-b2c8-1030497f62a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9y6ccdp171a18tcvayaw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c498c23-6ceb-4f5d-a27f-5adca5492922, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c498c23-6ceb-4f5d-a27f-5adca5492922, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143905745205825358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97149958-7ddd-4ae9-95b1-59bf317cc56a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yb9e3dr3xf7csygam4y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f3eb27-dc93-44fc-96bf-4dc2ebf69f0e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f3eb27-dc93-44fc-96bf-4dc2ebf69f0e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112221948853913602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c498c23-6ceb-4f5d-a27f-5adca5492922, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yd13w8511dqpm1f67b4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a11ed71-1f4e-4d0d-8a2f-8b95f7823c5a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a11ed71-1f4e-4d0d-8a2f-8b95f7823c5a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379811732534842633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a11ed71-1f4e-4d0d-8a2f-8b95f7823c5a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ymxca2xxtx5qmwntk79" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6445f4d4-ca5a-4658-9fb5-6a983a5ea0e8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6445f4d4-ca5a-4658-9fb5-6a983a5ea0e8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379811732534842633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f3eb27-dc93-44fc-96bf-4dc2ebf69f0e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ykffv4bnwpjjra87mqk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82edf2e1-4110-4bfd-ac3f-0f4debc8225b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82edf2e1-4110-4bfd-ac3f-0f4debc8225b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7993467691063475499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6445f4d4-ca5a-4658-9fb5-6a983a5ea0e8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yqf71a8ahg9a6e55xx8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae864a4c-83dc-42bc-a700-8d48cd796e52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae864a4c-83dc-42bc-a700-8d48cd796e52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379811732534842633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82edf2e1-4110-4bfd-ac3f-0f4debc8225b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ytff7ts5wkhngby5wk7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eaa8be6-f970-4d77-8289-90b8b6480f8a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eaa8be6-f970-4d77-8289-90b8b6480f8a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7993467691063475499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eaa8be6-f970-4d77-8289-90b8b6480f8a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yx27x5fg971s2jg29t1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 332b6b35-bc30-41d3-8f24-bc01f5cb142a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332b6b35-bc30-41d3-8f24-bc01f5cb142a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7993467691063475499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae864a4c-83dc-42bc-a700-8d48cd796e52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yw545rfj7qjmvx8x3ff" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 165cd16b-e0c7-4b1c-8b93-7a4ded234a6f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165cd16b-e0c7-4b1c-8b93-7a4ded234a6f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360166536783565261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165cd16b-e0c7-4b1c-8b93-7a4ded234a6f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9z4699q17ppmxvhqners" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dcac5a3-ed54-4a39-bdef-09a333d6809c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcac5a3-ed54-4a39-bdef-09a333d6809c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360166536783565261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332b6b35-bc30-41d3-8f24-bc01f5cb142a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9z2ea61w4dh70pz0r8cb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22d1b696-3bb6-4a79-9541-9c00e0172abe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22d1b696-3bb6-4a79-9541-9c00e0172abe, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660147352616122207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcac5a3-ed54-4a39-bdef-09a333d6809c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9z7jefdm0pjeqh7n3j2e" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c651052-e7f0-4a7f-8dd5-5aae17293a77, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c651052-e7f0-4a7f-8dd5-5aae17293a77, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360166536783565261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22d1b696-3bb6-4a79-9541-9c00e0172abe, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zat5rddv9wh86nhr33f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d985950-afe7-4558-80f5-cd3caa839f88, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d985950-afe7-4558-80f5-cd3caa839f88, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660147352616122207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d985950-afe7-4558-80f5-cd3caa839f88, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zdrd79s6kv3xangrttq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dcbb3ea-e823-4827-86bd-0fc5ab181810, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dcbb3ea-e823-4827-86bd-0fc5ab181810, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660147352616122207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c651052-e7f0-4a7f-8dd5-5aae17293a77, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zbw1tsavgvwzqdpfpth" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33756ab6-289f-46d1-abc8-bb5d814f64c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33756ab6-289f-46d1-abc8-bb5d814f64c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12866775797173824153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dcbb3ea-e823-4827-86bd-0fc5ab181810, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zjc7dqmn9d30ajg0bzv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 721fcb19-6d9c-4fcc-ab3f-567f5f1dadba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 721fcb19-6d9c-4fcc-ab3f-567f5f1dadba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883813420646393504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33756ab6-289f-46d1-abc8-bb5d814f64c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zkkfrz9ae2rjf6vym6p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46464e8f-e6d3-4234-8b38-d77fa20df521, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46464e8f-e6d3-4234-8b38-d77fa20df521, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12866775797173824153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 721fcb19-6d9c-4fcc-ab3f-567f5f1dadba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ztdfqbzd8b0ye32bn64" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46464e8f-e6d3-4234-8b38-d77fa20df521, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zv97gb2cjk4wqjty4e3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41739373-d929-457c-a9e4-f8b2716b2d81, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41739373-d929-457c-a9e4-f8b2716b2d81, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883813420646393504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad815bc-7c69-4699-9ada-234135069acc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad815bc-7c69-4699-9ada-234135069acc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12866775797173824153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41739373-d929-457c-a9e4-f8b2716b2d81, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta00914s2t7v6e04yz0sf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad815bc-7c69-4699-9ada-234135069acc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta00yd40vcm0cncy99fe5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a131434-c01a-4515-8474-9a9d15500b1d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a131434-c01a-4515-8474-9a9d15500b1d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883813420646393504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0b5de2-00fd-4747-8e46-c204b66ba992, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0b5de2-00fd-4747-8e46-c204b66ba992, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203629130255728638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a131434-c01a-4515-8474-9a9d15500b1d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta085ew84apd64rrcr9en" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0b5de2-00fd-4747-8e46-c204b66ba992, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta08k7bscqffmxtbfzksy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf98d1fc-66cf-44f3-9503-936b6edccadc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf98d1fc-66cf-44f3-9503-936b6edccadc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203629130255728638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c9bf399-91b2-443c-939a-f862b2731203, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9bf399-91b2-443c-939a-f862b2731203, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694824566667181605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9bf399-91b2-443c-939a-f862b2731203, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0fy052c7e2bn0pj4nrg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd94cf9f-9596-4297-a466-809aea32ce90, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd94cf9f-9596-4297-a466-809aea32ce90, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694824566667181605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf98d1fc-66cf-44f3-9503-936b6edccadc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0fab8yb6tgr57y2wqwd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a030cf77-ac08-4c62-8c81-e45cb148da50, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a030cf77-ac08-4c62-8c81-e45cb148da50, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203629130255728638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd94cf9f-9596-4297-a466-809aea32ce90, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0np2j5kvy5eakvvvqkt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a030cf77-ac08-4c62-8c81-e45cb148da50, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0pabnapvk5aecqcatas" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432e58c5-1b40-4a80-8d0a-1e30387cb450, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432e58c5-1b40-4a80-8d0a-1e30387cb450, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694824566667181605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9f7c729-cc2f-4daf-886f-4358c052884c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9f7c729-cc2f-4daf-886f-4358c052884c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187285083666730408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432e58c5-1b40-4a80-8d0a-1e30387cb450, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0xedbh8rshrx5rdav71" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 711b088e-3d27-4714-8ade-076d40a24020, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711b088e-3d27-4714-8ade-076d40a24020, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135505881997446752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9f7c729-cc2f-4daf-886f-4358c052884c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0xz9npyqnkpma7ykf8d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73627a89-8486-4198-b31b-aefd74c4c4c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73627a89-8486-4198-b31b-aefd74c4c4c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187285083666730408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711b088e-3d27-4714-8ade-076d40a24020, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1559wfx9n207sq7nq0k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb0a514-b8cb-4a48-a988-02212a794f04, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb0a514-b8cb-4a48-a988-02212a794f04, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135505881997446752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73627a89-8486-4198-b31b-aefd74c4c4c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta15m8v199cpss0pher47" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb0a514-b8cb-4a48-a988-02212a794f04, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta17k7bqq1b8mnjntvz3z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 068b7220-5c48-498e-b5ca-ca5939e6da1b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068b7220-5c48-498e-b5ca-ca5939e6da1b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187285083666730408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8cf8f25-1bdc-4fe2-bd8f-6433d338f873, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cf8f25-1bdc-4fe2-bd8f-6433d338f873, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135505881997446752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068b7220-5c48-498e-b5ca-ca5939e6da1b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1c563bqvmmmd4y8setb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cf8f25-1bdc-4fe2-bd8f-6433d338f873, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1dbe1zt9s4gx3f9hh9y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d46eca92-0d88-442f-abd4-289d58d0cd1b, ghrun-gnft54blbu.auto.internal:13247): creating call state
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d46eca92-0d88-442f-abd4-289d58d0cd1b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877042667654657687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cb46a78-407e-4f5c-bdf5-b6ff90bc5967, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb46a78-407e-4f5c-bdf5-b6ff90bc5967, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11899002495131448189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d46eca92-0d88-442f-abd4-289d58d0cd1b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038961." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1m97r8kdxpn6zch2jfy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ba5287-1fd9-41c8-b01a-1783d0ee40d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ba5287-1fd9-41c8-b01a-1783d0ee40d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877042667654657687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb46a78-407e-4f5c-bdf5-b6ff90bc5967, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1mw5vkvhahqhm7zaeb2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51c2512c-9a30-4bbe-8750-42aef2a570c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c2512c-9a30-4bbe-8750-42aef2a570c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11899002495131448189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ba5287-1fd9-41c8-b01a-1783d0ee40d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038961." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1qtb5a4wekrtxrhn9mw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55f47092-32d6-43d2-b133-e69fad799ba9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f47092-32d6-43d2-b133-e69fad799ba9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877042667654657687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f5d44f8e-b969-4688-9d4b-3bb50b277b89, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5d44f8e-b969-4688-9d4b-3bb50b277b89, localhost:62275): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5d44f8e-b969-4688-9d4b-3bb50b277b89, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 9655 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-gnft54blbu.auto.internal:9655, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13675
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c2512c-9a30-4bbe-8750-42aef2a570c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f47092-32d6-43d2-b133-e69fad799ba9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9aa08b-c98c-4a76-897a-96ef2ef9f162, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9aa08b-c98c-4a76-897a-96ef2ef9f162, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831483105056096995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f93a3dd-c5c5-4708-976e-d24378802fc1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f93a3dd-c5c5-4708-976e-d24378802fc1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3624280849575585786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f93a3dd-c5c5-4708-976e-d24378802fc1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b921fe2-2990-494b-9ab6-35e69e1a46e7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b921fe2-2990-494b-9ab6-35e69e1a46e7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11561563478756646326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9aa08b-c98c-4a76-897a-96ef2ef9f162, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 978745ef-5f35-49f2-97b2-5d9270d72881, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978745ef-5f35-49f2-97b2-5d9270d72881, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9064319826521188506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b921fe2-2990-494b-9ab6-35e69e1a46e7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc88f3c8-9ea8-489d-8dbd-b8e270350c7a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc88f3c8-9ea8-489d-8dbd-b8e270350c7a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074668103201193470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc88f3c8-9ea8-489d-8dbd-b8e270350c7a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec8a77c-2c73-4424-a17e-81c2c9e69ef4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec8a77c-2c73-4424-a17e-81c2c9e69ef4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15263311414945485345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978745ef-5f35-49f2-97b2-5d9270d72881, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c17ddd9a-71d7-4138-8874-79d3c44631da, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17ddd9a-71d7-4138-8874-79d3c44631da, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312054101141715234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec8a77c-2c73-4424-a17e-81c2c9e69ef4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cd0a67-219a-45b1-a9e1-9da63a17249c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cd0a67-219a-45b1-a9e1-9da63a17249c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234488750012159729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17ddd9a-71d7-4138-8874-79d3c44631da, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4fc6dda-ac47-476a-8bc0-18cfdaec8b3d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4fc6dda-ac47-476a-8bc0-18cfdaec8b3d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17620111455053410009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cd0a67-219a-45b1-a9e1-9da63a17249c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff24c3c-e433-47b0-ae12-19ad3f84f48d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff24c3c-e433-47b0-ae12-19ad3f84f48d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129605305864222501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4fc6dda-ac47-476a-8bc0-18cfdaec8b3d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e383e3c-cef8-463c-a577-1ad620c88744, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e383e3c-cef8-463c-a577-1ad620c88744, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17390362536897786548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e383e3c-cef8-463c-a577-1ad620c88744, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb7088b-0967-47dc-8c18-fb24f1a53c2a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff24c3c-e433-47b0-ae12-19ad3f84f48d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb7088b-0967-47dc-8c18-fb24f1a53c2a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021264074028895968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc45f47-c1e5-48a5-90e7-02dfdc2667ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc45f47-c1e5-48a5-90e7-02dfdc2667ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3038076929284370022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb7088b-0967-47dc-8c18-fb24f1a53c2a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb62f4e0-bebe-4655-a355-a297ea01d983, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb62f4e0-bebe-4655-a355-a297ea01d983, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838541543589212807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc45f47-c1e5-48a5-90e7-02dfdc2667ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86561d6f-adab-4f3f-b952-a2d4847ec2ba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86561d6f-adab-4f3f-b952-a2d4847ec2ba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584039237598942393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86561d6f-adab-4f3f-b952-a2d4847ec2ba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28395f77-5cae-46c8-b4fe-fa6c5826c55e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28395f77-5cae-46c8-b4fe-fa6c5826c55e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030356262988114839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb62f4e0-bebe-4655-a355-a297ea01d983, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6480a35b-8cca-4acc-a0cc-9de119dc112c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6480a35b-8cca-4acc-a0cc-9de119dc112c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13504122361344851579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28395f77-5cae-46c8-b4fe-fa6c5826c55e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f61b54-8207-4c47-8376-4b48f46ea942, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f61b54-8207-4c47-8376-4b48f46ea942, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4425199020920061991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6480a35b-8cca-4acc-a0cc-9de119dc112c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 219eef14-5813-4885-b87c-a836192e85ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 219eef14-5813-4885-b87c-a836192e85ef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639660472615990046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f61b54-8207-4c47-8376-4b48f46ea942, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db1f80f9-8838-44e0-b1f2-bc03cf60328a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1f80f9-8838-44e0-b1f2-bc03cf60328a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6716154685190709046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 219eef14-5813-4885-b87c-a836192e85ef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ed72d5a-df77-4467-b496-1267c3842be0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed72d5a-df77-4467-b496-1267c3842be0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7921734781120272396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1f80f9-8838-44e0-b1f2-bc03cf60328a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15040c55-e090-461e-bc5b-de723d032877, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15040c55-e090-461e-bc5b-de723d032877, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471520422237144816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed72d5a-df77-4467-b496-1267c3842be0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7f9045-bed0-4df2-9ec8-93c4c1a26c8f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7f9045-bed0-4df2-9ec8-93c4c1a26c8f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6089580819918958985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15040c55-e090-461e-bc5b-de723d032877, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d815588c-4493-4287-8417-4c03a1338e6e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d815588c-4493-4287-8417-4c03a1338e6e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8646613918799280828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7f9045-bed0-4df2-9ec8-93c4c1a26c8f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 347dee34-65d1-44c0-9107-16a749e8781e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347dee34-65d1-44c0-9107-16a749e8781e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6541057968925194923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d815588c-4493-4287-8417-4c03a1338e6e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e455d80e-590b-4593-aca3-53f8b6be53d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e455d80e-590b-4593-aca3-53f8b6be53d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 368759347989355629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347dee34-65d1-44c0-9107-16a749e8781e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88b0b868-1347-49d0-989a-974b525b0111, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88b0b868-1347-49d0-989a-974b525b0111, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248531927479387121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e455d80e-590b-4593-aca3-53f8b6be53d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4d89f9-ea4f-4fbe-8fed-07955f519de3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4d89f9-ea4f-4fbe-8fed-07955f519de3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13936129662418972732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88b0b868-1347-49d0-989a-974b525b0111, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cbfcfb-0920-4f6d-ae30-9eaeec36623e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cbfcfb-0920-4f6d-ae30-9eaeec36623e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18164861998988215489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4d89f9-ea4f-4fbe-8fed-07955f519de3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32158d08-4d6b-456d-9b7c-30e3519c0443, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32158d08-4d6b-456d-9b7c-30e3519c0443, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052094967477756622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cbfcfb-0920-4f6d-ae30-9eaeec36623e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ad6cf06-6db3-47ba-addc-4eefa373b63d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ad6cf06-6db3-47ba-addc-4eefa373b63d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603228562267746190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32158d08-4d6b-456d-9b7c-30e3519c0443, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc5cb46a-d06d-4a30-8163-617b8eb1b678, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5cb46a-d06d-4a30-8163-617b8eb1b678, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187683789768807254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ad6cf06-6db3-47ba-addc-4eefa373b63d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16b10331-26df-408b-94d5-2986d519207a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16b10331-26df-408b-94d5-2986d519207a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14333911542711950426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16b10331-26df-408b-94d5-2986d519207a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8c9822a-1605-403e-9c20-c4e6b6136d63, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c9822a-1605-403e-9c20-c4e6b6136d63, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6403451238460406898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5cb46a-d06d-4a30-8163-617b8eb1b678, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a073b22-0186-4e60-8a81-8f34952636ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a073b22-0186-4e60-8a81-8f34952636ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1457137905815392447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a073b22-0186-4e60-8a81-8f34952636ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e13ba66-2293-49bc-963f-a8b3d784be9a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e13ba66-2293-49bc-963f-a8b3d784be9a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11492184957910609594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e13ba66-2293-49bc-963f-a8b3d784be9a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af939aba-3474-4c97-be65-df2799357812, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af939aba-3474-4c97-be65-df2799357812, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7604260444226669011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c9822a-1605-403e-9c20-c4e6b6136d63, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400a2054-18b5-49f9-b286-09b751fc6959, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400a2054-18b5-49f9-b286-09b751fc6959, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820342232411862779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af939aba-3474-4c97-be65-df2799357812, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc4fb64-8e75-4287-a38b-80cbec256e02, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc4fb64-8e75-4287-a38b-80cbec256e02, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14396470475675123713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400a2054-18b5-49f9-b286-09b751fc6959, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ee3c98-14f1-4f9e-b45b-2585beb621a1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ee3c98-14f1-4f9e-b45b-2585beb621a1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6045277724552006893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc4fb64-8e75-4287-a38b-80cbec256e02, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ebf0dd4-6593-477c-9f75-1b2b4c45d332, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ebf0dd4-6593-477c-9f75-1b2b4c45d332, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100463152079657296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ee3c98-14f1-4f9e-b45b-2585beb621a1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d16d68a3-e044-42e9-bf50-067e11afba70, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16d68a3-e044-42e9-bf50-067e11afba70, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15172156667660854937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ebf0dd4-6593-477c-9f75-1b2b4c45d332, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6017a63a-7b9a-49b2-99a6-37bd1dc9164d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6017a63a-7b9a-49b2-99a6-37bd1dc9164d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885444674009130566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16d68a3-e044-42e9-bf50-067e11afba70, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5edc62c8-85d8-4b9c-8e71-0cc99a98fbe4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edc62c8-85d8-4b9c-8e71-0cc99a98fbe4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17447681812960507731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6017a63a-7b9a-49b2-99a6-37bd1dc9164d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0b4bbb-15ed-4256-8d0c-0bb325848ae6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edc62c8-85d8-4b9c-8e71-0cc99a98fbe4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0b4bbb-15ed-4256-8d0c-0bb325848ae6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8358576511177333307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 404db9bf-7951-4613-b772-2e50d4b5ccc8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404db9bf-7951-4613-b772-2e50d4b5ccc8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14355052657711205737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0b4bbb-15ed-4256-8d0c-0bb325848ae6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cf0076-4f2d-4cb0-8ad4-c7c42650d012, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cf0076-4f2d-4cb0-8ad4-c7c42650d012, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9844814464809727880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404db9bf-7951-4613-b772-2e50d4b5ccc8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68197ab8-8526-4d74-99c9-5712f837af68, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68197ab8-8526-4d74-99c9-5712f837af68, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12563322904547738185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cf0076-4f2d-4cb0-8ad4-c7c42650d012, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5236a4ef-e9ac-40c1-a884-b9e91e8c5a13, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5236a4ef-e9ac-40c1-a884-b9e91e8c5a13, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9868782273051649005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68197ab8-8526-4d74-99c9-5712f837af68, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5236a4ef-e9ac-40c1-a884-b9e91e8c5a13, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24bab8f-a188-4dc2-9dda-f13c29bfc40c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24bab8f-a188-4dc2-9dda-f13c29bfc40c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330829610641036570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b22d7df4-ed10-4080-a3cf-bdbeb8b3d95f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22d7df4-ed10-4080-a3cf-bdbeb8b3d95f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 28396763145282074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24bab8f-a188-4dc2-9dda-f13c29bfc40c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0b0fe1a-dec3-4559-91eb-0dd88231c673, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b0fe1a-dec3-4559-91eb-0dd88231c673, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2107576502542860637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22d7df4-ed10-4080-a3cf-bdbeb8b3d95f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0634ba72-3dd5-4c2f-826e-6a58677c637a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0634ba72-3dd5-4c2f-826e-6a58677c637a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15560529019057402545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b0fe1a-dec3-4559-91eb-0dd88231c673, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 987c3c1d-d40a-4620-9185-aaab6e8331aa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987c3c1d-d40a-4620-9185-aaab6e8331aa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8570161777167350053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0634ba72-3dd5-4c2f-826e-6a58677c637a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75b459c-2fc1-4b15-97a1-bcb90a51f3a1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75b459c-2fc1-4b15-97a1-bcb90a51f3a1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331674788694044837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987c3c1d-d40a-4620-9185-aaab6e8331aa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf94d02-e4e6-43ea-ad07-6bbd60d9da27, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf94d02-e4e6-43ea-ad07-6bbd60d9da27, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402178774045875316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75b459c-2fc1-4b15-97a1-bcb90a51f3a1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b5ad383-18b1-427b-b13c-e73064130f9b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b5ad383-18b1-427b-b13c-e73064130f9b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12156663955117727305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf94d02-e4e6-43ea-ad07-6bbd60d9da27, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8219a0ad-c2ed-441f-b2ef-573bdfd157a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b5ad383-18b1-427b-b13c-e73064130f9b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae8f10ba-0eb9-4041-8a3e-d953a81de983, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8f10ba-0eb9-4041-8a3e-d953a81de983, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5995455423981140043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8219a0ad-c2ed-441f-b2ef-573bdfd157a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16867716851178955828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13675/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8f10ba-0eb9-4041-8a3e-d953a81de983, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8219a0ad-c2ed-441f-b2ef-573bdfd157a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8db6e995-eb63-4f53-b991-67d8953b701a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db6e995-eb63-4f53-b991-67d8953b701a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8841620662032579820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de34b0b8-8c99-48a2-b976-9709dc79bced, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de34b0b8-8c99-48a2-b976-9709dc79bced, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6366838266572176530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de34b0b8-8c99-48a2-b976-9709dc79bced, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ce627b-8e13-476e-87ef-06136a0d740e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ce627b-8e13-476e-87ef-06136a0d740e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13076969655450405508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db6e995-eb63-4f53-b991-67d8953b701a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e1f6fbe-a082-4026-ac58-e9a3bb0d3467, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1f6fbe-a082-4026-ac58-e9a3bb0d3467, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7071539643701089867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ce627b-8e13-476e-87ef-06136a0d740e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17a74a24-8843-49ae-b876-3ee54daf4eeb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a74a24-8843-49ae-b876-3ee54daf4eeb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9613552059122881966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1f6fbe-a082-4026-ac58-e9a3bb0d3467, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34463209-377e-4b99-aa9c-d90b94e68a4b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34463209-377e-4b99-aa9c-d90b94e68a4b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31315447519912120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a74a24-8843-49ae-b876-3ee54daf4eeb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d92f2ea-412d-4ce2-a7a1-a1c718705fd0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d92f2ea-412d-4ce2-a7a1-a1c718705fd0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7103854112654888716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34463209-377e-4b99-aa9c-d90b94e68a4b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce755064-8034-4609-9d56-69ff68182555, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce755064-8034-4609-9d56-69ff68182555, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898458968013043200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d92f2ea-412d-4ce2-a7a1-a1c718705fd0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b567500d-0d24-46f1-bb9b-07d6823199b3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b567500d-0d24-46f1-bb9b-07d6823199b3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891380982721513204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce755064-8034-4609-9d56-69ff68182555, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b13b9a18-3434-4704-9930-52828397e085, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13b9a18-3434-4704-9930-52828397e085, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171454166663434543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13b9a18-3434-4704-9930-52828397e085, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11f3542b-db41-48cf-bafc-cda6b99134a7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f3542b-db41-48cf-bafc-cda6b99134a7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2018566655717173525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b567500d-0d24-46f1-bb9b-07d6823199b3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1eebb14-6c09-470f-8508-321d6347abbb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eebb14-6c09-470f-8508-321d6347abbb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746456649456564058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f3542b-db41-48cf-bafc-cda6b99134a7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d227710c-8162-4859-b405-cf7cadf12ecb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d227710c-8162-4859-b405-cf7cadf12ecb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10728364815731817296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eebb14-6c09-470f-8508-321d6347abbb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa648cae-65e5-4c6d-ab7a-2a3fdd9c685a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa648cae-65e5-4c6d-ab7a-2a3fdd9c685a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14164733114440249066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d227710c-8162-4859-b405-cf7cadf12ecb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0447f70-e170-4847-ac30-a2af961bff9c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0447f70-e170-4847-ac30-a2af961bff9c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16378128004050025092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa648cae-65e5-4c6d-ab7a-2a3fdd9c685a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de4b859-5b04-4b44-9317-1cfe8870eddd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de4b859-5b04-4b44-9317-1cfe8870eddd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12626274175043821006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0447f70-e170-4847-ac30-a2af961bff9c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0094749b-40f2-45c5-bdce-1ed503a2eff2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0094749b-40f2-45c5-bdce-1ed503a2eff2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15636513332147139827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de4b859-5b04-4b44-9317-1cfe8870eddd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee47f4e-99b5-4e43-9830-de8e323faa85, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee47f4e-99b5-4e43-9830-de8e323faa85, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5982500382044891635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0094749b-40f2-45c5-bdce-1ed503a2eff2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5994c505-76a6-485e-9ada-a7ef92ab5173, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5994c505-76a6-485e-9ada-a7ef92ab5173, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1878121887757828731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee47f4e-99b5-4e43-9830-de8e323faa85, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfc5087-0b31-4e90-a71c-96cc3de65aa5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfc5087-0b31-4e90-a71c-96cc3de65aa5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6728723707507255915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5994c505-76a6-485e-9ada-a7ef92ab5173, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21f195a3-649f-47d4-8cdd-b4aa16b0e960, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f195a3-649f-47d4-8cdd-b4aa16b0e960, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11383017497682047983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfc5087-0b31-4e90-a71c-96cc3de65aa5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f1d222a-3357-45f9-9656-42ad7945779c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1d222a-3357-45f9-9656-42ad7945779c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854230788679559327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f195a3-649f-47d4-8cdd-b4aa16b0e960, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65ab8bb4-ca82-4fc0-933e-b00bb3d472c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65ab8bb4-ca82-4fc0-933e-b00bb3d472c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12702780147810780773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1d222a-3357-45f9-9656-42ad7945779c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f02106-fa1d-4f3d-8019-9c8167de6634, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f02106-fa1d-4f3d-8019-9c8167de6634, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7033475913816064074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65ab8bb4-ca82-4fc0-933e-b00bb3d472c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a39e556-5bbf-4d32-acd5-96ceb53dbeb1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f02106-fa1d-4f3d-8019-9c8167de6634, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a39e556-5bbf-4d32-acd5-96ceb53dbeb1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5110447511504800136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09eecb84-d35e-4e28-bf8b-4890f06b0c1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09eecb84-d35e-4e28-bf8b-4890f06b0c1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2570276277905760850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09eecb84-d35e-4e28-bf8b-4890f06b0c1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4edafce-04a2-4342-b8cd-ea8eaf6da432, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4edafce-04a2-4342-b8cd-ea8eaf6da432, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6789395551986156845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a39e556-5bbf-4d32-acd5-96ceb53dbeb1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1b72c7-968d-40a4-bb36-0a48e096189d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1b72c7-968d-40a4-bb36-0a48e096189d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17745162536316507804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4edafce-04a2-4342-b8cd-ea8eaf6da432, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 978c60c6-3c76-419a-94f6-8a414cc6d167, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1b72c7-968d-40a4-bb36-0a48e096189d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10fcbd44-14c3-4525-b9b0-d4c3eba49a55, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10fcbd44-14c3-4525-b9b0-d4c3eba49a55, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247926928388438296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978c60c6-3c76-419a-94f6-8a414cc6d167, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9455568542530624844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10fcbd44-14c3-4525-b9b0-d4c3eba49a55, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6890e747-09a6-4fc6-bac7-296f8a8ebd92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6890e747-09a6-4fc6-bac7-296f8a8ebd92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8311944811038721756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978c60c6-3c76-419a-94f6-8a414cc6d167, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 598a78ea-4f89-4db6-8f0d-d780d56c50eb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 598a78ea-4f89-4db6-8f0d-d780d56c50eb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15291865977123132306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6890e747-09a6-4fc6-bac7-296f8a8ebd92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 598a78ea-4f89-4db6-8f0d-d780d56c50eb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d61edfed-b0c2-41fa-b96c-aa7b3f4a2d89, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f772862b-72fa-4d14-b58a-a13cef42f36f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f772862b-72fa-4d14-b58a-a13cef42f36f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019325675660992131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61edfed-b0c2-41fa-b96c-aa7b3f4a2d89, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5954093696977970371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f772862b-72fa-4d14-b58a-a13cef42f36f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad90a16d-d95f-43e8-ab3d-69635c5a200f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad90a16d-d95f-43e8-ab3d-69635c5a200f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3636285127962371362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61edfed-b0c2-41fa-b96c-aa7b3f4a2d89, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3d6be9f-43d1-41e9-88f2-65301d9e2ef4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d6be9f-43d1-41e9-88f2-65301d9e2ef4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12308785041411771162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad90a16d-d95f-43e8-ab3d-69635c5a200f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5424cf05-b4dc-4d8a-8a18-1d354e79e250, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5424cf05-b4dc-4d8a-8a18-1d354e79e250, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283984907279460868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d6be9f-43d1-41e9-88f2-65301d9e2ef4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ca71a0c-459b-4b57-a54d-a2e26f404416, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca71a0c-459b-4b57-a54d-a2e26f404416, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249904007489148306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5424cf05-b4dc-4d8a-8a18-1d354e79e250, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d59556b1-ec1a-403f-afa9-37662f02b612, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59556b1-ec1a-403f-afa9-37662f02b612, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9786774522731764886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59556b1-ec1a-403f-afa9-37662f02b612, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d091376b-5b55-4a06-8cd7-255cca6e8928, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d091376b-5b55-4a06-8cd7-255cca6e8928, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453334144845163356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca71a0c-459b-4b57-a54d-a2e26f404416, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec12ec4-eca9-4220-9ba1-c08f5d13a248, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec12ec4-eca9-4220-9ba1-c08f5d13a248, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10150957225456449477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d091376b-5b55-4a06-8cd7-255cca6e8928, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c1fae7-6e7c-4f5c-bfd1-50ffd6284cc8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c1fae7-6e7c-4f5c-bfd1-50ffd6284cc8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049152070759819476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec12ec4-eca9-4220-9ba1-c08f5d13a248, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18a709fc-d5d0-4c53-81df-91915124a73d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a709fc-d5d0-4c53-81df-91915124a73d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408271652501039864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c1fae7-6e7c-4f5c-bfd1-50ffd6284cc8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd8f3dd6-f880-4a0a-a77b-f86f4f24e23e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8f3dd6-f880-4a0a-a77b-f86f4f24e23e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4713843630261164681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a709fc-d5d0-4c53-81df-91915124a73d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f881a549-9636-484e-840f-a5515a187be4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f881a549-9636-484e-840f-a5515a187be4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5572712429633355584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8f3dd6-f880-4a0a-a77b-f86f4f24e23e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4dca2a9-3e7d-4a02-933b-adcaf398158f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4dca2a9-3e7d-4a02-933b-adcaf398158f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805442444702741899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log', '--grpc-port=13675', '--mon-port=13816', '--ic-port=7120', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1545115
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13675/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.34
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f881a549-9636-484e-840f-a5515a187be4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffc9b6e-d116-499e-83a7-bbf0fcb35a7e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffc9b6e-d116-499e-83a7-bbf0fcb35a7e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601886526527465356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4dca2a9-3e7d-4a02-933b-adcaf398158f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f0de5b-ad79-4751-8e53-4da6995e9f4c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f0de5b-ad79-4751-8e53-4da6995e9f4c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 215045545840022714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714" } } } 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.34
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1545118
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffc9b6e-d116-499e-83a7-bbf0fcb35a7e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f0de5b-ad79-4751-8e53-4da6995e9f4c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9383e24b-c2a6-468e-ab9e-33b6e6600f31, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9383e24b-c2a6-468e-ab9e-33b6e6600f31, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4009779598708109477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01987ad8-a939-46a6-8e2c-f2f1a0a74e43, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01987ad8-a939-46a6-8e2c-f2f1a0a74e43, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3985620490021434931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9383e24b-c2a6-468e-ab9e-33b6e6600f31, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95d97edd-2bda-44d4-8168-63379c19ad02, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d97edd-2bda-44d4-8168-63379c19ad02, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6279368525869777202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01987ad8-a939-46a6-8e2c-f2f1a0a74e43, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e3f9ab5-40af-4adc-99b2-a1abf6fba42a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3f9ab5-40af-4adc-99b2-a1abf6fba42a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000655169555070607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3f9ab5-40af-4adc-99b2-a1abf6fba42a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa235384-d56e-4123-8182-1759b2247cc2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d97edd-2bda-44d4-8168-63379c19ad02, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa235384-d56e-4123-8182-1759b2247cc2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9892484477782031315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c8e1c21-7dbe-418b-9d1a-c1c43d29cef3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8e1c21-7dbe-418b-9d1a-c1c43d29cef3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 61933744890230608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa235384-d56e-4123-8182-1759b2247cc2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07f8190d-6b63-4a23-b9a7-0fa9ef27b774, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8e1c21-7dbe-418b-9d1a-c1c43d29cef3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f8190d-6b63-4a23-b9a7-0fa9ef27b774, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9802029473460144450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c35282-c5f0-4f72-905a-b782e6740798, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c35282-c5f0-4f72-905a-b782e6740798, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474206528315162852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f8190d-6b63-4a23-b9a7-0fa9ef27b774, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20c45dd1-45c6-4e91-8f8f-122a6aa5c84a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c45dd1-45c6-4e91-8f8f-122a6aa5c84a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17794143876350362371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c35282-c5f0-4f72-905a-b782e6740798, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6f45d7c-af4d-437a-b0ff-a71e385f19fd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f45d7c-af4d-437a-b0ff-a71e385f19fd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090612171533185111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c45dd1-45c6-4e91-8f8f-122a6aa5c84a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0ffed40-8395-4f2b-a56c-e2b0acb5d344, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ffed40-8395-4f2b-a56c-e2b0acb5d344, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2407918611943470574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f45d7c-af4d-437a-b0ff-a71e385f19fd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8c4103-7762-42f5-8701-44ec115c9f17, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8c4103-7762-42f5-8701-44ec115c9f17, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6175383828829528027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ffed40-8395-4f2b-a56c-e2b0acb5d344, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c9df4db-c6bc-4a65-b70b-1f0318b70ac7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9df4db-c6bc-4a65-b70b-1f0318b70ac7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033085740440546245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8c4103-7762-42f5-8701-44ec115c9f17, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85890ba-ec13-417c-905e-4d3cbc836806, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85890ba-ec13-417c-905e-4d3cbc836806, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13095110351150432963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9df4db-c6bc-4a65-b70b-1f0318b70ac7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d93f872-974b-4b4d-a187-8d7cdb9b5f71, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d93f872-974b-4b4d-a187-8d7cdb9b5f71, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 770938748044595617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85890ba-ec13-417c-905e-4d3cbc836806, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb8f8880-46bc-4547-a862-c4ed7ebccb4d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8f8880-46bc-4547-a862-c4ed7ebccb4d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403910044603643374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d93f872-974b-4b4d-a187-8d7cdb9b5f71, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 138e1d4f-0f9f-4a51-86c9-cf491dd478ce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138e1d4f-0f9f-4a51-86c9-cf491dd478ce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17368341203281797456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8f8880-46bc-4547-a862-c4ed7ebccb4d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74f0202-f99b-4725-beb4-c48465bfe18e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74f0202-f99b-4725-beb4-c48465bfe18e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12905726193640459782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138e1d4f-0f9f-4a51-86c9-cf491dd478ce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0011f750-a0cf-4462-bddc-01e591c6bccf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0011f750-a0cf-4462-bddc-01e591c6bccf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9507492960276708485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74f0202-f99b-4725-beb4-c48465bfe18e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f295ab7-4de2-4ac8-9eb7-47dd7ddc0b7f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f295ab7-4de2-4ac8-9eb7-47dd7ddc0b7f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5700440057931501266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0011f750-a0cf-4462-bddc-01e591c6bccf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ab2b93-7629-419f-a658-237fff0cfb9b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f295ab7-4de2-4ac8-9eb7-47dd7ddc0b7f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ab2b93-7629-419f-a658-237fff0cfb9b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17750326001356846845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcd5ef2-2fc7-420a-944b-f40c0e5f4403, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcd5ef2-2fc7-420a-944b-f40c0e5f4403, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7198255856737819342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ab2b93-7629-419f-a658-237fff0cfb9b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d421eda4-5154-4591-b3ab-0d7243197a80, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d421eda4-5154-4591-b3ab-0d7243197a80, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098287363345997193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcd5ef2-2fc7-420a-944b-f40c0e5f4403, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2455e52-1014-4deb-b6d3-c5f62903f339, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2455e52-1014-4deb-b6d3-c5f62903f339, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13946066026227884734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d421eda4-5154-4591-b3ab-0d7243197a80, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b2152a-0264-49b5-8e08-de1822061f1c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b2152a-0264-49b5-8e08-de1822061f1c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8018951516674036468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2455e52-1014-4deb-b6d3-c5f62903f339, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a859385-54d8-4087-8946-521707fde442, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a859385-54d8-4087-8946-521707fde442, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12430663280477684654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b2152a-0264-49b5-8e08-de1822061f1c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f64ff636-4bd5-4364-afcf-0624e2dc4f2e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64ff636-4bd5-4364-afcf-0624e2dc4f2e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11081117850405099310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a859385-54d8-4087-8946-521707fde442, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3747d20a-5b6d-4072-b3b7-b7dbd393a678, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3747d20a-5b6d-4072-b3b7-b7dbd393a678, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078309232913197474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64ff636-4bd5-4364-afcf-0624e2dc4f2e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce612523-3bae-4710-87b0-1909adba6b05, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce612523-3bae-4710-87b0-1909adba6b05, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4609766429462409248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce612523-3bae-4710-87b0-1909adba6b05, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a143a84-a394-496e-b411-43a5ea888c68, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a143a84-a394-496e-b411-43a5ea888c68, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747625727816421472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3747d20a-5b6d-4072-b3b7-b7dbd393a678, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80a6281f-09db-4a83-b539-9ad98d9ea148, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a6281f-09db-4a83-b539-9ad98d9ea148, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171559250651197649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a143a84-a394-496e-b411-43a5ea888c68, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4657e306-b405-4c59-af43-810bae2e8fc0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4657e306-b405-4c59-af43-810bae2e8fc0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5601268355361507355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a6281f-09db-4a83-b539-9ad98d9ea148, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d071064e-9e1a-47c6-9e10-dda764cc45a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d071064e-9e1a-47c6-9e10-dda764cc45a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18214803732403903722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4657e306-b405-4c59-af43-810bae2e8fc0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07b12b4-aa2f-4538-92be-6bcfd12cb9cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07b12b4-aa2f-4538-92be-6bcfd12cb9cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11846423171154580414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d071064e-9e1a-47c6-9e10-dda764cc45a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f3d1a13-1288-4021-9912-221f5c635c83, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f3d1a13-1288-4021-9912-221f5c635c83, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10417005175962246482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07b12b4-aa2f-4538-92be-6bcfd12cb9cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d45555c-0ab0-4858-b026-1bee21e3c2db, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d45555c-0ab0-4858-b026-1bee21e3c2db, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13507826952024139101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f3d1a13-1288-4021-9912-221f5c635c83, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9593cb2b-bf68-485c-aa1c-48fa333ec856, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9593cb2b-bf68-485c-aa1c-48fa333ec856, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9405605743734916918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d45555c-0ab0-4858-b026-1bee21e3c2db, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e203a27-8cfc-4993-9a8d-ffac2f0c28be, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e203a27-8cfc-4993-9a8d-ffac2f0c28be, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2313852685248444269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9593cb2b-bf68-485c-aa1c-48fa333ec856, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09d91233-875a-4260-a32a-a6ebeca62e8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09d91233-875a-4260-a32a-a6ebeca62e8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17308696244497629921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e203a27-8cfc-4993-9a8d-ffac2f0c28be, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09d91233-875a-4260-a32a-a6ebeca62e8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d0ad67-50ba-403f-b626-134b5e797e71, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d0ad67-50ba-403f-b626-134b5e797e71, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8026375141013747434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78a4bcc4-4f48-4806-a782-3e94bcf5b384, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a4bcc4-4f48-4806-a782-3e94bcf5b384, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2293620273398170758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d0ad67-50ba-403f-b626-134b5e797e71, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b638ead6-4f42-4249-93df-694bb9b1c878, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b638ead6-4f42-4249-93df-694bb9b1c878, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686924312690765197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a4bcc4-4f48-4806-a782-3e94bcf5b384, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49c48604-74c6-456e-94e9-b5e74de62979, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c48604-74c6-456e-94e9-b5e74de62979, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4680510643328382161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b638ead6-4f42-4249-93df-694bb9b1c878, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c2a9071-b0c2-47a1-b299-d2b66215dc0c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c2a9071-b0c2-47a1-b299-d2b66215dc0c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4428983297991148798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c48604-74c6-456e-94e9-b5e74de62979, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f69aea08-c568-45cb-a3fc-b8b65ec3ed99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69aea08-c568-45cb-a3fc-b8b65ec3ed99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2346065162972517819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c2a9071-b0c2-47a1-b299-d2b66215dc0c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82bfa3c0-f5ef-4443-9ff4-b2b225c3f001, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69aea08-c568-45cb-a3fc-b8b65ec3ed99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2903e251-24c5-42b8-851e-df9c61aacb69, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2903e251-24c5-42b8-851e-df9c61aacb69, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34175096936090230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bfa3c0-f5ef-4443-9ff4-b2b225c3f001, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813166033597395589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2903e251-24c5-42b8-851e-df9c61aacb69, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b23afc60-e933-4304-82f6-beed0e4bf211, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23afc60-e933-4304-82f6-beed0e4bf211, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9369822829295614077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bfa3c0-f5ef-4443-9ff4-b2b225c3f001, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20e2a52-a824-49ea-b02c-72c7d5268b20, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20e2a52-a824-49ea-b02c-72c7d5268b20, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5761956311926627558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23afc60-e933-4304-82f6-beed0e4bf211, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07445141-3539-46f8-83d7-21c7622e79fc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07445141-3539-46f8-83d7-21c7622e79fc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9586940987632269872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20e2a52-a824-49ea-b02c-72c7d5268b20, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 468a88f9-b7fa-45e7-979e-31c4b1b2d6ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468a88f9-b7fa-45e7-979e-31c4b1b2d6ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5881275488897161685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07445141-3539-46f8-83d7-21c7622e79fc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23daaa6-7107-42ee-ba62-c9f0977baec2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23daaa6-7107-42ee-ba62-c9f0977baec2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5886804390082243503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23daaa6-7107-42ee-ba62-c9f0977baec2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40168550-05bd-4ca9-8b72-1c50de94d9f1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40168550-05bd-4ca9-8b72-1c50de94d9f1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1026404577902412905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905" } } } 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 1545118) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1545118) elapsed time (sec): 1.0413661003112793
DEBUG    ya.test:process.py:263 Command (pid 1545118) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) maxrss: 846052
DEBUG    ya.test:process.py:263 Command (pid 1545118) minflt: 45226
DEBUG    ya.test:process.py:263 Command (pid 1545118) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) nivcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1545118) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1545118) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1545118) stime: 0.205113
DEBUG    ya.test:process.py:263 Command (pid 1545118) utime: 0.551298
DEBUG    ya.test:process.py:263 Command (pid 1545118) wtime: 1.051
DEBUG    ya.test:process.py:275 Command (pid 1545118) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40168550-05bd-4ca9-8b72-1c50de94d9f1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e12d5d-c018-48b5-99fc-77ef05c2f661, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e12d5d-c018-48b5-99fc-77ef05c2f661, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023182814641952508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468a88f9-b7fa-45e7-979e-31c4b1b2d6ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd4370f30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd4370f30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e12d5d-c018-48b5-99fc-77ef05c2f661, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd43639b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd43639b0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" 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 0x7bdbd43639b0>
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 0x7bdbd29efdf0 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 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): on response callback success
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 0x7bdbd29ec170 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 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:17:04.973106237+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
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-23T15:17:04.973106237+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:17:04.986340148+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:17:04.986340148+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:421 RpcState(ListEndpoints, c838741b-fc52-4dbd-9064-e925ff5ae25d, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c838741b-fc52-4dbd-9064-e925ff5ae25d, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c838741b-fc52-4dbd-9064-e925ff5ae25d, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:13247, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:17:07.31296079+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-10-23T15:17:07.316684455+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "CANCELLED"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:17:07.331093614+00:00", grpc_status:1, grpc_message:"CANCELLED"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: CANCELLED
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {created_time:"2025-10-23T15:17:07.347831941+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {created_time:"2025-10-23T15:17:07.347831941+00:00", grpc_status:14}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): 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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 3d9677ad-4726-405b-8a65-829588b32a2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 3d9677ad-4726-405b-8a65-829588b32a2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, b54237c7-abe4-41a8-a053-b8bd8876e207, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, b54237c7-abe4-41a8-a053-b8bd8876e207, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6adbd358-8056-49a9-9b8d-7d2afcbd47d2, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6adbd358-8056-49a9-9b8d-7d2afcbd47d2, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6adbd358-8056-49a9-9b8d-7d2afcbd47d2, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, b54237c7-abe4-41a8-a053-b8bd8876e207, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=5912de59-1a2a722e-861b0876-f8ed8339" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ab4d0e5-00a0-4f5e-a41b-70c3f00fc74a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab4d0e5-00a0-4f5e-a41b-70c3f00fc74a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12503799673019763151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151" } } } 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, 3d9677ad-4726-405b-8a65-829588b32a2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=5912de59-1a2a722e-861b0876-f8ed8339" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8284bda6-6347-49ed-9f24-e73ece3b21e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8284bda6-6347-49ed-9f24-e73ece3b21e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390135757042311449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8284bda6-6347-49ed-9f24-e73ece3b21e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab4d0e5-00a0-4f5e-a41b-70c3f00fc74a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3b56cc0-1af2-42ee-bdf9-eea8cd3bb48f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b56cc0-1af2-42ee-bdf9-eea8cd3bb48f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645112934844694991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 346ab384-a0df-4bef-a9af-496ae43037d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346ab384-a0df-4bef-a9af-496ae43037d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3445457457246755536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b56cc0-1af2-42ee-bdf9-eea8cd3bb48f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 339e97ee-ce95-47be-9ecd-91b97807560b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339e97ee-ce95-47be-9ecd-91b97807560b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3244362392222890869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346ab384-a0df-4bef-a9af-496ae43037d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e5c8acb-a3a7-4b43-b5cb-a88357ac393e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5c8acb-a3a7-4b43-b5cb-a88357ac393e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591180581359595736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339e97ee-ce95-47be-9ecd-91b97807560b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27471122-c5c3-425a-bcaf-a5906b4ea470, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27471122-c5c3-425a-bcaf-a5906b4ea470, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092429559173863980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5c8acb-a3a7-4b43-b5cb-a88357ac393e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7df6fdb-311c-4ce7-8a68-4a7e6b9b1c18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7df6fdb-311c-4ce7-8a68-4a7e6b9b1c18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074576161991681783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27471122-c5c3-425a-bcaf-a5906b4ea470, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a60015a-691a-40e7-abf0-87239418fcb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a60015a-691a-40e7-abf0-87239418fcb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7093217531430459355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7df6fdb-311c-4ce7-8a68-4a7e6b9b1c18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc7d7ec2-60d6-4e2b-bda6-992418ff01fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7d7ec2-60d6-4e2b-bda6-992418ff01fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709357884268147246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a60015a-691a-40e7-abf0-87239418fcb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c38c823-4720-4e3f-b977-891e66faf0d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c38c823-4720-4e3f-b977-891e66faf0d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324816336402432662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7d7ec2-60d6-4e2b-bda6-992418ff01fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3e471bc-02a9-47fc-9ae5-ecbaaf5e5dd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e471bc-02a9-47fc-9ae5-ecbaaf5e5dd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299339344614670098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c38c823-4720-4e3f-b977-891e66faf0d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10c4e44d-9bd5-4b88-b89e-d6f950cd3704, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c4e44d-9bd5-4b88-b89e-d6f950cd3704, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882102067020221844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e471bc-02a9-47fc-9ae5-ecbaaf5e5dd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0a16ad5-3e4d-4f4e-9387-b15c7377ed8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a16ad5-3e4d-4f4e-9387-b15c7377ed8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756458740994598737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c4e44d-9bd5-4b88-b89e-d6f950cd3704, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed0b1fc-3c12-401b-803e-ea1b9498bab2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed0b1fc-3c12-401b-803e-ea1b9498bab2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372743629610188355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a16ad5-3e4d-4f4e-9387-b15c7377ed8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1596750-ee21-4cd3-9dc6-6fbe77283e9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1596750-ee21-4cd3-9dc6-6fbe77283e9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6608587825176683194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed0b1fc-3c12-401b-803e-ea1b9498bab2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e45e82d-0aab-4cfe-8848-f38880d057a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e45e82d-0aab-4cfe-8848-f38880d057a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354160840037927359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1596750-ee21-4cd3-9dc6-6fbe77283e9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e8e6cb3-cc97-4caa-b005-6e861fff9f1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8e6cb3-cc97-4caa-b005-6e861fff9f1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17556496582193521673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e45e82d-0aab-4cfe-8848-f38880d057a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97ac9f0f-3fdf-4a6f-99ed-a5134afa4f93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ac9f0f-3fdf-4a6f-99ed-a5134afa4f93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2003839840960644975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8e6cb3-cc97-4caa-b005-6e861fff9f1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08935189-2d9d-4b9c-8d84-8e165160c9be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08935189-2d9d-4b9c-8d84-8e165160c9be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16681827619021799732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ac9f0f-3fdf-4a6f-99ed-a5134afa4f93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b47c228-4d47-40f6-91a5-7fc91a1860ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b47c228-4d47-40f6-91a5-7fc91a1860ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14761312870304378332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08935189-2d9d-4b9c-8d84-8e165160c9be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7177b471-21a2-4fd8-b89e-55bcd8e6d84f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7177b471-21a2-4fd8-b89e-55bcd8e6d84f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15322328745536692544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b47c228-4d47-40f6-91a5-7fc91a1860ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7d363e-73ad-45ac-a895-781dbaf0b49c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7d363e-73ad-45ac-a895-781dbaf0b49c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749276177180660550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7177b471-21a2-4fd8-b89e-55bcd8e6d84f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acfc5254-79e2-44e1-9f3b-2758a5bac02e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acfc5254-79e2-44e1-9f3b-2758a5bac02e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7303607284652300437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7d363e-73ad-45ac-a895-781dbaf0b49c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c58d772-16a2-489e-aae3-928b14368b6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c58d772-16a2-489e-aae3-928b14368b6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718330847298815927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acfc5254-79e2-44e1-9f3b-2758a5bac02e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f3aa384-91f3-4a6e-90a8-52078f0e9f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3aa384-91f3-4a6e-90a8-52078f0e9f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3460419043863778355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c58d772-16a2-489e-aae3-928b14368b6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7ba147e-4cb3-482b-99c5-912cce0b69cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ba147e-4cb3-482b-99c5-912cce0b69cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14633736516138546450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3aa384-91f3-4a6e-90a8-52078f0e9f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb3f1607-6749-4b81-9708-e9682bd7d87b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3f1607-6749-4b81-9708-e9682bd7d87b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4775170444484425093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ba147e-4cb3-482b-99c5-912cce0b69cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca33f753-9d17-44b1-a885-b6a9920da826, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca33f753-9d17-44b1-a885-b6a9920da826, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17829674921886521381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3f1607-6749-4b81-9708-e9682bd7d87b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1738374-85e9-496d-9fef-8a2e8532b5d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1738374-85e9-496d-9fef-8a2e8532b5d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18102884459245428458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca33f753-9d17-44b1-a885-b6a9920da826, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 956cdc47-3f91-455d-af28-01d063626bf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956cdc47-3f91-455d-af28-01d063626bf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070752347266357308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1738374-85e9-496d-9fef-8a2e8532b5d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac02b7dd-0196-4303-bde7-749afdd7e3b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac02b7dd-0196-4303-bde7-749afdd7e3b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8759099600828071161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956cdc47-3f91-455d-af28-01d063626bf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f05165cc-386d-418c-9f3e-71162d31df41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05165cc-386d-418c-9f3e-71162d31df41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7598394294304644629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac02b7dd-0196-4303-bde7-749afdd7e3b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2c27f51-1900-400d-b22a-570369253b2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c27f51-1900-400d-b22a-570369253b2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3359974459072576532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05165cc-386d-418c-9f3e-71162d31df41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a8e32e-0df6-4667-b042-26d500c9bb8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a8e32e-0df6-4667-b042-26d500c9bb8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13847397796779201859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c27f51-1900-400d-b22a-570369253b2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a8e32e-0df6-4667-b042-26d500c9bb8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 773bab30-061a-4c4b-a43e-29434a49f349, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773bab30-061a-4c4b-a43e-29434a49f349, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5846013104989015882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab6d45a-33b2-4fef-bfd9-99ed29aae085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab6d45a-33b2-4fef-bfd9-99ed29aae085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166034856618444754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773bab30-061a-4c4b-a43e-29434a49f349, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee475bd0-2ea4-4d3b-8314-4ee68ef97ba9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee475bd0-2ea4-4d3b-8314-4ee68ef97ba9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4624299126865337574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab6d45a-33b2-4fef-bfd9-99ed29aae085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8ef562-332b-476e-a8d3-e946f411f595, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8ef562-332b-476e-a8d3-e946f411f595, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5661466758266821674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee475bd0-2ea4-4d3b-8314-4ee68ef97ba9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 534f6918-3130-49a8-acdf-5a2642fbaf35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534f6918-3130-49a8-acdf-5a2642fbaf35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16534007952605111183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534f6918-3130-49a8-acdf-5a2642fbaf35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf311a2c-cf7b-4a3f-9801-9bfeaa88fa4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf311a2c-cf7b-4a3f-9801-9bfeaa88fa4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291515822824086528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8ef562-332b-476e-a8d3-e946f411f595, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68ce76d-dfc5-4eb4-b811-4dbbaf804063, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68ce76d-dfc5-4eb4-b811-4dbbaf804063, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1240648332102162306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf311a2c-cf7b-4a3f-9801-9bfeaa88fa4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50b4205-6c1e-4237-a7fa-84ca68aa3bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50b4205-6c1e-4237-a7fa-84ca68aa3bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1401881947535661505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68ce76d-dfc5-4eb4-b811-4dbbaf804063, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5652896a-21af-42ba-bb62-b846b63b5d5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5652896a-21af-42ba-bb62-b846b63b5d5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758036796575273123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50b4205-6c1e-4237-a7fa-84ca68aa3bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491c05e4-0daa-4f08-abd9-8a03ce054848, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491c05e4-0daa-4f08-abd9-8a03ce054848, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545578002270530289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5652896a-21af-42ba-bb62-b846b63b5d5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae3454ec-4d61-411e-a9b6-f7e14eecf97f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3454ec-4d61-411e-a9b6-f7e14eecf97f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648017091072472500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491c05e4-0daa-4f08-abd9-8a03ce054848, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5241eced-bbdb-4679-a3a4-63b883fd9821, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5241eced-bbdb-4679-a3a4-63b883fd9821, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4301606101899119568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5241eced-bbdb-4679-a3a4-63b883fd9821, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73592bf0-0e13-451a-8b6e-6015cc7b5245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3454ec-4d61-411e-a9b6-f7e14eecf97f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0abb1f39-a041-4be6-b412-f4471926f905, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abb1f39-a041-4be6-b412-f4471926f905, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 187541253162058907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73592bf0-0e13-451a-8b6e-6015cc7b5245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14949694608107989396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73592bf0-0e13-451a-8b6e-6015cc7b5245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8db3e1c-795a-4be5-aee1-436fffd5feca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8db3e1c-795a-4be5-aee1-436fffd5feca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13941899577222600612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abb1f39-a041-4be6-b412-f4471926f905, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaaad612-c3ca-427e-a6c6-1c7765b2394b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaad612-c3ca-427e-a6c6-1c7765b2394b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5922195029654094243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaad612-c3ca-427e-a6c6-1c7765b2394b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c41190a-f35a-4ce3-9410-e7d06cadb7b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c41190a-f35a-4ce3-9410-e7d06cadb7b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4035550550682989321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8db3e1c-795a-4be5-aee1-436fffd5feca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 594edcc6-3618-45c0-aa5a-99a45dcd8917, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594edcc6-3618-45c0-aa5a-99a45dcd8917, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14511389369574479535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c41190a-f35a-4ce3-9410-e7d06cadb7b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb64b343-a9ef-41f7-99b3-9bb7867d2fb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb64b343-a9ef-41f7-99b3-9bb7867d2fb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289360235662942105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594edcc6-3618-45c0-aa5a-99a45dcd8917, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9beeda2a-a93d-401f-a42a-fd9757d150e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9beeda2a-a93d-401f-a42a-fd9757d150e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387841775431967050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb64b343-a9ef-41f7-99b3-9bb7867d2fb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff54d3ea-0807-4571-9a77-3dfc74cf2266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff54d3ea-0807-4571-9a77-3dfc74cf2266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5542245815050598784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9beeda2a-a93d-401f-a42a-fd9757d150e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79352987-9b02-4bb8-9579-e0ee5f6fc306, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79352987-9b02-4bb8-9579-e0ee5f6fc306, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17428280955842456919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff54d3ea-0807-4571-9a77-3dfc74cf2266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4871d1fa-7524-4d35-b01d-ee99cfb2c21d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4871d1fa-7524-4d35-b01d-ee99cfb2c21d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14998761743523416221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79352987-9b02-4bb8-9579-e0ee5f6fc306, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c238f608-accf-4fff-b7ad-ed948d634202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c238f608-accf-4fff-b7ad-ed948d634202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 60769887278095086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4871d1fa-7524-4d35-b01d-ee99cfb2c21d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8c8dd3c-42e7-4066-86d1-1dadebb9f8b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c8dd3c-42e7-4066-86d1-1dadebb9f8b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10400222236074739485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c238f608-accf-4fff-b7ad-ed948d634202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a52f657-690d-4825-aa6d-38c627e170bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a52f657-690d-4825-aa6d-38c627e170bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199292806833661977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c8dd3c-42e7-4066-86d1-1dadebb9f8b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee8f9c76-27da-40c9-bdc5-35bb956d5c12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8f9c76-27da-40c9-bdc5-35bb956d5c12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5682508019728246771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a52f657-690d-4825-aa6d-38c627e170bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56603085-56a4-4e00-ab04-1f298afdc3de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56603085-56a4-4e00-ab04-1f298afdc3de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 875495906085584397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56603085-56a4-4e00-ab04-1f298afdc3de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c25a69-8007-43fb-9b03-834e3ca86d5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c25a69-8007-43fb-9b03-834e3ca86d5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6435253238630796810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8f9c76-27da-40c9-bdc5-35bb956d5c12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 943ab3d6-302a-4cb8-9031-dd481e612d84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c25a69-8007-43fb-9b03-834e3ca86d5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c472d08f-e030-41b5-89a2-f2cd09faf10d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 943ab3d6-302a-4cb8-9031-dd481e612d84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8756582455017658570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c472d08f-e030-41b5-89a2-f2cd09faf10d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8640121737951450397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c472d08f-e030-41b5-89a2-f2cd09faf10d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2632fa93-c507-428f-982e-394f0478dc10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2632fa93-c507-428f-982e-394f0478dc10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15262608955814332956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 943ab3d6-302a-4cb8-9031-dd481e612d84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c2f8472-48df-40a5-99fe-90d8af0641fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2f8472-48df-40a5-99fe-90d8af0641fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359590679567238746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2632fa93-c507-428f-982e-394f0478dc10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9af7bf-15c9-4fa1-aa99-05d20e8cf7d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9af7bf-15c9-4fa1-aa99-05d20e8cf7d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296372476027371686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2f8472-48df-40a5-99fe-90d8af0641fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 214547c3-956c-4bb5-b68c-e9782bb39c09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 214547c3-956c-4bb5-b68c-e9782bb39c09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12528004829776010903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9af7bf-15c9-4fa1-aa99-05d20e8cf7d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d94bcd8-bdc2-40c5-a692-b35035ddecd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d94bcd8-bdc2-40c5-a692-b35035ddecd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895268282203256418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 214547c3-956c-4bb5-b68c-e9782bb39c09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13425d88-c848-4cd9-aa22-40ac18914ed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13425d88-c848-4cd9-aa22-40ac18914ed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982203670117684711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d94bcd8-bdc2-40c5-a692-b35035ddecd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1cbe2d-cfb1-49ca-9cc8-f6d3ce0ec78d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1cbe2d-cfb1-49ca-9cc8-f6d3ce0ec78d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476320413789175966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13425d88-c848-4cd9-aa22-40ac18914ed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e53add17-0cd6-4edf-922e-4e35ff48a957, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1cbe2d-cfb1-49ca-9cc8-f6d3ce0ec78d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0325548a-e6e7-4179-9bd7-f818e9b6237b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53add17-0cd6-4edf-922e-4e35ff48a957, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667161976564645675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0325548a-e6e7-4179-9bd7-f818e9b6237b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6880916959622411843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53add17-0cd6-4edf-922e-4e35ff48a957, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6936e5d0-012d-4788-bba5-898a6b5ac3fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6936e5d0-012d-4788-bba5-898a6b5ac3fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5599520860747536020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0325548a-e6e7-4179-9bd7-f818e9b6237b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c345155-c994-4d38-a364-dc10d5002431, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c345155-c994-4d38-a364-dc10d5002431, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11924547921360154753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6936e5d0-012d-4788-bba5-898a6b5ac3fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 960cdcfe-733b-469b-a3b5-52cf53f7bad2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960cdcfe-733b-469b-a3b5-52cf53f7bad2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336919317264491712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c345155-c994-4d38-a364-dc10d5002431, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 751611e0-24de-42a8-932c-828c1e24f584, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751611e0-24de-42a8-932c-828c1e24f584, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924307329154474400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960cdcfe-733b-469b-a3b5-52cf53f7bad2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c488b2-a8bf-4715-bebf-4b5b479dc938, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751611e0-24de-42a8-932c-828c1e24f584, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe461062-053c-4fda-a86b-c8d81f8cc33c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe461062-053c-4fda-a86b-c8d81f8cc33c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16581810175927782510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c488b2-a8bf-4715-bebf-4b5b479dc938, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4601003393793168948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe461062-053c-4fda-a86b-c8d81f8cc33c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f3c2eb-d1ab-4052-8039-3bb24df88263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f3c2eb-d1ab-4052-8039-3bb24df88263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10583252144443337624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c488b2-a8bf-4715-bebf-4b5b479dc938, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c810852b-9745-4e0d-8d7e-f036cbcb266c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c810852b-9745-4e0d-8d7e-f036cbcb266c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4422814688449611010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f3c2eb-d1ab-4052-8039-3bb24df88263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e12feb3-3002-4f30-8a7c-167701cf3bdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e12feb3-3002-4f30-8a7c-167701cf3bdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667011184270649680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c810852b-9745-4e0d-8d7e-f036cbcb266c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 186f7d14-6778-452b-b578-a2226c8afbea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186f7d14-6778-452b-b578-a2226c8afbea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11197010062359629446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e12feb3-3002-4f30-8a7c-167701cf3bdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9b4f06-4ba9-4c2c-b30a-5f50278d490d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9b4f06-4ba9-4c2c-b30a-5f50278d490d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5298689990809525887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186f7d14-6778-452b-b578-a2226c8afbea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f4ec6d-043c-4719-92ba-c3dc38f69574, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f4ec6d-043c-4719-92ba-c3dc38f69574, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13277018613684855591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9b4f06-4ba9-4c2c-b30a-5f50278d490d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7857180d-b42b-4ab5-87f5-8c37e73fe738, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7857180d-b42b-4ab5-87f5-8c37e73fe738, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1343493407772363246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f4ec6d-043c-4719-92ba-c3dc38f69574, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6f96d3f-1f11-4bb1-86e2-416782bded53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6f96d3f-1f11-4bb1-86e2-416782bded53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995315464246091262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7857180d-b42b-4ab5-87f5-8c37e73fe738, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f843116d-c97f-474e-a155-1a06ca380fa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f843116d-c97f-474e-a155-1a06ca380fa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464201040550102412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6f96d3f-1f11-4bb1-86e2-416782bded53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75fb4f2e-81f3-4354-b7e8-5c3adc2ea06b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fb4f2e-81f3-4354-b7e8-5c3adc2ea06b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13179588189390229447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f843116d-c97f-474e-a155-1a06ca380fa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f554e19a-f63e-408c-bb43-13fd4afefbda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f554e19a-f63e-408c-bb43-13fd4afefbda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13424823934434816600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fb4f2e-81f3-4354-b7e8-5c3adc2ea06b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1525086a-28d1-4369-b329-3a496692e623, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1525086a-28d1-4369-b329-3a496692e623, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392216960738212759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f554e19a-f63e-408c-bb43-13fd4afefbda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e093770d-cb3c-49e5-a9a7-cab4b3c8e314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e093770d-cb3c-49e5-a9a7-cab4b3c8e314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4742101311238952340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1525086a-28d1-4369-b329-3a496692e623, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac367476-6f4b-494c-8d6a-5582c9833a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac367476-6f4b-494c-8d6a-5582c9833a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2493524352462288676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e093770d-cb3c-49e5-a9a7-cab4b3c8e314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00fc5c1c-9af9-4079-9f8e-d87e17b20ac7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00fc5c1c-9af9-4079-9f8e-d87e17b20ac7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3012358070433593605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac367476-6f4b-494c-8d6a-5582c9833a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5177ae10-c3b4-421d-854b-63f0825f7845, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5177ae10-c3b4-421d-854b-63f0825f7845, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15454652656674242101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00fc5c1c-9af9-4079-9f8e-d87e17b20ac7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51114187-ae34-4b66-94cc-be7ccf5220e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51114187-ae34-4b66-94cc-be7ccf5220e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12252091098943795096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5177ae10-c3b4-421d-854b-63f0825f7845, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ee51c2-4b22-468b-8dd3-911f83625d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ee51c2-4b22-468b-8dd3-911f83625d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205501109140454782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51114187-ae34-4b66-94cc-be7ccf5220e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62ec703-7223-40cd-886d-ee845f3e4ab0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62ec703-7223-40cd-886d-ee845f3e4ab0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10414014067356925511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ee51c2-4b22-468b-8dd3-911f83625d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b210908-0646-407c-906c-d207b2edf9cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b210908-0646-407c-906c-d207b2edf9cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337580692416616120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b210908-0646-407c-906c-d207b2edf9cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 601d005c-3133-4b6f-886b-1655a4d8f93d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 601d005c-3133-4b6f-886b-1655a4d8f93d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2875312720601128371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62ec703-7223-40cd-886d-ee845f3e4ab0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ebbf95a-5aca-4281-967e-63653b767d97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ebbf95a-5aca-4281-967e-63653b767d97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15382978572542514363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ebbf95a-5aca-4281-967e-63653b767d97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 601d005c-3133-4b6f-886b-1655a4d8f93d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0885a6af-8284-43a8-927d-c4a37124a967, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c4ab58-0c30-4131-9789-62ca8c1fc888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c4ab58-0c30-4131-9789-62ca8c1fc888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13765251631024876140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0885a6af-8284-43a8-927d-c4a37124a967, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480404651311246978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c4ab58-0c30-4131-9789-62ca8c1fc888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c65cdd77-a6b1-4cc4-8a12-201335bc91cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65cdd77-a6b1-4cc4-8a12-201335bc91cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1674109926186189906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0885a6af-8284-43a8-927d-c4a37124a967, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50872d5d-3e09-420f-8a02-15ae048a570e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50872d5d-3e09-420f-8a02-15ae048a570e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12849065318833458697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65cdd77-a6b1-4cc4-8a12-201335bc91cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43ce917f-c358-43ac-8f0b-8f0fc6524f9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ce917f-c358-43ac-8f0b-8f0fc6524f9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713030712195895388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50872d5d-3e09-420f-8a02-15ae048a570e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 177c86b1-78be-467a-81c0-2124818d09a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177c86b1-78be-467a-81c0-2124818d09a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008874668518404033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ce917f-c358-43ac-8f0b-8f0fc6524f9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861870ee-4aa5-469f-a569-8ca28b05e888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861870ee-4aa5-469f-a569-8ca28b05e888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2616444722066520380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861870ee-4aa5-469f-a569-8ca28b05e888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 942ea9bd-29ca-403f-8950-f5b44565648d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942ea9bd-29ca-403f-8950-f5b44565648d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3569959174223328217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177c86b1-78be-467a-81c0-2124818d09a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41061c2a-666b-4b8e-be2d-f8e466f6b63c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41061c2a-666b-4b8e-be2d-f8e466f6b63c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11192997188054430414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942ea9bd-29ca-403f-8950-f5b44565648d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fd4829d-00a9-43b6-84bd-6631221f2409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd4829d-00a9-43b6-84bd-6631221f2409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5691936510205505690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41061c2a-666b-4b8e-be2d-f8e466f6b63c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38d655b1-b383-4021-b7e3-929d2e8e0b45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d655b1-b383-4021-b7e3-929d2e8e0b45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299363596312374918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd4829d-00a9-43b6-84bd-6631221f2409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b64d6e54-c2fb-4a13-8ee8-2876465f5b06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64d6e54-c2fb-4a13-8ee8-2876465f5b06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9592738605265624825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d655b1-b383-4021-b7e3-929d2e8e0b45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ddeb3e-554e-44c8-9f0a-954b493e0228, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ddeb3e-554e-44c8-9f0a-954b493e0228, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15933229565465565101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64d6e54-c2fb-4a13-8ee8-2876465f5b06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a198a5-9e3b-404e-ab88-3d086c9ed5d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a198a5-9e3b-404e-ab88-3d086c9ed5d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1490406048101638194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ddeb3e-554e-44c8-9f0a-954b493e0228, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ca2d5b4-d887-4ee3-bcbd-316adb7b530f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca2d5b4-d887-4ee3-bcbd-316adb7b530f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3089545273976634735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a198a5-9e3b-404e-ab88-3d086c9ed5d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50a8c28-0cb9-4de4-93f3-88ab5f33f35a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50a8c28-0cb9-4de4-93f3-88ab5f33f35a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16610796460714100301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca2d5b4-d887-4ee3-bcbd-316adb7b530f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80951ad2-4a04-4830-a81e-65015451372f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80951ad2-4a04-4830-a81e-65015451372f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371030703129649693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50a8c28-0cb9-4de4-93f3-88ab5f33f35a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d43ad432-0fe0-402b-b0a4-636aa95a1381, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43ad432-0fe0-402b-b0a4-636aa95a1381, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322554145380568042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80951ad2-4a04-4830-a81e-65015451372f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 390f865a-eef6-4e84-b9bd-1a07e586bcaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 390f865a-eef6-4e84-b9bd-1a07e586bcaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3539522172020624414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43ad432-0fe0-402b-b0a4-636aa95a1381, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 390f865a-eef6-4e84-b9bd-1a07e586bcaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948354a4-ddb2-4da6-ba36-133ec9b85249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948354a4-ddb2-4da6-ba36-133ec9b85249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16189794805798951854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56c45907-c55b-414b-b5af-9fde11c4bef5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c45907-c55b-414b-b5af-9fde11c4bef5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962912848853756636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948354a4-ddb2-4da6-ba36-133ec9b85249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5561b9a-41cc-4229-a1b7-28c811e4f68a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5561b9a-41cc-4229-a1b7-28c811e4f68a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5673728334086161737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c45907-c55b-414b-b5af-9fde11c4bef5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e92118f0-5ff8-47b9-9e5b-f7ac158fbcaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92118f0-5ff8-47b9-9e5b-f7ac158fbcaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7128817401620118972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5561b9a-41cc-4229-a1b7-28c811e4f68a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56cd8a9-9e41-4bc7-8763-4991b94d2e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56cd8a9-9e41-4bc7-8763-4991b94d2e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8688758886431173948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92118f0-5ff8-47b9-9e5b-f7ac158fbcaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b668fc-d965-40f6-8478-edc938f392c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b668fc-d965-40f6-8478-edc938f392c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318013136822481504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56cd8a9-9e41-4bc7-8763-4991b94d2e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ef2ff29-1a42-4db0-a1f2-d2113b9589bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ef2ff29-1a42-4db0-a1f2-d2113b9589bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 628712347747405290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b668fc-d965-40f6-8478-edc938f392c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4882ea53-6a7e-46cd-90ea-2f95d3892408, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4882ea53-6a7e-46cd-90ea-2f95d3892408, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627312662079368594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ef2ff29-1a42-4db0-a1f2-d2113b9589bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7125c2d4-ab8c-4bb4-8228-a9bb4fe1199d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7125c2d4-ab8c-4bb4-8228-a9bb4fe1199d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12928999394480471412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4882ea53-6a7e-46cd-90ea-2f95d3892408, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7689429-bb06-4c27-8990-46d583e770e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7125c2d4-ab8c-4bb4-8228-a9bb4fe1199d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65cba67b-801f-4cad-8db7-6628557eff3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65cba67b-801f-4cad-8db7-6628557eff3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489670473732518807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7689429-bb06-4c27-8990-46d583e770e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 778187022743880650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65cba67b-801f-4cad-8db7-6628557eff3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41fe6697-e1b5-4fb6-bee9-a4060a4af4cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fe6697-e1b5-4fb6-bee9-a4060a4af4cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16514871363748342181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7689429-bb06-4c27-8990-46d583e770e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e40a9b-1714-4890-991e-6e8e8aa18a32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e40a9b-1714-4890-991e-6e8e8aa18a32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11772778991445153172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fe6697-e1b5-4fb6-bee9-a4060a4af4cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4375fcdd-7444-48ae-aaff-fd23a57fcc56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4375fcdd-7444-48ae-aaff-fd23a57fcc56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16625541483304000038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e40a9b-1714-4890-991e-6e8e8aa18a32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6d1885d-163f-4336-947d-c85b8c88fde9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d1885d-163f-4336-947d-c85b8c88fde9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 604436710531357763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4375fcdd-7444-48ae-aaff-fd23a57fcc56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b05980ea-a63b-4130-a983-def5d85c25d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05980ea-a63b-4130-a983-def5d85c25d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10719094901116315191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d1885d-163f-4336-947d-c85b8c88fde9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dec5872-29f7-4ca6-a355-d2d7a7826d3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dec5872-29f7-4ca6-a355-d2d7a7826d3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14579164863886581503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05980ea-a63b-4130-a983-def5d85c25d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a21479d-766c-4e30-8050-e92fd9b7cdb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a21479d-766c-4e30-8050-e92fd9b7cdb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2872286738906484445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dec5872-29f7-4ca6-a355-d2d7a7826d3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1988a39-5770-4249-8607-29b6ad1ee3c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1988a39-5770-4249-8607-29b6ad1ee3c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977562397490628317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a21479d-766c-4e30-8050-e92fd9b7cdb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969fa249-2a59-4796-bd4e-21d9939fdf7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969fa249-2a59-4796-bd4e-21d9939fdf7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8921132031316225955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1988a39-5770-4249-8607-29b6ad1ee3c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13df756e-8e7e-4e40-bf06-6399e0df1f22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13df756e-8e7e-4e40-bf06-6399e0df1f22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318390056715736610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969fa249-2a59-4796-bd4e-21d9939fdf7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f448e4-3c3e-40ab-b050-76a740d6e7fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f448e4-3c3e-40ab-b050-76a740d6e7fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008080425275195355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13df756e-8e7e-4e40-bf06-6399e0df1f22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daec2bcd-7f70-4db9-9185-7679bf0c71d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daec2bcd-7f70-4db9-9185-7679bf0c71d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 583604592004804879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f448e4-3c3e-40ab-b050-76a740d6e7fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d624742-e99a-4dee-b8fb-357e5e6a3a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d624742-e99a-4dee-b8fb-357e5e6a3a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5345950103167032725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daec2bcd-7f70-4db9-9185-7679bf0c71d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321ec05b-e408-4a14-83d1-e64c3663af9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321ec05b-e408-4a14-83d1-e64c3663af9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463669144690710972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d624742-e99a-4dee-b8fb-357e5e6a3a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdca6dff-1737-4207-8086-3ea94bb5cdc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdca6dff-1737-4207-8086-3ea94bb5cdc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 991252092620219192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321ec05b-e408-4a14-83d1-e64c3663af9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdbc8ccf-f3b5-4acd-b9cd-65b0c38db47a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbc8ccf-f3b5-4acd-b9cd-65b0c38db47a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10834286736214324878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdca6dff-1737-4207-8086-3ea94bb5cdc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 587d3f61-6532-4f47-9e89-6eeb1580b853, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587d3f61-6532-4f47-9e89-6eeb1580b853, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18005393098058517927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbc8ccf-f3b5-4acd-b9cd-65b0c38db47a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587d3f61-6532-4f47-9e89-6eeb1580b853, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314626ca-1ce1-4d50-af6f-9651021ba490, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3911dad5-4066-457b-abe2-0fcc6fd16695, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3911dad5-4066-457b-abe2-0fcc6fd16695, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788324506739858902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314626ca-1ce1-4d50-af6f-9651021ba490, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12604134543528272122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3911dad5-4066-457b-abe2-0fcc6fd16695, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b17186-7ace-4a7e-b2c0-6f29049f056c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b17186-7ace-4a7e-b2c0-6f29049f056c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290662823529716497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314626ca-1ce1-4d50-af6f-9651021ba490, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0321d3-0267-484d-89a5-6cfd06a7ddb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0321d3-0267-484d-89a5-6cfd06a7ddb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15090654475162451758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b17186-7ace-4a7e-b2c0-6f29049f056c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fd4474e-c8dc-4e8b-b51d-b061a866b418, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd4474e-c8dc-4e8b-b51d-b061a866b418, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5533841238261979533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0321d3-0267-484d-89a5-6cfd06a7ddb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e065f34-7791-464a-9702-68dc0a90eee9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd4474e-c8dc-4e8b-b51d-b061a866b418, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb998e1-5b90-4219-bc7e-16d61a3f0a39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb998e1-5b90-4219-bc7e-16d61a3f0a39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132455708131827006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e065f34-7791-464a-9702-68dc0a90eee9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804615462079095415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb998e1-5b90-4219-bc7e-16d61a3f0a39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969d12e9-a6aa-41c9-bf1c-2809f7e09947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969d12e9-a6aa-41c9-bf1c-2809f7e09947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5412333313080384885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e065f34-7791-464a-9702-68dc0a90eee9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661da491-b27f-4436-9552-73a59a0842af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661da491-b27f-4436-9552-73a59a0842af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696469311495823477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969d12e9-a6aa-41c9-bf1c-2809f7e09947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661da491-b27f-4436-9552-73a59a0842af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab219c24-6699-4370-9b46-3053e6dc1c95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab219c24-6699-4370-9b46-3053e6dc1c95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8299950959898599468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ae12dda-0069-427c-a5ba-c8da5c196ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab219c24-6699-4370-9b46-3053e6dc1c95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae12dda-0069-427c-a5ba-c8da5c196ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306293818699770658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 506a24d6-0c20-417d-bccb-9dfc3999c216, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506a24d6-0c20-417d-bccb-9dfc3999c216, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173751502708399021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae12dda-0069-427c-a5ba-c8da5c196ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506a24d6-0c20-417d-bccb-9dfc3999c216, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89c69b2-971c-416f-95c9-f6a38187f712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89c69b2-971c-416f-95c9-f6a38187f712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12395898985837424940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 830961ad-9517-4d24-bdc8-df7c222dfc43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830961ad-9517-4d24-bdc8-df7c222dfc43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15053520079084368673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89c69b2-971c-416f-95c9-f6a38187f712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4224039c-353c-4356-89a9-8b374d967cf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4224039c-353c-4356-89a9-8b374d967cf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16259872709696183432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830961ad-9517-4d24-bdc8-df7c222dfc43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6c807d-abc9-44ce-aacc-78831ef8fc70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6c807d-abc9-44ce-aacc-78831ef8fc70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126263241651788260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4224039c-353c-4356-89a9-8b374d967cf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1889919a-3686-4464-be52-125d1e7e0284, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1889919a-3686-4464-be52-125d1e7e0284, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530219712061121280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6c807d-abc9-44ce-aacc-78831ef8fc70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd443bdc-2293-4739-9b2d-4b73beebc1fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd443bdc-2293-4739-9b2d-4b73beebc1fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17158875542789211955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1889919a-3686-4464-be52-125d1e7e0284, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 128d8831-b6e2-41ee-a7b8-22bfda22e0f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 128d8831-b6e2-41ee-a7b8-22bfda22e0f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12314652057277376365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd443bdc-2293-4739-9b2d-4b73beebc1fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b1f835-651e-4238-ab48-5208770fe44b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b1f835-651e-4238-ab48-5208770fe44b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1426378063781827606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 128d8831-b6e2-41ee-a7b8-22bfda22e0f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d99a624-ec24-4a74-b3e4-2194c6ae1a4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d99a624-ec24-4a74-b3e4-2194c6ae1a4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374691607499624531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b1f835-651e-4238-ab48-5208770fe44b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca3c98a7-bd91-4b5e-bc4c-65e7fa94577f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3c98a7-bd91-4b5e-bc4c-65e7fa94577f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854984128600441787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d99a624-ec24-4a74-b3e4-2194c6ae1a4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65eb7d2c-184a-4914-9102-ed6f15dfaf9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65eb7d2c-184a-4914-9102-ed6f15dfaf9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959612556570294694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3c98a7-bd91-4b5e-bc4c-65e7fa94577f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaeb6738-7252-4813-b633-4ad2fd1beb7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaeb6738-7252-4813-b633-4ad2fd1beb7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14328327968267734770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65eb7d2c-184a-4914-9102-ed6f15dfaf9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df8b893a-798f-4d84-8ae5-bb89f8711f1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8b893a-798f-4d84-8ae5-bb89f8711f1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838246317749897669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaeb6738-7252-4813-b633-4ad2fd1beb7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b25c47-b493-45be-8ed7-a669da43d888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b25c47-b493-45be-8ed7-a669da43d888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757830086054456045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8b893a-798f-4d84-8ae5-bb89f8711f1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f808701c-1f88-400a-b07b-e8cf3a5b717d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f808701c-1f88-400a-b07b-e8cf3a5b717d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359300741438830898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b25c47-b493-45be-8ed7-a669da43d888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f808701c-1f88-400a-b07b-e8cf3a5b717d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4f176b8-61eb-4d9e-b742-796f0e8be3b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4f176b8-61eb-4d9e-b742-796f0e8be3b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10963456394565223162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad3eee1-8e36-403c-baa0-ef23594e17fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad3eee1-8e36-403c-baa0-ef23594e17fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17016308363511193912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4f176b8-61eb-4d9e-b742-796f0e8be3b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8156cfd8-60ec-4c76-bf46-ab08dc4a72ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8156cfd8-60ec-4c76-bf46-ab08dc4a72ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7253653260131829229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad3eee1-8e36-403c-baa0-ef23594e17fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04881720-497e-4603-8a16-db5d2c911f95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04881720-497e-4603-8a16-db5d2c911f95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11857725374895171054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8156cfd8-60ec-4c76-bf46-ab08dc4a72ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c402868f-f7d6-4103-a25a-15e94a3f1188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c402868f-f7d6-4103-a25a-15e94a3f1188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183239040284613746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04881720-497e-4603-8a16-db5d2c911f95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbd9f06f-d76d-4de4-a972-bb27f86b2c1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd9f06f-d76d-4de4-a972-bb27f86b2c1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14154739707972931787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c402868f-f7d6-4103-a25a-15e94a3f1188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cec547c0-5d6c-45d3-bfe7-7d92f9ea355c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd9f06f-d76d-4de4-a972-bb27f86b2c1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec547c0-5d6c-45d3-bfe7-7d92f9ea355c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758324472387507381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8f9efdf-6bb9-466e-8469-39fce2749013, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f9efdf-6bb9-466e-8469-39fce2749013, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8045514863499476019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec547c0-5d6c-45d3-bfe7-7d92f9ea355c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0099533-c078-4e64-9599-eac2b4298564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0099533-c078-4e64-9599-eac2b4298564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18354709342478026605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f9efdf-6bb9-466e-8469-39fce2749013, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa8509cf-b1cb-430c-ab10-246de1f8452f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8509cf-b1cb-430c-ab10-246de1f8452f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 336927612905049769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0099533-c078-4e64-9599-eac2b4298564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8509cf-b1cb-430c-ab10-246de1f8452f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da83003c-97b0-4a69-95d4-537c6d5f097a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 797c6f70-6668-4c82-aef0-387051108015, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da83003c-97b0-4a69-95d4-537c6d5f097a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243905977642392558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797c6f70-6668-4c82-aef0-387051108015, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245873129830159093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da83003c-97b0-4a69-95d4-537c6d5f097a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cdae7c3-41f8-4ca6-bb36-586b3e909d60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cdae7c3-41f8-4ca6-bb36-586b3e909d60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897934269032324568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797c6f70-6668-4c82-aef0-387051108015, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a08bd83-7b1a-4669-b481-94cf865bac33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a08bd83-7b1a-4669-b481-94cf865bac33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17171223199709158725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cdae7c3-41f8-4ca6-bb36-586b3e909d60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93c19bd1-d83a-4ade-8afb-87ffc57bec22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c19bd1-d83a-4ade-8afb-87ffc57bec22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459195443446872329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c19bd1-d83a-4ade-8afb-87ffc57bec22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f695f3e0-9d7a-495f-955e-e63c0da77c8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f695f3e0-9d7a-495f-955e-e63c0da77c8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655066511737307511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a08bd83-7b1a-4669-b481-94cf865bac33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6c72b7b-b8e3-456b-854c-adbde09050b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c72b7b-b8e3-456b-854c-adbde09050b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4095535312093101106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f695f3e0-9d7a-495f-955e-e63c0da77c8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097191de-112b-48dd-b25d-90c5b3028e1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097191de-112b-48dd-b25d-90c5b3028e1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15118508181077634906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c72b7b-b8e3-456b-854c-adbde09050b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78a1b6b2-4f85-4244-98d8-22f9297fb28c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097191de-112b-48dd-b25d-90c5b3028e1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8479cb7-c025-484d-a8a9-a645eca79ebb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a1b6b2-4f85-4244-98d8-22f9297fb28c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3405906308075952569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8479cb7-c025-484d-a8a9-a645eca79ebb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760621234518222602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a1b6b2-4f85-4244-98d8-22f9297fb28c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8479cb7-c025-484d-a8a9-a645eca79ebb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9bf35e-cb67-40ab-846c-1ce80cbd3e8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9bf35e-cb67-40ab-846c-1ce80cbd3e8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813735237142586316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8531f416-cb4e-4ae2-bcbb-81e80c5493e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8531f416-cb4e-4ae2-bcbb-81e80c5493e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17022607811656439369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9bf35e-cb67-40ab-846c-1ce80cbd3e8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8531f416-cb4e-4ae2-bcbb-81e80c5493e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe2ec5d-e162-42ab-8e09-00b59280ac3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe2ec5d-e162-42ab-8e09-00b59280ac3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511235204078541685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d6a8db-bf35-4dfa-91dd-0e689a900679, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d6a8db-bf35-4dfa-91dd-0e689a900679, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12998329542883062211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe2ec5d-e162-42ab-8e09-00b59280ac3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca36eaa-48a1-4c36-8914-0339b7019b9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca36eaa-48a1-4c36-8914-0339b7019b9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493262417448991281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d6a8db-bf35-4dfa-91dd-0e689a900679, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0680f1-d9c6-474d-8243-aa8e6db49d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0680f1-d9c6-474d-8243-aa8e6db49d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490331258515486126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca36eaa-48a1-4c36-8914-0339b7019b9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7e80e2-8725-478f-98de-061687343c02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7e80e2-8725-478f-98de-061687343c02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788641144633883353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0680f1-d9c6-474d-8243-aa8e6db49d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d551a918-438f-4b73-ad5f-2471f3204a54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d551a918-438f-4b73-ad5f-2471f3204a54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17829795963349047002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7e80e2-8725-478f-98de-061687343c02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91082e7d-9abe-4e57-a831-224dd1639a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91082e7d-9abe-4e57-a831-224dd1639a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10431763139259584531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91082e7d-9abe-4e57-a831-224dd1639a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7f2d58-97f0-4b91-b3dd-55ed61eb0ef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d551a918-438f-4b73-ad5f-2471f3204a54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d6cca7b-402b-4a82-ac1b-62b09ee9bdca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7f2d58-97f0-4b91-b3dd-55ed61eb0ef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14784268480307150639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6cca7b-402b-4a82-ac1b-62b09ee9bdca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2075871398559575397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6cca7b-402b-4a82-ac1b-62b09ee9bdca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a4309c3-b007-4d7c-a4fd-3890e0e1f943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7f2d58-97f0-4b91-b3dd-55ed61eb0ef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4309c3-b007-4d7c-a4fd-3890e0e1f943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1994193966769000293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 203198ef-98c6-44f4-8753-56982dc779ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203198ef-98c6-44f4-8753-56982dc779ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211423521634965613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4309c3-b007-4d7c-a4fd-3890e0e1f943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11596575-1419-425d-9379-1a691591835e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11596575-1419-425d-9379-1a691591835e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16929154025302764034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203198ef-98c6-44f4-8753-56982dc779ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82d1febc-db7e-4a4c-862f-a87c157573b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d1febc-db7e-4a4c-862f-a87c157573b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2453487404954471892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11596575-1419-425d-9379-1a691591835e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f929e96d-eb68-40dd-920b-c47824f44996, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f929e96d-eb68-40dd-920b-c47824f44996, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629956279832766022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d1febc-db7e-4a4c-862f-a87c157573b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33aec56e-c166-4287-8b0e-3aaa5284e3bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33aec56e-c166-4287-8b0e-3aaa5284e3bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14900740206012258392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f929e96d-eb68-40dd-920b-c47824f44996, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99989098-8c08-47d6-8227-a2388c75f682, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99989098-8c08-47d6-8227-a2388c75f682, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6663698299976115995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33aec56e-c166-4287-8b0e-3aaa5284e3bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c3eecf2-1c8b-41a2-8cfa-35caad116262, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3eecf2-1c8b-41a2-8cfa-35caad116262, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2889883625610165196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99989098-8c08-47d6-8227-a2388c75f682, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88f747b-41c0-4877-b822-e45fc58b6bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88f747b-41c0-4877-b822-e45fc58b6bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17517105229996929203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88f747b-41c0-4877-b822-e45fc58b6bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3eecf2-1c8b-41a2-8cfa-35caad116262, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e621163f-ddcb-4161-85f7-1ecf9196dfba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e621163f-ddcb-4161-85f7-1ecf9196dfba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4815317137502449714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40728ac8-dd5e-4288-9723-549536fd0136, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40728ac8-dd5e-4288-9723-549536fd0136, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736614868645536735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e621163f-ddcb-4161-85f7-1ecf9196dfba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a54adcf-350c-4754-b4b2-f83db56b6dd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a54adcf-350c-4754-b4b2-f83db56b6dd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11612857180661467760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a54adcf-350c-4754-b4b2-f83db56b6dd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 860e3805-df56-44d7-aef0-829e347ead97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860e3805-df56-44d7-aef0-829e347ead97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 209945374830488144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40728ac8-dd5e-4288-9723-549536fd0136, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb62159-0c91-48de-becd-7c3805ade7cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb62159-0c91-48de-becd-7c3805ade7cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461037041915765360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860e3805-df56-44d7-aef0-829e347ead97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a8d6e3-076c-4ebe-b373-17da997b75c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a8d6e3-076c-4ebe-b373-17da997b75c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15328411184495023688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb62159-0c91-48de-becd-7c3805ade7cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3166665c-d9fe-4ccd-8cec-f306ca2e0724, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3166665c-d9fe-4ccd-8cec-f306ca2e0724, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7708562657964648704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a8d6e3-076c-4ebe-b373-17da997b75c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b03ac3b-3e8c-4255-9bcc-f6961e815649, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b03ac3b-3e8c-4255-9bcc-f6961e815649, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501384505634873979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3166665c-d9fe-4ccd-8cec-f306ca2e0724, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5325f05d-cecb-461e-9650-bc82c035d9ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5325f05d-cecb-461e-9650-bc82c035d9ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6848929869245079138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b03ac3b-3e8c-4255-9bcc-f6961e815649, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bea7f4-e07c-4f70-98b1-bf3ded85d639, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bea7f4-e07c-4f70-98b1-bf3ded85d639, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6077221882095925577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5325f05d-cecb-461e-9650-bc82c035d9ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b008a644-292f-4f2e-95d4-1b4375db20b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b008a644-292f-4f2e-95d4-1b4375db20b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9059259375145069900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bea7f4-e07c-4f70-98b1-bf3ded85d639, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f17d2e8-f0cc-458c-903b-0771a74fb6ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f17d2e8-f0cc-458c-903b-0771a74fb6ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13777468370617397942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b008a644-292f-4f2e-95d4-1b4375db20b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3a5451b-08be-4347-b10f-6ce7a76be680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a5451b-08be-4347-b10f-6ce7a76be680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13613186302840756420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f17d2e8-f0cc-458c-903b-0771a74fb6ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4b5283-7a1f-4d31-bed1-90158bbcf351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4b5283-7a1f-4d31-bed1-90158bbcf351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601572445393920761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a5451b-08be-4347-b10f-6ce7a76be680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4b5283-7a1f-4d31-bed1-90158bbcf351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3550578-667a-472b-9552-4e68927f8a0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3550578-667a-472b-9552-4e68927f8a0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6580998525852263540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b62b5c2d-91fa-4033-9a5d-7e0f3a7ab5d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62b5c2d-91fa-4033-9a5d-7e0f3a7ab5d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16315685712056335082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3550578-667a-472b-9552-4e68927f8a0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b136966-91e7-4c2c-96ec-b9e0ac7f3451, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b136966-91e7-4c2c-96ec-b9e0ac7f3451, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279199273982748930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62b5c2d-91fa-4033-9a5d-7e0f3a7ab5d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f745f4c6-67b2-4590-9a01-1b1d55fc07bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f745f4c6-67b2-4590-9a01-1b1d55fc07bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6680485461748424597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b136966-91e7-4c2c-96ec-b9e0ac7f3451, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 102d80d3-0f57-4a7f-a6d6-5caf1da5aac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 102d80d3-0f57-4a7f-a6d6-5caf1da5aac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13343559762933493578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f745f4c6-67b2-4590-9a01-1b1d55fc07bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcf023f-5a2b-4fd9-af15-506f47427790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcf023f-5a2b-4fd9-af15-506f47427790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896932781847141356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 102d80d3-0f57-4a7f-a6d6-5caf1da5aac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9b921cb-a831-45a1-9b85-f9f18695c376, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9b921cb-a831-45a1-9b85-f9f18695c376, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921739352382339540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcf023f-5a2b-4fd9-af15-506f47427790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38e17eb-2c5e-400d-8e7d-d7cbd2300423, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38e17eb-2c5e-400d-8e7d-d7cbd2300423, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11853708194041108012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9b921cb-a831-45a1-9b85-f9f18695c376, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c87c12-7e57-43b1-bbc1-5313b9da3871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c87c12-7e57-43b1-bbc1-5313b9da3871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9087577791288443065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38e17eb-2c5e-400d-8e7d-d7cbd2300423, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f764bd0-4512-4424-b719-8c47d7a2abc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f764bd0-4512-4424-b719-8c47d7a2abc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7077129091623258833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c87c12-7e57-43b1-bbc1-5313b9da3871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 955aea7c-187d-4a2c-ade6-a45b2ecd0485, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 955aea7c-187d-4a2c-ade6-a45b2ecd0485, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050409230222304625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f764bd0-4512-4424-b719-8c47d7a2abc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 548e1ca4-ef99-4bb3-bd01-4a8617315c01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548e1ca4-ef99-4bb3-bd01-4a8617315c01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8180226488607978747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 955aea7c-187d-4a2c-ade6-a45b2ecd0485, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d03448e-a145-458a-85c9-8ea2a5f33ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d03448e-a145-458a-85c9-8ea2a5f33ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1808581826300092584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548e1ca4-ef99-4bb3-bd01-4a8617315c01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33842f81-f2b6-4942-89cd-8bce1826a45b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33842f81-f2b6-4942-89cd-8bce1826a45b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5914836837313392135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33842f81-f2b6-4942-89cd-8bce1826a45b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9986214-c5bd-486c-a954-61df09824379, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9986214-c5bd-486c-a954-61df09824379, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13910314493239171142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9986214-c5bd-486c-a954-61df09824379, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8f5ba29-f5c9-4234-bda9-5e06178c8974, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f5ba29-f5c9-4234-bda9-5e06178c8974, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9819065287456823244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d03448e-a145-458a-85c9-8ea2a5f33ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab39b28-0189-4923-b434-db24e91779c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab39b28-0189-4923-b434-db24e91779c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6069567816460537419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f5ba29-f5c9-4234-bda9-5e06178c8974, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba9999ca-ce45-4588-a31b-493423d3d4c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9999ca-ce45-4588-a31b-493423d3d4c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14683874715614230801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab39b28-0189-4923-b434-db24e91779c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf6c7952-2835-423c-a49a-cf98da990e39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6c7952-2835-423c-a49a-cf98da990e39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 827412537900010176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9999ca-ce45-4588-a31b-493423d3d4c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97ed5a08-f82e-48a0-b42c-55aa83d9145e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ed5a08-f82e-48a0-b42c-55aa83d9145e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8873849498394979129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6c7952-2835-423c-a49a-cf98da990e39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e67631c6-f0d1-405c-9386-c81ea6db5584, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67631c6-f0d1-405c-9386-c81ea6db5584, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5581511784153400749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ed5a08-f82e-48a0-b42c-55aa83d9145e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 357bc4ab-3eae-4004-be97-7fd8ad24818a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357bc4ab-3eae-4004-be97-7fd8ad24818a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5985905889870776283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67631c6-f0d1-405c-9386-c81ea6db5584, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61026938-f851-4b3e-99e3-e6e4150150c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61026938-f851-4b3e-99e3-e6e4150150c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205393432932912135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357bc4ab-3eae-4004-be97-7fd8ad24818a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c007f4-380a-427e-b05c-96a3968279f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c007f4-380a-427e-b05c-96a3968279f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2962526473697716859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61026938-f851-4b3e-99e3-e6e4150150c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c6617ac-749a-480f-bab5-d4ecb6a75f19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6617ac-749a-480f-bab5-d4ecb6a75f19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490312943608685295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c007f4-380a-427e-b05c-96a3968279f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f4af57-f57d-4bf0-85d6-306c36d9475f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f4af57-f57d-4bf0-85d6-306c36d9475f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1363056996239357592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6617ac-749a-480f-bab5-d4ecb6a75f19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f18da3f2-111c-49db-b326-e9b8ab670f51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f18da3f2-111c-49db-b326-e9b8ab670f51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15967949994521800149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f4af57-f57d-4bf0-85d6-306c36d9475f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b3313f-8f0f-4beb-9d33-92a3e5be9691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f18da3f2-111c-49db-b326-e9b8ab670f51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b3313f-8f0f-4beb-9d33-92a3e5be9691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238900837156571712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89870d2a-c227-4cae-bad7-6de9e815ee4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89870d2a-c227-4cae-bad7-6de9e815ee4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1582091384094424794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b3313f-8f0f-4beb-9d33-92a3e5be9691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eabc65b-9118-4ebf-87ac-841c13ec7d8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eabc65b-9118-4ebf-87ac-841c13ec7d8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6859200464916100014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89870d2a-c227-4cae-bad7-6de9e815ee4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd9e8e8f-773d-4ea6-8484-675216c17578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd9e8e8f-773d-4ea6-8484-675216c17578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908158923324165769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eabc65b-9118-4ebf-87ac-841c13ec7d8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb46385d-a0d5-4407-959b-33fe6b4f4e3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb46385d-a0d5-4407-959b-33fe6b4f4e3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040715487180379495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd9e8e8f-773d-4ea6-8484-675216c17578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0b09e6b-69f9-49d2-be81-528a864b5c46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0b09e6b-69f9-49d2-be81-528a864b5c46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914521833261183881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb46385d-a0d5-4407-959b-33fe6b4f4e3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5920c3c0-0d73-45d4-b201-92b34f334d27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5920c3c0-0d73-45d4-b201-92b34f334d27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14908884394847557579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0b09e6b-69f9-49d2-be81-528a864b5c46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85dcf1e3-7111-4443-a5c6-8d2b8ec5d0f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85dcf1e3-7111-4443-a5c6-8d2b8ec5d0f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17787294347000136655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5920c3c0-0d73-45d4-b201-92b34f334d27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a5d0e77-3b08-4248-9b9d-08d940ea3c32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a5d0e77-3b08-4248-9b9d-08d940ea3c32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406397635831663509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85dcf1e3-7111-4443-a5c6-8d2b8ec5d0f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a7d548-37f1-422c-8a8b-26a540d6211e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a7d548-37f1-422c-8a8b-26a540d6211e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038485877698858429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a5d0e77-3b08-4248-9b9d-08d940ea3c32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89f289f-3480-4830-8493-f116f4da1d5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89f289f-3480-4830-8493-f116f4da1d5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016526581813379961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a7d548-37f1-422c-8a8b-26a540d6211e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846d5b55-22b8-40ad-aba9-f5d26ce73b51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846d5b55-22b8-40ad-aba9-f5d26ce73b51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4599967218032243085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89f289f-3480-4830-8493-f116f4da1d5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33d5822e-d16a-415b-9b58-683115ca1fbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d5822e-d16a-415b-9b58-683115ca1fbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10758813188892530183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d5822e-d16a-415b-9b58-683115ca1fbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70868209-85be-4085-8ace-9bb63a1b0325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70868209-85be-4085-8ace-9bb63a1b0325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15325174768725344634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846d5b55-22b8-40ad-aba9-f5d26ce73b51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08bac97-026b-4f10-910f-79643d12b956, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08bac97-026b-4f10-910f-79643d12b956, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050183043579230641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70868209-85be-4085-8ace-9bb63a1b0325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d603314-f1a5-4ab5-b57a-8079ac4c4c93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08bac97-026b-4f10-910f-79643d12b956, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76580f3d-b99f-4a1a-958c-88b0a019a950, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d603314-f1a5-4ab5-b57a-8079ac4c4c93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152924154298284995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76580f3d-b99f-4a1a-958c-88b0a019a950, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14391821619353105962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d603314-f1a5-4ab5-b57a-8079ac4c4c93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3305db65-5326-4dae-aa18-86af3ce25b8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3305db65-5326-4dae-aa18-86af3ce25b8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17169997660125886148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76580f3d-b99f-4a1a-958c-88b0a019a950, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71b574f2-95fc-4e66-9713-c390c5a4b142, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b574f2-95fc-4e66-9713-c390c5a4b142, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480048877516137612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3305db65-5326-4dae-aa18-86af3ce25b8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eedd9fa1-25e5-4334-af35-cf7e13e81e78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eedd9fa1-25e5-4334-af35-cf7e13e81e78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10858513526101353835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b574f2-95fc-4e66-9713-c390c5a4b142, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7718be06-a9c9-4317-8a6d-f8e1454fb823, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7718be06-a9c9-4317-8a6d-f8e1454fb823, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493119480963769193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eedd9fa1-25e5-4334-af35-cf7e13e81e78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91c8d961-30d4-453c-ad7e-604d1c0826a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c8d961-30d4-453c-ad7e-604d1c0826a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159338850227736500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7718be06-a9c9-4317-8a6d-f8e1454fb823, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e39345-64b5-4033-af0d-62cc0da20c6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e39345-64b5-4033-af0d-62cc0da20c6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634000262431571819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c8d961-30d4-453c-ad7e-604d1c0826a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e39345-64b5-4033-af0d-62cc0da20c6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d10fd3e-6a3f-4e88-9f2e-0a558654d0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3e50d89-afc4-412a-9e43-b483ce6884ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d10fd3e-6a3f-4e88-9f2e-0a558654d0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16667179303516796732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e50d89-afc4-412a-9e43-b483ce6884ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011875006942776005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d10fd3e-6a3f-4e88-9f2e-0a558654d0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e71c85-bf86-4673-b2a1-1a7925e95cd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e71c85-bf86-4673-b2a1-1a7925e95cd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809986941452799747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e50d89-afc4-412a-9e43-b483ce6884ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad6915ed-f093-4dc6-abea-b22ba89483b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad6915ed-f093-4dc6-abea-b22ba89483b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6073469362351180912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e71c85-bf86-4673-b2a1-1a7925e95cd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a925cb82-cda5-4231-bf29-fb1c91f93781, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a925cb82-cda5-4231-bf29-fb1c91f93781, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607796585260355946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad6915ed-f093-4dc6-abea-b22ba89483b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965c9dfb-50fb-4f85-89b9-08f2b9c84c8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965c9dfb-50fb-4f85-89b9-08f2b9c84c8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 132847726406250138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a925cb82-cda5-4231-bf29-fb1c91f93781, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 729eacc4-2db2-474a-946f-3adc3a4b59fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729eacc4-2db2-474a-946f-3adc3a4b59fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502185062649557896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965c9dfb-50fb-4f85-89b9-08f2b9c84c8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dcc1a0-e0d6-4407-b049-2038713dce80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dcc1a0-e0d6-4407-b049-2038713dce80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13051046719051155040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729eacc4-2db2-474a-946f-3adc3a4b59fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eec7b289-d3b8-4af6-bd54-5f5218c1e4a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec7b289-d3b8-4af6-bd54-5f5218c1e4a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280477549840623597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dcc1a0-e0d6-4407-b049-2038713dce80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 373f9db2-c74c-490d-bb88-b556aa07400d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373f9db2-c74c-490d-bb88-b556aa07400d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356555204756476358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec7b289-d3b8-4af6-bd54-5f5218c1e4a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb82bc3d-b8c8-498e-97e5-14cc8f4831c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb82bc3d-b8c8-498e-97e5-14cc8f4831c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374453949358845471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373f9db2-c74c-490d-bb88-b556aa07400d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d4a1b10-0ae5-4345-9a67-9f6052e74031, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4a1b10-0ae5-4345-9a67-9f6052e74031, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4846371915855150802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb82bc3d-b8c8-498e-97e5-14cc8f4831c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e2a8fb0-7eb9-456b-8ee5-ec470cbffae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e2a8fb0-7eb9-456b-8ee5-ec470cbffae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11007064242006385598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4a1b10-0ae5-4345-9a67-9f6052e74031, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e38b4df-ee79-4515-9d4a-52e57293dad6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e38b4df-ee79-4515-9d4a-52e57293dad6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14972373206147849841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e2a8fb0-7eb9-456b-8ee5-ec470cbffae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f0c051b-b054-485b-8d08-10db52830a99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f0c051b-b054-485b-8d08-10db52830a99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15120616657485871718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e38b4df-ee79-4515-9d4a-52e57293dad6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39163c24-8b2d-482a-bc12-a269831d8a39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39163c24-8b2d-482a-bc12-a269831d8a39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8707973342304409143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f0c051b-b054-485b-8d08-10db52830a99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a2c487e-b35c-42a3-8131-fef48c39bcdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2c487e-b35c-42a3-8131-fef48c39bcdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11669028957033499815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39163c24-8b2d-482a-bc12-a269831d8a39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97a4e84-ac53-4b58-b630-f4540a78ae69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97a4e84-ac53-4b58-b630-f4540a78ae69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14014596086692970354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2c487e-b35c-42a3-8131-fef48c39bcdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a33035e-e5e6-4161-aeae-bbb1af06c34c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97a4e84-ac53-4b58-b630-f4540a78ae69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b19e0da2-a22d-48d7-bf94-df7445b31104, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a33035e-e5e6-4161-aeae-bbb1af06c34c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15414758448775647245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19e0da2-a22d-48d7-bf94-df7445b31104, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2522301978445416811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a33035e-e5e6-4161-aeae-bbb1af06c34c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 828d2540-cc22-43f9-aed3-90f80a69f258, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 828d2540-cc22-43f9-aed3-90f80a69f258, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5863374091990857229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19e0da2-a22d-48d7-bf94-df7445b31104, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5e3aa7-d42e-46c1-9c71-3337c631a13e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5e3aa7-d42e-46c1-9c71-3337c631a13e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6114781375594993393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 828d2540-cc22-43f9-aed3-90f80a69f258, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, debfd570-0263-4691-b51e-4a6902d1ad85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debfd570-0263-4691-b51e-4a6902d1ad85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16005829876337921271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5e3aa7-d42e-46c1-9c71-3337c631a13e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d771ac38-1246-488c-89a8-d91d602a751f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d771ac38-1246-488c-89a8-d91d602a751f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171505930086110856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debfd570-0263-4691-b51e-4a6902d1ad85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3ae056c-3508-40bb-a58b-aa98eebd51db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ae056c-3508-40bb-a58b-aa98eebd51db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 19617834131184433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d771ac38-1246-488c-89a8-d91d602a751f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b289ef30-a1a1-47f3-bb4c-85316b2ee240, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b289ef30-a1a1-47f3-bb4c-85316b2ee240, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297155555477165898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ae056c-3508-40bb-a58b-aa98eebd51db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1217dc14-fef0-47c3-beed-aaaba1ab69f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1217dc14-fef0-47c3-beed-aaaba1ab69f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828184862505359831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b289ef30-a1a1-47f3-bb4c-85316b2ee240, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac20dcd-126f-4a16-ba50-69d3a39dc39e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac20dcd-126f-4a16-ba50-69d3a39dc39e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679502742849251623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1217dc14-fef0-47c3-beed-aaaba1ab69f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbb006d-99d9-4420-a98b-e94a068e4f15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbb006d-99d9-4420-a98b-e94a068e4f15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498737239796599940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac20dcd-126f-4a16-ba50-69d3a39dc39e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7769795-1a74-4fd2-8431-72ee3fecf051, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7769795-1a74-4fd2-8431-72ee3fecf051, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 840298132975791197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbb006d-99d9-4420-a98b-e94a068e4f15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 360559b5-f8f2-4c28-8ff8-fad74162d658, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 360559b5-f8f2-4c28-8ff8-fad74162d658, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796504390365537903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7769795-1a74-4fd2-8431-72ee3fecf051, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84681276-953c-4165-8919-ac707433de6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84681276-953c-4165-8919-ac707433de6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5322714840089982506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 360559b5-f8f2-4c28-8ff8-fad74162d658, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 158b12b3-765c-4b3e-a338-1659595a7f73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158b12b3-765c-4b3e-a338-1659595a7f73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387151581974607883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84681276-953c-4165-8919-ac707433de6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbcc9d36-cef2-424a-98aa-98c86aa949cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbcc9d36-cef2-424a-98aa-98c86aa949cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13361214021206189675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158b12b3-765c-4b3e-a338-1659595a7f73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b80da57-b9a8-4689-8074-969d49594d88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b80da57-b9a8-4689-8074-969d49594d88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3846574296387748353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b80da57-b9a8-4689-8074-969d49594d88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7f0baa4-2849-444f-add3-7728c8bb7f26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f0baa4-2849-444f-add3-7728c8bb7f26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3542501336153030202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbcc9d36-cef2-424a-98aa-98c86aa949cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b0566d-1b99-487d-a124-fd2797c2bce2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b0566d-1b99-487d-a124-fd2797c2bce2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4482836171378760586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f0baa4-2849-444f-add3-7728c8bb7f26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 483b94c8-fa35-4b0b-bc87-6efad034ba29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483b94c8-fa35-4b0b-bc87-6efad034ba29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17597609665108997591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b0566d-1b99-487d-a124-fd2797c2bce2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcea5f2c-fa84-451b-bc12-6e97fb037c2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea5f2c-fa84-451b-bc12-6e97fb037c2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 888315220439761839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483b94c8-fa35-4b0b-bc87-6efad034ba29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac087d69-0dff-423a-88b8-6b41cfa4eeb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac087d69-0dff-423a-88b8-6b41cfa4eeb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926489005919892289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea5f2c-fa84-451b-bc12-6e97fb037c2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7412390-7a3c-433c-8671-f81b0407ccef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7412390-7a3c-433c-8671-f81b0407ccef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998008578240564709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7412390-7a3c-433c-8671-f81b0407ccef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89ba1f2d-51b3-4251-82eb-3abbcc141196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ba1f2d-51b3-4251-82eb-3abbcc141196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8701606135594446231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac087d69-0dff-423a-88b8-6b41cfa4eeb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a887a52e-5269-471c-a4e8-eed44e41478c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a887a52e-5269-471c-a4e8-eed44e41478c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8155990246072065596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ba1f2d-51b3-4251-82eb-3abbcc141196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3681f6ec-1fdd-4595-a423-c1f43567f8d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3681f6ec-1fdd-4595-a423-c1f43567f8d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8801507293954600224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a887a52e-5269-471c-a4e8-eed44e41478c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b54c6805-868d-482b-9136-74a85db4d9b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54c6805-868d-482b-9136-74a85db4d9b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918950057959822742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3681f6ec-1fdd-4595-a423-c1f43567f8d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75ad20c-e9d2-4474-a8b2-7e4bf1c1aa2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54c6805-868d-482b-9136-74a85db4d9b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46dc0a1e-1f98-4284-9928-90e542e80a88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75ad20c-e9d2-4474-a8b2-7e4bf1c1aa2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390729400200028080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46dc0a1e-1f98-4284-9928-90e542e80a88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10135111495552948213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75ad20c-e9d2-4474-a8b2-7e4bf1c1aa2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f73ead28-afe1-4c9b-a789-830d7ba750d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f73ead28-afe1-4c9b-a789-830d7ba750d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996614999358973212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46dc0a1e-1f98-4284-9928-90e542e80a88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be8a0604-de31-4c22-9a07-ecbf9d9b1f0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8a0604-de31-4c22-9a07-ecbf9d9b1f0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4715634754619343730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f73ead28-afe1-4c9b-a789-830d7ba750d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b1f750-70dc-4548-9375-ec734f91e8e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b1f750-70dc-4548-9375-ec734f91e8e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6751477347231811616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8a0604-de31-4c22-9a07-ecbf9d9b1f0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 103592e9-8aae-4afc-9d42-7d2f792dabf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 103592e9-8aae-4afc-9d42-7d2f792dabf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508970269861912038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b1f750-70dc-4548-9375-ec734f91e8e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 681d5ac1-b2df-4df7-8e34-68ee7ee0a0df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681d5ac1-b2df-4df7-8e34-68ee7ee0a0df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718535258025259002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 103592e9-8aae-4afc-9d42-7d2f792dabf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1097277-593f-4b39-aba9-013dc17c7d07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1097277-593f-4b39-aba9-013dc17c7d07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521349210614731393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681d5ac1-b2df-4df7-8e34-68ee7ee0a0df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b09a866d-0777-455e-ba2e-67224a16ec5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09a866d-0777-455e-ba2e-67224a16ec5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735603738733950734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1097277-593f-4b39-aba9-013dc17c7d07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00e82e80-4192-4ed8-a645-29c2e9b6e9f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e82e80-4192-4ed8-a645-29c2e9b6e9f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4601871423680422744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09a866d-0777-455e-ba2e-67224a16ec5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aefef2d7-d1d6-47b1-a547-7096e65ddf23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aefef2d7-d1d6-47b1-a547-7096e65ddf23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 535390255101768656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e82e80-4192-4ed8-a645-29c2e9b6e9f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b309e721-7e7f-4526-8603-d1a23fb41312, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aefef2d7-d1d6-47b1-a547-7096e65ddf23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b309e721-7e7f-4526-8603-d1a23fb41312, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8546438329301718539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c66afb6b-6385-45de-a48c-4b3cb4f1c852, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c66afb6b-6385-45de-a48c-4b3cb4f1c852, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561115648407719471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b309e721-7e7f-4526-8603-d1a23fb41312, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc384523-c2fa-43b7-9725-f8267347f4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc384523-c2fa-43b7-9725-f8267347f4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572532462960356801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c66afb6b-6385-45de-a48c-4b3cb4f1c852, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afac483a-692d-443c-8ba1-170fcfc50cc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afac483a-692d-443c-8ba1-170fcfc50cc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9605111503114863035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc384523-c2fa-43b7-9725-f8267347f4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be48c004-26da-4872-a763-5d459d998f57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afac483a-692d-443c-8ba1-170fcfc50cc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6301ac9-5b8a-4f29-b6ce-f15c81b4d239, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6301ac9-5b8a-4f29-b6ce-f15c81b4d239, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15372782057362613261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be48c004-26da-4872-a763-5d459d998f57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520205641127454743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be48c004-26da-4872-a763-5d459d998f57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e16783b-7ba9-452a-b66c-25ddd16b1ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e16783b-7ba9-452a-b66c-25ddd16b1ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14998201953070018265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6301ac9-5b8a-4f29-b6ce-f15c81b4d239, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7d024c3-51d6-4e82-847c-564a162ea1e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d024c3-51d6-4e82-847c-564a162ea1e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17506215025573343253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e16783b-7ba9-452a-b66c-25ddd16b1ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3af25b6e-1d2f-4605-9901-bf0dd13d2d21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af25b6e-1d2f-4605-9901-bf0dd13d2d21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492654836611888636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d024c3-51d6-4e82-847c-564a162ea1e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f566a44c-80a5-4638-a1ff-3900d7a76ad9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af25b6e-1d2f-4605-9901-bf0dd13d2d21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f566a44c-80a5-4638-a1ff-3900d7a76ad9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15481249061912529732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 412b963c-0760-48fb-b4ba-3a7a7f3b6227, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412b963c-0760-48fb-b4ba-3a7a7f3b6227, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943277350793298354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f566a44c-80a5-4638-a1ff-3900d7a76ad9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412b963c-0760-48fb-b4ba-3a7a7f3b6227, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb72b6f-480d-42e3-a28b-9bc9b01f7fb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb72b6f-480d-42e3-a28b-9bc9b01f7fb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253863198886792269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e696afb1-c938-4b55-8bde-f5f6b8526a46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e696afb1-c938-4b55-8bde-f5f6b8526a46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8040040825451531429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb72b6f-480d-42e3-a28b-9bc9b01f7fb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b09e292a-3ed8-409e-8c73-503bd512a049, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09e292a-3ed8-409e-8c73-503bd512a049, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3031074712102574179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e696afb1-c938-4b55-8bde-f5f6b8526a46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b44cb13-e785-41f8-92c9-531f4e090bb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b44cb13-e785-41f8-92c9-531f4e090bb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207853451070848490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09e292a-3ed8-409e-8c73-503bd512a049, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe979b7a-4c14-43e8-9c70-0b4a7d2b34ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe979b7a-4c14-43e8-9c70-0b4a7d2b34ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1197544588668814638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b44cb13-e785-41f8-92c9-531f4e090bb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd7ca8c-60ac-43e6-9fd7-1ab1ebe656b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe979b7a-4c14-43e8-9c70-0b4a7d2b34ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 789bce3c-d940-4765-b01f-53bc4f81adf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789bce3c-d940-4765-b01f-53bc4f81adf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6651600403759364938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd7ca8c-60ac-43e6-9fd7-1ab1ebe656b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12745019034744443588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789bce3c-d940-4765-b01f-53bc4f81adf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21a9daeb-efd1-436e-b52e-aa4ef8373a09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a9daeb-efd1-436e-b52e-aa4ef8373a09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545361851060578931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd7ca8c-60ac-43e6-9fd7-1ab1ebe656b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee4102b-84ee-4da8-891b-d8c48e8a8552, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee4102b-84ee-4da8-891b-d8c48e8a8552, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2801700384085557864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a9daeb-efd1-436e-b52e-aa4ef8373a09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aacb986-4d09-4728-b998-57e22088838a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aacb986-4d09-4728-b998-57e22088838a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8429317373963212324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee4102b-84ee-4da8-891b-d8c48e8a8552, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944762e4-715b-49d3-b27f-689897f3f445, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944762e4-715b-49d3-b27f-689897f3f445, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080735010712324918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aacb986-4d09-4728-b998-57e22088838a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d64fa148-3e2b-471c-9604-12419fd899c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d64fa148-3e2b-471c-9604-12419fd899c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17298200945438172902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944762e4-715b-49d3-b27f-689897f3f445, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f113b28-9af6-4784-9f71-b7b3f7b384f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f113b28-9af6-4784-9f71-b7b3f7b384f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984557769332497776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d64fa148-3e2b-471c-9604-12419fd899c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3c962c-c2b6-422c-9ad4-9ee5b2f69868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3c962c-c2b6-422c-9ad4-9ee5b2f69868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661907795502738858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f113b28-9af6-4784-9f71-b7b3f7b384f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68026d08-fa4a-470a-9426-2757c322acd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68026d08-fa4a-470a-9426-2757c322acd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8504222138262348678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3c962c-c2b6-422c-9ad4-9ee5b2f69868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66f43eb7-1557-4588-baf3-08393e8084e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f43eb7-1557-4588-baf3-08393e8084e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2954003766184529624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68026d08-fa4a-470a-9426-2757c322acd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3f644a-f016-4597-a249-25c8c77146e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3f644a-f016-4597-a249-25c8c77146e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5303836440956874800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f43eb7-1557-4588-baf3-08393e8084e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 101178b3-71b3-4de0-8d0a-cc703bfcf854, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 101178b3-71b3-4de0-8d0a-cc703bfcf854, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15738589090335764190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3f644a-f016-4597-a249-25c8c77146e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57bfe9f3-1d1e-4f0d-831d-349cbcb8fdda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57bfe9f3-1d1e-4f0d-831d-349cbcb8fdda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 79317803786439525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 101178b3-71b3-4de0-8d0a-cc703bfcf854, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c97a28b6-0b5c-424c-87af-897498b6d857, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97a28b6-0b5c-424c-87af-897498b6d857, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898807060580171549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57bfe9f3-1d1e-4f0d-831d-349cbcb8fdda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a540f6-6dab-4c36-8233-64b7470918f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a540f6-6dab-4c36-8233-64b7470918f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209042073866413469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a540f6-6dab-4c36-8233-64b7470918f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c6802a2-9f23-46fe-ad60-a99e5e9c5d36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97a28b6-0b5c-424c-87af-897498b6d857, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d429fa-f17d-41a1-a70b-b9b57e2bea1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6802a2-9f23-46fe-ad60-a99e5e9c5d36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9368979729253404904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d429fa-f17d-41a1-a70b-b9b57e2bea1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1365184798511055651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d429fa-f17d-41a1-a70b-b9b57e2bea1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6802a2-9f23-46fe-ad60-a99e5e9c5d36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b649e81c-69c5-4784-83fc-1104c5e36425, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b649e81c-69c5-4784-83fc-1104c5e36425, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980056387957851210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265b81ab-4016-4568-86b8-4ec95646d364, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265b81ab-4016-4568-86b8-4ec95646d364, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3422247257273169667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b649e81c-69c5-4784-83fc-1104c5e36425, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb1b5cf-edf4-4ee0-9cb5-e3d36de00f02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb1b5cf-edf4-4ee0-9cb5-e3d36de00f02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509890031830648574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265b81ab-4016-4568-86b8-4ec95646d364, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4707c469-9c6c-481b-9cd0-3510e7a00d08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4707c469-9c6c-481b-9cd0-3510e7a00d08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6104447828878708321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb1b5cf-edf4-4ee0-9cb5-e3d36de00f02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2f7b974-7837-4009-923e-9407a2507abc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f7b974-7837-4009-923e-9407a2507abc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15711404945700858295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4707c469-9c6c-481b-9cd0-3510e7a00d08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc78360-2ac1-4f77-ab14-74a7dcec4252, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc78360-2ac1-4f77-ab14-74a7dcec4252, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3648382507561070504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f7b974-7837-4009-923e-9407a2507abc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36c6c2ce-98be-4d1b-962c-c91be091f111, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36c6c2ce-98be-4d1b-962c-c91be091f111, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13759821340065208880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc78360-2ac1-4f77-ab14-74a7dcec4252, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f306d47-f526-45e7-918a-f85d5e3625a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f306d47-f526-45e7-918a-f85d5e3625a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 418263498583973225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36c6c2ce-98be-4d1b-962c-c91be091f111, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968ef8d7-ab85-4a5f-94f3-f848af48315a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968ef8d7-ab85-4a5f-94f3-f848af48315a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1811098270130421166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f306d47-f526-45e7-918a-f85d5e3625a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb8a883-d18a-47b5-8d4b-6411c9290afc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb8a883-d18a-47b5-8d4b-6411c9290afc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8602930162116882986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968ef8d7-ab85-4a5f-94f3-f848af48315a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5de182-ff57-48fa-92a3-64ddb750eb82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5de182-ff57-48fa-92a3-64ddb750eb82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13097537574342849713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb8a883-d18a-47b5-8d4b-6411c9290afc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a63bfa8-2f01-4f77-a0c3-8378d066ef10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a63bfa8-2f01-4f77-a0c3-8378d066ef10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812555320472811866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5de182-ff57-48fa-92a3-64ddb750eb82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a361f46a-e0fb-4f9e-938b-f622f46e09e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a361f46a-e0fb-4f9e-938b-f622f46e09e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719792923294225804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a63bfa8-2f01-4f77-a0c3-8378d066ef10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96a8ef5-ce6c-4fff-9cd8-73fd8d16e2eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96a8ef5-ce6c-4fff-9cd8-73fd8d16e2eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17430615154842478625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a361f46a-e0fb-4f9e-938b-f622f46e09e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6af7e635-3cd2-42d3-9243-63fc07ba9f26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af7e635-3cd2-42d3-9243-63fc07ba9f26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3110675383222054969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96a8ef5-ce6c-4fff-9cd8-73fd8d16e2eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be916fa7-9097-4487-b3c1-107ad669af27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be916fa7-9097-4487-b3c1-107ad669af27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6719117919167764347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af7e635-3cd2-42d3-9243-63fc07ba9f26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3862a6e0-1dd8-4169-934d-fa140a788758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3862a6e0-1dd8-4169-934d-fa140a788758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956591233933972298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be916fa7-9097-4487-b3c1-107ad669af27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d976b1aa-c24c-459f-90e2-6aa0d8aa9dbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d976b1aa-c24c-459f-90e2-6aa0d8aa9dbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3516398297416837771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3862a6e0-1dd8-4169-934d-fa140a788758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ba98f9-fbae-447c-8ec2-3f12fcb8a8c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ba98f9-fbae-447c-8ec2-3f12fcb8a8c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256840599412034775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d976b1aa-c24c-459f-90e2-6aa0d8aa9dbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4682ad5d-3a42-4432-b5ac-2922f20fed17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4682ad5d-3a42-4432-b5ac-2922f20fed17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12244549124609776347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ba98f9-fbae-447c-8ec2-3f12fcb8a8c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81057d5d-b4c6-43ba-8182-068924b8ae9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81057d5d-b4c6-43ba-8182-068924b8ae9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8050981501200387396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4682ad5d-3a42-4432-b5ac-2922f20fed17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637c62f8-f326-40be-809f-f608cec7d4e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637c62f8-f326-40be-809f-f608cec7d4e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055027650260359946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81057d5d-b4c6-43ba-8182-068924b8ae9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2630c825-239d-4376-b041-b3e9dc5457d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2630c825-239d-4376-b041-b3e9dc5457d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544190079717295492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637c62f8-f326-40be-809f-f608cec7d4e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a618eafc-df96-4b6c-8bd1-af771c1e3f67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2630c825-239d-4376-b041-b3e9dc5457d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a618eafc-df96-4b6c-8bd1-af771c1e3f67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519549177496794365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4daa3c10-6a28-44d7-be37-abe8419187d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daa3c10-6a28-44d7-be37-abe8419187d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2273215386097748751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a618eafc-df96-4b6c-8bd1-af771c1e3f67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2b6a207-b9e3-4798-9c24-28a377316e20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b6a207-b9e3-4798-9c24-28a377316e20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14761624086577287609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daa3c10-6a28-44d7-be37-abe8419187d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a71842a6-6eb3-4062-ace5-8eb9710b7082, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71842a6-6eb3-4062-ace5-8eb9710b7082, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986275328263339542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b6a207-b9e3-4798-9c24-28a377316e20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71842a6-6eb3-4062-ace5-8eb9710b7082, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c6bdf1-643f-49f3-aead-05f52b7e0dff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cbaaf1b-d55f-4acc-8698-b7b5df13a5d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbaaf1b-d55f-4acc-8698-b7b5df13a5d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12903333984116728373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c6bdf1-643f-49f3-aead-05f52b7e0dff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8038619260785654432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbaaf1b-d55f-4acc-8698-b7b5df13a5d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78042700-4ec4-4151-844b-a2834c1eba85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c6bdf1-643f-49f3-aead-05f52b7e0dff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78042700-4ec4-4151-844b-a2834c1eba85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 923613901226610353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aca398bd-987c-430b-80d1-38aeaf144d44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca398bd-987c-430b-80d1-38aeaf144d44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461126662608096916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca398bd-987c-430b-80d1-38aeaf144d44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90f8a456-2dd2-4e83-b670-4b546f0dd226, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90f8a456-2dd2-4e83-b670-4b546f0dd226, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 176306241083099530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78042700-4ec4-4151-844b-a2834c1eba85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d7b583b-020a-4002-9de8-b4f2fd78a834, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7b583b-020a-4002-9de8-b4f2fd78a834, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11547776209455893740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90f8a456-2dd2-4e83-b670-4b546f0dd226, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9e2e4d-5115-4ae2-9d95-442b3a2be964, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9e2e4d-5115-4ae2-9d95-442b3a2be964, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18085085581975562969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7b583b-020a-4002-9de8-b4f2fd78a834, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b58317c-b71f-42b2-9e47-12a4ff24b5af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9e2e4d-5115-4ae2-9d95-442b3a2be964, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b58317c-b71f-42b2-9e47-12a4ff24b5af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17376891271285505304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fca0160-85c8-4304-a9ae-75f4719e0906, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fca0160-85c8-4304-a9ae-75f4719e0906, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5871587134663560756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b58317c-b71f-42b2-9e47-12a4ff24b5af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fca0160-85c8-4304-a9ae-75f4719e0906, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eee17a9-9338-41f1-a910-346a37fba165, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e25decce-a65e-44c5-8f4f-b49512163a70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eee17a9-9338-41f1-a910-346a37fba165, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4345619881660414126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e25decce-a65e-44c5-8f4f-b49512163a70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449176705796056177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e25decce-a65e-44c5-8f4f-b49512163a70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eee17a9-9338-41f1-a910-346a37fba165, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb2cac2-4b1e-488d-898d-a579a44ff311, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb2cac2-4b1e-488d-898d-a579a44ff311, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5595525544672303280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba0aea38-42fa-4eb6-b414-524779b3650e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0aea38-42fa-4eb6-b414-524779b3650e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16113065238217673708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb2cac2-4b1e-488d-898d-a579a44ff311, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c431fdbd-0bb9-43d3-a915-9f71734997d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c431fdbd-0bb9-43d3-a915-9f71734997d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564507743220113288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0aea38-42fa-4eb6-b414-524779b3650e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dc3209a-bf23-416b-93a9-31957265d5bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc3209a-bf23-416b-93a9-31957265d5bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4272628372426950667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c431fdbd-0bb9-43d3-a915-9f71734997d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7942e5c-b74b-460d-bbc1-1e9aed5da8b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7942e5c-b74b-460d-bbc1-1e9aed5da8b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3862718787307315490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc3209a-bf23-416b-93a9-31957265d5bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1145ebe5-966f-4430-8d3d-d65bcc100aee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1145ebe5-966f-4430-8d3d-d65bcc100aee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3796026643638368421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7942e5c-b74b-460d-bbc1-1e9aed5da8b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e56e463-6661-4bdd-bfcc-712320899cbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1145ebe5-966f-4430-8d3d-d65bcc100aee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54fef251-1a61-48f9-9dc9-2b2e6ef32e33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fef251-1a61-48f9-9dc9-2b2e6ef32e33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4602978240672670307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e56e463-6661-4bdd-bfcc-712320899cbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154144124657028915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e56e463-6661-4bdd-bfcc-712320899cbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 375b3a3b-b2a0-449a-b1ae-47c77fc74ab8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375b3a3b-b2a0-449a-b1ae-47c77fc74ab8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17995369410120923920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375b3a3b-b2a0-449a-b1ae-47c77fc74ab8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c2ca78e-3a54-4f8b-9bc6-85729972b45e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2ca78e-3a54-4f8b-9bc6-85729972b45e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17039127883273334084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fef251-1a61-48f9-9dc9-2b2e6ef32e33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c951bd7-e1ee-46c6-bb54-5e3339a9610e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c951bd7-e1ee-46c6-bb54-5e3339a9610e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11971168563375486284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2ca78e-3a54-4f8b-9bc6-85729972b45e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f11bcb3-4d18-4b7e-ac45-fa2cc12bd405, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f11bcb3-4d18-4b7e-ac45-fa2cc12bd405, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6515360929802961281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c951bd7-e1ee-46c6-bb54-5e3339a9610e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d97f6664-0188-43e3-bc41-0adbc8d5a24a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d97f6664-0188-43e3-bc41-0adbc8d5a24a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513372138167485190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f11bcb3-4d18-4b7e-ac45-fa2cc12bd405, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e604e007-0c71-4914-af7d-197a5f35c0f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e604e007-0c71-4914-af7d-197a5f35c0f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211053118549935277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d97f6664-0188-43e3-bc41-0adbc8d5a24a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8827538d-b461-41e8-978b-9670f308cc50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8827538d-b461-41e8-978b-9670f308cc50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 916783576912148804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e604e007-0c71-4914-af7d-197a5f35c0f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 048cb382-0a70-4ef2-895a-88b8a71cbfb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048cb382-0a70-4ef2-895a-88b8a71cbfb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5311534530044592570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8827538d-b461-41e8-978b-9670f308cc50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54992da4-89f3-4f28-ace8-c234f803fb93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54992da4-89f3-4f28-ace8-c234f803fb93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7105648800594698583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048cb382-0a70-4ef2-895a-88b8a71cbfb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9032003-12a7-4fcc-9743-45f04231a2b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9032003-12a7-4fcc-9743-45f04231a2b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058302401305035045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54992da4-89f3-4f28-ace8-c234f803fb93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e56545-dc35-456e-9298-7481a59641d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e56545-dc35-456e-9298-7481a59641d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16601137294796884323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e56545-dc35-456e-9298-7481a59641d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09810380-8c90-4772-b5a3-a8e17eb0f2aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09810380-8c90-4772-b5a3-a8e17eb0f2aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838459232112147859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09810380-8c90-4772-b5a3-a8e17eb0f2aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02fe50e6-1989-488f-89c8-0a54133fdcd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fe50e6-1989-488f-89c8-0a54133fdcd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 196523728960641227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9032003-12a7-4fcc-9743-45f04231a2b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a51a3a8e-0bbc-4c6e-ba1b-9de8fa66c266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51a3a8e-0bbc-4c6e-ba1b-9de8fa66c266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 651832214716696825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fe50e6-1989-488f-89c8-0a54133fdcd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2eaa748-3a9f-449d-96d6-dd6fc9c1ea66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2eaa748-3a9f-449d-96d6-dd6fc9c1ea66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12588866090341420151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51a3a8e-0bbc-4c6e-ba1b-9de8fa66c266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f94ddf5-dd23-4dcf-afbf-aa140f3a1388, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f94ddf5-dd23-4dcf-afbf-aa140f3a1388, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230716337839872874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2eaa748-3a9f-449d-96d6-dd6fc9c1ea66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d63a3e-dd1b-4491-847c-12238fe3b0f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d63a3e-dd1b-4491-847c-12238fe3b0f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8201072010697810787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f94ddf5-dd23-4dcf-afbf-aa140f3a1388, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14b5f3c7-b1ce-469b-b02f-06881661be98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b5f3c7-b1ce-469b-b02f-06881661be98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11701233629381726545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d63a3e-dd1b-4491-847c-12238fe3b0f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c379f6-c879-4648-ac08-f5d23d6b1a2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c379f6-c879-4648-ac08-f5d23d6b1a2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050801892603338692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b5f3c7-b1ce-469b-b02f-06881661be98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e1b8e0-923e-4f9f-9aea-8ef36eedace1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e1b8e0-923e-4f9f-9aea-8ef36eedace1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12950277955865812643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c379f6-c879-4648-ac08-f5d23d6b1a2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d54fce9-2348-4173-b7ed-36de4ba02155, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d54fce9-2348-4173-b7ed-36de4ba02155, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9664120902293754060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e1b8e0-923e-4f9f-9aea-8ef36eedace1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41234085-bf7b-4dd8-8033-fbdac469927a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41234085-bf7b-4dd8-8033-fbdac469927a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4434216052075113440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d54fce9-2348-4173-b7ed-36de4ba02155, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f53c52b-4077-460a-8e73-0ee9467516fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f53c52b-4077-460a-8e73-0ee9467516fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241228924760028267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f53c52b-4077-460a-8e73-0ee9467516fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e683cff8-2174-45cd-a6c5-3c7f2c936f63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e683cff8-2174-45cd-a6c5-3c7f2c936f63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7834842469462744447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e683cff8-2174-45cd-a6c5-3c7f2c936f63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc20546-f975-46fa-a709-5be41199be31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc20546-f975-46fa-a709-5be41199be31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14146599961143871384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41234085-bf7b-4dd8-8033-fbdac469927a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37b2e2c6-3a7f-40b9-bcb4-0936a0f1f564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b2e2c6-3a7f-40b9-bcb4-0936a0f1f564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1240657199974594565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc20546-f975-46fa-a709-5be41199be31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8686f1-8211-461f-b5d0-b6ee90d1c5ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8686f1-8211-461f-b5d0-b6ee90d1c5ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7385428902550517817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b2e2c6-3a7f-40b9-bcb4-0936a0f1f564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a31fc5-b533-47f1-8193-bc16aaa1741c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a31fc5-b533-47f1-8193-bc16aaa1741c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566554123346494381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8686f1-8211-461f-b5d0-b6ee90d1c5ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c844ac4-740a-4955-93b4-b3a6ac4aa22c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c844ac4-740a-4955-93b4-b3a6ac4aa22c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16365141569791524642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a31fc5-b533-47f1-8193-bc16aaa1741c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2706ff6f-45fc-4833-bc80-20e18a2d255a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2706ff6f-45fc-4833-bc80-20e18a2d255a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10458185416865107789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c844ac4-740a-4955-93b4-b3a6ac4aa22c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac8ba36a-5431-4dbc-847c-40fd301dde95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac8ba36a-5431-4dbc-847c-40fd301dde95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368598243058630244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2706ff6f-45fc-4833-bc80-20e18a2d255a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ef2400-5469-45ed-b907-dfd2288133f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ef2400-5469-45ed-b907-dfd2288133f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3068416875687827779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac8ba36a-5431-4dbc-847c-40fd301dde95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49fb6c13-b28d-4b0d-91f1-a7c71140e1ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49fb6c13-b28d-4b0d-91f1-a7c71140e1ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13567695061974533986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ef2400-5469-45ed-b907-dfd2288133f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb1a02f3-0aad-4d53-8474-fbc42996d97e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb1a02f3-0aad-4d53-8474-fbc42996d97e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14882033389162873749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49fb6c13-b28d-4b0d-91f1-a7c71140e1ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e52e71-93c7-4a6c-b1f7-fc4f91c29af3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e52e71-93c7-4a6c-b1f7-fc4f91c29af3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6904258520592212601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb1a02f3-0aad-4d53-8474-fbc42996d97e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e48a3651-ceea-4f56-a5ec-e8f85efb0dca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e52e71-93c7-4a6c-b1f7-fc4f91c29af3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 888d4e9b-51e9-4adb-9f42-9214f01e4e0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 888d4e9b-51e9-4adb-9f42-9214f01e4e0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2988825250914916236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e48a3651-ceea-4f56-a5ec-e8f85efb0dca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398006729524490449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e48a3651-ceea-4f56-a5ec-e8f85efb0dca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 198b710a-d7d2-4c08-9643-45548e333a73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198b710a-d7d2-4c08-9643-45548e333a73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371257504143927407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 888d4e9b-51e9-4adb-9f42-9214f01e4e0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a322ef-8038-4f98-94cd-7832564cc91b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a322ef-8038-4f98-94cd-7832564cc91b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493647317691099261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198b710a-d7d2-4c08-9643-45548e333a73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 688fe6d0-4c47-4e6c-b8af-e295fd4059e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688fe6d0-4c47-4e6c-b8af-e295fd4059e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7861523202333111359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a322ef-8038-4f98-94cd-7832564cc91b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2d107f-ce4c-47be-8bd3-fe9361fab8cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2d107f-ce4c-47be-8bd3-fe9361fab8cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932495913000045099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2d107f-ce4c-47be-8bd3-fe9361fab8cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13ca65d7-a0d3-41f2-a5a4-5a9ebcbee809, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ca65d7-a0d3-41f2-a5a4-5a9ebcbee809, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415816553618504040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688fe6d0-4c47-4e6c-b8af-e295fd4059e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5689bbf4-628c-4cde-bce1-b0c403601ac5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5689bbf4-628c-4cde-bce1-b0c403601ac5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3252471633552605880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ca65d7-a0d3-41f2-a5a4-5a9ebcbee809, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9aa295c-ef47-4ab0-9504-55f6e7a49258, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9aa295c-ef47-4ab0-9504-55f6e7a49258, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253061254353191557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5689bbf4-628c-4cde-bce1-b0c403601ac5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7e3ecd2-9658-4711-b653-16ef551b2453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e3ecd2-9658-4711-b653-16ef551b2453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9164727716252166045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9aa295c-ef47-4ab0-9504-55f6e7a49258, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7c517d7-6b35-44d1-bc31-31ae64123429, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c517d7-6b35-44d1-bc31-31ae64123429, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463970047473993741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e3ecd2-9658-4711-b653-16ef551b2453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc4541cd-3a2e-4aab-b8b6-71892bb06e1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4541cd-3a2e-4aab-b8b6-71892bb06e1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886681293217936767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4541cd-3a2e-4aab-b8b6-71892bb06e1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c517d7-6b35-44d1-bc31-31ae64123429, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c459e215-4e8b-4c31-b458-9ef014107c4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9671cc4-3834-4de7-b91b-1a206b0e51f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9671cc4-3834-4de7-b91b-1a206b0e51f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3147221300047572789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c459e215-4e8b-4c31-b458-9ef014107c4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9459938120790658863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c459e215-4e8b-4c31-b458-9ef014107c4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5b5a071-0eb4-4aeb-a9a1-999246e06817, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b5a071-0eb4-4aeb-a9a1-999246e06817, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4687615858187542307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9671cc4-3834-4de7-b91b-1a206b0e51f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530141cf-6a73-4cf5-b381-eb88974dff81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530141cf-6a73-4cf5-b381-eb88974dff81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544396618934642752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b5a071-0eb4-4aeb-a9a1-999246e06817, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ea3c9a-fe42-4501-acf3-da22a7bf1951, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ea3c9a-fe42-4501-acf3-da22a7bf1951, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11450459640031015752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530141cf-6a73-4cf5-b381-eb88974dff81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1345976-ce00-47d8-b4fb-b617e5ab94cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1345976-ce00-47d8-b4fb-b617e5ab94cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994105381396016631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ea3c9a-fe42-4501-acf3-da22a7bf1951, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ee5dcd4-f0e9-40f2-8af0-7294395d8f5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ee5dcd4-f0e9-40f2-8af0-7294395d8f5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11793151548164855285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1345976-ce00-47d8-b4fb-b617e5ab94cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2586599-4ee6-4bbd-9606-2c80ff678e18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ee5dcd4-f0e9-40f2-8af0-7294395d8f5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d69ea2-e560-44f3-b449-541291d7a3af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d69ea2-e560-44f3-b449-541291d7a3af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17179265044526869718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2586599-4ee6-4bbd-9606-2c80ff678e18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3030298118447566285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d69ea2-e560-44f3-b449-541291d7a3af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34788bdb-af71-468a-8046-249d4dbbcc83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34788bdb-af71-468a-8046-249d4dbbcc83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15283256683309741612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2586599-4ee6-4bbd-9606-2c80ff678e18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914ef4b1-3284-4e82-8868-77edc49a79e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914ef4b1-3284-4e82-8868-77edc49a79e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2823322321553013416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34788bdb-af71-468a-8046-249d4dbbcc83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 950b6e59-9a57-4b81-85de-222449b8d8f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 950b6e59-9a57-4b81-85de-222449b8d8f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834616450315456469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914ef4b1-3284-4e82-8868-77edc49a79e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 447c9b6d-9ef2-457e-b195-a0c7530fc782, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447c9b6d-9ef2-457e-b195-a0c7530fc782, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762977099534691527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 950b6e59-9a57-4b81-85de-222449b8d8f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 285a6838-69f6-4ad0-bcfe-8ae7a1fe0982, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285a6838-69f6-4ad0-bcfe-8ae7a1fe0982, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347801721810975707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447c9b6d-9ef2-457e-b195-a0c7530fc782, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c278097d-46af-4d88-bd52-4fdd1967ad25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c278097d-46af-4d88-bd52-4fdd1967ad25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12518824233271776249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c278097d-46af-4d88-bd52-4fdd1967ad25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed2b632-498e-454b-ae1f-6d49eee0466c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed2b632-498e-454b-ae1f-6d49eee0466c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159402043259937370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285a6838-69f6-4ad0-bcfe-8ae7a1fe0982, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecd79a3e-41ee-4bb0-b36f-ad7b2cfdf56a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd79a3e-41ee-4bb0-b36f-ad7b2cfdf56a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633987069335070082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed2b632-498e-454b-ae1f-6d49eee0466c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d8d2a89-56ff-4baf-b432-52cd59260ee3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8d2a89-56ff-4baf-b432-52cd59260ee3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13340832602641792836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd79a3e-41ee-4bb0-b36f-ad7b2cfdf56a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e56f8b-de37-4c61-967b-f1a1927be247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e56f8b-de37-4c61-967b-f1a1927be247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248884366170590513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8d2a89-56ff-4baf-b432-52cd59260ee3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ece18a-1b31-4c3b-97f5-5a54d926fb4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ece18a-1b31-4c3b-97f5-5a54d926fb4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974667030946323970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e56f8b-de37-4c61-967b-f1a1927be247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 088f3a32-33bc-4f20-b7ee-8524608f0121, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 088f3a32-33bc-4f20-b7ee-8524608f0121, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17539310584693527195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ece18a-1b31-4c3b-97f5-5a54d926fb4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c1aa5b-58c2-4992-8564-31606ae13f9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 088f3a32-33bc-4f20-b7ee-8524608f0121, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bac005ab-980b-4a22-b144-b1a8b336d27b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac005ab-980b-4a22-b144-b1a8b336d27b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412541354887065167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c1aa5b-58c2-4992-8564-31606ae13f9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5921672257956918138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac005ab-980b-4a22-b144-b1a8b336d27b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b747c674-c41b-4a5e-abdc-029fec57e4da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b747c674-c41b-4a5e-abdc-029fec57e4da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1950398463448903253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c1aa5b-58c2-4992-8564-31606ae13f9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e27a3f26-0810-446a-8194-4828af7eb771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27a3f26-0810-446a-8194-4828af7eb771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5968254327164981242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b747c674-c41b-4a5e-abdc-029fec57e4da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a02a3ee-1007-4b6b-b7e8-5911d2c37f61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a02a3ee-1007-4b6b-b7e8-5911d2c37f61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12281846696964587639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27a3f26-0810-446a-8194-4828af7eb771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ace687d-8527-4a75-8191-574383056ebd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ace687d-8527-4a75-8191-574383056ebd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16591291133261075785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a02a3ee-1007-4b6b-b7e8-5911d2c37f61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aeda435-b021-46b7-8bf1-b728431fdf05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ace687d-8527-4a75-8191-574383056ebd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3215139e-d959-416b-81c9-4403b69ac511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aeda435-b021-46b7-8bf1-b728431fdf05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1599758393476648396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3215139e-d959-416b-81c9-4403b69ac511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6605143073377912906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aeda435-b021-46b7-8bf1-b728431fdf05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 484938b7-6531-498e-9a4b-77ab8485df67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484938b7-6531-498e-9a4b-77ab8485df67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434475175448710899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3215139e-d959-416b-81c9-4403b69ac511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d27cdb77-371b-4385-b3ed-49e69410ee92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27cdb77-371b-4385-b3ed-49e69410ee92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243639336350203626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484938b7-6531-498e-9a4b-77ab8485df67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94ab0adc-7305-474d-9adc-d2bbfa5570ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ab0adc-7305-474d-9adc-d2bbfa5570ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7393652297118067135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27cdb77-371b-4385-b3ed-49e69410ee92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfc75af-bec9-481c-8a5a-97b9622b1a86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfc75af-bec9-481c-8a5a-97b9622b1a86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17033695138542134651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ab0adc-7305-474d-9adc-d2bbfa5570ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 076e9328-899b-442a-896b-4d37f9ea439f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076e9328-899b-442a-896b-4d37f9ea439f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14871174747412305661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfc75af-bec9-481c-8a5a-97b9622b1a86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94dd558e-4927-4a15-a183-d1b97972146f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076e9328-899b-442a-896b-4d37f9ea439f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94dd558e-4927-4a15-a183-d1b97972146f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16123589427280243080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50af95cc-7faf-47a9-8f7b-c4c1a62046d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50af95cc-7faf-47a9-8f7b-c4c1a62046d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182863140331382854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94dd558e-4927-4a15-a183-d1b97972146f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cd3aed2-138e-4298-b9f4-dadd459ae7c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50af95cc-7faf-47a9-8f7b-c4c1a62046d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd3aed2-138e-4298-b9f4-dadd459ae7c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5524292629001191573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ced0c723-a894-490b-aee5-c91674c26fb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced0c723-a894-490b-aee5-c91674c26fb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370777368733805285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd3aed2-138e-4298-b9f4-dadd459ae7c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eb5110c-79b5-443b-9393-ddae43a0b13f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced0c723-a894-490b-aee5-c91674c26fb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb5110c-79b5-443b-9393-ddae43a0b13f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14402382115749327845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c87e40-e1ae-47a4-a42b-2cfd61e87de8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c87e40-e1ae-47a4-a42b-2cfd61e87de8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17076863022026452099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb5110c-79b5-443b-9393-ddae43a0b13f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 213ce5a3-2e96-4077-ac9d-b4e99984b467, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213ce5a3-2e96-4077-ac9d-b4e99984b467, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541732958764642716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213ce5a3-2e96-4077-ac9d-b4e99984b467, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3073cb-fca5-4326-bb58-832cf03bfacf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c87e40-e1ae-47a4-a42b-2cfd61e87de8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff082bc-4c17-4406-a347-61ed39de1927, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff082bc-4c17-4406-a347-61ed39de1927, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422999109158419851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3073cb-fca5-4326-bb58-832cf03bfacf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717165945737423213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3073cb-fca5-4326-bb58-832cf03bfacf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf176cc6-da8a-47a5-876a-ec79b96ec552, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf176cc6-da8a-47a5-876a-ec79b96ec552, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3135274909150338947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff082bc-4c17-4406-a347-61ed39de1927, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a2e56c-ad17-47e1-8dd5-b97f006e7f23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a2e56c-ad17-47e1-8dd5-b97f006e7f23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6106257412203667485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf176cc6-da8a-47a5-876a-ec79b96ec552, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a2e56c-ad17-47e1-8dd5-b97f006e7f23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1819857-0d69-4e62-8339-54f2f4257074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1819857-0d69-4e62-8339-54f2f4257074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603956892352409743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d62208b-d4d5-428f-a5ba-87d2e1490bcb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d62208b-d4d5-428f-a5ba-87d2e1490bcb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9344346157613667984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1819857-0d69-4e62-8339-54f2f4257074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d62208b-d4d5-428f-a5ba-87d2e1490bcb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc2d3ee6-a7d8-411b-9c59-6a73853794d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 412248be-5626-49aa-a624-483f85f259f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412248be-5626-49aa-a624-483f85f259f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4242601321317445800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2d3ee6-a7d8-411b-9c59-6a73853794d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13908259273789226808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412248be-5626-49aa-a624-483f85f259f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dd908f4-7f64-45a6-b109-3ad80dc11e40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dd908f4-7f64-45a6-b109-3ad80dc11e40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372011931860748355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2d3ee6-a7d8-411b-9c59-6a73853794d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a234370c-fd49-4e16-8b80-33aa7866a069, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a234370c-fd49-4e16-8b80-33aa7866a069, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370598310600501831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dd908f4-7f64-45a6-b109-3ad80dc11e40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f5faa0-983a-457b-be94-18ac49eb7b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f5faa0-983a-457b-be94-18ac49eb7b67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8568179746973193639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a234370c-fd49-4e16-8b80-33aa7866a069, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 843785de-4e52-4510-965f-ba7be575b2b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843785de-4e52-4510-965f-ba7be575b2b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14605090311488610067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f5faa0-983a-457b-be94-18ac49eb7b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae6eeda6-c1f8-4aab-9995-6761e0d9cd6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae6eeda6-c1f8-4aab-9995-6761e0d9cd6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9911585661894266003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843785de-4e52-4510-965f-ba7be575b2b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae6eeda6-c1f8-4aab-9995-6761e0d9cd6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3e1ea8-65d2-4573-ab50-92fe2278f9d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3e1ea8-65d2-4573-ab50-92fe2278f9d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13606068227755413353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2ab656-0d98-4710-b445-bd82446fdde1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2ab656-0d98-4710-b445-bd82446fdde1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9187145559497402076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3e1ea8-65d2-4573-ab50-92fe2278f9d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad624936-c853-4334-b728-90cc1c17e7dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2ab656-0d98-4710-b445-bd82446fdde1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5475be6-b3c7-43d3-b822-19bf1c299e53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5475be6-b3c7-43d3-b822-19bf1c299e53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11838194225631000902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad624936-c853-4334-b728-90cc1c17e7dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405871800409177359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5475be6-b3c7-43d3-b822-19bf1c299e53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 662f9368-2077-4518-86d7-ca7a493bf6e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662f9368-2077-4518-86d7-ca7a493bf6e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5496462665109367633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad624936-c853-4334-b728-90cc1c17e7dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530f663f-768e-4c56-8dfa-6a01a7277cc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530f663f-768e-4c56-8dfa-6a01a7277cc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8474224567774738815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662f9368-2077-4518-86d7-ca7a493bf6e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530f663f-768e-4c56-8dfa-6a01a7277cc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dd34ef7-7dcc-49fd-919b-661cccbff362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd34ef7-7dcc-49fd-919b-661cccbff362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12032646038905950003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b7f7f2-d188-4858-ab27-f14a99f65c10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b7f7f2-d188-4858-ab27-f14a99f65c10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9326320561277524153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd34ef7-7dcc-49fd-919b-661cccbff362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d39c3710-33fe-479e-a802-1f72d2372a69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39c3710-33fe-479e-a802-1f72d2372a69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14849700549743997457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b7f7f2-d188-4858-ab27-f14a99f65c10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aac1e492-b231-4f08-951d-bf223081e446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac1e492-b231-4f08-951d-bf223081e446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10391165769095806923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39c3710-33fe-479e-a802-1f72d2372a69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19579835-2220-4bf9-af88-f0ac3cbfadf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19579835-2220-4bf9-af88-f0ac3cbfadf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1034814717764751938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac1e492-b231-4f08-951d-bf223081e446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61bc9064-1fa9-453b-9866-b17e01d8620a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61bc9064-1fa9-453b-9866-b17e01d8620a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255219679221551845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19579835-2220-4bf9-af88-f0ac3cbfadf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322adcd3-a4ee-44ad-b04d-6948681ae963, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322adcd3-a4ee-44ad-b04d-6948681ae963, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7865421553023352271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61bc9064-1fa9-453b-9866-b17e01d8620a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7a8e9d8-4ded-4dcb-a8e8-ae0a574e3efd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a8e9d8-4ded-4dcb-a8e8-ae0a574e3efd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397786145619259880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322adcd3-a4ee-44ad-b04d-6948681ae963, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ef8c4a-8eba-4143-a3c1-d6ee0b959415, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ef8c4a-8eba-4143-a3c1-d6ee0b959415, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7672460931902435416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a8e9d8-4ded-4dcb-a8e8-ae0a574e3efd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d32722-0d7f-4287-b1ee-d0f68f390c92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d32722-0d7f-4287-b1ee-d0f68f390c92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041708307318987274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d32722-0d7f-4287-b1ee-d0f68f390c92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f62b0030-38a1-4088-961c-5e677399e977, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f62b0030-38a1-4088-961c-5e677399e977, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382132764753935142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ef8c4a-8eba-4143-a3c1-d6ee0b959415, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45bce9f4-b787-4a08-8d78-2ef7e0c69b43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45bce9f4-b787-4a08-8d78-2ef7e0c69b43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620404278858380878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f62b0030-38a1-4088-961c-5e677399e977, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 104625bf-bd2c-492f-a3ab-9b66497ade14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104625bf-bd2c-492f-a3ab-9b66497ade14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13184019299556361663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45bce9f4-b787-4a08-8d78-2ef7e0c69b43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7bc7d74-190b-4376-98ed-5081f3366103, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bc7d74-190b-4376-98ed-5081f3366103, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6171724180196350624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104625bf-bd2c-492f-a3ab-9b66497ade14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 544eb250-7800-4f09-bf45-3e6f5d7ccca1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544eb250-7800-4f09-bf45-3e6f5d7ccca1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10242891520845958465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bc7d74-190b-4376-98ed-5081f3366103, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 970f2d44-ad6b-453f-9189-0fa69411afca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970f2d44-ad6b-453f-9189-0fa69411afca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3563211393843374041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544eb250-7800-4f09-bf45-3e6f5d7ccca1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d248f4b-b533-4494-ae4b-5de78490d5a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d248f4b-b533-4494-ae4b-5de78490d5a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13078075752085142210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970f2d44-ad6b-453f-9189-0fa69411afca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88ce260-81f8-4150-b3ce-c7930c9d6f32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88ce260-81f8-4150-b3ce-c7930c9d6f32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501869764052566685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d248f4b-b533-4494-ae4b-5de78490d5a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 417d13a7-4279-4f88-af36-50dc59d117d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 417d13a7-4279-4f88-af36-50dc59d117d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3889549517224840247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88ce260-81f8-4150-b3ce-c7930c9d6f32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7cb648f-deac-43ec-89b5-89567029e02d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 417d13a7-4279-4f88-af36-50dc59d117d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd569c16-4a7d-437f-8c2c-5f85e7c2d8ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd569c16-4a7d-437f-8c2c-5f85e7c2d8ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7866919383023213934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7cb648f-deac-43ec-89b5-89567029e02d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3444930775866518688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd569c16-4a7d-437f-8c2c-5f85e7c2d8ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f023d583-4490-4ab0-a479-cbf6977990e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f023d583-4490-4ab0-a479-cbf6977990e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224119162204928767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7cb648f-deac-43ec-89b5-89567029e02d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7203a4f-c860-47fb-a8b9-77d1f1b74066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7203a4f-c860-47fb-a8b9-77d1f1b74066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137160126096679861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f023d583-4490-4ab0-a479-cbf6977990e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e827c8d-5fbd-443a-bc8f-7963ccde92de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7203a4f-c860-47fb-a8b9-77d1f1b74066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d3c1c8-b9c6-4e7a-a297-22966e760eb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d3c1c8-b9c6-4e7a-a297-22966e760eb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10434562474296496351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e827c8d-5fbd-443a-bc8f-7963ccde92de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6813371229067611797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e827c8d-5fbd-443a-bc8f-7963ccde92de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882aaf78-b7b8-477a-af63-24ca73edd0c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882aaf78-b7b8-477a-af63-24ca73edd0c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5821962900613771562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882aaf78-b7b8-477a-af63-24ca73edd0c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20303ae7-a964-42d2-b015-73f16bf37122, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20303ae7-a964-42d2-b015-73f16bf37122, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2884802975640615218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20303ae7-a964-42d2-b015-73f16bf37122, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c788429d-279c-4fd5-b84e-c243ee095f83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c788429d-279c-4fd5-b84e-c243ee095f83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910882415130985778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d3c1c8-b9c6-4e7a-a297-22966e760eb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0695e0f4-a8fa-46fa-acbb-17077b89d238, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0695e0f4-a8fa-46fa-acbb-17077b89d238, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15955171100578928597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c788429d-279c-4fd5-b84e-c243ee095f83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b6b292-8805-49d8-8ca7-943ea399144a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b6b292-8805-49d8-8ca7-943ea399144a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10499829943114349339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0695e0f4-a8fa-46fa-acbb-17077b89d238, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f769063-5a76-428c-84b4-27845f66ab01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b6b292-8805-49d8-8ca7-943ea399144a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5944893-0cd2-4c03-8984-195962d8247c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5944893-0cd2-4c03-8984-195962d8247c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4751624131448235977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f769063-5a76-428c-84b4-27845f66ab01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11416467445401190568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5944893-0cd2-4c03-8984-195962d8247c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc75bad1-923a-433e-801b-a9e081ab27f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc75bad1-923a-433e-801b-a9e081ab27f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7622710491207227636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f769063-5a76-428c-84b4-27845f66ab01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cef9fa5-679b-4b6a-ad14-d644c38f657c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cef9fa5-679b-4b6a-ad14-d644c38f657c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8036418747634259448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc75bad1-923a-433e-801b-a9e081ab27f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80904881-395b-4d56-9ace-70a0dc90aa59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80904881-395b-4d56-9ace-70a0dc90aa59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17981548533137117861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cef9fa5-679b-4b6a-ad14-d644c38f657c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8ba9822-769f-46be-9a9b-d996967f89b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ba9822-769f-46be-9a9b-d996967f89b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11690155449273524156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80904881-395b-4d56-9ace-70a0dc90aa59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b93f7486-e15d-4328-b0b1-ac8c8a8d53f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b93f7486-e15d-4328-b0b1-ac8c8a8d53f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6242778828944417788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ba9822-769f-46be-9a9b-d996967f89b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a57f30-cd73-4745-9f01-4b019271f0e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a57f30-cd73-4745-9f01-4b019271f0e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3299553920778150619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b93f7486-e15d-4328-b0b1-ac8c8a8d53f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a57f30-cd73-4745-9f01-4b019271f0e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b08f2fbf-ac90-4746-ac5a-9cbffd946fcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08f2fbf-ac90-4746-ac5a-9cbffd946fcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5009071837395381515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec87bec4-9297-4267-a919-f20400f78c36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec87bec4-9297-4267-a919-f20400f78c36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6069066930241907192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec87bec4-9297-4267-a919-f20400f78c36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 903f9570-abed-46da-9a84-69cb61cbf519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903f9570-abed-46da-9a84-69cb61cbf519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17296979295943115393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08f2fbf-ac90-4746-ac5a-9cbffd946fcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd9858d-5a6a-42bf-a0d2-b5c141e8d3f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd9858d-5a6a-42bf-a0d2-b5c141e8d3f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12381820529064585228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903f9570-abed-46da-9a84-69cb61cbf519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b403a8c0-01fd-4f75-860d-19bd71a784f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b403a8c0-01fd-4f75-860d-19bd71a784f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3946750407305499587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd9858d-5a6a-42bf-a0d2-b5c141e8d3f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47d5005d-2683-4a5b-8fa0-b61c6890ee21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b403a8c0-01fd-4f75-860d-19bd71a784f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558079bc-08e9-4cdf-adfa-e0cba298b828, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d5005d-2683-4a5b-8fa0-b61c6890ee21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6336288435185150795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558079bc-08e9-4cdf-adfa-e0cba298b828, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475668762276853564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d5005d-2683-4a5b-8fa0-b61c6890ee21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2148e4f5-26bd-43b3-9905-2508548287cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2148e4f5-26bd-43b3-9905-2508548287cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 289771041178649026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558079bc-08e9-4cdf-adfa-e0cba298b828, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b044baa-dda9-4963-844e-844d871726fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b044baa-dda9-4963-844e-844d871726fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578413007624929872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2148e4f5-26bd-43b3-9905-2508548287cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91331880-2e6d-4904-b006-6bf2b23f7e59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91331880-2e6d-4904-b006-6bf2b23f7e59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884146755754139805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b044baa-dda9-4963-844e-844d871726fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d03389-4a62-4e1f-ba87-5d35f3af4bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d03389-4a62-4e1f-ba87-5d35f3af4bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336958405999868752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91331880-2e6d-4904-b006-6bf2b23f7e59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37189b52-8479-472a-8fb9-6e86617e025d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37189b52-8479-472a-8fb9-6e86617e025d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9172100073882311904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d03389-4a62-4e1f-ba87-5d35f3af4bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e565a309-077c-4621-b0f2-775bbe07926a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e565a309-077c-4621-b0f2-775bbe07926a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918475433054751131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37189b52-8479-472a-8fb9-6e86617e025d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4011362-0f93-4fcd-a5f0-7be2cd76aaf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4011362-0f93-4fcd-a5f0-7be2cd76aaf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889501992950619868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e565a309-077c-4621-b0f2-775bbe07926a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12eadc38-aed3-40e9-bf60-bcda170ddf02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12eadc38-aed3-40e9-bf60-bcda170ddf02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109194945810879920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4011362-0f93-4fcd-a5f0-7be2cd76aaf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9941e3b-6a9d-4d9d-8579-377375c9643f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9941e3b-6a9d-4d9d-8579-377375c9643f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16778367957856300387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12eadc38-aed3-40e9-bf60-bcda170ddf02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d344ddb7-02f3-4ab7-8399-5c054cba69bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d344ddb7-02f3-4ab7-8399-5c054cba69bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17879577608888962067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9941e3b-6a9d-4d9d-8579-377375c9643f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9879e72-de4e-4633-8470-c7b5c29f4475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9879e72-de4e-4633-8470-c7b5c29f4475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662346404158963220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d344ddb7-02f3-4ab7-8399-5c054cba69bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b4e0a64-15e3-4e24-b033-b0a957153348, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4e0a64-15e3-4e24-b033-b0a957153348, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17686181458009100762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9879e72-de4e-4633-8470-c7b5c29f4475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b984b7e-e54a-4218-992e-78019a00fbb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b984b7e-e54a-4218-992e-78019a00fbb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16034016634161334867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4e0a64-15e3-4e24-b033-b0a957153348, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e2ae957-efe0-4c50-aff7-a5e9703b5e23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2ae957-efe0-4c50-aff7-a5e9703b5e23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18229241600502760410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b984b7e-e54a-4218-992e-78019a00fbb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf310349-e10f-479a-afa3-8fdef8426f78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf310349-e10f-479a-afa3-8fdef8426f78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165572858422965360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2ae957-efe0-4c50-aff7-a5e9703b5e23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f179c75f-b90a-46fb-b26a-2d04490d93ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f179c75f-b90a-46fb-b26a-2d04490d93ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217980057230815732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf310349-e10f-479a-afa3-8fdef8426f78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95721e6a-beb4-4a1d-80df-911183556fcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95721e6a-beb4-4a1d-80df-911183556fcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16795583019539261165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95721e6a-beb4-4a1d-80df-911183556fcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f1ac926-139c-4fca-9df9-b1181b7c36ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f1ac926-139c-4fca-9df9-b1181b7c36ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050002639985240244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f179c75f-b90a-46fb-b26a-2d04490d93ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4918f318-70db-4e5f-81c3-8bfaed7c8699, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4918f318-70db-4e5f-81c3-8bfaed7c8699, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734676110196277377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f1ac926-139c-4fca-9df9-b1181b7c36ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ed47e3-f580-48a4-9150-ae32adf40546, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ed47e3-f580-48a4-9150-ae32adf40546, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10043958066199049464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4918f318-70db-4e5f-81c3-8bfaed7c8699, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42085be0-f70d-4209-bebd-8651616c8fb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42085be0-f70d-4209-bebd-8651616c8fb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203234873543278848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ed47e3-f580-48a4-9150-ae32adf40546, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364b2000-c436-46a7-858b-e062d483f1dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42085be0-f70d-4209-bebd-8651616c8fb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364b2000-c436-46a7-858b-e062d483f1dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347990210657437828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd3c4f73-c60f-4e75-82d9-4b006436ee51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3c4f73-c60f-4e75-82d9-4b006436ee51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9929306134714430907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364b2000-c436-46a7-858b-e062d483f1dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38390593-f049-45d4-8358-e0dda8c25d34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38390593-f049-45d4-8358-e0dda8c25d34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 399963130172343096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3c4f73-c60f-4e75-82d9-4b006436ee51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd706be-d68d-4236-ae16-b8020ee98679, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd706be-d68d-4236-ae16-b8020ee98679, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4007826015575303514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd706be-d68d-4236-ae16-b8020ee98679, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a22908a5-a8b6-41ab-882e-8cbe4d8fd55d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22908a5-a8b6-41ab-882e-8cbe4d8fd55d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173653098413306554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38390593-f049-45d4-8358-e0dda8c25d34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1af88057-8e6e-4099-9943-41e93ee0e1c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af88057-8e6e-4099-9943-41e93ee0e1c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2740291602752192316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22908a5-a8b6-41ab-882e-8cbe4d8fd55d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 938993c0-c189-4bdd-a049-d6f3f27a07a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938993c0-c189-4bdd-a049-d6f3f27a07a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12440924940866999083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af88057-8e6e-4099-9943-41e93ee0e1c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03d6118-6c48-413d-9bbf-56873e65cb62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03d6118-6c48-413d-9bbf-56873e65cb62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542691039066038026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 938993c0-c189-4bdd-a049-d6f3f27a07a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 450a4268-ad2e-4111-9de5-0f8af924c962, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450a4268-ad2e-4111-9de5-0f8af924c962, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1219541091521394650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03d6118-6c48-413d-9bbf-56873e65cb62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d5d857-ce53-466b-87cd-5cb7554a2ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d5d857-ce53-466b-87cd-5cb7554a2ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1249777045387201923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450a4268-ad2e-4111-9de5-0f8af924c962, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fbef092-a176-4574-a3ff-769c8e5ce2ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbef092-a176-4574-a3ff-769c8e5ce2ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697125654118431285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d5d857-ce53-466b-87cd-5cb7554a2ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d13fef-14bf-4182-9980-6cc74192e74d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d13fef-14bf-4182-9980-6cc74192e74d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17666089141817105485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbef092-a176-4574-a3ff-769c8e5ce2ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db679fc2-8289-4eac-ba05-98989930382e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db679fc2-8289-4eac-ba05-98989930382e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089561058988695788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d13fef-14bf-4182-9980-6cc74192e74d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74f53214-3a1f-4dde-b9b2-f95fbd35d54a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f53214-3a1f-4dde-b9b2-f95fbd35d54a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566532939128459219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db679fc2-8289-4eac-ba05-98989930382e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c643fa22-f7a3-4db0-837d-4ca2296edbdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c643fa22-f7a3-4db0-837d-4ca2296edbdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15802256297159631969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f53214-3a1f-4dde-b9b2-f95fbd35d54a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4ec1846-6f91-4617-ae91-3ea8369e8caa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ec1846-6f91-4617-ae91-3ea8369e8caa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14621916423695064125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c643fa22-f7a3-4db0-837d-4ca2296edbdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4075eb0f-d3a6-4b0b-99df-380eaa901464, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4075eb0f-d3a6-4b0b-99df-380eaa901464, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898466651716941767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ec1846-6f91-4617-ae91-3ea8369e8caa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a02b8aa7-63e8-4fdf-a982-ecb0845dc5ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a02b8aa7-63e8-4fdf-a982-ecb0845dc5ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6033328650058493254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4075eb0f-d3a6-4b0b-99df-380eaa901464, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2ced991-7176-4b63-a988-2f0ecd489e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ced991-7176-4b63-a988-2f0ecd489e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18065726091031296289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a02b8aa7-63e8-4fdf-a982-ecb0845dc5ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f87c1b-dce0-4236-a31f-445eb8bf6df4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f87c1b-dce0-4236-a31f-445eb8bf6df4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14440392466420949838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ced991-7176-4b63-a988-2f0ecd489e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bc23155-d8a7-49d3-9eda-00005bc88607, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc23155-d8a7-49d3-9eda-00005bc88607, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096459258585418706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f87c1b-dce0-4236-a31f-445eb8bf6df4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0158d11-08e4-48e6-bcdd-3a7bfc638926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0158d11-08e4-48e6-bcdd-3a7bfc638926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087082028477328940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc23155-d8a7-49d3-9eda-00005bc88607, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637627cc-d2e2-4226-ac9b-621ab317407e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637627cc-d2e2-4226-ac9b-621ab317407e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12558560848887455461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0158d11-08e4-48e6-bcdd-3a7bfc638926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 332dea8b-9e24-4c20-87ae-baa5b60ad263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332dea8b-9e24-4c20-87ae-baa5b60ad263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143607344824794175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637627cc-d2e2-4226-ac9b-621ab317407e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2e525e-c1e9-491e-80ee-e23494e57dad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2e525e-c1e9-491e-80ee-e23494e57dad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15777357696136419155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332dea8b-9e24-4c20-87ae-baa5b60ad263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19994049-af4a-43ca-8eca-dc144d8e595d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19994049-af4a-43ca-8eca-dc144d8e595d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7922123177788801785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2e525e-c1e9-491e-80ee-e23494e57dad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58680490-5f5d-43c8-b816-2c538c0f8815, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58680490-5f5d-43c8-b816-2c538c0f8815, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12723056165273283137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19994049-af4a-43ca-8eca-dc144d8e595d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a3c4646-9329-4426-b70b-aa02e1d25bc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a3c4646-9329-4426-b70b-aa02e1d25bc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617752996488803680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58680490-5f5d-43c8-b816-2c538c0f8815, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b91b9fe-92ff-4f05-b8e0-ef1aaee6c43f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b91b9fe-92ff-4f05-b8e0-ef1aaee6c43f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10365152927849238345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a3c4646-9329-4426-b70b-aa02e1d25bc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 439708fa-2e4b-44d5-a55e-807587637a3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 439708fa-2e4b-44d5-a55e-807587637a3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4209596789537405497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b91b9fe-92ff-4f05-b8e0-ef1aaee6c43f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd040e9-7db7-4be8-82e9-0796f4b96eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd040e9-7db7-4be8-82e9-0796f4b96eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 709764924708549502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 439708fa-2e4b-44d5-a55e-807587637a3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007e4b8a-e892-4a00-9da0-c6b03f03ef8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007e4b8a-e892-4a00-9da0-c6b03f03ef8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17111830419454219006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd040e9-7db7-4be8-82e9-0796f4b96eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96da053-7fc4-4726-849f-365b51129a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96da053-7fc4-4726-849f-365b51129a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9088286140131577137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007e4b8a-e892-4a00-9da0-c6b03f03ef8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 096e29ad-1ead-4b97-9bd2-a99241810f91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096e29ad-1ead-4b97-9bd2-a99241810f91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893635464620799227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96da053-7fc4-4726-849f-365b51129a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e3d17b-662c-41c9-8150-ba910515df2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e3d17b-662c-41c9-8150-ba910515df2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728626312976888641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096e29ad-1ead-4b97-9bd2-a99241810f91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8799c12c-3fcb-4e69-9fcb-5727665f2bf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8799c12c-3fcb-4e69-9fcb-5727665f2bf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958686083161908382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e3d17b-662c-41c9-8150-ba910515df2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 301dacd6-21c8-4544-9ffc-518b11a47d62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301dacd6-21c8-4544-9ffc-518b11a47d62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17459774728739088624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8799c12c-3fcb-4e69-9fcb-5727665f2bf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301dacd6-21c8-4544-9ffc-518b11a47d62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7121f7e5-2577-4e10-8b20-402b60963dad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7121f7e5-2577-4e10-8b20-402b60963dad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820951967109795081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8622ef5-7f9a-4218-a978-c094d571b0a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8622ef5-7f9a-4218-a978-c094d571b0a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13685379021033822364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7121f7e5-2577-4e10-8b20-402b60963dad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21c6bf6-5897-4412-b075-a5e969e3f1f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21c6bf6-5897-4412-b075-a5e969e3f1f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6844872198838154422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8622ef5-7f9a-4218-a978-c094d571b0a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fe76990-5b34-42b5-b1a4-b38dfa5cdbb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe76990-5b34-42b5-b1a4-b38dfa5cdbb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11215223172017174678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe76990-5b34-42b5-b1a4-b38dfa5cdbb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 611ec722-c9ae-4e1b-ac2f-2c3715481efd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 611ec722-c9ae-4e1b-ac2f-2c3715481efd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 541209436995791820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21c6bf6-5897-4412-b075-a5e969e3f1f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 611ec722-c9ae-4e1b-ac2f-2c3715481efd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be7a47be-f62e-4178-929a-cf9510f81448, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c0216f1-3498-4f23-b8ed-19dfe7eef930, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7a47be-f62e-4178-929a-cf9510f81448, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6071734409901459138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0216f1-3498-4f23-b8ed-19dfe7eef930, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14478006341758887357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7a47be-f62e-4178-929a-cf9510f81448, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdbcf1c9-b18f-4a5d-b847-c72843119bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0216f1-3498-4f23-b8ed-19dfe7eef930, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbcf1c9-b18f-4a5d-b847-c72843119bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033340233979275956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dacc5c40-f807-431f-8d27-869cb27716b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dacc5c40-f807-431f-8d27-869cb27716b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537983220089379813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbcf1c9-b18f-4a5d-b847-c72843119bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dccb1ac-d36a-444e-8504-7f9cf9a01df3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dccb1ac-d36a-444e-8504-7f9cf9a01df3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12884644929065585018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dacc5c40-f807-431f-8d27-869cb27716b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ab94de-454a-44bd-9614-43cfbad3a5d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ab94de-454a-44bd-9614-43cfbad3a5d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5523497144499312437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dccb1ac-d36a-444e-8504-7f9cf9a01df3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0cffd9-1f65-464c-bc89-d7ee9a35613f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0cffd9-1f65-464c-bc89-d7ee9a35613f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2231425000081365791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ab94de-454a-44bd-9614-43cfbad3a5d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10bc776-d77d-4b7f-8a0d-54462e2cee7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10bc776-d77d-4b7f-8a0d-54462e2cee7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10964818853269136167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0cffd9-1f65-464c-bc89-d7ee9a35613f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9834b2d-a1cc-4927-8537-25be34067e2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9834b2d-a1cc-4927-8537-25be34067e2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852929109574684252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10bc776-d77d-4b7f-8a0d-54462e2cee7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e9e76e6-4491-4fda-a8e6-01809e9ec40b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9e76e6-4491-4fda-a8e6-01809e9ec40b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301744835260608248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9834b2d-a1cc-4927-8537-25be34067e2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c39459-b8d8-443a-95a1-f3f1292cd4b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9e76e6-4491-4fda-a8e6-01809e9ec40b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54aff58-e4e0-43eb-a7e4-adc11b95920e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54aff58-e4e0-43eb-a7e4-adc11b95920e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782124561233398248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c39459-b8d8-443a-95a1-f3f1292cd4b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979869878284756260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54aff58-e4e0-43eb-a7e4-adc11b95920e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1f9f8cf-4c62-4986-ad6e-9546d049e856, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f9f8cf-4c62-4986-ad6e-9546d049e856, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585894005451404633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c39459-b8d8-443a-95a1-f3f1292cd4b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932345f0-636a-4ef2-904c-665780336ac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932345f0-636a-4ef2-904c-665780336ac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5485023233358928066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f9f8cf-4c62-4986-ad6e-9546d049e856, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a77676-a62e-4b96-be8a-3446292d6975, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a77676-a62e-4b96-be8a-3446292d6975, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266589806817590252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932345f0-636a-4ef2-904c-665780336ac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddce4954-c7d6-4bd7-9895-4a23cf667249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddce4954-c7d6-4bd7-9895-4a23cf667249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005944498232317628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a77676-a62e-4b96-be8a-3446292d6975, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a340b6b-10dc-4030-840a-356c4a95c925, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a340b6b-10dc-4030-840a-356c4a95c925, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2770369316760284401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddce4954-c7d6-4bd7-9895-4a23cf667249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 343bf3b1-a27d-408f-ae12-02357609d107, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343bf3b1-a27d-408f-ae12-02357609d107, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1738038539477597130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a340b6b-10dc-4030-840a-356c4a95c925, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 618d03a1-824c-4619-9434-f73a35d99f0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618d03a1-824c-4619-9434-f73a35d99f0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15761452705748629382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343bf3b1-a27d-408f-ae12-02357609d107, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4f7c3f-e9a7-40de-bce5-09a92492d573, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4f7c3f-e9a7-40de-bce5-09a92492d573, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14686650833580792191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618d03a1-824c-4619-9434-f73a35d99f0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d414c09-13f0-480a-ab24-e961c9af74dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d414c09-13f0-480a-ab24-e961c9af74dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13001804873260111048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4f7c3f-e9a7-40de-bce5-09a92492d573, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d414c09-13f0-480a-ab24-e961c9af74dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00179a29-98ea-4779-9c1e-70655c43ddcb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00179a29-98ea-4779-9c1e-70655c43ddcb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11740270056293590221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e79471ee-0a3f-469c-90c9-2210029c3416, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79471ee-0a3f-469c-90c9-2210029c3416, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15573097916610002933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00179a29-98ea-4779-9c1e-70655c43ddcb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01767004-6cda-472b-82a0-dff86ee7c9e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79471ee-0a3f-469c-90c9-2210029c3416, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01767004-6cda-472b-82a0-dff86ee7c9e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16794062954975516899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6dbe49-37a3-4f9c-940e-e575b50fc949, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6dbe49-37a3-4f9c-940e-e575b50fc949, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15328264250303047505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01767004-6cda-472b-82a0-dff86ee7c9e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a1788e-cd2d-4f15-99fb-d50a189c484d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a1788e-cd2d-4f15-99fb-d50a189c484d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2380098632205502402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6dbe49-37a3-4f9c-940e-e575b50fc949, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa63cb3-c43a-4460-ba10-4116945fb601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a1788e-cd2d-4f15-99fb-d50a189c484d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa63cb3-c43a-4460-ba10-4116945fb601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11887513901591607806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3612e34-d91c-43cc-a45c-da67e53acd58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3612e34-d91c-43cc-a45c-da67e53acd58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17550548864215347510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa63cb3-c43a-4460-ba10-4116945fb601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3612e34-d91c-43cc-a45c-da67e53acd58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991f24da-e072-4961-b33d-001f35e96a9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991f24da-e072-4961-b33d-001f35e96a9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12487252593534581029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ba8582-0255-4420-a6ca-7b4a88a95c1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ba8582-0255-4420-a6ca-7b4a88a95c1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886645245488981358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991f24da-e072-4961-b33d-001f35e96a9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ba8582-0255-4420-a6ca-7b4a88a95c1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11235495-7726-43e2-9603-9ff06d1408fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11235495-7726-43e2-9603-9ff06d1408fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834207654753087378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1845f8e-1416-460a-b602-775813dabd85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1845f8e-1416-460a-b602-775813dabd85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2303610458407131157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11235495-7726-43e2-9603-9ff06d1408fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cdac10c-7a9d-45fe-ba2a-ef05e480c79b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cdac10c-7a9d-45fe-ba2a-ef05e480c79b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15201375164601831815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1845f8e-1416-460a-b602-775813dabd85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa5a45f4-2442-4281-bf04-7cd0f43ac502, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5a45f4-2442-4281-bf04-7cd0f43ac502, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12938340527898808040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cdac10c-7a9d-45fe-ba2a-ef05e480c79b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bca32dc-64f6-4947-aab5-df1d746acfbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bca32dc-64f6-4947-aab5-df1d746acfbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869516396714738219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5a45f4-2442-4281-bf04-7cd0f43ac502, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e61a3187-2bfd-42b4-886a-5d07fb2f56a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bca32dc-64f6-4947-aab5-df1d746acfbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e61a3187-2bfd-42b4-886a-5d07fb2f56a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896207007976129456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46138e33-f83a-4740-826b-f6bf1c1dcd6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46138e33-f83a-4740-826b-f6bf1c1dcd6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3779249838954731059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e61a3187-2bfd-42b4-886a-5d07fb2f56a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1ef553-8575-4615-9b14-c20e55a2426c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1ef553-8575-4615-9b14-c20e55a2426c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631323261469045010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46138e33-f83a-4740-826b-f6bf1c1dcd6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cf99798-4094-4398-8b9d-01a49b86f9e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf99798-4094-4398-8b9d-01a49b86f9e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1435228555699359618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1ef553-8575-4615-9b14-c20e55a2426c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61446ca4-01a4-4175-ab01-8590f014fcb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61446ca4-01a4-4175-ab01-8590f014fcb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14827767217485284740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf99798-4094-4398-8b9d-01a49b86f9e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc08bddf-06ff-497d-8161-652dafee0fe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61446ca4-01a4-4175-ab01-8590f014fcb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc08bddf-06ff-497d-8161-652dafee0fe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729171233399979968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89679d5c-45c8-4bbf-a541-f24f78ee56c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89679d5c-45c8-4bbf-a541-f24f78ee56c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13975926146315055505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc08bddf-06ff-497d-8161-652dafee0fe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cebb6df-e110-4d8f-9829-c5a9d75bd014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cebb6df-e110-4d8f-9829-c5a9d75bd014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12286992391346816399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89679d5c-45c8-4bbf-a541-f24f78ee56c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3db326e-1a6a-4b4e-83c1-d7fe32a81227, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3db326e-1a6a-4b4e-83c1-d7fe32a81227, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15305448394800934617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cebb6df-e110-4d8f-9829-c5a9d75bd014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18ede3b-1d78-4e1f-b701-42ba434bb715, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18ede3b-1d78-4e1f-b701-42ba434bb715, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409483719008240676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3db326e-1a6a-4b4e-83c1-d7fe32a81227, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ed4ec4-7b90-41a3-8ab3-08afcda99ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ed4ec4-7b90-41a3-8ab3-08afcda99ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7799111702328199172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18ede3b-1d78-4e1f-b701-42ba434bb715, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d19271f1-6fac-415d-83a3-dc4929a197ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19271f1-6fac-415d-83a3-dc4929a197ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5244606233362495547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ed4ec4-7b90-41a3-8ab3-08afcda99ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ccf274-2bd1-40e4-a2f1-f960254b8ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ccf274-2bd1-40e4-a2f1-f960254b8ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063581765096911237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19271f1-6fac-415d-83a3-dc4929a197ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, befeb42a-4b38-429d-85f8-33448700bda5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, befeb42a-4b38-429d-85f8-33448700bda5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2264366815875868026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ccf274-2bd1-40e4-a2f1-f960254b8ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435a5f5d-72ed-4c47-990c-a5dcd5ea066f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435a5f5d-72ed-4c47-990c-a5dcd5ea066f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287623767926919415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, befeb42a-4b38-429d-85f8-33448700bda5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30c80f0f-9103-4802-8957-dd95abe7401e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30c80f0f-9103-4802-8957-dd95abe7401e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200398156521807861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435a5f5d-72ed-4c47-990c-a5dcd5ea066f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17c8f69b-0490-4bd5-9bb5-a70bb93cf9bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17c8f69b-0490-4bd5-9bb5-a70bb93cf9bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1342956341954451699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30c80f0f-9103-4802-8957-dd95abe7401e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5312f528-eba6-49f2-b348-5c98fdb730ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5312f528-eba6-49f2-b348-5c98fdb730ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15610435965936197109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17c8f69b-0490-4bd5-9bb5-a70bb93cf9bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe30870-45f7-4464-9700-5acd25c8247a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe30870-45f7-4464-9700-5acd25c8247a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7876228388880081703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5312f528-eba6-49f2-b348-5c98fdb730ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8bf701e-9349-4b02-be60-828c19aeff6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bf701e-9349-4b02-be60-828c19aeff6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5452988422308239845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe30870-45f7-4464-9700-5acd25c8247a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4bbf601-90b1-4bf3-bad1-302b995167aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bbf601-90b1-4bf3-bad1-302b995167aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6825341801240379335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bf701e-9349-4b02-be60-828c19aeff6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91d6c2e0-d680-472b-92b8-b6dd4a82f703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d6c2e0-d680-472b-92b8-b6dd4a82f703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11784380992637288449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bbf601-90b1-4bf3-bad1-302b995167aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314f5d65-ef6c-4be2-a524-8ee3629f678e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314f5d65-ef6c-4be2-a524-8ee3629f678e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345106440723809271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d6c2e0-d680-472b-92b8-b6dd4a82f703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5e49ab1-1e24-451e-a5f5-6da26b5c79ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e49ab1-1e24-451e-a5f5-6da26b5c79ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17810942556662695359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314f5d65-ef6c-4be2-a524-8ee3629f678e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c4627a-675d-454b-b4d6-3eb7db2832c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c4627a-675d-454b-b4d6-3eb7db2832c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10321737974210109241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e49ab1-1e24-451e-a5f5-6da26b5c79ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aea882c-5b8a-48e0-925c-1deb4e05c1f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aea882c-5b8a-48e0-925c-1deb4e05c1f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14453288092145704816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c4627a-675d-454b-b4d6-3eb7db2832c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a556d92c-da60-4d3d-892c-df00c7ba9774, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a556d92c-da60-4d3d-892c-df00c7ba9774, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14968829461083426086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aea882c-5b8a-48e0-925c-1deb4e05c1f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 088d440d-8312-4bb8-a344-b779515b5d8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 088d440d-8312-4bb8-a344-b779515b5d8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334891312959174929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a556d92c-da60-4d3d-892c-df00c7ba9774, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5894a274-15ad-40cd-b916-fe4bfa34da97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5894a274-15ad-40cd-b916-fe4bfa34da97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17306469457819599876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 088d440d-8312-4bb8-a344-b779515b5d8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa63546f-35d4-46ee-b9ed-76a9c04b9313, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa63546f-35d4-46ee-b9ed-76a9c04b9313, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865008233046994602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5894a274-15ad-40cd-b916-fe4bfa34da97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4051b167-de26-4614-afac-2dd0421f3e05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4051b167-de26-4614-afac-2dd0421f3e05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11946330854291442143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa63546f-35d4-46ee-b9ed-76a9c04b9313, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af17a993-83d1-4871-8e9f-3dc9f4deae8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af17a993-83d1-4871-8e9f-3dc9f4deae8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18253388095488104584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4051b167-de26-4614-afac-2dd0421f3e05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20e9f7c2-21d6-4c73-94b5-c3797b9a7fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e9f7c2-21d6-4c73-94b5-c3797b9a7fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11992319370325544953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af17a993-83d1-4871-8e9f-3dc9f4deae8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2da2a0e0-696a-45bb-a525-1db46b2bdfbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da2a0e0-696a-45bb-a525-1db46b2bdfbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693686033593106244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e9f7c2-21d6-4c73-94b5-c3797b9a7fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a8dc8d7-cbd0-41a7-afef-297a5645af46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8dc8d7-cbd0-41a7-afef-297a5645af46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066503190787056881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da2a0e0-696a-45bb-a525-1db46b2bdfbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23396e28-4f22-4d11-b7b4-2fa35fb7ff78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8dc8d7-cbd0-41a7-afef-297a5645af46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22668750-7dc1-40a6-9191-365a5219aa3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22668750-7dc1-40a6-9191-365a5219aa3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5517768107331618733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23396e28-4f22-4d11-b7b4-2fa35fb7ff78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11834715204397088319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22668750-7dc1-40a6-9191-365a5219aa3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a297eadf-04c8-453f-8d5a-0ab4c785442d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23396e28-4f22-4d11-b7b4-2fa35fb7ff78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a94743-ad9b-4a0e-9af7-f2b97a169991, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a94743-ad9b-4a0e-9af7-f2b97a169991, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4824033422977541268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a297eadf-04c8-453f-8d5a-0ab4c785442d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3817743613882403263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a94743-ad9b-4a0e-9af7-f2b97a169991, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0919bee8-515c-4764-bd57-0206a5e7a89e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0919bee8-515c-4764-bd57-0206a5e7a89e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1426734949204278037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a297eadf-04c8-453f-8d5a-0ab4c785442d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de8f4c71-9c63-4489-84bd-ea22ae690a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8f4c71-9c63-4489-84bd-ea22ae690a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6799237062155788691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0919bee8-515c-4764-bd57-0206a5e7a89e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8f4c71-9c63-4489-84bd-ea22ae690a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66208340-d90a-405e-9078-3df0896314cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66208340-d90a-405e-9078-3df0896314cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12391778675146381188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59c5f766-8f15-45db-b158-ff0e21f326b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c5f766-8f15-45db-b158-ff0e21f326b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924387033059648529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66208340-d90a-405e-9078-3df0896314cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a5ef60b-7823-4d0f-917e-521f6a92afd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5ef60b-7823-4d0f-917e-521f6a92afd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 577115844650999314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c5f766-8f15-45db-b158-ff0e21f326b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3bf812-9b24-4fb6-b2a1-53931a1fcdcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3bf812-9b24-4fb6-b2a1-53931a1fcdcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16623754158449574492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5ef60b-7823-4d0f-917e-521f6a92afd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf42137-310f-4143-9c10-b3ef197b8ed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf42137-310f-4143-9c10-b3ef197b8ed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037383247835397981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3bf812-9b24-4fb6-b2a1-53931a1fcdcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7e708a-2cb3-4fdb-b55f-6d806f0f0333, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf42137-310f-4143-9c10-b3ef197b8ed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb04760-22f8-473f-8d9d-85ffc8a93ef7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb04760-22f8-473f-8d9d-85ffc8a93ef7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1158724208878411208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7e708a-2cb3-4fdb-b55f-6d806f0f0333, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322454144705440285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7e708a-2cb3-4fdb-b55f-6d806f0f0333, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd1af1f3-74f4-4905-b6df-1d801cdbc428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd1af1f3-74f4-4905-b6df-1d801cdbc428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798929115200835487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb04760-22f8-473f-8d9d-85ffc8a93ef7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d1c70f4-de42-4392-8e3d-5ace27194c74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d1c70f4-de42-4392-8e3d-5ace27194c74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374631076284336639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd1af1f3-74f4-4905-b6df-1d801cdbc428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85f044d-6d3f-4efe-84f5-aade9d2920d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d1c70f4-de42-4392-8e3d-5ace27194c74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85f044d-6d3f-4efe-84f5-aade9d2920d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16428133532581881883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26a02de3-3ef7-4863-8ddf-05480b890a1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a02de3-3ef7-4863-8ddf-05480b890a1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 628728275391679730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85f044d-6d3f-4efe-84f5-aade9d2920d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2ab8fe3-c08a-45b9-bd77-a80ee91a8751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a02de3-3ef7-4863-8ddf-05480b890a1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2ab8fe3-c08a-45b9-bd77-a80ee91a8751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443318795183479302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dfa7e96-59d3-4875-84ab-26e0b05e6be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dfa7e96-59d3-4875-84ab-26e0b05e6be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156479985444912103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2ab8fe3-c08a-45b9-bd77-a80ee91a8751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11b0b985-7965-4df4-b83d-f6c65649bad1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b0b985-7965-4df4-b83d-f6c65649bad1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13116469784591041550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dfa7e96-59d3-4875-84ab-26e0b05e6be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b0b985-7965-4df4-b83d-f6c65649bad1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 298e109d-9ded-40ab-aba2-f28146836a62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57fd6620-32a1-413e-b676-962afa568aa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57fd6620-32a1-413e-b676-962afa568aa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16000371902939303424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 298e109d-9ded-40ab-aba2-f28146836a62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15902475347607316609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57fd6620-32a1-413e-b676-962afa568aa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd193fc-4b5d-49c7-bdf1-c72648d1e31f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd193fc-4b5d-49c7-bdf1-c72648d1e31f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11320824068464309150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 298e109d-9ded-40ab-aba2-f28146836a62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd593b67-125b-4172-b39a-981d3bda4d5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd593b67-125b-4172-b39a-981d3bda4d5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567061205730006020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd193fc-4b5d-49c7-bdf1-c72648d1e31f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cec4fb7-8289-415b-b441-93f796fd561d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cec4fb7-8289-415b-b441-93f796fd561d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8805108267526442241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd593b67-125b-4172-b39a-981d3bda4d5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cec4fb7-8289-415b-b441-93f796fd561d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e78f188-a13c-4d3b-bf81-3f655db56ad1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e78f188-a13c-4d3b-bf81-3f655db56ad1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3961231400902893213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d97299e6-f58d-4ffd-a25b-62161d4de6be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d97299e6-f58d-4ffd-a25b-62161d4de6be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10820918720304187822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e78f188-a13c-4d3b-bf81-3f655db56ad1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6006bf81-a55e-4300-9c6e-ed46802fe004, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6006bf81-a55e-4300-9c6e-ed46802fe004, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499322139131390354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d97299e6-f58d-4ffd-a25b-62161d4de6be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5784cbfc-cb86-4101-a8d1-108c52ddac02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5784cbfc-cb86-4101-a8d1-108c52ddac02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13271109059998697444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6006bf81-a55e-4300-9c6e-ed46802fe004, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88588499-58f7-4e45-aaa4-7bffcb739164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88588499-58f7-4e45-aaa4-7bffcb739164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9527214754863276270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5784cbfc-cb86-4101-a8d1-108c52ddac02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ae38c8c-e9ef-42ec-9895-f5f3fb9a8cb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae38c8c-e9ef-42ec-9895-f5f3fb9a8cb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676162605327290497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88588499-58f7-4e45-aaa4-7bffcb739164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1207660c-8214-4d88-a91d-6066a957dabb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1207660c-8214-4d88-a91d-6066a957dabb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779728932538256705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae38c8c-e9ef-42ec-9895-f5f3fb9a8cb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 512cf300-04bb-4e0d-b968-d8d52a3e16b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1207660c-8214-4d88-a91d-6066a957dabb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54fe267b-fb99-4d1b-adfe-6d57e4e333da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512cf300-04bb-4e0d-b968-d8d52a3e16b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7919461006985120859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fe267b-fb99-4d1b-adfe-6d57e4e333da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4331488224364594535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512cf300-04bb-4e0d-b968-d8d52a3e16b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6912e124-3cb7-4b5d-b862-d32f33bcdc86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6912e124-3cb7-4b5d-b862-d32f33bcdc86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10591527342712842588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fe267b-fb99-4d1b-adfe-6d57e4e333da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb76053-2b78-4064-8fe4-22fefbb4fcd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6912e124-3cb7-4b5d-b862-d32f33bcdc86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb76053-2b78-4064-8fe4-22fefbb4fcd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18301887728066206174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb088ec-6b40-43b0-8f8b-10c6e8d0cf21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb088ec-6b40-43b0-8f8b-10c6e8d0cf21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5460860568598113097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb76053-2b78-4064-8fe4-22fefbb4fcd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 337e74a5-5000-423d-8315-bf1d4243e214, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337e74a5-5000-423d-8315-bf1d4243e214, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5398948488249829039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb088ec-6b40-43b0-8f8b-10c6e8d0cf21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31331c24-e06a-4b19-9e5b-540f2332244f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31331c24-e06a-4b19-9e5b-540f2332244f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855649891674972917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337e74a5-5000-423d-8315-bf1d4243e214, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16bb49f4-02c4-407b-b15c-87f5e6cc7b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16bb49f4-02c4-407b-b15c-87f5e6cc7b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248504222392865683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31331c24-e06a-4b19-9e5b-540f2332244f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968278b6-482c-4f50-837f-16ac3e651601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968278b6-482c-4f50-837f-16ac3e651601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427025080417866641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16bb49f4-02c4-407b-b15c-87f5e6cc7b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a71e772-6d4d-4848-a0a9-06a0b5992dc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a71e772-6d4d-4848-a0a9-06a0b5992dc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7288425032149968194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968278b6-482c-4f50-837f-16ac3e651601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdaa61b5-3ab9-48d7-aa8d-c75fb9982459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdaa61b5-3ab9-48d7-aa8d-c75fb9982459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680736164833349575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a71e772-6d4d-4848-a0a9-06a0b5992dc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdaa61b5-3ab9-48d7-aa8d-c75fb9982459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ef0794e-e2e8-4605-a59e-f24c55185d6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef0794e-e2e8-4605-a59e-f24c55185d6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383357175456469392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eea6129-cbc7-4bbb-a150-f2ac3581e350, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eea6129-cbc7-4bbb-a150-f2ac3581e350, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13152609992200506741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef0794e-e2e8-4605-a59e-f24c55185d6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eea6129-cbc7-4bbb-a150-f2ac3581e350, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c4979e1-5ad2-4fee-b3d4-44913ed77324, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4979e1-5ad2-4fee-b3d4-44913ed77324, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4232309706404383732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcd3a7c-f6d2-4dd3-9458-5da9e7907735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcd3a7c-f6d2-4dd3-9458-5da9e7907735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4872814927564638252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4979e1-5ad2-4fee-b3d4-44913ed77324, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9578101-17f3-478f-9e47-44467c06a6b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9578101-17f3-478f-9e47-44467c06a6b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10954690233374992135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcd3a7c-f6d2-4dd3-9458-5da9e7907735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8bbca5c-cf02-4b54-be42-c6b87e331d8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bbca5c-cf02-4b54-be42-c6b87e331d8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9775245578476191650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9578101-17f3-478f-9e47-44467c06a6b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d152ba2-ed73-4093-b554-d6d04acd1ff0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bbca5c-cf02-4b54-be42-c6b87e331d8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0815f0-0a0d-427c-8784-18c56d30aebe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d152ba2-ed73-4093-b554-d6d04acd1ff0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10925771185953829062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0815f0-0a0d-427c-8784-18c56d30aebe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601737751709425589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d152ba2-ed73-4093-b554-d6d04acd1ff0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f1777f-b3ca-4da3-8043-39074252ec6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f1777f-b3ca-4da3-8043-39074252ec6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14085262758195863512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0815f0-0a0d-427c-8784-18c56d30aebe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6bd8633-63cd-4cf0-b613-066749df6f2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bd8633-63cd-4cf0-b613-066749df6f2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881980667779520564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f1777f-b3ca-4da3-8043-39074252ec6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bd8633-63cd-4cf0-b613-066749df6f2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5536cef6-61f6-4fd1-830a-b57a4cfc3aa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5536cef6-61f6-4fd1-830a-b57a4cfc3aa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13871741331248628879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57d1360f-476c-47b7-92a3-c3320a6f7115, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d1360f-476c-47b7-92a3-c3320a6f7115, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863380560193577608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5536cef6-61f6-4fd1-830a-b57a4cfc3aa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f2cc11d-9bd5-4b3d-a42c-69e3d9b1e2f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2cc11d-9bd5-4b3d-a42c-69e3d9b1e2f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11581147178922978389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d1360f-476c-47b7-92a3-c3320a6f7115, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e4fa19e-5d30-4fdf-beb7-27b86a2ac2b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e4fa19e-5d30-4fdf-beb7-27b86a2ac2b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652007767947475995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2cc11d-9bd5-4b3d-a42c-69e3d9b1e2f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0060859c-5cfa-46a5-8c71-925b1fe9c0f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e4fa19e-5d30-4fdf-beb7-27b86a2ac2b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0060859c-5cfa-46a5-8c71-925b1fe9c0f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381170023756996194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257db85a-3323-4b3d-9444-e31cc638382d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257db85a-3323-4b3d-9444-e31cc638382d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6667536156048524889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0060859c-5cfa-46a5-8c71-925b1fe9c0f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961705b1-4326-4313-8bad-62ecbe72ce7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961705b1-4326-4313-8bad-62ecbe72ce7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10440237918164497859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257db85a-3323-4b3d-9444-e31cc638382d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932e3413-6f1c-450b-9b20-814935e8f66a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932e3413-6f1c-450b-9b20-814935e8f66a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8763764124967904861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961705b1-4326-4313-8bad-62ecbe72ce7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e7b6cdd-4bd7-4746-9649-5fa6dfe01a9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7b6cdd-4bd7-4746-9649-5fa6dfe01a9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291017427424641091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932e3413-6f1c-450b-9b20-814935e8f66a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cd5a3a5-7784-45ad-bf86-4fc727a79e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd5a3a5-7784-45ad-bf86-4fc727a79e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10927767125140354565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7b6cdd-4bd7-4746-9649-5fa6dfe01a9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ecee10a-484b-44df-bf99-6fba7af7deb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ecee10a-484b-44df-bf99-6fba7af7deb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185439090453889129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd5a3a5-7784-45ad-bf86-4fc727a79e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e79edba0-5411-4a7c-b926-3affdfbf88ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79edba0-5411-4a7c-b926-3affdfbf88ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5766410503226109840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ecee10a-484b-44df-bf99-6fba7af7deb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef028401-1562-4e7c-96c1-61abb80eb2d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef028401-1562-4e7c-96c1-61abb80eb2d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 447328293138821429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79edba0-5411-4a7c-b926-3affdfbf88ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b48b4a14-13aa-483c-8c2c-011dab42c33b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48b4a14-13aa-483c-8c2c-011dab42c33b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13515580993440828879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef028401-1562-4e7c-96c1-61abb80eb2d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ea25bc-29aa-48f4-87d0-4ab2dccc76c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ea25bc-29aa-48f4-87d0-4ab2dccc76c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5217749837104279534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48b4a14-13aa-483c-8c2c-011dab42c33b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23586657-5cc6-47de-9ff3-b26d79f9e44c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ea25bc-29aa-48f4-87d0-4ab2dccc76c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 157da286-f7d4-4653-8aa4-32ecd555582d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157da286-f7d4-4653-8aa4-32ecd555582d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994088814293767908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23586657-5cc6-47de-9ff3-b26d79f9e44c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11479305391495104387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157da286-f7d4-4653-8aa4-32ecd555582d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b3b332-48ea-42fa-a7aa-3d4a6ba9c1e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23586657-5cc6-47de-9ff3-b26d79f9e44c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd3dc622-52dc-4a93-aa59-0a0384d3d8f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3dc622-52dc-4a93-aa59-0a0384d3d8f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423988738243654064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b3b332-48ea-42fa-a7aa-3d4a6ba9c1e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905716480777141477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3dc622-52dc-4a93-aa59-0a0384d3d8f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0591e6a7-2bc6-4b31-a525-65de7a84ac67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0591e6a7-2bc6-4b31-a525-65de7a84ac67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736258308689777369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b3b332-48ea-42fa-a7aa-3d4a6ba9c1e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ccb0dde-5a18-48cd-a946-b1fa31ef0c05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ccb0dde-5a18-48cd-a946-b1fa31ef0c05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6120563169383428330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0591e6a7-2bc6-4b31-a525-65de7a84ac67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c3b706-369e-49dc-bdfe-eb32b78d42cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c3b706-369e-49dc-bdfe-eb32b78d42cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11282111199849957387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ccb0dde-5a18-48cd-a946-b1fa31ef0c05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82fb0f60-3916-44b6-923b-33cc914054b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82fb0f60-3916-44b6-923b-33cc914054b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757222679349956372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c3b706-369e-49dc-bdfe-eb32b78d42cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5fc74b6-c9ff-48ee-a4ac-d1bc33068271, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5fc74b6-c9ff-48ee-a4ac-d1bc33068271, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15675520609061036918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5fc74b6-c9ff-48ee-a4ac-d1bc33068271, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c1f29f7-2dc4-4267-9291-a035f6c9ece7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1f29f7-2dc4-4267-9291-a035f6c9ece7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669972616643893482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1f29f7-2dc4-4267-9291-a035f6c9ece7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d606896-0a05-4b47-9f37-4a6628262aef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d606896-0a05-4b47-9f37-4a6628262aef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13463409173466769826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82fb0f60-3916-44b6-923b-33cc914054b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a827657d-7440-4911-ad89-f1fa9ad99b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a827657d-7440-4911-ad89-f1fa9ad99b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6297968759778457661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d606896-0a05-4b47-9f37-4a6628262aef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a827657d-7440-4911-ad89-f1fa9ad99b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 362fd1db-1f97-4d8b-abab-9b9a24bfd2ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c356bdb-0385-4418-a032-e53b968ad8ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 362fd1db-1f97-4d8b-abab-9b9a24bfd2ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 473945334120677842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c356bdb-0385-4418-a032-e53b968ad8ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160248681809314925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 362fd1db-1f97-4d8b-abab-9b9a24bfd2ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c995c876-440a-4563-98f6-5983901768a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c995c876-440a-4563-98f6-5983901768a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 763075708433541766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c356bdb-0385-4418-a032-e53b968ad8ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3a12d9-ab7b-453a-bdbf-6fbc725b4c57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3a12d9-ab7b-453a-bdbf-6fbc725b4c57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9213261119977402083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c995c876-440a-4563-98f6-5983901768a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3a12d9-ab7b-453a-bdbf-6fbc725b4c57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8688b5ae-8171-41c9-ac8b-a19924b5640c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8688b5ae-8171-41c9-ac8b-a19924b5640c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14569417160925690495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47ac349-983c-46fb-921e-c69960b2f31c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47ac349-983c-46fb-921e-c69960b2f31c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 552434235289087799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8688b5ae-8171-41c9-ac8b-a19924b5640c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c472b92d-7d8d-49fd-b2f9-d50a09e28c09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c472b92d-7d8d-49fd-b2f9-d50a09e28c09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400608121963623899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c472b92d-7d8d-49fd-b2f9-d50a09e28c09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8573667-751b-481e-a624-2ad20bebb592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47ac349-983c-46fb-921e-c69960b2f31c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8573667-751b-481e-a624-2ad20bebb592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1876893709821547534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce5690e8-60f2-41da-bc5e-a01dfd256adc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5690e8-60f2-41da-bc5e-a01dfd256adc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1842600627443866998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8573667-751b-481e-a624-2ad20bebb592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b5dc964-de16-4e3d-9657-ca41b31da51c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5690e8-60f2-41da-bc5e-a01dfd256adc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5dc964-de16-4e3d-9657-ca41b31da51c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15255248854968519419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5dc964-de16-4e3d-9657-ca41b31da51c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4053279c-ff93-4d56-bc89-55a8c9476da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b6c10e2-8f7e-4331-8cac-0008cac93607, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4053279c-ff93-4d56-bc89-55a8c9476da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18397202502858537228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6c10e2-8f7e-4331-8cac-0008cac93607, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754987367143665068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6c10e2-8f7e-4331-8cac-0008cac93607, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4053279c-ff93-4d56-bc89-55a8c9476da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9c40581-ecaf-45e3-99f6-9405983b19b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c40581-ecaf-45e3-99f6-9405983b19b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5629018442906930984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9562b75c-0910-4a3d-9011-b8bafc4bcf1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9562b75c-0910-4a3d-9011-b8bafc4bcf1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2284144100365654735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c40581-ecaf-45e3-99f6-9405983b19b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6369808-9cba-4f18-9d80-a71b602fd515, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6369808-9cba-4f18-9d80-a71b602fd515, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879845882430157254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9562b75c-0910-4a3d-9011-b8bafc4bcf1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31bba981-f733-4d60-a671-8c68be3c4aba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31bba981-f733-4d60-a671-8c68be3c4aba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7704089795443608897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6369808-9cba-4f18-9d80-a71b602fd515, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31bba981-f733-4d60-a671-8c68be3c4aba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 631848c6-1be2-478a-a9a1-774d73fe4256, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631848c6-1be2-478a-a9a1-774d73fe4256, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14025863463311878664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70aebba8-16f3-4b44-be16-99b522cef2e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70aebba8-16f3-4b44-be16-99b522cef2e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633019636239318218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70aebba8-16f3-4b44-be16-99b522cef2e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4237bbe5-88b5-4247-8f76-4a537890d404, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4237bbe5-88b5-4247-8f76-4a537890d404, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683875788667024052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4237bbe5-88b5-4247-8f76-4a537890d404, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66e5fe0b-1178-4d18-bc31-f73c30c968e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e5fe0b-1178-4d18-bc31-f73c30c968e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787556319207917716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631848c6-1be2-478a-a9a1-774d73fe4256, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47f170bb-eebe-446e-81b1-99fc5f825c95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f170bb-eebe-446e-81b1-99fc5f825c95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9717299713256820428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e5fe0b-1178-4d18-bc31-f73c30c968e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa2c94ec-f729-422a-9a7c-87851e20d824, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa2c94ec-f729-422a-9a7c-87851e20d824, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10222638138034000624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f170bb-eebe-446e-81b1-99fc5f825c95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ba28315-bfd3-4782-aa5a-fe328bce9259, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa2c94ec-f729-422a-9a7c-87851e20d824, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba28315-bfd3-4782-aa5a-fe328bce9259, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973645506239498848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766f6c05-9ddc-4805-a03e-4c54d5932165, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba28315-bfd3-4782-aa5a-fe328bce9259, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766f6c05-9ddc-4805-a03e-4c54d5932165, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709997419539657711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09fb9c06-d5f1-46b2-9b24-1ea5bb938c1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09fb9c06-d5f1-46b2-9b24-1ea5bb938c1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14424885677304568884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766f6c05-9ddc-4805-a03e-4c54d5932165, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2c536c-3f34-4b50-91f6-fd5ffe21d7cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2c536c-3f34-4b50-91f6-fd5ffe21d7cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8056562137905015408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09fb9c06-d5f1-46b2-9b24-1ea5bb938c1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93461b1d-af28-4459-9dae-7501776b9283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93461b1d-af28-4459-9dae-7501776b9283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202927435170258672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93461b1d-af28-4459-9dae-7501776b9283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2c536c-3f34-4b50-91f6-fd5ffe21d7cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b06549d6-2123-4903-821b-1668de444a79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06549d6-2123-4903-821b-1668de444a79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762340088654573789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 363b65f1-2495-4eea-923c-5b56ef862f71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363b65f1-2495-4eea-923c-5b56ef862f71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720463612502294452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06549d6-2123-4903-821b-1668de444a79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db76fafd-a3fe-4b91-9540-cf8c93baac60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db76fafd-a3fe-4b91-9540-cf8c93baac60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877239052270081564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363b65f1-2495-4eea-923c-5b56ef862f71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2dc7e9-3382-49d0-a732-0e8004e4ef07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2dc7e9-3382-49d0-a732-0e8004e4ef07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12054930040219192567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db76fafd-a3fe-4b91-9540-cf8c93baac60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8277d0-3e7f-42e2-9400-4ee172047944, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8277d0-3e7f-42e2-9400-4ee172047944, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8934612729881590030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2dc7e9-3382-49d0-a732-0e8004e4ef07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1caf7e6e-6de1-4352-bd9a-cd726cdb8a96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caf7e6e-6de1-4352-bd9a-cd726cdb8a96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976941978779297173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8277d0-3e7f-42e2-9400-4ee172047944, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df095176-6dd0-4165-8819-8ac6204cc4f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df095176-6dd0-4165-8819-8ac6204cc4f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956356015666640471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caf7e6e-6de1-4352-bd9a-cd726cdb8a96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4fff13a-a108-4814-85b0-b4df71debbfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4fff13a-a108-4814-85b0-b4df71debbfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7472126904142955749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df095176-6dd0-4165-8819-8ac6204cc4f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b76d54d1-9c13-45c8-a6d7-2f65fc7953fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76d54d1-9c13-45c8-a6d7-2f65fc7953fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632806820423102960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4fff13a-a108-4814-85b0-b4df71debbfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c45ab61-08b5-49c7-8268-fa0b5a6acd81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c45ab61-08b5-49c7-8268-fa0b5a6acd81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 733057290194490321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76d54d1-9c13-45c8-a6d7-2f65fc7953fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0edc198e-6421-4749-b9be-c3bc1a6faae1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0edc198e-6421-4749-b9be-c3bc1a6faae1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9186018743297576901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0edc198e-6421-4749-b9be-c3bc1a6faae1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da89210a-9c6c-4a8e-9b9e-1e79a3a8945e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da89210a-9c6c-4a8e-9b9e-1e79a3a8945e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7808115313788001114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c45ab61-08b5-49c7-8268-fa0b5a6acd81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7e92b7d-c5ed-47cd-a502-82928696988b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e92b7d-c5ed-47cd-a502-82928696988b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746447158813125621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da89210a-9c6c-4a8e-9b9e-1e79a3a8945e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a67922-f7ce-4197-b8f7-aee759064fb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a67922-f7ce-4197-b8f7-aee759064fb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16370865799557657238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e92b7d-c5ed-47cd-a502-82928696988b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3411c7-caa6-4ed8-b211-88d2d92d136e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3411c7-caa6-4ed8-b211-88d2d92d136e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7648118075230343369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a67922-f7ce-4197-b8f7-aee759064fb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 753574bc-d67b-4571-91af-1e08147f828e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 753574bc-d67b-4571-91af-1e08147f828e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12456389271788419572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3411c7-caa6-4ed8-b211-88d2d92d136e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74fa1f0d-d45e-4f96-be6f-055438b6948b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fa1f0d-d45e-4f96-be6f-055438b6948b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645175423609017613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 753574bc-d67b-4571-91af-1e08147f828e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35f5343-1ba6-4b1f-a18d-ce3a5a5e4284, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35f5343-1ba6-4b1f-a18d-ce3a5a5e4284, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11491794085542833205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fa1f0d-d45e-4f96-be6f-055438b6948b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c1bd6a8-16a2-4d7b-8d7e-56d3dc03df2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1bd6a8-16a2-4d7b-8d7e-56d3dc03df2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6186237452911715169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35f5343-1ba6-4b1f-a18d-ce3a5a5e4284, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08da6fe-2c4e-4773-9017-dd93101d3fc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08da6fe-2c4e-4773-9017-dd93101d3fc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3496175079132978763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1bd6a8-16a2-4d7b-8d7e-56d3dc03df2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdc29465-660e-42b4-b866-e83d9ec73444, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc29465-660e-42b4-b866-e83d9ec73444, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3866618050760123916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08da6fe-2c4e-4773-9017-dd93101d3fc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7097b408-9527-42c5-aee9-a05e1ea99602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7097b408-9527-42c5-aee9-a05e1ea99602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18096344780982921159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc29465-660e-42b4-b866-e83d9ec73444, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc909921-9e7e-4cf4-bb66-ce907d098c72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc909921-9e7e-4cf4-bb66-ce907d098c72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13027795946844058317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7097b408-9527-42c5-aee9-a05e1ea99602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e0758f7-5c98-4c5f-84a4-a77549326519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0758f7-5c98-4c5f-84a4-a77549326519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15470420637219734263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc909921-9e7e-4cf4-bb66-ce907d098c72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a882f9b-62c4-41c7-bb53-f2c37a6ae49e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a882f9b-62c4-41c7-bb53-f2c37a6ae49e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6572255041450531457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0758f7-5c98-4c5f-84a4-a77549326519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558a1dd1-c96c-430d-82ab-9ad10a07351f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558a1dd1-c96c-430d-82ab-9ad10a07351f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6661332796895125304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a882f9b-62c4-41c7-bb53-f2c37a6ae49e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ef65a6-cf54-4e63-9e34-92fe3701149f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ef65a6-cf54-4e63-9e34-92fe3701149f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11442663904334209041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558a1dd1-c96c-430d-82ab-9ad10a07351f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b338761-a119-49fa-b92c-50c0d53ea6c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b338761-a119-49fa-b92c-50c0d53ea6c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760441158071329704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ef65a6-cf54-4e63-9e34-92fe3701149f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e7ac16-c5a2-4775-8361-97443128cd22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e7ac16-c5a2-4775-8361-97443128cd22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037559887336827135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b338761-a119-49fa-b92c-50c0d53ea6c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec30c8ce-7db6-47a1-b54b-7a02810c3d2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec30c8ce-7db6-47a1-b54b-7a02810c3d2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084393003831732287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e7ac16-c5a2-4775-8361-97443128cd22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 406c03b7-9a15-48dc-bf7b-83d6cd52013d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 406c03b7-9a15-48dc-bf7b-83d6cd52013d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10902515922618654010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 406c03b7-9a15-48dc-bf7b-83d6cd52013d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52a1f2e1-2780-49c1-8025-df6b74adfb5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a1f2e1-2780-49c1-8025-df6b74adfb5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16021684873472705745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec30c8ce-7db6-47a1-b54b-7a02810c3d2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae7ad9f-4960-4360-99a0-9640cc2e06e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae7ad9f-4960-4360-99a0-9640cc2e06e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789051863296798132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a1f2e1-2780-49c1-8025-df6b74adfb5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3072372-7719-433f-a753-93531ace71ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3072372-7719-433f-a753-93531ace71ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12693456981878296591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae7ad9f-4960-4360-99a0-9640cc2e06e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8dfd1d0-a44e-497b-97a8-b6f7fedcd37d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8dfd1d0-a44e-497b-97a8-b6f7fedcd37d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117349287797145013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3072372-7719-433f-a753-93531ace71ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0740901-4b40-4a20-907c-f32c202939a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0740901-4b40-4a20-907c-f32c202939a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12228925186702772925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8dfd1d0-a44e-497b-97a8-b6f7fedcd37d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f35eee-656f-4673-92e6-53fd61e2e499, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f35eee-656f-4673-92e6-53fd61e2e499, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355016175022571153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0740901-4b40-4a20-907c-f32c202939a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87c40eca-7d62-4981-a17c-36875559b672, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c40eca-7d62-4981-a17c-36875559b672, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780979600479532457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f35eee-656f-4673-92e6-53fd61e2e499, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b11f565-6b83-4771-bf6f-dbcbd10bf13f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b11f565-6b83-4771-bf6f-dbcbd10bf13f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884388062996460688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c40eca-7d62-4981-a17c-36875559b672, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d51cb562-240b-47b2-8f0b-2dd76fd90032, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51cb562-240b-47b2-8f0b-2dd76fd90032, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293538895485314931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b11f565-6b83-4771-bf6f-dbcbd10bf13f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4286628-9487-4dc8-9d9e-8c97472e6190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4286628-9487-4dc8-9d9e-8c97472e6190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14682260875340530984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4286628-9487-4dc8-9d9e-8c97472e6190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51cb562-240b-47b2-8f0b-2dd76fd90032, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68808691-2cbe-4089-8c9b-5c0850a00d96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40eb37c-335b-49b6-b039-5f03aa3a4912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40eb37c-335b-49b6-b039-5f03aa3a4912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274901821671459104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68808691-2cbe-4089-8c9b-5c0850a00d96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16630222127872391657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40eb37c-335b-49b6-b039-5f03aa3a4912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25097dbd-04d4-43c5-aeec-6aacfd5910d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25097dbd-04d4-43c5-aeec-6aacfd5910d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12674879165334030745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68808691-2cbe-4089-8c9b-5c0850a00d96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b28db7b-a5ea-4b42-ad69-4f2ee861571c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b28db7b-a5ea-4b42-ad69-4f2ee861571c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12082874095723110286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25097dbd-04d4-43c5-aeec-6aacfd5910d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7825db2f-08d9-4de2-bd08-fd943a25c1cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7825db2f-08d9-4de2-bd08-fd943a25c1cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821253541188673388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b28db7b-a5ea-4b42-ad69-4f2ee861571c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be46746e-ad02-460d-b607-6f466eee3327, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7825db2f-08d9-4de2-bd08-fd943a25c1cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62679963-e0d8-4bfd-9df1-d64fb3fed5d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62679963-e0d8-4bfd-9df1-d64fb3fed5d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12199092880419008611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be46746e-ad02-460d-b607-6f466eee3327, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033730619897076636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62679963-e0d8-4bfd-9df1-d64fb3fed5d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed2b900-4829-4150-b152-5554d06b7797, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be46746e-ad02-460d-b607-6f466eee3327, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4fe02a7-8458-44ff-9c70-33cdafd20817, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed2b900-4829-4150-b152-5554d06b7797, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5166179259000185749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4fe02a7-8458-44ff-9c70-33cdafd20817, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4198176904584094518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed2b900-4829-4150-b152-5554d06b7797, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96183ac2-3556-420b-a5de-6f047874e447, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96183ac2-3556-420b-a5de-6f047874e447, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14112593452114889594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4fe02a7-8458-44ff-9c70-33cdafd20817, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 881b124a-789e-4fa4-b92a-0acc4c04f64e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 881b124a-789e-4fa4-b92a-0acc4c04f64e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14946941164342761314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96183ac2-3556-420b-a5de-6f047874e447, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb0b9855-d65d-4068-8422-e861ee1a37fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 881b124a-789e-4fa4-b92a-0acc4c04f64e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0b9855-d65d-4068-8422-e861ee1a37fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238239329443595971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c00a4f00-321e-4acf-86b8-db57bde1fc30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c00a4f00-321e-4acf-86b8-db57bde1fc30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084439186738419518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0b9855-d65d-4068-8422-e861ee1a37fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0174040c-f388-4bb6-867e-2b12e805e767, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0174040c-f388-4bb6-867e-2b12e805e767, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12191227816200060355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c00a4f00-321e-4acf-86b8-db57bde1fc30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 175f3cfa-eaa5-40ad-bd68-13634bbed152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175f3cfa-eaa5-40ad-bd68-13634bbed152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8404346643624409397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0174040c-f388-4bb6-867e-2b12e805e767, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fd5f9e4-3b90-4bcb-b425-e3a7ac89b5ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd5f9e4-3b90-4bcb-b425-e3a7ac89b5ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191910891569419236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175f3cfa-eaa5-40ad-bd68-13634bbed152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f38f33-5587-47f5-bf94-b3addf9f14dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f38f33-5587-47f5-bf94-b3addf9f14dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13341244706132671645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd5f9e4-3b90-4bcb-b425-e3a7ac89b5ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4ec179-2bc5-46c6-a762-32a55d019a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4ec179-2bc5-46c6-a762-32a55d019a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17614036827309061839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f38f33-5587-47f5-bf94-b3addf9f14dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2aacc0-3b19-44cf-9895-71547aec8753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2aacc0-3b19-44cf-9895-71547aec8753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453964191610767793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4ec179-2bc5-46c6-a762-32a55d019a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc0229b-7c72-47c0-a3fd-61940e1683a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc0229b-7c72-47c0-a3fd-61940e1683a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160494954020402785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2aacc0-3b19-44cf-9895-71547aec8753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82fecc3c-3b57-4ade-ae3c-d2de081b1d28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82fecc3c-3b57-4ade-ae3c-d2de081b1d28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796062278323689232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc0229b-7c72-47c0-a3fd-61940e1683a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1853e4b9-f4f2-472c-8f2c-31661533217e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1853e4b9-f4f2-472c-8f2c-31661533217e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1078990922317002222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82fecc3c-3b57-4ade-ae3c-d2de081b1d28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2c9f253-1b69-4540-9e95-e1357e4eab38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c9f253-1b69-4540-9e95-e1357e4eab38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6735554286489380195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1853e4b9-f4f2-472c-8f2c-31661533217e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2a0c2a9-34da-41cc-9a53-3015e15922f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a0c2a9-34da-41cc-9a53-3015e15922f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429757764259117433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c9f253-1b69-4540-9e95-e1357e4eab38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb9f644e-9bd7-49f0-92c7-adc4d3bfb0bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9f644e-9bd7-49f0-92c7-adc4d3bfb0bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17456018402503665962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a0c2a9-34da-41cc-9a53-3015e15922f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07f2631b-e6d1-4984-b682-0b2a97f63dab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f2631b-e6d1-4984-b682-0b2a97f63dab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236285316510807060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9f644e-9bd7-49f0-92c7-adc4d3bfb0bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb3a4f1-adbc-4ef2-8b23-d7b34334384d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb3a4f1-adbc-4ef2-8b23-d7b34334384d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13693800214549966520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f2631b-e6d1-4984-b682-0b2a97f63dab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67729a60-1395-498c-81df-1e4cb2b818b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67729a60-1395-498c-81df-1e4cb2b818b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821828096194267740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb3a4f1-adbc-4ef2-8b23-d7b34334384d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73cd8b4d-271d-4a6e-9d79-4bac0b464e9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73cd8b4d-271d-4a6e-9d79-4bac0b464e9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17315958303204657470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67729a60-1395-498c-81df-1e4cb2b818b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd571eef-5292-4ab7-ac18-d017f685d073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd571eef-5292-4ab7-ac18-d017f685d073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448453046515404045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73cd8b4d-271d-4a6e-9d79-4bac0b464e9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb07aa3f-e40e-486b-9102-2f015f410a63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb07aa3f-e40e-486b-9102-2f015f410a63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 205142659806841611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd571eef-5292-4ab7-ac18-d017f685d073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b98c30-49a2-4fd0-a7c0-52a0ab1ba5d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b98c30-49a2-4fd0-a7c0-52a0ab1ba5d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010145281656694807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb07aa3f-e40e-486b-9102-2f015f410a63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5947b52f-411a-4c70-a2a8-f5b26779e758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5947b52f-411a-4c70-a2a8-f5b26779e758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10574226014520336362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b98c30-49a2-4fd0-a7c0-52a0ab1ba5d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e1ec3d-994e-41fc-9997-c72af6cab60c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e1ec3d-994e-41fc-9997-c72af6cab60c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396615719609186010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5947b52f-411a-4c70-a2a8-f5b26779e758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88fe3e0-4d62-4e8f-8f4a-57c55ae63113, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88fe3e0-4d62-4e8f-8f4a-57c55ae63113, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6920584681701075873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e1ec3d-994e-41fc-9997-c72af6cab60c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ca9e56-93a3-4d31-bfe8-5d89bd106918, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ca9e56-93a3-4d31-bfe8-5d89bd106918, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660486715277942597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88fe3e0-4d62-4e8f-8f4a-57c55ae63113, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bea98717-7150-4ac3-b46d-384e4464c06d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea98717-7150-4ac3-b46d-384e4464c06d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613116781595016436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ca9e56-93a3-4d31-bfe8-5d89bd106918, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c61bed6-2570-4c39-af29-1562e5736f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c61bed6-2570-4c39-af29-1562e5736f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9232976828372545362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea98717-7150-4ac3-b46d-384e4464c06d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e610b86-8add-4e4b-9d12-bb557bc5ac0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c61bed6-2570-4c39-af29-1562e5736f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 383e38fa-d045-40b7-b3c6-a1e26fb83751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383e38fa-d045-40b7-b3c6-a1e26fb83751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353239603149480180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e610b86-8add-4e4b-9d12-bb557bc5ac0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10989894212771730248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e610b86-8add-4e4b-9d12-bb557bc5ac0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c12d245-a086-40fc-b51b-3a2aae3aa88b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c12d245-a086-40fc-b51b-3a2aae3aa88b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841211055189372589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383e38fa-d045-40b7-b3c6-a1e26fb83751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5435830f-d331-4632-b3a8-4827e1f18cd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5435830f-d331-4632-b3a8-4827e1f18cd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085230569358557055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c12d245-a086-40fc-b51b-3a2aae3aa88b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ab9bf2b-ef0b-4d7e-bd05-e2a69c567e5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab9bf2b-ef0b-4d7e-bd05-e2a69c567e5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587475150694502205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5435830f-d331-4632-b3a8-4827e1f18cd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6211f697-420c-40fb-8232-7e0fa865a00d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6211f697-420c-40fb-8232-7e0fa865a00d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7986852836833999586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab9bf2b-ef0b-4d7e-bd05-e2a69c567e5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6422fcfc-6257-4f00-bcc2-3510ecedef8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6422fcfc-6257-4f00-bcc2-3510ecedef8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715996866834634326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6422fcfc-6257-4f00-bcc2-3510ecedef8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc62692-2612-4a70-a74a-330003eb89ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc62692-2612-4a70-a74a-330003eb89ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821072765802864527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6211f697-420c-40fb-8232-7e0fa865a00d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50492e3-72b0-4005-bd46-0b1548623926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50492e3-72b0-4005-bd46-0b1548623926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10570487214297588613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc62692-2612-4a70-a74a-330003eb89ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30bd9022-f8f2-41b0-9daa-5537630d22dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30bd9022-f8f2-41b0-9daa-5537630d22dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14163659446193586523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50492e3-72b0-4005-bd46-0b1548623926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d27991b4-b018-4390-a1dc-5e85da7418aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27991b4-b018-4390-a1dc-5e85da7418aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17484243361245481666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30bd9022-f8f2-41b0-9daa-5537630d22dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51189535-f3a9-4f65-a1ec-b927fa3b0b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27991b4-b018-4390-a1dc-5e85da7418aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51189535-f3a9-4f65-a1ec-b927fa3b0b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8779526024856226003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 779a965b-380a-47ef-8ea1-ac7ff9dc2dde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779a965b-380a-47ef-8ea1-ac7ff9dc2dde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13440497285989642529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51189535-f3a9-4f65-a1ec-b927fa3b0b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cf1a360-494e-4cac-9860-95614c80f657, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf1a360-494e-4cac-9860-95614c80f657, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883540525681722975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 779a965b-380a-47ef-8ea1-ac7ff9dc2dde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6ea5d27-8a14-43bb-aa14-e4d861932fdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf1a360-494e-4cac-9860-95614c80f657, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ea5d27-8a14-43bb-aa14-e4d861932fdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4989284919139714646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73c6f253-a421-49e7-bb51-62f4c9485a61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c6f253-a421-49e7-bb51-62f4c9485a61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15889162944915948647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ea5d27-8a14-43bb-aa14-e4d861932fdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16768f47-c9ac-469a-949d-6f4883b739e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16768f47-c9ac-469a-949d-6f4883b739e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9495678764151718953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c6f253-a421-49e7-bb51-62f4c9485a61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70c67e0a-59d7-4e2d-9bfe-4d7d409d2958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c67e0a-59d7-4e2d-9bfe-4d7d409d2958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8979250389369974830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16768f47-c9ac-469a-949d-6f4883b739e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983224e7-fb78-4adf-a1ed-a05e231fd6b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983224e7-fb78-4adf-a1ed-a05e231fd6b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630289254877039072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c67e0a-59d7-4e2d-9bfe-4d7d409d2958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4981515-92f3-4f53-a8f8-019653ee2afd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4981515-92f3-4f53-a8f8-019653ee2afd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9744145330305679450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983224e7-fb78-4adf-a1ed-a05e231fd6b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75d9eab9-29bd-41a6-a275-259c41c3c236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d9eab9-29bd-41a6-a275-259c41c3c236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13655417590929286008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4981515-92f3-4f53-a8f8-019653ee2afd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d39f6367-b887-4adb-aa3a-23f1d0db8d19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39f6367-b887-4adb-aa3a-23f1d0db8d19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5282204179648721755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d9eab9-29bd-41a6-a275-259c41c3c236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ce72c3-7d29-4eaa-a601-37c9b305059d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ce72c3-7d29-4eaa-a601-37c9b305059d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1422815561005850046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39f6367-b887-4adb-aa3a-23f1d0db8d19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c124fe1-a329-4fd9-a64a-ce65f5b84eba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c124fe1-a329-4fd9-a64a-ce65f5b84eba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406112971282826993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ce72c3-7d29-4eaa-a601-37c9b305059d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6b2104c-6736-4935-a9f8-c11e04668e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b2104c-6736-4935-a9f8-c11e04668e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16782283720181679030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c124fe1-a329-4fd9-a64a-ce65f5b84eba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7f884eb-4592-46c5-8a8d-bbd4931efe2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f884eb-4592-46c5-8a8d-bbd4931efe2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6279925620757901023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f884eb-4592-46c5-8a8d-bbd4931efe2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58919eba-3e4b-454d-87af-adbe8c710647, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58919eba-3e4b-454d-87af-adbe8c710647, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2658661144880667544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b2104c-6736-4935-a9f8-c11e04668e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24fec601-c2dd-4797-9623-0178a1dfa96c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24fec601-c2dd-4797-9623-0178a1dfa96c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14442990679347016349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58919eba-3e4b-454d-87af-adbe8c710647, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 315c2d27-2266-473b-a7d2-5b534e46b988, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 315c2d27-2266-473b-a7d2-5b534e46b988, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3222071451508975490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24fec601-c2dd-4797-9623-0178a1dfa96c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e49403a1-ef8c-440a-ba6c-1487a8faef59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e49403a1-ef8c-440a-ba6c-1487a8faef59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11546281823030101718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e49403a1-ef8c-440a-ba6c-1487a8faef59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d674340-a929-46da-887f-ad712f4adf38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d674340-a929-46da-887f-ad712f4adf38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146899834671229096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 315c2d27-2266-473b-a7d2-5b534e46b988, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f7bcd4d-638a-4c5c-9161-cfd3ea001e50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f7bcd4d-638a-4c5c-9161-cfd3ea001e50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969517667933457804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d674340-a929-46da-887f-ad712f4adf38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0a58db-bb5a-4753-bfbd-aec22c8bd5dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0a58db-bb5a-4753-bfbd-aec22c8bd5dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093816608386369194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f7bcd4d-638a-4c5c-9161-cfd3ea001e50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79748e0b-18fa-41cf-b9a6-fc725883bef9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79748e0b-18fa-41cf-b9a6-fc725883bef9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9717944123003109440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0a58db-bb5a-4753-bfbd-aec22c8bd5dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42b1afc2-2cf1-4cd8-9f26-955a4d97c4d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b1afc2-2cf1-4cd8-9f26-955a4d97c4d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060580203140382488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79748e0b-18fa-41cf-b9a6-fc725883bef9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f577e1b2-7946-4735-bee9-31ea37e55ddc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f577e1b2-7946-4735-bee9-31ea37e55ddc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13409724519248772127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b1afc2-2cf1-4cd8-9f26-955a4d97c4d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 705c1da2-02c5-404e-ab7e-40e8e1cfa54c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 705c1da2-02c5-404e-ab7e-40e8e1cfa54c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302558633138526540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f577e1b2-7946-4735-bee9-31ea37e55ddc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07e70289-c962-4d8b-b738-5ada5994e752, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e70289-c962-4d8b-b738-5ada5994e752, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11055376777360732322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 705c1da2-02c5-404e-ab7e-40e8e1cfa54c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d53e901-f714-4029-b87a-df7b11f8ef74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d53e901-f714-4029-b87a-df7b11f8ef74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5293919366897273329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e70289-c962-4d8b-b738-5ada5994e752, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72fba5df-1116-4281-9e7b-7a2c6e552c8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72fba5df-1116-4281-9e7b-7a2c6e552c8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11149756996132521366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d53e901-f714-4029-b87a-df7b11f8ef74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b234b7-f82c-4cef-82d9-e040ab8be517, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b234b7-f82c-4cef-82d9-e040ab8be517, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17942783928880366190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72fba5df-1116-4281-9e7b-7a2c6e552c8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dfe12e2-2f12-46c2-bfbb-d46a67a86035, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfe12e2-2f12-46c2-bfbb-d46a67a86035, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5228437190951005423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b234b7-f82c-4cef-82d9-e040ab8be517, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf5b4f93-736b-4381-919b-e5c528040b8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5b4f93-736b-4381-919b-e5c528040b8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 753459955544790211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfe12e2-2f12-46c2-bfbb-d46a67a86035, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc24050-a50d-4a9f-b6f0-cf7c74a131cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc24050-a50d-4a9f-b6f0-cf7c74a131cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709264526029827833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5b4f93-736b-4381-919b-e5c528040b8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef0081b1-1e8c-4fb9-b74c-fdfe34789bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef0081b1-1e8c-4fb9-b74c-fdfe34789bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432092154718132031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc24050-a50d-4a9f-b6f0-cf7c74a131cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a597f2f2-ae03-45ae-a7a7-95271ffbd602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a597f2f2-ae03-45ae-a7a7-95271ffbd602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437011667190028890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef0081b1-1e8c-4fb9-b74c-fdfe34789bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d8b97f6-8ddd-4bd3-93d8-01af119fda0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8b97f6-8ddd-4bd3-93d8-01af119fda0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2986205348179446575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a597f2f2-ae03-45ae-a7a7-95271ffbd602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb14d8d-7e4e-4341-be02-31d7d268dc5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8b97f6-8ddd-4bd3-93d8-01af119fda0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20f5211-ebeb-48e1-bbb2-08da98d771b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20f5211-ebeb-48e1-bbb2-08da98d771b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1946579469831280787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb14d8d-7e4e-4341-be02-31d7d268dc5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252800691543774398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20f5211-ebeb-48e1-bbb2-08da98d771b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e981ef7c-9e45-4e31-bbd5-55545a54db31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e981ef7c-9e45-4e31-bbd5-55545a54db31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17612802542690128999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb14d8d-7e4e-4341-be02-31d7d268dc5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 848710dc-06fb-4081-94b7-18995b542bfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848710dc-06fb-4081-94b7-18995b542bfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648235418605546010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e981ef7c-9e45-4e31-bbd5-55545a54db31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d11e4d3-d0da-41f1-ad92-8ab32e4c4a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d11e4d3-d0da-41f1-ad92-8ab32e4c4a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342825727947024981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848710dc-06fb-4081-94b7-18995b542bfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44b2d034-3035-491d-94e8-9c0abe478205, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d11e4d3-d0da-41f1-ad92-8ab32e4c4a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82800753-53b8-4b8b-94dc-2a942e7abc64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b2d034-3035-491d-94e8-9c0abe478205, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16983262767453290143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82800753-53b8-4b8b-94dc-2a942e7abc64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2364170869120138046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b2d034-3035-491d-94e8-9c0abe478205, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65eee406-a8c7-4b1b-849a-af68d9cb91ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65eee406-a8c7-4b1b-849a-af68d9cb91ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004184956643056536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82800753-53b8-4b8b-94dc-2a942e7abc64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed944c6-6e4e-4f68-992d-d0ca687e8cab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed944c6-6e4e-4f68-992d-d0ca687e8cab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5659958897995350947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65eee406-a8c7-4b1b-849a-af68d9cb91ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b2a555-92e4-40fc-ab88-e2aa18897b60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b2a555-92e4-40fc-ab88-e2aa18897b60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7711776565365439420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed944c6-6e4e-4f68-992d-d0ca687e8cab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a857e2-b929-4c19-80bd-3b7020e643b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a857e2-b929-4c19-80bd-3b7020e643b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 29874244100098360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b2a555-92e4-40fc-ab88-e2aa18897b60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e34a701-9682-4236-8007-577decc2a8f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e34a701-9682-4236-8007-577decc2a8f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11934728233037680367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a857e2-b929-4c19-80bd-3b7020e643b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 875ce4d5-a97c-4585-ae94-40e8c7215da3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875ce4d5-a97c-4585-ae94-40e8c7215da3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15305134721964158017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e34a701-9682-4236-8007-577decc2a8f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75ae4747-3109-4b67-81b0-365b15e322d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ae4747-3109-4b67-81b0-365b15e322d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021364523880751035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875ce4d5-a97c-4585-ae94-40e8c7215da3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90e4ce01-1e01-4650-b205-39ff9b4b2fff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e4ce01-1e01-4650-b205-39ff9b4b2fff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532663529167618612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ae4747-3109-4b67-81b0-365b15e322d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73d1364f-91a4-48da-a5b2-c38d603975e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e4ce01-1e01-4650-b205-39ff9b4b2fff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d1364f-91a4-48da-a5b2-c38d603975e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730925234696084239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26a210b-7296-4f3d-9478-ab52f44b3ca1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26a210b-7296-4f3d-9478-ab52f44b3ca1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3780677640743820175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d1364f-91a4-48da-a5b2-c38d603975e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bc89d2-ca67-4bd0-8112-d6cd0caa25db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bc89d2-ca67-4bd0-8112-d6cd0caa25db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560557266605896301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26a210b-7296-4f3d-9478-ab52f44b3ca1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bc89d2-ca67-4bd0-8112-d6cd0caa25db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fac1527e-dabc-4f24-a1d8-8ae9b929f69c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac1527e-dabc-4f24-a1d8-8ae9b929f69c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15886571441048836667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7c38562-9115-4fb7-84ff-5c6c0a2ad871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c38562-9115-4fb7-84ff-5c6c0a2ad871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686856359745672485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac1527e-dabc-4f24-a1d8-8ae9b929f69c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a57720a2-2f68-4099-814a-8968aff76325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57720a2-2f68-4099-814a-8968aff76325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4972259759593914100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c38562-9115-4fb7-84ff-5c6c0a2ad871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2afa24fa-c39b-4540-af73-6cfb938aacc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2afa24fa-c39b-4540-af73-6cfb938aacc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728032287248693591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57720a2-2f68-4099-814a-8968aff76325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87559b80-8ac8-423f-aa97-62d0cf042c01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87559b80-8ac8-423f-aa97-62d0cf042c01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7303685206065002518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2afa24fa-c39b-4540-af73-6cfb938aacc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bf4b776-1489-469f-8d1d-c6bd9cdacc7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf4b776-1489-469f-8d1d-c6bd9cdacc7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8402170112651293341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87559b80-8ac8-423f-aa97-62d0cf042c01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f964ed-4ac9-472b-9e72-31b9ec6e2c33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f964ed-4ac9-472b-9e72-31b9ec6e2c33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454310778944181423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf4b776-1489-469f-8d1d-c6bd9cdacc7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e87b282-079a-43c5-8fbc-b146071a6b6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e87b282-079a-43c5-8fbc-b146071a6b6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17741556339582669705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f964ed-4ac9-472b-9e72-31b9ec6e2c33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b9f72fe-3021-4b83-ae49-e46f8bf8e754, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9f72fe-3021-4b83-ae49-e46f8bf8e754, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7407743839409993189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e87b282-079a-43c5-8fbc-b146071a6b6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, defffe7a-4f9a-4889-a047-ddd0e4edc4bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defffe7a-4f9a-4889-a047-ddd0e4edc4bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6539485495744409397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9f72fe-3021-4b83-ae49-e46f8bf8e754, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97116eb2-4f49-463c-a406-e7d45d5c114f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97116eb2-4f49-463c-a406-e7d45d5c114f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280622801467069841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defffe7a-4f9a-4889-a047-ddd0e4edc4bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51bca313-ff02-45e2-836f-8d38afa56cfa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51bca313-ff02-45e2-836f-8d38afa56cfa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1944655656145006138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97116eb2-4f49-463c-a406-e7d45d5c114f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c860ac02-1eff-4168-bc7c-e9ff2b9f51f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c860ac02-1eff-4168-bc7c-e9ff2b9f51f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6565940905251532460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51bca313-ff02-45e2-836f-8d38afa56cfa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48ace538-38e8-4db3-8ecd-ccffda2fec45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ace538-38e8-4db3-8ecd-ccffda2fec45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3583104537624169720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c860ac02-1eff-4168-bc7c-e9ff2b9f51f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4566fd0-5b18-4eaa-8b91-59847189f0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4566fd0-5b18-4eaa-8b91-59847189f0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17715292752279085640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ace538-38e8-4db3-8ecd-ccffda2fec45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d79dd062-9c8e-482f-a358-8028f1bf10f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79dd062-9c8e-482f-a358-8028f1bf10f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135471030025978624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4566fd0-5b18-4eaa-8b91-59847189f0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcccd74c-08ee-4b9a-a6b0-a2b298c7cec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcccd74c-08ee-4b9a-a6b0-a2b298c7cec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6002569762306028784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79dd062-9c8e-482f-a358-8028f1bf10f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b67a68-9462-4d03-ac3a-50219b60e20c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b67a68-9462-4d03-ac3a-50219b60e20c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766771105500920248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcccd74c-08ee-4b9a-a6b0-a2b298c7cec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d2a484-2496-42eb-95c9-c31b1c75e0a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d2a484-2496-42eb-95c9-c31b1c75e0a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380412883994335356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b67a68-9462-4d03-ac3a-50219b60e20c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbe7ccf8-f0db-430b-9d8b-22553d6fab88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe7ccf8-f0db-430b-9d8b-22553d6fab88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12113133151089823820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d2a484-2496-42eb-95c9-c31b1c75e0a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e01f682-e65e-4a4b-b6e5-f60ad34a1627, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e01f682-e65e-4a4b-b6e5-f60ad34a1627, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2923673428447907041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe7ccf8-f0db-430b-9d8b-22553d6fab88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bcf04f6-1e46-4e19-826a-6c6dc85a6822, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcf04f6-1e46-4e19-826a-6c6dc85a6822, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9081168581530717734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e01f682-e65e-4a4b-b6e5-f60ad34a1627, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b76152c5-ac1c-4c11-8016-bc35085a97da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76152c5-ac1c-4c11-8016-bc35085a97da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357833801664953561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcf04f6-1e46-4e19-826a-6c6dc85a6822, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aec790ab-7a59-4e76-af31-4b5bc58833e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec790ab-7a59-4e76-af31-4b5bc58833e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4545702804289603033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76152c5-ac1c-4c11-8016-bc35085a97da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2de6a16-8e90-4527-9a2a-11b9675f7753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2de6a16-8e90-4527-9a2a-11b9675f7753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875867523631886999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec790ab-7a59-4e76-af31-4b5bc58833e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c05c6b-36fd-4b97-bb45-e4c087f2e3ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c05c6b-36fd-4b97-bb45-e4c087f2e3ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16358588487169496517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2de6a16-8e90-4527-9a2a-11b9675f7753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20690c00-f4be-4d2d-acb0-a1ba0a8a86d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20690c00-f4be-4d2d-acb0-a1ba0a8a86d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077334851063530911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c05c6b-36fd-4b97-bb45-e4c087f2e3ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20690c00-f4be-4d2d-acb0-a1ba0a8a86d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb9cb986-ca8b-4a26-80ce-e3712ed70a8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9cb986-ca8b-4a26-80ce-e3712ed70a8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13776975902563650097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6e0e3d9-0ccd-4e1e-ad7a-5cb33563bf8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e0e3d9-0ccd-4e1e-ad7a-5cb33563bf8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365718218922698930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e0e3d9-0ccd-4e1e-ad7a-5cb33563bf8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ef0e26-9578-4d0f-a965-2838144cffd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ef0e26-9578-4d0f-a965-2838144cffd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11279056753865163069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9cb986-ca8b-4a26-80ce-e3712ed70a8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38b7cede-d1c2-4430-8119-7440cfc97314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b7cede-d1c2-4430-8119-7440cfc97314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029465857159464755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ef0e26-9578-4d0f-a965-2838144cffd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d1eee5-5956-419c-a555-ba041e3ed863, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d1eee5-5956-419c-a555-ba041e3ed863, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7632719016430481282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b7cede-d1c2-4430-8119-7440cfc97314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c25dd052-50dc-4a84-9fca-c575a716c3d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25dd052-50dc-4a84-9fca-c575a716c3d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13921390320587091763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d1eee5-5956-419c-a555-ba041e3ed863, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da3162e3-c30a-43ce-987d-0f693373ef95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3162e3-c30a-43ce-987d-0f693373ef95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011740366093135463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25dd052-50dc-4a84-9fca-c575a716c3d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eb3d629-44d3-4a6c-b7a4-58beb28d38b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb3d629-44d3-4a6c-b7a4-58beb28d38b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340853137747917451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3162e3-c30a-43ce-987d-0f693373ef95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6d40b5-e5bf-456e-be32-2b51791ed72a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6d40b5-e5bf-456e-be32-2b51791ed72a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551604396815951601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb3d629-44d3-4a6c-b7a4-58beb28d38b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772edb98-f5ab-4688-a1ca-bdd108182785, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772edb98-f5ab-4688-a1ca-bdd108182785, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588417362772616641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6d40b5-e5bf-456e-be32-2b51791ed72a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aad09f4b-bebc-4b12-bc63-36cc57c2f1fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad09f4b-bebc-4b12-bc63-36cc57c2f1fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9470697230220592580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772edb98-f5ab-4688-a1ca-bdd108182785, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96507898-1cfd-4732-ae20-da296d875f0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96507898-1cfd-4732-ae20-da296d875f0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918918943330553346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad09f4b-bebc-4b12-bc63-36cc57c2f1fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f828801-9681-40c6-a6c9-12b3118350a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f828801-9681-40c6-a6c9-12b3118350a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509251294492066426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96507898-1cfd-4732-ae20-da296d875f0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 313b1586-9f36-42a1-9ecc-33629ab403ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313b1586-9f36-42a1-9ecc-33629ab403ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7026473447670009918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f828801-9681-40c6-a6c9-12b3118350a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 591d165f-9af5-4f28-9e9c-aca3287e36ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591d165f-9af5-4f28-9e9c-aca3287e36ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769524030662827340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313b1586-9f36-42a1-9ecc-33629ab403ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2915378-bfbe-4f3a-bc59-83c6ff838119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2915378-bfbe-4f3a-bc59-83c6ff838119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1200640125315105680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591d165f-9af5-4f28-9e9c-aca3287e36ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae6e256-94a7-466e-8ba3-8b99afbcf5e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae6e256-94a7-466e-8ba3-8b99afbcf5e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421962224448214556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2915378-bfbe-4f3a-bc59-83c6ff838119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3ede4e6-e872-4d1d-8478-648158a57b3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ede4e6-e872-4d1d-8478-648158a57b3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8614960675165345348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae6e256-94a7-466e-8ba3-8b99afbcf5e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf6095f-2fe4-4f80-9185-b82f9e15268d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf6095f-2fe4-4f80-9185-b82f9e15268d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6177882933127958720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ede4e6-e872-4d1d-8478-648158a57b3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86b56a0b-4d0e-4bbf-bb09-ef5d8ba00381, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b56a0b-4d0e-4bbf-bb09-ef5d8ba00381, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669290663448466531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf6095f-2fe4-4f80-9185-b82f9e15268d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45350bc1-0298-43ba-8d97-5dd15027b08e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45350bc1-0298-43ba-8d97-5dd15027b08e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165933760743580115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b56a0b-4d0e-4bbf-bb09-ef5d8ba00381, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff74ef6-6cf9-42e0-a3f0-c49f05211862, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff74ef6-6cf9-42e0-a3f0-c49f05211862, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850201923258500557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45350bc1-0298-43ba-8d97-5dd15027b08e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2bfb85-ad24-40b5-9b3e-b4221facbcaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2bfb85-ad24-40b5-9b3e-b4221facbcaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2209003301019193911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff74ef6-6cf9-42e0-a3f0-c49f05211862, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 828cf629-ecf3-432b-92ae-5b30191a8e70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 828cf629-ecf3-432b-92ae-5b30191a8e70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211987218256922507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2bfb85-ad24-40b5-9b3e-b4221facbcaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 828cf629-ecf3-432b-92ae-5b30191a8e70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f43f46e9-55de-4ba0-b041-e9ac7b7f729e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 548cd91a-d07f-4e7f-b68f-6466cffb5b42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548cd91a-d07f-4e7f-b68f-6466cffb5b42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14381207122607123753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43f46e9-55de-4ba0-b041-e9ac7b7f729e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11094704208305397987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548cd91a-d07f-4e7f-b68f-6466cffb5b42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43f46e9-55de-4ba0-b041-e9ac7b7f729e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a446bd33-6b12-4c74-948f-788a869be620, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a446bd33-6b12-4c74-948f-788a869be620, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10071186072879386891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19034b55-79e6-4b91-a2b4-ad5256784608, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19034b55-79e6-4b91-a2b4-ad5256784608, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890735248269254327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a446bd33-6b12-4c74-948f-788a869be620, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da99f6dc-609e-48f1-aa44-a4508714393b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da99f6dc-609e-48f1-aa44-a4508714393b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396493605248723691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19034b55-79e6-4b91-a2b4-ad5256784608, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 240e4f62-71c1-449f-87da-814f73762212, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240e4f62-71c1-449f-87da-814f73762212, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865080155657575149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da99f6dc-609e-48f1-aa44-a4508714393b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948e3236-616c-4d1d-adfe-05b849b22e1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948e3236-616c-4d1d-adfe-05b849b22e1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17908291881797284363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240e4f62-71c1-449f-87da-814f73762212, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 093c1dad-0ac2-4462-ac8f-8122db1469f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093c1dad-0ac2-4462-ac8f-8122db1469f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9432585632092183449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948e3236-616c-4d1d-adfe-05b849b22e1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c13b25d5-52ea-4ba6-8c71-07bf92f407cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13b25d5-52ea-4ba6-8c71-07bf92f407cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11925551909970744509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093c1dad-0ac2-4462-ac8f-8122db1469f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40d6572-6c7c-4248-adec-d93fea6b6efc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40d6572-6c7c-4248-adec-d93fea6b6efc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6346781508639392207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13b25d5-52ea-4ba6-8c71-07bf92f407cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed6c763b-811d-4287-999f-1422ca580bbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed6c763b-811d-4287-999f-1422ca580bbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5630657036442876432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40d6572-6c7c-4248-adec-d93fea6b6efc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 278fbec5-115c-4f31-abf8-327e98e47491, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 278fbec5-115c-4f31-abf8-327e98e47491, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13964882427671868344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed6c763b-811d-4287-999f-1422ca580bbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb7ece52-b677-42ef-a841-a68353bc7ea2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7ece52-b677-42ef-a841-a68353bc7ea2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918609775940682768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 278fbec5-115c-4f31-abf8-327e98e47491, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b822ce8-0566-4841-b8a5-ab480007fbcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b822ce8-0566-4841-b8a5-ab480007fbcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4685223760707156791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7ece52-b677-42ef-a841-a68353bc7ea2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e5fd5c-4ced-4b95-929f-cb730be2e071, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b822ce8-0566-4841-b8a5-ab480007fbcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e5fd5c-4ced-4b95-929f-cb730be2e071, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3983509102471203900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f542051e-e3de-461e-9bc4-5f7c133b0945, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f542051e-e3de-461e-9bc4-5f7c133b0945, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18429061085864440907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e5fd5c-4ced-4b95-929f-cb730be2e071, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23448445-579f-4ae7-8d99-b5c50b3316b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23448445-579f-4ae7-8d99-b5c50b3316b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17383806314728814152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f542051e-e3de-461e-9bc4-5f7c133b0945, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda50808-00ad-46b9-9056-20d157d45419, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda50808-00ad-46b9-9056-20d157d45419, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364226349461248883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23448445-579f-4ae7-8d99-b5c50b3316b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62e79c19-c136-4ea8-a466-ede85220438c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e79c19-c136-4ea8-a466-ede85220438c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613888105754906719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda50808-00ad-46b9-9056-20d157d45419, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0769e26-1362-410e-8109-efed8669ccdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0769e26-1362-410e-8109-efed8669ccdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15661489765545426219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e79c19-c136-4ea8-a466-ede85220438c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1024c54-c299-45a7-94a6-fe84480c035b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1024c54-c299-45a7-94a6-fe84480c035b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8768594227067988669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0769e26-1362-410e-8109-efed8669ccdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 733fba91-707d-4c4b-b8b2-8be23ac2c205, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733fba91-707d-4c4b-b8b2-8be23ac2c205, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11655362999006746260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733fba91-707d-4c4b-b8b2-8be23ac2c205, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1024c54-c299-45a7-94a6-fe84480c035b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 813a2a4f-5b10-46a5-8dcc-e9599cf4f027, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813a2a4f-5b10-46a5-8dcc-e9599cf4f027, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3559497167329086413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ecbc191-9b79-4344-a649-1cb0478a144a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ecbc191-9b79-4344-a649-1cb0478a144a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1893771544480900088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813a2a4f-5b10-46a5-8dcc-e9599cf4f027, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07363585-e8fa-4b51-a8b5-9b2f78f54c9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07363585-e8fa-4b51-a8b5-9b2f78f54c9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15770915984809420948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ecbc191-9b79-4344-a649-1cb0478a144a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0904f339-ccf1-4ebd-a601-e0534f583a31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0904f339-ccf1-4ebd-a601-e0534f583a31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951355358992342994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0904f339-ccf1-4ebd-a601-e0534f583a31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68c07ad-441d-4d7a-9d86-21bf7f210c79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68c07ad-441d-4d7a-9d86-21bf7f210c79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4695417625221688685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07363585-e8fa-4b51-a8b5-9b2f78f54c9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161667dd-ca52-44bb-a69f-a49b65c34508, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161667dd-ca52-44bb-a69f-a49b65c34508, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421753796855803726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68c07ad-441d-4d7a-9d86-21bf7f210c79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e82dfb16-08c9-4b3f-868b-bb8d7cca00cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82dfb16-08c9-4b3f-868b-bb8d7cca00cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16977850104897816565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161667dd-ca52-44bb-a69f-a49b65c34508, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c671593e-30bf-47dd-87e6-3326b124d33d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c671593e-30bf-47dd-87e6-3326b124d33d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141486979514629482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82dfb16-08c9-4b3f-868b-bb8d7cca00cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea3554f2-4787-4ed6-83f2-16ea786d45cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea3554f2-4787-4ed6-83f2-16ea786d45cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15118566617565757273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c671593e-30bf-47dd-87e6-3326b124d33d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aac699d-6fe5-4912-a178-ba32ec9c6306, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea3554f2-4787-4ed6-83f2-16ea786d45cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1d14ccd-868e-4693-8bb5-e97dcbbe2c5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aac699d-6fe5-4912-a178-ba32ec9c6306, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305598712533683903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d14ccd-868e-4693-8bb5-e97dcbbe2c5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623662008519719669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aac699d-6fe5-4912-a178-ba32ec9c6306, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614149b0-c11e-418d-95f3-8e0856314209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614149b0-c11e-418d-95f3-8e0856314209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396645273551669922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d14ccd-868e-4693-8bb5-e97dcbbe2c5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f8edf1-5599-4798-8dde-d5e28f8efce4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f8edf1-5599-4798-8dde-d5e28f8efce4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976722378124017439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614149b0-c11e-418d-95f3-8e0856314209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22982fb-7cb6-48b2-9ed6-52ea04683e79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22982fb-7cb6-48b2-9ed6-52ea04683e79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5149873165645009261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f8edf1-5599-4798-8dde-d5e28f8efce4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321e8607-e501-4755-b88b-0d0552104998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321e8607-e501-4755-b88b-0d0552104998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 505345274885150579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22982fb-7cb6-48b2-9ed6-52ea04683e79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321e8607-e501-4755-b88b-0d0552104998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2eac6148-d85c-4711-a74f-389d9c69407d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38537f4d-b15f-4a8b-aaf2-e7ff8b671495, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38537f4d-b15f-4a8b-aaf2-e7ff8b671495, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17194618858367629577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eac6148-d85c-4711-a74f-389d9c69407d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4407975058983280571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38537f4d-b15f-4a8b-aaf2-e7ff8b671495, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e964d542-1dd8-4f02-8753-ee6789d6ecb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e964d542-1dd8-4f02-8753-ee6789d6ecb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14343747362020991153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eac6148-d85c-4711-a74f-389d9c69407d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34de72c7-ca05-4e91-98be-961a5e4978bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34de72c7-ca05-4e91-98be-961a5e4978bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10636067164615364756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e964d542-1dd8-4f02-8753-ee6789d6ecb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4539cc8-0d90-4fc1-93d3-797b92bb3233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4539cc8-0d90-4fc1-93d3-797b92bb3233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5913219683236213600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34de72c7-ca05-4e91-98be-961a5e4978bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e48ad51-cb11-4b31-bf18-00995f90d223, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e48ad51-cb11-4b31-bf18-00995f90d223, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468403944344363043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4539cc8-0d90-4fc1-93d3-797b92bb3233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e48ad51-cb11-4b31-bf18-00995f90d223, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa665d72-acc8-4b29-8665-abd11f06f7d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa665d72-acc8-4b29-8665-abd11f06f7d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772705275745177754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c7361ae-eb77-4278-bb0a-6fa81a800881, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7361ae-eb77-4278-bb0a-6fa81a800881, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12172209996282517040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa665d72-acc8-4b29-8665-abd11f06f7d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d84e2f5b-b8da-4c78-bdb5-ac8ec35d2c07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d84e2f5b-b8da-4c78-bdb5-ac8ec35d2c07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7677338438439653355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7361ae-eb77-4278-bb0a-6fa81a800881, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98b36502-85b0-45f3-be19-c89b534636c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b36502-85b0-45f3-be19-c89b534636c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518597029578174624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d84e2f5b-b8da-4c78-bdb5-ac8ec35d2c07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b36502-85b0-45f3-be19-c89b534636c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d583845-c531-4f92-8b2c-16ec97c3467a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d583845-c531-4f92-8b2c-16ec97c3467a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2676276267988379479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b836fbe7-ec2a-4251-903a-caa36d59e085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b836fbe7-ec2a-4251-903a-caa36d59e085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11501876682675264623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d583845-c531-4f92-8b2c-16ec97c3467a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6971e4af-773f-4260-98a5-370c55937d16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6971e4af-773f-4260-98a5-370c55937d16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12153737022417238581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b836fbe7-ec2a-4251-903a-caa36d59e085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b38aea9-7a31-44d7-be25-82b63cb7c91e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b38aea9-7a31-44d7-be25-82b63cb7c91e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492532013159302804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6971e4af-773f-4260-98a5-370c55937d16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 516643b7-e67f-4c06-8cc2-2578640a6012, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516643b7-e67f-4c06-8cc2-2578640a6012, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14395209393540633194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b38aea9-7a31-44d7-be25-82b63cb7c91e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba94099-c4eb-4c5e-b471-c2d1b86c2545, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba94099-c4eb-4c5e-b471-c2d1b86c2545, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12771230852368370784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516643b7-e67f-4c06-8cc2-2578640a6012, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2da1982b-9aab-42a5-8b06-e3b0533240c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da1982b-9aab-42a5-8b06-e3b0533240c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8971302922134110806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba94099-c4eb-4c5e-b471-c2d1b86c2545, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89de8c62-dafc-4a74-9b01-e4ecc0c90af7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89de8c62-dafc-4a74-9b01-e4ecc0c90af7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15000760369450085433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da1982b-9aab-42a5-8b06-e3b0533240c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a20a606-5840-4108-ad61-96dc7e7575d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a20a606-5840-4108-ad61-96dc7e7575d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802282949511440679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89de8c62-dafc-4a74-9b01-e4ecc0c90af7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1de8f55-4b24-46ab-9d65-3c1b9d10d6db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1de8f55-4b24-46ab-9d65-3c1b9d10d6db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252424670047646992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a20a606-5840-4108-ad61-96dc7e7575d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a60fea-94de-4ebe-a2f5-447193cf544c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a60fea-94de-4ebe-a2f5-447193cf544c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568255071603408625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1de8f55-4b24-46ab-9d65-3c1b9d10d6db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a989a5b1-6774-4cf1-b7a9-3905f29626fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a989a5b1-6774-4cf1-b7a9-3905f29626fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029744277726723954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a60fea-94de-4ebe-a2f5-447193cf544c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39568d5a-2a8f-4fc2-8046-df5f7a7597b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39568d5a-2a8f-4fc2-8046-df5f7a7597b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641788590697345091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a989a5b1-6774-4cf1-b7a9-3905f29626fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb88096e-60b1-44c0-98ac-2c4a589f4126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb88096e-60b1-44c0-98ac-2c4a589f4126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17769078656474885251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39568d5a-2a8f-4fc2-8046-df5f7a7597b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22906fee-a1c0-41c9-ba0d-874bf4f830c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22906fee-a1c0-41c9-ba0d-874bf4f830c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374816680743989922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb88096e-60b1-44c0-98ac-2c4a589f4126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce2a7f22-36b0-4100-b3c8-f7b086710ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2a7f22-36b0-4100-b3c8-f7b086710ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314644126777839146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2a7f22-36b0-4100-b3c8-f7b086710ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 405e5c53-40f2-47c1-9796-f05d8a8edcee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405e5c53-40f2-47c1-9796-f05d8a8edcee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3737061871830803440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22906fee-a1c0-41c9-ba0d-874bf4f830c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2234bf-74e5-4708-80dc-34b86e7fbc20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2234bf-74e5-4708-80dc-34b86e7fbc20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4464572565062865380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405e5c53-40f2-47c1-9796-f05d8a8edcee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2234bf-74e5-4708-80dc-34b86e7fbc20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abbe9757-9dbe-4eee-bef6-e5a0ada98625, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 857ca56d-ba40-48bd-b663-c2e939ef998c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857ca56d-ba40-48bd-b663-c2e939ef998c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443134168934584582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbe9757-9dbe-4eee-bef6-e5a0ada98625, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554176379756084374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857ca56d-ba40-48bd-b663-c2e939ef998c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8097b76c-efb1-4329-ad2f-ef2032914f2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8097b76c-efb1-4329-ad2f-ef2032914f2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17336776920891531132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbe9757-9dbe-4eee-bef6-e5a0ada98625, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a027b5ff-90bd-432a-be68-f3300b0c7fd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a027b5ff-90bd-432a-be68-f3300b0c7fd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032622538830195891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8097b76c-efb1-4329-ad2f-ef2032914f2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deeed827-d892-4933-9769-e4bd08316bf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deeed827-d892-4933-9769-e4bd08316bf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10147431508988978128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a027b5ff-90bd-432a-be68-f3300b0c7fd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e039b024-114c-459d-aa85-2d74d486834a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e039b024-114c-459d-aa85-2d74d486834a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087785082606004086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deeed827-d892-4933-9769-e4bd08316bf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c64eee7-d9c6-4aed-b791-7d5dc12b4ba5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c64eee7-d9c6-4aed-b791-7d5dc12b4ba5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060657459876237484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e039b024-114c-459d-aa85-2d74d486834a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19822271-3c80-4317-99a2-ce1fba08cb74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19822271-3c80-4317-99a2-ce1fba08cb74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16017615197196233954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c64eee7-d9c6-4aed-b791-7d5dc12b4ba5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cd974cb-9368-4960-a763-56771043a2c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd974cb-9368-4960-a763-56771043a2c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693853443395806669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19822271-3c80-4317-99a2-ce1fba08cb74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc532166-b3f7-4f58-8f8f-48fc67e98220, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc532166-b3f7-4f58-8f8f-48fc67e98220, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10727564604456789924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd974cb-9368-4960-a763-56771043a2c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7e1dd9-88ce-4403-a7c2-f6351b3ce0d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7e1dd9-88ce-4403-a7c2-f6351b3ce0d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12533613674641118766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc532166-b3f7-4f58-8f8f-48fc67e98220, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff491272-395a-445a-b489-f81b8c00a92e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff491272-395a-445a-b489-f81b8c00a92e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608633377349767961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff491272-395a-445a-b489-f81b8c00a92e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86c91823-1fea-47ee-84ba-cfde15537fbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c91823-1fea-47ee-84ba-cfde15537fbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13212705631588508337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c91823-1fea-47ee-84ba-cfde15537fbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1792a2b-128f-40f3-86d9-a0b75c9b95e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1792a2b-128f-40f3-86d9-a0b75c9b95e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5912543275529886128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7e1dd9-88ce-4403-a7c2-f6351b3ce0d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21f0d69-0446-450a-8050-045202b486b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21f0d69-0446-450a-8050-045202b486b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1227980841290322831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1792a2b-128f-40f3-86d9-a0b75c9b95e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fce8c59-9ab0-46d1-a848-59081c800a9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fce8c59-9ab0-46d1-a848-59081c800a9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 445316138679713530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21f0d69-0446-450a-8050-045202b486b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658aaeff-492d-4dc4-8504-97674b2a554d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658aaeff-492d-4dc4-8504-97674b2a554d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934159633394828431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fce8c59-9ab0-46d1-a848-59081c800a9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d94d8344-0b47-49d7-a07c-e9ac4452f18c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94d8344-0b47-49d7-a07c-e9ac4452f18c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946190247135045318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658aaeff-492d-4dc4-8504-97674b2a554d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cea5ba6-2e75-4aa2-abb9-a9bd3fbf221d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cea5ba6-2e75-4aa2-abb9-a9bd3fbf221d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2174547880868773118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94d8344-0b47-49d7-a07c-e9ac4452f18c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0442b9fa-3ce1-49b7-93b3-d93aa54446ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0442b9fa-3ce1-49b7-93b3-d93aa54446ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5963969677035161291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cea5ba6-2e75-4aa2-abb9-a9bd3fbf221d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f424c5-372e-4d87-b4c6-b89fbd8df084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f424c5-372e-4d87-b4c6-b89fbd8df084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3230197999259338399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0442b9fa-3ce1-49b7-93b3-d93aa54446ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bb769b1-7961-44e7-bd76-92fe588f5bda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb769b1-7961-44e7-bd76-92fe588f5bda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787969159387542886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f424c5-372e-4d87-b4c6-b89fbd8df084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9cc981d-b8bc-45d8-822f-40372b5d8b96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cc981d-b8bc-45d8-822f-40372b5d8b96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14618273026749968309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb769b1-7961-44e7-bd76-92fe588f5bda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d03c3b4f-38d4-42a4-9973-c2a3fd3722e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03c3b4f-38d4-42a4-9973-c2a3fd3722e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644388245009777332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cc981d-b8bc-45d8-822f-40372b5d8b96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d04ee6-302f-42f8-b1e3-096c49fbcee0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d04ee6-302f-42f8-b1e3-096c49fbcee0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18153423809535856386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03c3b4f-38d4-42a4-9973-c2a3fd3722e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b94317-3271-4f0a-a813-918ee9395844, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b94317-3271-4f0a-a813-918ee9395844, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14061755239369948027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d04ee6-302f-42f8-b1e3-096c49fbcee0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a346fd-d76d-4a80-918f-a062fc705266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a346fd-d76d-4a80-918f-a062fc705266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022559389185199737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b94317-3271-4f0a-a813-918ee9395844, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7d3e77-6fdb-42b3-a437-55b905b13947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a346fd-d76d-4a80-918f-a062fc705266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67fd340c-6cfe-4c6b-8500-93775a878bca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67fd340c-6cfe-4c6b-8500-93775a878bca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403522928179826943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7d3e77-6fdb-42b3-a437-55b905b13947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168798563977496646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7d3e77-6fdb-42b3-a437-55b905b13947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a69c77a-a526-46a9-8f34-46def23161ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67fd340c-6cfe-4c6b-8500-93775a878bca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a69c77a-a526-46a9-8f34-46def23161ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17954280370808780221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc27467d-f3dc-44c4-a751-8033e6404fc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc27467d-f3dc-44c4-a751-8033e6404fc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3724436149562359287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a69c77a-a526-46a9-8f34-46def23161ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c379097-5d1a-465b-ac07-e0a7ba520236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c379097-5d1a-465b-ac07-e0a7ba520236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3167217507007378894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc27467d-f3dc-44c4-a751-8033e6404fc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27dc10bb-9386-4ffe-a163-1eb79a9fe5df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27dc10bb-9386-4ffe-a163-1eb79a9fe5df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4042555810719960539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c379097-5d1a-465b-ac07-e0a7ba520236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72ee1ff5-64c4-4f21-9ac4-0491d53a830e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ee1ff5-64c4-4f21-9ac4-0491d53a830e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17524671381496045504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27dc10bb-9386-4ffe-a163-1eb79a9fe5df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 656aeec6-4d76-46be-9e80-87bcddf6760f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 656aeec6-4d76-46be-9e80-87bcddf6760f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17605310980553619704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ee1ff5-64c4-4f21-9ac4-0491d53a830e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85a2e40-c98c-4679-8f8c-cb2aec7455a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85a2e40-c98c-4679-8f8c-cb2aec7455a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 937286738268372294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 656aeec6-4d76-46be-9e80-87bcddf6760f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f873f8-afaf-479a-8e82-1c39e58204d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f873f8-afaf-479a-8e82-1c39e58204d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3060055169484637894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85a2e40-c98c-4679-8f8c-cb2aec7455a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1815e462-f2a0-4ce3-a89e-d05e41733d71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1815e462-f2a0-4ce3-a89e-d05e41733d71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024234454546140023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f873f8-afaf-479a-8e82-1c39e58204d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb81e666-f641-4c17-ab8b-980ec2cd9f7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb81e666-f641-4c17-ab8b-980ec2cd9f7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13760754436043057408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1815e462-f2a0-4ce3-a89e-d05e41733d71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a1dbdd0-1043-4a10-b38c-46b1e4d61e44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a1dbdd0-1043-4a10-b38c-46b1e4d61e44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172938432823447637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb81e666-f641-4c17-ab8b-980ec2cd9f7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a1dbdd0-1043-4a10-b38c-46b1e4d61e44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46e18a60-d328-40ac-b4f9-46ea5cf8a750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e18a60-d328-40ac-b4f9-46ea5cf8a750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572152997859831468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f566345-58bb-46e5-8aec-a647fd3ef265, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f566345-58bb-46e5-8aec-a647fd3ef265, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547474081955594103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e18a60-d328-40ac-b4f9-46ea5cf8a750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6796d042-1b45-426e-a05c-415335618d76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f566345-58bb-46e5-8aec-a647fd3ef265, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b288f9b5-c5b2-455c-a0e7-057a23858d2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6796d042-1b45-426e-a05c-415335618d76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1991612536158039760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b288f9b5-c5b2-455c-a0e7-057a23858d2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11902012467901239675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6796d042-1b45-426e-a05c-415335618d76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4193ef-1ec0-4ea3-bf81-f2f2347459de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4193ef-1ec0-4ea3-bf81-f2f2347459de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17184925748107183295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b288f9b5-c5b2-455c-a0e7-057a23858d2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c2aeae-7837-4298-83a8-63b6e3e8ecb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c2aeae-7837-4298-83a8-63b6e3e8ecb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16136254938286299918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4193ef-1ec0-4ea3-bf81-f2f2347459de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7374142d-37f7-446b-9495-a5d7c9355e1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7374142d-37f7-446b-9495-a5d7c9355e1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8339043404712157059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c2aeae-7837-4298-83a8-63b6e3e8ecb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d318b2e1-8e97-45e3-a7a4-a7f4fe70472d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d318b2e1-8e97-45e3-a7a4-a7f4fe70472d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17177426764711602505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7374142d-37f7-446b-9495-a5d7c9355e1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a31ed5d-c226-489e-a5c7-e3c1550ba7db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a31ed5d-c226-489e-a5c7-e3c1550ba7db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428528338504837446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d318b2e1-8e97-45e3-a7a4-a7f4fe70472d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a31ed5d-c226-489e-a5c7-e3c1550ba7db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bca8d48b-093f-4de1-9dd2-753256227dbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca8d48b-093f-4de1-9dd2-753256227dbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117461101829017398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 505de885-02dc-4125-b41d-1d6e31369aae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505de885-02dc-4125-b41d-1d6e31369aae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356079179316970150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca8d48b-093f-4de1-9dd2-753256227dbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505de885-02dc-4125-b41d-1d6e31369aae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0868998e-8e4f-4561-a6d1-7f4a3356c146, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0868998e-8e4f-4561-a6d1-7f4a3356c146, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 776040962430317639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c4ffb86-4e7b-4b7f-b17c-cbe38e77c5ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4ffb86-4e7b-4b7f-b17c-cbe38e77c5ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8674028280467640596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0868998e-8e4f-4561-a6d1-7f4a3356c146, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4de8f09-f18f-4850-8ce9-ffa0ce09b4c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4ffb86-4e7b-4b7f-b17c-cbe38e77c5ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d655e47-c280-4e90-aaef-611bb553dedc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d655e47-c280-4e90-aaef-611bb553dedc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7714617126068543657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4de8f09-f18f-4850-8ce9-ffa0ce09b4c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14936580649783748250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d655e47-c280-4e90-aaef-611bb553dedc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc67b627-be33-42cd-bfb4-2ae1ce087671, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc67b627-be33-42cd-bfb4-2ae1ce087671, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12625979425833486808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4de8f09-f18f-4850-8ce9-ffa0ce09b4c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d247eaeb-df73-464d-9bfc-a526a0f96e83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d247eaeb-df73-464d-9bfc-a526a0f96e83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4499852249825607840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc67b627-be33-42cd-bfb4-2ae1ce087671, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc73368-3e80-486a-a8ee-f4fd8814ea03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc73368-3e80-486a-a8ee-f4fd8814ea03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8478400759438605026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d247eaeb-df73-464d-9bfc-a526a0f96e83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6995866-4cbc-4e47-a786-886733af9694, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6995866-4cbc-4e47-a786-886733af9694, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13700745585539907700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc73368-3e80-486a-a8ee-f4fd8814ea03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d209e7f-cc4f-4725-836c-04f8f31c55a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d209e7f-cc4f-4725-836c-04f8f31c55a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7528975435342427491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6995866-4cbc-4e47-a786-886733af9694, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 884f56a9-696d-4b02-bfe8-9826aff4101e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884f56a9-696d-4b02-bfe8-9826aff4101e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9770081739286509324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d209e7f-cc4f-4725-836c-04f8f31c55a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6ad0ffd-30ba-4828-b3af-a71f7fe51b28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6ad0ffd-30ba-4828-b3af-a71f7fe51b28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7595064201010752743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884f56a9-696d-4b02-bfe8-9826aff4101e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a53a90-dac2-4ce6-a2e7-9b7a03bb4fa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a53a90-dac2-4ce6-a2e7-9b7a03bb4fa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776323726569012493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6ad0ffd-30ba-4828-b3af-a71f7fe51b28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0536c810-3e26-47fe-a602-97c4b92f357a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0536c810-3e26-47fe-a602-97c4b92f357a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17224514368484425059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a53a90-dac2-4ce6-a2e7-9b7a03bb4fa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f02902ef-f8e7-42a5-be2a-ad9396cc4b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02902ef-f8e7-42a5-be2a-ad9396cc4b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406418078679154717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0536c810-3e26-47fe-a602-97c4b92f357a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22aa801c-2b1b-4fbd-bc4a-a53abfecf263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aa801c-2b1b-4fbd-bc4a-a53abfecf263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6577997095742652866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02902ef-f8e7-42a5-be2a-ad9396cc4b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3391733-d7ee-458e-bf17-70f1b1590222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3391733-d7ee-458e-bf17-70f1b1590222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7078493773064452587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aa801c-2b1b-4fbd-bc4a-a53abfecf263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bad080c2-bbb9-474f-a91e-30b657005ffd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bad080c2-bbb9-474f-a91e-30b657005ffd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557719269697328564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3391733-d7ee-458e-bf17-70f1b1590222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d728af-a1c9-4e84-a162-a112f9d60d64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d728af-a1c9-4e84-a162-a112f9d60d64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668142616780635929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bad080c2-bbb9-474f-a91e-30b657005ffd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d728af-a1c9-4e84-a162-a112f9d60d64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d746be1-face-4799-92c2-0508ccc46ac5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d746be1-face-4799-92c2-0508ccc46ac5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8172937249610764620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 222e97c4-8e11-4459-8c3e-e935176467fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222e97c4-8e11-4459-8c3e-e935176467fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2568728429488015985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d746be1-face-4799-92c2-0508ccc46ac5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c44f993-876b-4c7f-bb3f-1050193d75bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c44f993-876b-4c7f-bb3f-1050193d75bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5533530884888768076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222e97c4-8e11-4459-8c3e-e935176467fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ee7b76-1906-475d-92b4-1126aa3ccb09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ee7b76-1906-475d-92b4-1126aa3ccb09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4350461794487018935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c44f993-876b-4c7f-bb3f-1050193d75bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a79c541d-3c24-4462-ab62-ed31d9516dd7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79c541d-3c24-4462-ab62-ed31d9516dd7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18323993744912756427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ee7b76-1906-475d-92b4-1126aa3ccb09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b2bd97-e260-41b0-a0ca-c101bd75d543, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b2bd97-e260-41b0-a0ca-c101bd75d543, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073816538798865209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79c541d-3c24-4462-ab62-ed31d9516dd7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c74b9a-905b-4890-beb9-fe212f0c319c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c74b9a-905b-4890-beb9-fe212f0c319c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431273256167660455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b2bd97-e260-41b0-a0ca-c101bd75d543, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96c95c65-ac36-4773-82f5-558e0b0625eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c95c65-ac36-4773-82f5-558e0b0625eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13959167849592631950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c74b9a-905b-4890-beb9-fe212f0c319c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb9b024-f6b5-4a1a-a254-579cae0ffa46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb9b024-f6b5-4a1a-a254-579cae0ffa46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14313182455835369920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c95c65-ac36-4773-82f5-558e0b0625eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab7113e4-4e09-447c-94d9-ad2d21e67836, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7113e4-4e09-447c-94d9-ad2d21e67836, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16587868546029086879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb9b024-f6b5-4a1a-a254-579cae0ffa46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae394d2d-dc6b-4cc5-baf2-dfa23802f600, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae394d2d-dc6b-4cc5-baf2-dfa23802f600, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4867075329084191967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7113e4-4e09-447c-94d9-ad2d21e67836, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc65e34-4485-45d7-987a-d6f998bf6cc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc65e34-4485-45d7-987a-d6f998bf6cc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172335825859480197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae394d2d-dc6b-4cc5-baf2-dfa23802f600, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaf8a744-d989-4566-ace2-c4d6f71a0728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf8a744-d989-4566-ace2-c4d6f71a0728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16849950503153348075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc65e34-4485-45d7-987a-d6f998bf6cc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a32bbd85-aaf6-42ba-a858-424a154ea303, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a32bbd85-aaf6-42ba-a858-424a154ea303, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17024175501354316751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf8a744-d989-4566-ace2-c4d6f71a0728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3541b3b-d205-49d3-b496-3da63d731689, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3541b3b-d205-49d3-b496-3da63d731689, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597688722138276272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a32bbd85-aaf6-42ba-a858-424a154ea303, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ab2728b-cb34-4c37-a8be-6c4c8e7a0422, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab2728b-cb34-4c37-a8be-6c4c8e7a0422, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411401908624350481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3541b3b-d205-49d3-b496-3da63d731689, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 004953e2-2624-4ca9-b344-cf5341083b74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004953e2-2624-4ca9-b344-cf5341083b74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 537250137684930526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab2728b-cb34-4c37-a8be-6c4c8e7a0422, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58476b82-4b48-48a1-9f5a-9d539ecb0481, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004953e2-2624-4ca9-b344-cf5341083b74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58476b82-4b48-48a1-9f5a-9d539ecb0481, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12129726187691126008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 873907c7-5f8b-40b0-b7ff-8865b34de6b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 873907c7-5f8b-40b0-b7ff-8865b34de6b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15064644327011383228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58476b82-4b48-48a1-9f5a-9d539ecb0481, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fbf2935-e3bd-4927-9716-a5ec1c04eed9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbf2935-e3bd-4927-9716-a5ec1c04eed9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6475652371286207973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 873907c7-5f8b-40b0-b7ff-8865b34de6b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ce1fe4-4327-4ba8-91e4-4df53cd6d755, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbf2935-e3bd-4927-9716-a5ec1c04eed9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97a08016-31d3-471e-a037-95a8050a42a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a08016-31d3-471e-a037-95a8050a42a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15025307722901338956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ce1fe4-4327-4ba8-91e4-4df53cd6d755, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239049933187928481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a08016-31d3-471e-a037-95a8050a42a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d56389f8-b524-4c9f-858d-92b9b701b390, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56389f8-b524-4c9f-858d-92b9b701b390, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6089797034625375944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ce1fe4-4327-4ba8-91e4-4df53cd6d755, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787fc434-69d6-4050-8fbb-60da40b915d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787fc434-69d6-4050-8fbb-60da40b915d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576648358033387164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787fc434-69d6-4050-8fbb-60da40b915d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c3a5f44-b4f7-4fe7-b6bc-af3ce26ffaa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3a5f44-b4f7-4fe7-b6bc-af3ce26ffaa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079656927212159231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56389f8-b524-4c9f-858d-92b9b701b390, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da4ef79-5bab-4b5d-8269-d94d2b16b7a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da4ef79-5bab-4b5d-8269-d94d2b16b7a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1044983416978430154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3a5f44-b4f7-4fe7-b6bc-af3ce26ffaa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db29969b-afcf-4e59-b9b8-36e19f341602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db29969b-afcf-4e59-b9b8-36e19f341602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7752092998716704373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da4ef79-5bab-4b5d-8269-d94d2b16b7a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5a63b51-1868-4ef9-8c99-5f7cc996f7d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a63b51-1868-4ef9-8c99-5f7cc996f7d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7144226764076171736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db29969b-afcf-4e59-b9b8-36e19f341602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0d90b4e-2656-47a0-b893-01d5bfcbd4c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d90b4e-2656-47a0-b893-01d5bfcbd4c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444099423395921396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a63b51-1868-4ef9-8c99-5f7cc996f7d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3fdc26-cd4f-4fb9-8c7a-a232ba2cf216, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3fdc26-cd4f-4fb9-8c7a-a232ba2cf216, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179411240781977429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d90b4e-2656-47a0-b893-01d5bfcbd4c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e701299-e5d3-4a36-9d61-a1ca5b279bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e701299-e5d3-4a36-9d61-a1ca5b279bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242443309437224882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3fdc26-cd4f-4fb9-8c7a-a232ba2cf216, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43aadf03-2e45-4032-9fba-15874c1b8759, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e701299-e5d3-4a36-9d61-a1ca5b279bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a7b010-9a20-4353-ab6a-c458396a74ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a7b010-9a20-4353-ab6a-c458396a74ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 544521825494329178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43aadf03-2e45-4032-9fba-15874c1b8759, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419302231102374169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a7b010-9a20-4353-ab6a-c458396a74ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfde6d63-2bef-4d80-9b69-5d765a36cd33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfde6d63-2bef-4d80-9b69-5d765a36cd33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972883011473660737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43aadf03-2e45-4032-9fba-15874c1b8759, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c0ddcb-dc83-4d15-bd4b-0b09c02c5444, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c0ddcb-dc83-4d15-bd4b-0b09c02c5444, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7549828923396611746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfde6d63-2bef-4d80-9b69-5d765a36cd33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0658acf-91c1-4efd-85c5-4f3828afd563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0658acf-91c1-4efd-85c5-4f3828afd563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3336434968053250654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c0ddcb-dc83-4d15-bd4b-0b09c02c5444, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89dadb4c-79ca-4d15-ad93-b90c78faff4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89dadb4c-79ca-4d15-ad93-b90c78faff4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326517031891097133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0658acf-91c1-4efd-85c5-4f3828afd563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f294f1b0-0e5e-41ab-94e5-2b7f6e0d8fd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f294f1b0-0e5e-41ab-94e5-2b7f6e0d8fd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12257666924311606063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89dadb4c-79ca-4d15-ad93-b90c78faff4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 555dd543-1f32-473a-9e15-405480a01f2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 555dd543-1f32-473a-9e15-405480a01f2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715005988333798496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f294f1b0-0e5e-41ab-94e5-2b7f6e0d8fd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff34ea9f-6e0f-41b1-a41e-fa87b1399f30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff34ea9f-6e0f-41b1-a41e-fa87b1399f30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4064971647525268375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 555dd543-1f32-473a-9e15-405480a01f2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 487a0328-913e-4f79-82f6-ccb7fcf9185f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487a0328-913e-4f79-82f6-ccb7fcf9185f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18379939141821327699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff34ea9f-6e0f-41b1-a41e-fa87b1399f30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d999d755-3fbc-4ef1-9e19-347ff87f7249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d999d755-3fbc-4ef1-9e19-347ff87f7249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356038340046000064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487a0328-913e-4f79-82f6-ccb7fcf9185f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da40ab2f-6672-4640-ba68-df43706ea96f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da40ab2f-6672-4640-ba68-df43706ea96f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136110307389037447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d999d755-3fbc-4ef1-9e19-347ff87f7249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d04c9f9-063a-4b21-a2a7-a819633ceca6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d04c9f9-063a-4b21-a2a7-a819633ceca6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356933571948167526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da40ab2f-6672-4640-ba68-df43706ea96f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57f396b-5597-4cb3-8323-cd7df9f4f727, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57f396b-5597-4cb3-8323-cd7df9f4f727, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354248736090987999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d04c9f9-063a-4b21-a2a7-a819633ceca6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03a768e4-4b5b-4188-8040-ff4e04d43b81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a768e4-4b5b-4188-8040-ff4e04d43b81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15488844923188507740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57f396b-5597-4cb3-8323-cd7df9f4f727, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67181351-6e7a-47c4-ba62-f7b59e219ad9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67181351-6e7a-47c4-ba62-f7b59e219ad9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16158481343540364666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a768e4-4b5b-4188-8040-ff4e04d43b81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29901804-d44b-4ea4-882a-e1f972cb6688, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29901804-d44b-4ea4-882a-e1f972cb6688, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11751927615721671761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67181351-6e7a-47c4-ba62-f7b59e219ad9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1cab828-35be-4596-98e6-0186ffead9ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cab828-35be-4596-98e6-0186ffead9ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871739771035018980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29901804-d44b-4ea4-882a-e1f972cb6688, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09400cc5-588e-4062-ba29-5f2a8000c02e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cab828-35be-4596-98e6-0186ffead9ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09400cc5-588e-4062-ba29-5f2a8000c02e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1209761610148900607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 074ea9a3-4e5e-41b5-8cf2-9a816804f699, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074ea9a3-4e5e-41b5-8cf2-9a816804f699, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364003671885463674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074ea9a3-4e5e-41b5-8cf2-9a816804f699, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bbfd58c-f388-4f10-b62e-be582117d3a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbfd58c-f388-4f10-b62e-be582117d3a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16939057662624631236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09400cc5-588e-4062-ba29-5f2a8000c02e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 534f00d9-8f78-421b-b0e3-c0183b84874b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534f00d9-8f78-421b-b0e3-c0183b84874b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15634902013566091994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbfd58c-f388-4f10-b62e-be582117d3a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65932f03-ef53-4810-bd23-976634fa769e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65932f03-ef53-4810-bd23-976634fa769e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13680354503136814183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65932f03-ef53-4810-bd23-976634fa769e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534f00d9-8f78-421b-b0e3-c0183b84874b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5ff1524-cb51-4e02-be48-4910a93bc3c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ff1524-cb51-4e02-be48-4910a93bc3c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780269297413092349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1ec0764-94ba-467b-aac1-d6bbb8bfb00b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ec0764-94ba-467b-aac1-d6bbb8bfb00b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16381046082833148753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ff1524-cb51-4e02-be48-4910a93bc3c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e08fc47-46b0-430a-8195-9f7790462a45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e08fc47-46b0-430a-8195-9f7790462a45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090699142684989020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ec0764-94ba-467b-aac1-d6bbb8bfb00b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84b2690f-cfc8-41b2-80c5-7eaea4d5ca43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b2690f-cfc8-41b2-80c5-7eaea4d5ca43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 836174096365655581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e08fc47-46b0-430a-8195-9f7790462a45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a02b34-77f8-4fc4-a8b0-cd9e5c3794a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a02b34-77f8-4fc4-a8b0-cd9e5c3794a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10441205252130289264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b2690f-cfc8-41b2-80c5-7eaea4d5ca43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8de46e-c566-4c90-bc4b-ea9070b55afa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8de46e-c566-4c90-bc4b-ea9070b55afa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5018325968066211943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a02b34-77f8-4fc4-a8b0-cd9e5c3794a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44add388-fef3-422f-9f18-fa77e7116d42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44add388-fef3-422f-9f18-fa77e7116d42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13589591807765458820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8de46e-c566-4c90-bc4b-ea9070b55afa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5f55a7b-a639-41bc-a887-28741390f8c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f55a7b-a639-41bc-a887-28741390f8c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12427950832690711091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44add388-fef3-422f-9f18-fa77e7116d42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bda4b50-969b-4d47-824c-862ff6dd9d95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bda4b50-969b-4d47-824c-862ff6dd9d95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556858333424319253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f55a7b-a639-41bc-a887-28741390f8c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3823b8-bd7a-4d51-baf0-133615b5824e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3823b8-bd7a-4d51-baf0-133615b5824e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11002416719644679642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bda4b50-969b-4d47-824c-862ff6dd9d95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed2c4567-83fd-410d-8dae-9b0b73e60e46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2c4567-83fd-410d-8dae-9b0b73e60e46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3137316360587932488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3823b8-bd7a-4d51-baf0-133615b5824e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d10d10e-b98d-44a5-bd4d-353fa9a7ed77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d10d10e-b98d-44a5-bd4d-353fa9a7ed77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16667063759845762123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2c4567-83fd-410d-8dae-9b0b73e60e46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8bb6ac2-f0d7-41b8-a963-e3c460e9e7c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8bb6ac2-f0d7-41b8-a963-e3c460e9e7c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10761302962166562543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d10d10e-b98d-44a5-bd4d-353fa9a7ed77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f508666-d133-4629-b538-cbd3a0e2fe7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f508666-d133-4629-b538-cbd3a0e2fe7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8817857175548238158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8bb6ac2-f0d7-41b8-a963-e3c460e9e7c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7f6497-55e2-445f-8258-54ccc5dab006, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7f6497-55e2-445f-8258-54ccc5dab006, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4808146853037166144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f508666-d133-4629-b538-cbd3a0e2fe7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f9fdf5c-8ccc-40af-8821-ca3ed71f5340, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f9fdf5c-8ccc-40af-8821-ca3ed71f5340, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5696870924515986791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7f6497-55e2-445f-8258-54ccc5dab006, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e005174-1b4d-40cf-a10c-5fe60c644e26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e005174-1b4d-40cf-a10c-5fe60c644e26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16477920984011568370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f9fdf5c-8ccc-40af-8821-ca3ed71f5340, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2649c4c-4c4c-4e07-b366-a1b06d0deaa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2649c4c-4c4c-4e07-b366-a1b06d0deaa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18352089022443681556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e005174-1b4d-40cf-a10c-5fe60c644e26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5963ebe-449e-493a-8b45-e352f23bd582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5963ebe-449e-493a-8b45-e352f23bd582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16910226075827752381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2649c4c-4c4c-4e07-b366-a1b06d0deaa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64366cb5-6c76-45a2-85ee-74e0eb1b789e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64366cb5-6c76-45a2-85ee-74e0eb1b789e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18230041469715911262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5963ebe-449e-493a-8b45-e352f23bd582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9270f8ec-cc23-46ab-b7fa-4274babdf1d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9270f8ec-cc23-46ab-b7fa-4274babdf1d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5474693510185615275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64366cb5-6c76-45a2-85ee-74e0eb1b789e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10578289-c91d-44d7-994b-d53d164529e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10578289-c91d-44d7-994b-d53d164529e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5167954935572934286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9270f8ec-cc23-46ab-b7fa-4274babdf1d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 457e9966-6835-435d-ade8-d8fc3c90809a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457e9966-6835-435d-ade8-d8fc3c90809a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3338432592390463887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10578289-c91d-44d7-994b-d53d164529e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e123e549-6406-49ef-8e5d-a9a23e1ae563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e123e549-6406-49ef-8e5d-a9a23e1ae563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885963746224492867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e123e549-6406-49ef-8e5d-a9a23e1ae563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc79e66-2b08-4f02-a151-23a17564ce57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc79e66-2b08-4f02-a151-23a17564ce57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1627466759516678997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457e9966-6835-435d-ade8-d8fc3c90809a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef6be46-5fc7-4fbc-a7b4-63fa62c30d03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef6be46-5fc7-4fbc-a7b4-63fa62c30d03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864575484953429797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc79e66-2b08-4f02-a151-23a17564ce57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca228b45-84b7-473d-a050-8d6afca7b03d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca228b45-84b7-473d-a050-8d6afca7b03d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941153537636016762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef6be46-5fc7-4fbc-a7b4-63fa62c30d03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e9ce0cc-d8a5-4142-b282-dfb09fcdb22f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9ce0cc-d8a5-4142-b282-dfb09fcdb22f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16678485174932980883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca228b45-84b7-473d-a050-8d6afca7b03d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c03faef-396e-40b0-ae49-33f82ec4f2e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c03faef-396e-40b0-ae49-33f82ec4f2e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8763216557886344750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9ce0cc-d8a5-4142-b282-dfb09fcdb22f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ce5bb48-4c39-4130-ad80-b84d7528fac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ce5bb48-4c39-4130-ad80-b84d7528fac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6187392832994413793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c03faef-396e-40b0-ae49-33f82ec4f2e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8225bfae-95e2-4deb-9afd-a394722dae75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8225bfae-95e2-4deb-9afd-a394722dae75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124400337198555885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ce5bb48-4c39-4130-ad80-b84d7528fac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e02219-e218-4f53-a81f-203ec421e3a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e02219-e218-4f53-a81f-203ec421e3a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831892949084878666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8225bfae-95e2-4deb-9afd-a394722dae75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b0e131a-b3b8-4122-8151-0ce56829cd37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0e131a-b3b8-4122-8151-0ce56829cd37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 199190502551589420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e02219-e218-4f53-a81f-203ec421e3a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2ed397f-0537-4471-beb0-73c4537d92ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0e131a-b3b8-4122-8151-0ce56829cd37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d3357a8-5c4a-4254-8403-5cec1987ca88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ed397f-0537-4471-beb0-73c4537d92ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11124761733961527418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3357a8-5c4a-4254-8403-5cec1987ca88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568092595547875159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ed397f-0537-4471-beb0-73c4537d92ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94f27b67-7118-4648-b206-5d2268ae5028, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f27b67-7118-4648-b206-5d2268ae5028, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1963976684330021916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3357a8-5c4a-4254-8403-5cec1987ca88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3b0c36-62f9-4922-9d3f-5c5c981a1d25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3b0c36-62f9-4922-9d3f-5c5c981a1d25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5665605594488427870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f27b67-7118-4648-b206-5d2268ae5028, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58fa1818-8eea-45e2-ac77-daeeeda9ee61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fa1818-8eea-45e2-ac77-daeeeda9ee61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14007417148902344029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3b0c36-62f9-4922-9d3f-5c5c981a1d25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9db6e6ec-3200-4e5a-9a9d-b29078246848, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db6e6ec-3200-4e5a-9a9d-b29078246848, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150980086823463073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fa1818-8eea-45e2-ac77-daeeeda9ee61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 923de98d-bc12-4a37-9343-bde78232c9b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 923de98d-bc12-4a37-9343-bde78232c9b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477222067992708515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db6e6ec-3200-4e5a-9a9d-b29078246848, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 923de98d-bc12-4a37-9343-bde78232c9b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4722ad44-41d6-4aa9-8c9f-05ecf245c9a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4722ad44-41d6-4aa9-8c9f-05ecf245c9a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14524548592408827900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491554a4-7cd9-41ed-9e25-e06d0af6da61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491554a4-7cd9-41ed-9e25-e06d0af6da61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14500343971297392446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4722ad44-41d6-4aa9-8c9f-05ecf245c9a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 109ab193-eaf1-43d0-bb93-17044b2a127f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109ab193-eaf1-43d0-bb93-17044b2a127f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16870835842529980314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491554a4-7cd9-41ed-9e25-e06d0af6da61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b93b06f-7b80-4f28-bf17-487464154e4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b93b06f-7b80-4f28-bf17-487464154e4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1419143031170994560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109ab193-eaf1-43d0-bb93-17044b2a127f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b93b06f-7b80-4f28-bf17-487464154e4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c9c8965-2b0d-4063-99ee-0b5a60856cac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9c8965-2b0d-4063-99ee-0b5a60856cac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3933310942330868589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b9b8c31-2d2c-485e-a9e2-8d73fe0cd6bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9b8c31-2d2c-485e-a9e2-8d73fe0cd6bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382017185890368312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9c8965-2b0d-4063-99ee-0b5a60856cac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6319f101-ce55-489d-9351-dafe31a63fe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6319f101-ce55-489d-9351-dafe31a63fe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608330177973719668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6319f101-ce55-489d-9351-dafe31a63fe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 512ff551-2f5c-4d42-8090-6a9002c0a218, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512ff551-2f5c-4d42-8090-6a9002c0a218, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5483693278278584045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9b8c31-2d2c-485e-a9e2-8d73fe0cd6bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa83954b-e1af-45d6-be62-f0bb66f8c0e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa83954b-e1af-45d6-be62-f0bb66f8c0e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907771240373406271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512ff551-2f5c-4d42-8090-6a9002c0a218, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccf26bb-cb66-4134-a912-c1b5c37f9762, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccf26bb-cb66-4134-a912-c1b5c37f9762, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17125620543269946805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa83954b-e1af-45d6-be62-f0bb66f8c0e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c431ca2-ccd5-45e3-93f4-d37ac975a530, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c431ca2-ccd5-45e3-93f4-d37ac975a530, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877853058398907309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccf26bb-cb66-4134-a912-c1b5c37f9762, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8910334b-bcfc-4860-9d35-fab1fc91eb81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8910334b-bcfc-4860-9d35-fab1fc91eb81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661736699422691413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c431ca2-ccd5-45e3-93f4-d37ac975a530, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58481554-2058-4df0-903f-1d001548710a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58481554-2058-4df0-903f-1d001548710a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12137301443535086633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8910334b-bcfc-4860-9d35-fab1fc91eb81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb1402d8-ca4b-4b65-a33c-3a54619d2ae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1402d8-ca4b-4b65-a33c-3a54619d2ae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15294969554358055859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58481554-2058-4df0-903f-1d001548710a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c2016ec-1886-414f-906a-6b045fb4f412, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c2016ec-1886-414f-906a-6b045fb4f412, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17047119093732224336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1402d8-ca4b-4b65-a33c-3a54619d2ae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c96b0629-7b63-4864-a6ae-4cd001ae5835, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96b0629-7b63-4864-a6ae-4cd001ae5835, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274926696763252150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c2016ec-1886-414f-906a-6b045fb4f412, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc6cf0a-3a7e-436f-92ad-c458468ab23f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc6cf0a-3a7e-436f-92ad-c458468ab23f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10588133570032279341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96b0629-7b63-4864-a6ae-4cd001ae5835, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec5c0f5-2d2a-4790-9c34-2be285d60cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec5c0f5-2d2a-4790-9c34-2be285d60cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17144730136174654577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc6cf0a-3a7e-436f-92ad-c458468ab23f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 397bb573-7bc2-40b1-b19f-bdf2bd03884d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397bb573-7bc2-40b1-b19f-bdf2bd03884d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14696886021681692672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec5c0f5-2d2a-4790-9c34-2be285d60cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6377d7b-d014-4a9b-b585-6afa761b71cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6377d7b-d014-4a9b-b585-6afa761b71cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1100883256592867813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397bb573-7bc2-40b1-b19f-bdf2bd03884d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 833d7e87-5df7-4e4f-bd85-84bc572ca410, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833d7e87-5df7-4e4f-bd85-84bc572ca410, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9170374346046819921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6377d7b-d014-4a9b-b585-6afa761b71cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b367ea39-e7a5-41d7-b124-e36a309f1128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b367ea39-e7a5-41d7-b124-e36a309f1128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17186049842012417619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833d7e87-5df7-4e4f-bd85-84bc572ca410, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e9ded00-5e89-4d9c-8c61-c97f07c2b3e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9ded00-5e89-4d9c-8c61-c97f07c2b3e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408109862667607535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b367ea39-e7a5-41d7-b124-e36a309f1128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eebd5b4-1bdd-413e-883b-c391d344d46c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eebd5b4-1bdd-413e-883b-c391d344d46c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2731122008507264025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9ded00-5e89-4d9c-8c61-c97f07c2b3e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96d3fb66-6ec0-489d-aa73-18e6c5b36450, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d3fb66-6ec0-489d-aa73-18e6c5b36450, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12801624372254580083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eebd5b4-1bdd-413e-883b-c391d344d46c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e050fc-2929-459b-9203-acf09622f6ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e050fc-2929-459b-9203-acf09622f6ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10656578397526234333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d3fb66-6ec0-489d-aa73-18e6c5b36450, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267a47b1-bd94-44cd-8ccd-70310492e4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267a47b1-bd94-44cd-8ccd-70310492e4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13056895280768053571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267a47b1-bd94-44cd-8ccd-70310492e4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee39b58c-502a-4b12-bc26-dc79f5089e21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee39b58c-502a-4b12-bc26-dc79f5089e21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6953179675445466769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e050fc-2929-459b-9203-acf09622f6ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf5753a-03d0-4064-95d2-b990b60d4d3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf5753a-03d0-4064-95d2-b990b60d4d3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16217991494668514355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf5753a-03d0-4064-95d2-b990b60d4d3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b84d8a82-50ff-406d-aa78-b4a8c07322f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee39b58c-502a-4b12-bc26-dc79f5089e21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a14b1f9-1675-483d-91d7-f0644069f1f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a14b1f9-1675-483d-91d7-f0644069f1f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413001862790226024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84d8a82-50ff-406d-aa78-b4a8c07322f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17176477236345359578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a14b1f9-1675-483d-91d7-f0644069f1f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17f87add-fd6a-4d96-ab33-c3403b2f09fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f87add-fd6a-4d96-ab33-c3403b2f09fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11499078169272358315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84d8a82-50ff-406d-aa78-b4a8c07322f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e4543a8-00a2-4dc2-bdb7-b449f8bdb3b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4543a8-00a2-4dc2-bdb7-b449f8bdb3b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055065992245061726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f87add-fd6a-4d96-ab33-c3403b2f09fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d30aa23f-dae5-440a-b8b9-07c812c1380e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30aa23f-dae5-440a-b8b9-07c812c1380e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10873449827438764853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4543a8-00a2-4dc2-bdb7-b449f8bdb3b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adba9c47-dc3a-4302-92e2-ed5033655958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adba9c47-dc3a-4302-92e2-ed5033655958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101132682819475203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30aa23f-dae5-440a-b8b9-07c812c1380e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd81a91-8d0f-4755-89bf-7b500b24b5e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd81a91-8d0f-4755-89bf-7b500b24b5e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6523508167467003505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adba9c47-dc3a-4302-92e2-ed5033655958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5c8ad81-aa68-4d6b-9f43-f2e117e4c309, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5c8ad81-aa68-4d6b-9f43-f2e117e4c309, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3657267118408644224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd81a91-8d0f-4755-89bf-7b500b24b5e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35b85358-a104-4736-a6ce-56e602e2feb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b85358-a104-4736-a6ce-56e602e2feb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198123701250263156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5c8ad81-aa68-4d6b-9f43-f2e117e4c309, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c759122d-8d5c-43ec-8a9f-a982d8b36fc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c759122d-8d5c-43ec-8a9f-a982d8b36fc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10824063704945402853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b85358-a104-4736-a6ce-56e602e2feb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32b39fc2-4709-40f1-989f-02e3e15dda9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b39fc2-4709-40f1-989f-02e3e15dda9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465023120414225174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c759122d-8d5c-43ec-8a9f-a982d8b36fc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d920e57-2219-4041-8201-25acc062b9a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b39fc2-4709-40f1-989f-02e3e15dda9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d920e57-2219-4041-8201-25acc062b9a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4646733714609592732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1802802d-f279-4ed0-8a7a-f86a0f22a6c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1802802d-f279-4ed0-8a7a-f86a0f22a6c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10408511549957409075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d920e57-2219-4041-8201-25acc062b9a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07da15fd-0efb-49a8-8a1b-3ff2c134f8ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07da15fd-0efb-49a8-8a1b-3ff2c134f8ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7022530540648823606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1802802d-f279-4ed0-8a7a-f86a0f22a6c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b11424e-c380-438a-a68b-6207260b410d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b11424e-c380-438a-a68b-6207260b410d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4382938874934961312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07da15fd-0efb-49a8-8a1b-3ff2c134f8ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c669b81-f0e9-4426-8482-218a6fe90fac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c669b81-f0e9-4426-8482-218a6fe90fac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7673351771060122942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b11424e-c380-438a-a68b-6207260b410d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c66efeb6-4409-4130-bab2-a00687061829, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c66efeb6-4409-4130-bab2-a00687061829, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1778490314257048021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c669b81-f0e9-4426-8482-218a6fe90fac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec2a8833-a06a-41d5-88b6-ee50a5b5cb77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2a8833-a06a-41d5-88b6-ee50a5b5cb77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6499702763100411917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c66efeb6-4409-4130-bab2-a00687061829, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c445f390-0d52-486b-8213-2894673c2a1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c445f390-0d52-486b-8213-2894673c2a1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120326401116423518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2a8833-a06a-41d5-88b6-ee50a5b5cb77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2911f5fc-bd16-4c34-bbb4-94c2d5d777e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2911f5fc-bd16-4c34-bbb4-94c2d5d777e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2626463822475714819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c445f390-0d52-486b-8213-2894673c2a1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 535c10aa-7f4c-4f94-a12f-e579b2cc41e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 535c10aa-7f4c-4f94-a12f-e579b2cc41e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4413308803224534263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2911f5fc-bd16-4c34-bbb4-94c2d5d777e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc9db07e-39b2-4e22-883f-1b42855559ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc9db07e-39b2-4e22-883f-1b42855559ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13791367680992461801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 535c10aa-7f4c-4f94-a12f-e579b2cc41e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad14bbb-c3fb-4d4b-a72f-adec04a7b244, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad14bbb-c3fb-4d4b-a72f-adec04a7b244, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8120639909810223294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad14bbb-c3fb-4d4b-a72f-adec04a7b244, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ca55614-9ae8-4aa4-86f7-672d7f156118, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ca55614-9ae8-4aa4-86f7-672d7f156118, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18433853787486809757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc9db07e-39b2-4e22-883f-1b42855559ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9745caaa-c853-417a-8d1d-ec5366984016, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9745caaa-c853-417a-8d1d-ec5366984016, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 62803639833134316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9745caaa-c853-417a-8d1d-ec5366984016, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 331f981f-3117-4177-bcff-4b6f0af1ebbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331f981f-3117-4177-bcff-4b6f0af1ebbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301038398461894758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ca55614-9ae8-4aa4-86f7-672d7f156118, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aadc1eac-ceeb-4cfa-b495-9317b6871864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadc1eac-ceeb-4cfa-b495-9317b6871864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9833961584276140799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331f981f-3117-4177-bcff-4b6f0af1ebbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f31268af-28ab-4f8d-86a3-2ffa4067f58e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f31268af-28ab-4f8d-86a3-2ffa4067f58e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18201127738890235627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadc1eac-ceeb-4cfa-b495-9317b6871864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8f1073-f420-4d07-b09c-2bce1f62283e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f31268af-28ab-4f8d-86a3-2ffa4067f58e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6bfc5d7-cbf1-4316-88f5-e8f65ffa146e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bfc5d7-cbf1-4316-88f5-e8f65ffa146e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14401107453714319751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8f1073-f420-4d07-b09c-2bce1f62283e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13738846916280833430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bfc5d7-cbf1-4316-88f5-e8f65ffa146e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca420064-3ed3-4bc1-93b6-3ea6bee96616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca420064-3ed3-4bc1-93b6-3ea6bee96616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6869761608722307712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8f1073-f420-4d07-b09c-2bce1f62283e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 169b7ef1-8b4b-4ea4-a8eb-4be0bde9ec94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169b7ef1-8b4b-4ea4-a8eb-4be0bde9ec94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595601362498820699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca420064-3ed3-4bc1-93b6-3ea6bee96616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 031e7c04-b894-4d99-9b79-3541a5fbb232, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031e7c04-b894-4d99-9b79-3541a5fbb232, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16698480393098353829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169b7ef1-8b4b-4ea4-a8eb-4be0bde9ec94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043041b7-7a71-4a99-a6a2-da2864e56a13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043041b7-7a71-4a99-a6a2-da2864e56a13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18053219784428103873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031e7c04-b894-4d99-9b79-3541a5fbb232, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 462bb5c5-13e9-4b7c-b56c-b26bc12e274d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043041b7-7a71-4a99-a6a2-da2864e56a13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8dcb067-840f-4287-81b9-0d609905f176, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462bb5c5-13e9-4b7c-b56c-b26bc12e274d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624176783111998326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8dcb067-840f-4287-81b9-0d609905f176, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13173069621861110776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462bb5c5-13e9-4b7c-b56c-b26bc12e274d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20adbd42-4357-4b7d-b93c-5860d0b1f9c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20adbd42-4357-4b7d-b93c-5860d0b1f9c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563303238834818085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8dcb067-840f-4287-81b9-0d609905f176, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8bf5121-5653-4e67-8496-d0a44c53af42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8bf5121-5653-4e67-8496-d0a44c53af42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395925441334476769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20adbd42-4357-4b7d-b93c-5860d0b1f9c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 429fe342-3c83-4654-b15e-abd8bb5c9be1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 429fe342-3c83-4654-b15e-abd8bb5c9be1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786281142589703479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8bf5121-5653-4e67-8496-d0a44c53af42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036f0f2a-488e-4fac-9256-0056d61e1195, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036f0f2a-488e-4fac-9256-0056d61e1195, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15832727228521897483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 429fe342-3c83-4654-b15e-abd8bb5c9be1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fff20316-20e1-4682-a691-6a1df0b3ace6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff20316-20e1-4682-a691-6a1df0b3ace6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413032527088019069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff20316-20e1-4682-a691-6a1df0b3ace6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39beba79-4a9a-4373-9837-f876785179b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39beba79-4a9a-4373-9837-f876785179b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889188884527777094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036f0f2a-488e-4fac-9256-0056d61e1195, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39129e56-acc7-4396-b119-de990b9b2233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39129e56-acc7-4396-b119-de990b9b2233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516918065040956091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39beba79-4a9a-4373-9837-f876785179b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd9eb4b-f9e0-484a-a2cc-b0e61c67af41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd9eb4b-f9e0-484a-a2cc-b0e61c67af41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5105233696659586361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39129e56-acc7-4396-b119-de990b9b2233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f5ac05e-2a66-4c8e-a356-39d38c502927, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5ac05e-2a66-4c8e-a356-39d38c502927, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738056889744338168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd9eb4b-f9e0-484a-a2cc-b0e61c67af41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0002995d-d249-4479-aa29-427e9b6ef2f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0002995d-d249-4479-aa29-427e9b6ef2f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336909484724916294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5ac05e-2a66-4c8e-a356-39d38c502927, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1416be2-f414-40ac-9d46-39a7e7aa9bfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1416be2-f414-40ac-9d46-39a7e7aa9bfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12435600319231424933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1416be2-f414-40ac-9d46-39a7e7aa9bfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0002995d-d249-4479-aa29-427e9b6ef2f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6072baef-4908-46b7-9b8a-b68d9404535c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6072baef-4908-46b7-9b8a-b68d9404535c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4019246888558431025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a49b1c2-5726-4e84-9d19-795308959237, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a49b1c2-5726-4e84-9d19-795308959237, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7411600346155438347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a49b1c2-5726-4e84-9d19-795308959237, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 876fb7a7-a6b6-43d8-b209-47732f01bcc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6072baef-4908-46b7-9b8a-b68d9404535c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876fb7a7-a6b6-43d8-b209-47732f01bcc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3622161241492743709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b84bfce2-8969-4de8-b20e-d48c846fedfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84bfce2-8969-4de8-b20e-d48c846fedfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13359135355328946909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876fb7a7-a6b6-43d8-b209-47732f01bcc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6ab6ead-1834-474d-bab7-904aa5b998e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ab6ead-1834-474d-bab7-904aa5b998e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12131756980820433439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84bfce2-8969-4de8-b20e-d48c846fedfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2be1452-b51a-49f3-a326-afc62b2efc41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ab6ead-1834-474d-bab7-904aa5b998e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d09058c-5340-492f-87ad-8c3f0d3159a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d09058c-5340-492f-87ad-8c3f0d3159a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12798867617628416101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2be1452-b51a-49f3-a326-afc62b2efc41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10886005980822583945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d09058c-5340-492f-87ad-8c3f0d3159a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57e3b33-a6fc-40f3-a284-d909a380712e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57e3b33-a6fc-40f3-a284-d909a380712e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16375178086962851897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2be1452-b51a-49f3-a326-afc62b2efc41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 407a78fd-73b0-45f1-a301-a41094e05f0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407a78fd-73b0-45f1-a301-a41094e05f0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352637361521053375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57e3b33-a6fc-40f3-a284-d909a380712e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ffe6e7a-8de2-447e-9632-ee55cb9c3cf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ffe6e7a-8de2-447e-9632-ee55cb9c3cf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16948699105467078280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407a78fd-73b0-45f1-a301-a41094e05f0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ac12a1-8904-4f48-a0c0-7dba1bbb88f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ac12a1-8904-4f48-a0c0-7dba1bbb88f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4807271023546950188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ffe6e7a-8de2-447e-9632-ee55cb9c3cf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee1d13e-5192-4cba-ab86-6a5b548d8ac0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee1d13e-5192-4cba-ab86-6a5b548d8ac0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13386176237352503127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ac12a1-8904-4f48-a0c0-7dba1bbb88f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec7e6aa-6310-4675-b1b8-f3d3e6e17d04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec7e6aa-6310-4675-b1b8-f3d3e6e17d04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601079788285844867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee1d13e-5192-4cba-ab86-6a5b548d8ac0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 615b2116-886d-406a-ae03-96023e02ba8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615b2116-886d-406a-ae03-96023e02ba8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9535384295046084527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec7e6aa-6310-4675-b1b8-f3d3e6e17d04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90e3b2f-de2f-47ec-822c-4f0fe6932925, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90e3b2f-de2f-47ec-822c-4f0fe6932925, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046329946896206017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615b2116-886d-406a-ae03-96023e02ba8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b6d433e-8855-43ea-b94c-890cece455ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6d433e-8855-43ea-b94c-890cece455ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14277127368495714951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90e3b2f-de2f-47ec-822c-4f0fe6932925, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc770689-215d-45b7-8abd-2628890503ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc770689-215d-45b7-8abd-2628890503ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11202966901442566397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6d433e-8855-43ea-b94c-890cece455ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9fd9792-7888-4055-b306-c2f5de0859b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9fd9792-7888-4055-b306-c2f5de0859b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434405172568576991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc770689-215d-45b7-8abd-2628890503ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1baef809-aaeb-4068-bae9-53bc0574e10f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1baef809-aaeb-4068-bae9-53bc0574e10f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6786649534915558293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9fd9792-7888-4055-b306-c2f5de0859b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3edd6e2d-405b-45be-bb3e-78a905da744f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3edd6e2d-405b-45be-bb3e-78a905da744f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299306547166083526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1baef809-aaeb-4068-bae9-53bc0574e10f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00b2d99f-5ff4-428a-a60d-93f2382cc73d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b2d99f-5ff4-428a-a60d-93f2382cc73d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260243088126842567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3edd6e2d-405b-45be-bb3e-78a905da744f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33fdc837-d02b-410e-8bee-f7656ba73243, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33fdc837-d02b-410e-8bee-f7656ba73243, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16822375664918516129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b2d99f-5ff4-428a-a60d-93f2382cc73d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33fdc837-d02b-410e-8bee-f7656ba73243, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265c85c1-0a75-4948-83dd-2d2a6eabdaeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265c85c1-0a75-4948-83dd-2d2a6eabdaeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1733169515817214276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3664fd2-fc06-499f-a2f6-298c24ac170f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3664fd2-fc06-499f-a2f6-298c24ac170f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16107625025999675450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265c85c1-0a75-4948-83dd-2d2a6eabdaeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03602b28-c60e-4de9-a12e-6d0dfe87b6eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03602b28-c60e-4de9-a12e-6d0dfe87b6eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884772738027386657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3664fd2-fc06-499f-a2f6-298c24ac170f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03602b28-c60e-4de9-a12e-6d0dfe87b6eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 426e3abf-acd3-482e-9d7e-ea52a798ca3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426e3abf-acd3-482e-9d7e-ea52a798ca3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196628368433301951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 513f7879-1618-4cc1-a698-5d9fe8fd8402, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513f7879-1618-4cc1-a698-5d9fe8fd8402, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805382617443406715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 426e3abf-acd3-482e-9d7e-ea52a798ca3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb45b623-e4fe-4966-a9dc-29f8e38eb357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45b623-e4fe-4966-a9dc-29f8e38eb357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070622088598694544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513f7879-1618-4cc1-a698-5d9fe8fd8402, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 418a6c7a-442a-4333-a935-bdba905680c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418a6c7a-442a-4333-a935-bdba905680c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14427639230691990318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45b623-e4fe-4966-a9dc-29f8e38eb357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d265e78-2588-4cb5-a002-55843be03590, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d265e78-2588-4cb5-a002-55843be03590, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049551165023006736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418a6c7a-442a-4333-a935-bdba905680c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0d3b8af-19ea-4ad4-b71e-323c45fc502c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d3b8af-19ea-4ad4-b71e-323c45fc502c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6662303638881446512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d265e78-2588-4cb5-a002-55843be03590, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d3b8af-19ea-4ad4-b71e-323c45fc502c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e681383-b815-490d-b289-81d9802db881, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e681383-b815-490d-b289-81d9802db881, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13378412291631435648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acdcda5b-ccdf-459b-bc32-b8297469d792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdcda5b-ccdf-459b-bc32-b8297469d792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2574195822471547844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e681383-b815-490d-b289-81d9802db881, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdcda5b-ccdf-459b-bc32-b8297469d792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c6816c9-ad57-4f5b-a7c0-602d6e2e3475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6816c9-ad57-4f5b-a7c0-602d6e2e3475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081944753985392935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b1389d-42f0-45fb-b761-61569339f8be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b1389d-42f0-45fb-b761-61569339f8be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14915805133413069789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6816c9-ad57-4f5b-a7c0-602d6e2e3475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a2946a0-5247-4565-8e4d-0eb3fa5a5c7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2946a0-5247-4565-8e4d-0eb3fa5a5c7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13231568901658266756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b1389d-42f0-45fb-b761-61569339f8be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba25488-9e9b-4023-a769-9c56dbc55da9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba25488-9e9b-4023-a769-9c56dbc55da9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9476796276871030189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2946a0-5247-4565-8e4d-0eb3fa5a5c7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 502b377f-8e57-46d5-b95b-002b7fbbfe5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 502b377f-8e57-46d5-b95b-002b7fbbfe5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 579184217236449049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba25488-9e9b-4023-a769-9c56dbc55da9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cfab689-90b4-4b0e-a128-78fdf55648ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cfab689-90b4-4b0e-a128-78fdf55648ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16088389339660745226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 502b377f-8e57-46d5-b95b-002b7fbbfe5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3c66795-96ad-4f23-bb25-eeac84cb9a44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cfab689-90b4-4b0e-a128-78fdf55648ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374664bd-667c-43c8-b469-edf375d2a218, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c66795-96ad-4f23-bb25-eeac84cb9a44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243286567458702250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374664bd-667c-43c8-b469-edf375d2a218, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16404328479921769054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c66795-96ad-4f23-bb25-eeac84cb9a44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab5f8207-8358-43eb-a0a0-0c76d1db8bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374664bd-667c-43c8-b469-edf375d2a218, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5f8207-8358-43eb-a0a0-0c76d1db8bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8163968394475426442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e5ea4f-cef2-424e-9a6e-d102ab9cbb43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e5ea4f-cef2-424e-9a6e-d102ab9cbb43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12553114015875743446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5f8207-8358-43eb-a0a0-0c76d1db8bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0bf37dc-6f3a-48f9-831b-cd4994745997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0bf37dc-6f3a-48f9-831b-cd4994745997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11531423034060030900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e5ea4f-cef2-424e-9a6e-d102ab9cbb43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b853961-7c2f-4093-a62d-2164e0e7116d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b853961-7c2f-4093-a62d-2164e0e7116d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288722004745797661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0bf37dc-6f3a-48f9-831b-cd4994745997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f1c628-30ff-49e1-a9c7-9ed7115f9e33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f1c628-30ff-49e1-a9c7-9ed7115f9e33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321883152632368936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b853961-7c2f-4093-a62d-2164e0e7116d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89e5b16c-5aa1-4499-8457-469519be4182, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e5b16c-5aa1-4499-8457-469519be4182, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129739968748002899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f1c628-30ff-49e1-a9c7-9ed7115f9e33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c15392a-698c-411c-a074-366cde701aa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c15392a-698c-411c-a074-366cde701aa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472921355881097425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e5b16c-5aa1-4499-8457-469519be4182, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5c5d39a-9d46-4c1e-b26d-a05615a00ae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c5d39a-9d46-4c1e-b26d-a05615a00ae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349171743727765488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c15392a-698c-411c-a074-366cde701aa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8162349f-6e68-4d7c-9e7b-97f572622a7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8162349f-6e68-4d7c-9e7b-97f572622a7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3420110984975522775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c5d39a-9d46-4c1e-b26d-a05615a00ae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f221ae-4c78-45d2-9d17-0180d52fa0e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f221ae-4c78-45d2-9d17-0180d52fa0e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891888427308665263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8162349f-6e68-4d7c-9e7b-97f572622a7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7033f240-5419-4a40-bb5f-769f9d2983b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7033f240-5419-4a40-bb5f-769f9d2983b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4757386192147173020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f221ae-4c78-45d2-9d17-0180d52fa0e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d5fc588-148a-4b6c-9c57-473cc664234d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d5fc588-148a-4b6c-9c57-473cc664234d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4244661530773188435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7033f240-5419-4a40-bb5f-769f9d2983b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4618893-e43a-4586-a534-2e2c12b9d4c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4618893-e43a-4586-a534-2e2c12b9d4c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625396776825005829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d5fc588-148a-4b6c-9c57-473cc664234d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a25d0c61-571a-4997-91ac-d8265aa0d1d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25d0c61-571a-4997-91ac-d8265aa0d1d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043279433819594711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4618893-e43a-4586-a534-2e2c12b9d4c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9575007-c996-4842-965f-c4144b33ad42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9575007-c996-4842-965f-c4144b33ad42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12268955355232246053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25d0c61-571a-4997-91ac-d8265aa0d1d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe3edc6-ea74-487b-a2a6-819fd568945f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe3edc6-ea74-487b-a2a6-819fd568945f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195770046401746664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9575007-c996-4842-965f-c4144b33ad42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0deab398-e1c6-4b0b-b3d6-37a6f7804588, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0deab398-e1c6-4b0b-b3d6-37a6f7804588, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 249293605713924040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe3edc6-ea74-487b-a2a6-819fd568945f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbb70f4c-afab-4ef3-a0c3-9e00f255d8cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbb70f4c-afab-4ef3-a0c3-9e00f255d8cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14843117603771817958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0deab398-e1c6-4b0b-b3d6-37a6f7804588, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 631a0814-52f9-47fb-9c17-90ad537e086b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631a0814-52f9-47fb-9c17-90ad537e086b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596075141291186385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbb70f4c-afab-4ef3-a0c3-9e00f255d8cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5452abe3-4648-40d4-a2f6-18b071c4a488, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5452abe3-4648-40d4-a2f6-18b071c4a488, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16907263118719343105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631a0814-52f9-47fb-9c17-90ad537e086b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f98d6268-f26f-46f9-80eb-de4a75f349db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f98d6268-f26f-46f9-80eb-de4a75f349db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3434133235176482628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5452abe3-4648-40d4-a2f6-18b071c4a488, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409d14c2-c55a-4216-9381-cbce4750f676, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409d14c2-c55a-4216-9381-cbce4750f676, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11539339940658344748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f98d6268-f26f-46f9-80eb-de4a75f349db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b975d00d-f245-40c3-b834-953acc74501a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b975d00d-f245-40c3-b834-953acc74501a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12195760640244244236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409d14c2-c55a-4216-9381-cbce4750f676, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 311e6152-05d2-43b6-b671-a40b19c512d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311e6152-05d2-43b6-b671-a40b19c512d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916708285277325392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b975d00d-f245-40c3-b834-953acc74501a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62dd0b85-524e-41d1-80d7-d47564121f26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dd0b85-524e-41d1-80d7-d47564121f26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3388414987071547776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311e6152-05d2-43b6-b671-a40b19c512d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 002cda95-5f89-4532-81fd-232555fee4eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002cda95-5f89-4532-81fd-232555fee4eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166525590911526895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dd0b85-524e-41d1-80d7-d47564121f26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c598c15-0a60-4dd0-b49a-e7dadc5ddc39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c598c15-0a60-4dd0-b49a-e7dadc5ddc39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1842114484544133722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002cda95-5f89-4532-81fd-232555fee4eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bee2877-7d34-4f14-8814-b39a3b33a1fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bee2877-7d34-4f14-8814-b39a3b33a1fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715414082858295539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c598c15-0a60-4dd0-b49a-e7dadc5ddc39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37056ec-91b5-428f-930b-b848cf0c45c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37056ec-91b5-428f-930b-b848cf0c45c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8440124290289486368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bee2877-7d34-4f14-8814-b39a3b33a1fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1ceb313-9b11-4ad0-9b8d-7fa19dcdf054, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ceb313-9b11-4ad0-9b8d-7fa19dcdf054, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10349589926783693383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37056ec-91b5-428f-930b-b848cf0c45c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5e422c-3103-450a-bf5c-277a41e672ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5e422c-3103-450a-bf5c-277a41e672ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4696572613194013272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ceb313-9b11-4ad0-9b8d-7fa19dcdf054, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f5a12c8-7529-4aa5-9929-4c44a129a4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5a12c8-7529-4aa5-9929-4c44a129a4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8322379890320443816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5e422c-3103-450a-bf5c-277a41e672ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab194375-f394-4a03-aa9f-47e4bca6cf7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab194375-f394-4a03-aa9f-47e4bca6cf7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12796651457512292514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5a12c8-7529-4aa5-9929-4c44a129a4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b162acd5-15a7-489b-be93-4dc7b6bb68bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b162acd5-15a7-489b-be93-4dc7b6bb68bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849492553178634808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab194375-f394-4a03-aa9f-47e4bca6cf7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3377bc41-77d4-42a0-ac5e-a8e6e2573ee1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b162acd5-15a7-489b-be93-4dc7b6bb68bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3377bc41-77d4-42a0-ac5e-a8e6e2573ee1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058052667596714540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2720e8b6-c301-4eb2-958e-88c7278d17e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2720e8b6-c301-4eb2-958e-88c7278d17e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5433617245220268979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3377bc41-77d4-42a0-ac5e-a8e6e2573ee1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc3cbbc-e6f1-4c88-b829-417bf280209a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc3cbbc-e6f1-4c88-b829-417bf280209a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588779179631023796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2720e8b6-c301-4eb2-958e-88c7278d17e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d249a5-65ff-4835-8608-332418fd4c0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d249a5-65ff-4835-8608-332418fd4c0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18104356949417018812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc3cbbc-e6f1-4c88-b829-417bf280209a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8986c65c-79fd-4265-9023-dafc47b006aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8986c65c-79fd-4265-9023-dafc47b006aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2976160258512611465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d249a5-65ff-4835-8608-332418fd4c0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e5f623-8d41-4fd6-9bfe-9fe509a683b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e5f623-8d41-4fd6-9bfe-9fe509a683b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14385458726383483714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8986c65c-79fd-4265-9023-dafc47b006aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd3aeb74-3d45-49ea-a1bb-d280dc31258c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3aeb74-3d45-49ea-a1bb-d280dc31258c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10293280922712234159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e5f623-8d41-4fd6-9bfe-9fe509a683b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70a1427a-e1c5-457a-8aec-b386d4c5da88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a1427a-e1c5-457a-8aec-b386d4c5da88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885148987678372556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3aeb74-3d45-49ea-a1bb-d280dc31258c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7864540f-59eb-42dd-a05e-261c32c9995d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7864540f-59eb-42dd-a05e-261c32c9995d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14452528728738521553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a1427a-e1c5-457a-8aec-b386d4c5da88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc64d90-69dd-4d53-9d95-f3723e70287d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc64d90-69dd-4d53-9d95-f3723e70287d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183489784022215650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7864540f-59eb-42dd-a05e-261c32c9995d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5fc7fb-c5dd-43d0-9273-1e58a77d1d57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5fc7fb-c5dd-43d0-9273-1e58a77d1d57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159159264824969334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc64d90-69dd-4d53-9d95-f3723e70287d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 998bb8bf-0d1d-4ecf-b507-22cf9ad04f8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998bb8bf-0d1d-4ecf-b507-22cf9ad04f8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15376007568468097623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5fc7fb-c5dd-43d0-9273-1e58a77d1d57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c953a16-0101-4a63-b812-34c7ab0708b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c953a16-0101-4a63-b812-34c7ab0708b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15389628948834232522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998bb8bf-0d1d-4ecf-b507-22cf9ad04f8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0bd448-f190-46bc-a64c-8c0738e79815, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0bd448-f190-46bc-a64c-8c0738e79815, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24159558500359253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0bd448-f190-46bc-a64c-8c0738e79815, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71278c51-b725-49d1-b64e-a5cc5deef872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71278c51-b725-49d1-b64e-a5cc5deef872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11181914338353777144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c953a16-0101-4a63-b812-34c7ab0708b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75c7b669-ffa3-4b46-9635-e7dd2ef64faf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c7b669-ffa3-4b46-9635-e7dd2ef64faf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9649655422618940843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71278c51-b725-49d1-b64e-a5cc5deef872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c7b669-ffa3-4b46-9635-e7dd2ef64faf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad35473-2cd1-471d-be05-47799f6c51fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad35473-2cd1-471d-be05-47799f6c51fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1019491582094730614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e37cd1b-1f4c-4184-be9f-645abb1f096a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e37cd1b-1f4c-4184-be9f-645abb1f096a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821602284241910456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad35473-2cd1-471d-be05-47799f6c51fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b369001-8ded-40a3-acb8-00eb6f011f1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b369001-8ded-40a3-acb8-00eb6f011f1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17556951408676420774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e37cd1b-1f4c-4184-be9f-645abb1f096a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72b18ebd-ff9f-442e-9865-56aca8b5f8b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b18ebd-ff9f-442e-9865-56aca8b5f8b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666239458385221602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b369001-8ded-40a3-acb8-00eb6f011f1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f36d38e-38fa-4dfb-a09b-bbe055e9f19c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f36d38e-38fa-4dfb-a09b-bbe055e9f19c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713932125595945223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b18ebd-ff9f-442e-9865-56aca8b5f8b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 413c8d46-f881-4872-af2b-505a58b7efe9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 413c8d46-f881-4872-af2b-505a58b7efe9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730569989944256872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f36d38e-38fa-4dfb-a09b-bbe055e9f19c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4238b1e2-2fa4-458e-998a-32d185cc33f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4238b1e2-2fa4-458e-998a-32d185cc33f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5529548871590322566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 413c8d46-f881-4872-af2b-505a58b7efe9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf1ccb20-239e-4e05-ac8c-8dbe077567ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1ccb20-239e-4e05-ac8c-8dbe077567ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401428596383505394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4238b1e2-2fa4-458e-998a-32d185cc33f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79426225-73bb-4d50-8a60-e5bf4fe43618, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79426225-73bb-4d50-8a60-e5bf4fe43618, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805605841089838817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1ccb20-239e-4e05-ac8c-8dbe077567ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7d2b92-4485-4bdd-9d8b-27e90f27097f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7d2b92-4485-4bdd-9d8b-27e90f27097f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14073142322666726951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79426225-73bb-4d50-8a60-e5bf4fe43618, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd81709a-a839-49f9-84ee-203c3f76b599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd81709a-a839-49f9-84ee-203c3f76b599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5198938784361891224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7d2b92-4485-4bdd-9d8b-27e90f27097f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af8816f-dc20-4707-90fd-8c221dae3119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af8816f-dc20-4707-90fd-8c221dae3119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2707146902818137991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd81709a-a839-49f9-84ee-203c3f76b599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed1c4ba-4a8f-478d-8722-9002ed774357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed1c4ba-4a8f-478d-8722-9002ed774357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2442007683363760407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af8816f-dc20-4707-90fd-8c221dae3119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3298104f-41e0-478e-bf7c-ed1aaa812990, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3298104f-41e0-478e-bf7c-ed1aaa812990, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1591733769190773242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed1c4ba-4a8f-478d-8722-9002ed774357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3ce9b91-653c-4d88-9429-9e27addfe795, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ce9b91-653c-4d88-9429-9e27addfe795, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449983495827553217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3298104f-41e0-478e-bf7c-ed1aaa812990, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c6f9dc3-75e4-4f9c-bf60-373fbdc0b7ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6f9dc3-75e4-4f9c-bf60-373fbdc0b7ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093355987409907775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ce9b91-653c-4d88-9429-9e27addfe795, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8399808-78a3-4341-aecc-9250453e20dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8399808-78a3-4341-aecc-9250453e20dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4360654833431316669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6f9dc3-75e4-4f9c-bf60-373fbdc0b7ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef88b423-51e6-4d03-bcfc-66eac2ab4f3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef88b423-51e6-4d03-bcfc-66eac2ab4f3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708352922407957139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8399808-78a3-4341-aecc-9250453e20dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26381b54-9b9b-4c98-8332-c0c9cabadc1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26381b54-9b9b-4c98-8332-c0c9cabadc1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13912629996037212374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef88b423-51e6-4d03-bcfc-66eac2ab4f3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8676fe8-7c9b-4b1d-bb21-3730ce896be2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8676fe8-7c9b-4b1d-bb21-3730ce896be2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8298107386896236304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26381b54-9b9b-4c98-8332-c0c9cabadc1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7842478b-2fb2-46ed-9ff4-d811f99ba86f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7842478b-2fb2-46ed-9ff4-d811f99ba86f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8472127898149818097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8676fe8-7c9b-4b1d-bb21-3730ce896be2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e586ce1-ff63-446f-9e00-f9b80e237b7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e586ce1-ff63-446f-9e00-f9b80e237b7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3684214273973593215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7842478b-2fb2-46ed-9ff4-d811f99ba86f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae23ecaa-5380-4879-8fcb-fd8793d62474, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae23ecaa-5380-4879-8fcb-fd8793d62474, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159703281599008042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e586ce1-ff63-446f-9e00-f9b80e237b7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b754f23-9b48-490f-b186-bdbcabe9d843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b754f23-9b48-490f-b186-bdbcabe9d843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2634576546803132414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae23ecaa-5380-4879-8fcb-fd8793d62474, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 842beb75-fd20-4a12-825c-e9354afd6d38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842beb75-fd20-4a12-825c-e9354afd6d38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1156959318031308454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b754f23-9b48-490f-b186-bdbcabe9d843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4129a9f6-6fac-434c-a7b0-ad2982c25b7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4129a9f6-6fac-434c-a7b0-ad2982c25b7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974854496899907362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842beb75-fd20-4a12-825c-e9354afd6d38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4129a9f6-6fac-434c-a7b0-ad2982c25b7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35b5e4bc-6651-4ac0-8ecf-87652428e882, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b5e4bc-6651-4ac0-8ecf-87652428e882, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862111793893525346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92148b01-50c0-4e85-bc91-8116598bb119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92148b01-50c0-4e85-bc91-8116598bb119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855423549740719338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b5e4bc-6651-4ac0-8ecf-87652428e882, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db04f10a-d5ca-4502-a538-821f25f63d29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db04f10a-d5ca-4502-a538-821f25f63d29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2002357217933420950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92148b01-50c0-4e85-bc91-8116598bb119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 590366af-f866-4abf-9c11-6e95f616e871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590366af-f866-4abf-9c11-6e95f616e871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14156601820578035294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db04f10a-d5ca-4502-a538-821f25f63d29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c04c30d8-6795-4eca-8133-b572abd26918, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04c30d8-6795-4eca-8133-b572abd26918, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5538655536427757999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590366af-f866-4abf-9c11-6e95f616e871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f85bf09-5efb-4156-beed-dabfa3349b93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f85bf09-5efb-4156-beed-dabfa3349b93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17610262819916071863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04c30d8-6795-4eca-8133-b572abd26918, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 225d1f3c-44eb-4891-bab0-ddd0ccc9cda6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 225d1f3c-44eb-4891-bab0-ddd0ccc9cda6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15661475253136403391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 225d1f3c-44eb-4891-bab0-ddd0ccc9cda6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dccb2a17-891c-4eef-9dbe-00a5d4f0e957, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccb2a17-891c-4eef-9dbe-00a5d4f0e957, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15036431352551039889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f85bf09-5efb-4156-beed-dabfa3349b93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccb2a17-891c-4eef-9dbe-00a5d4f0e957, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e3d638d-fdd3-4608-bf86-7e00a8a0d91d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e3d638d-fdd3-4608-bf86-7e00a8a0d91d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2725306199479960909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec283fe4-4134-4326-8485-d94a9548a200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec283fe4-4134-4326-8485-d94a9548a200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16612731908023228889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e3d638d-fdd3-4608-bf86-7e00a8a0d91d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27f260d-a9b1-4e06-8bda-37d0617c2bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27f260d-a9b1-4e06-8bda-37d0617c2bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2223705629939818339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec283fe4-4134-4326-8485-d94a9548a200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb70f382-d4d1-4801-b6c4-c9a2459b506c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb70f382-d4d1-4801-b6c4-c9a2459b506c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7909000845889210586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27f260d-a9b1-4e06-8bda-37d0617c2bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61fc4485-909c-488b-b126-296306f36d4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fc4485-909c-488b-b126-296306f36d4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7592393360544659906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb70f382-d4d1-4801-b6c4-c9a2459b506c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f188553f-7eea-4aaa-a0e4-55fa57719b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f188553f-7eea-4aaa-a0e4-55fa57719b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050787912158390039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fc4485-909c-488b-b126-296306f36d4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8fdb66-f99c-4673-ba93-b2ec440205d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8fdb66-f99c-4673-ba93-b2ec440205d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13300298232020962973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f188553f-7eea-4aaa-a0e4-55fa57719b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad2c31d-289a-4963-bffd-4506ca04b778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad2c31d-289a-4963-bffd-4506ca04b778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939087339879109670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8fdb66-f99c-4673-ba93-b2ec440205d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049db82a-ae84-417e-8e1b-c795f06015e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049db82a-ae84-417e-8e1b-c795f06015e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15453432134546768928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad2c31d-289a-4963-bffd-4506ca04b778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e38d7f8-6610-469d-9d1b-16cc1f9a65b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e38d7f8-6610-469d-9d1b-16cc1f9a65b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16746792302633260272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049db82a-ae84-417e-8e1b-c795f06015e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b52b239-48f3-452f-9c01-f6236cf66b03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b52b239-48f3-452f-9c01-f6236cf66b03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14371526827010494201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e38d7f8-6610-469d-9d1b-16cc1f9a65b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c12e53a-bc41-4ec0-bf6f-8720c96f6a7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c12e53a-bc41-4ec0-bf6f-8720c96f6a7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854009134766420101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b52b239-48f3-452f-9c01-f6236cf66b03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ae596f-e5fd-4510-819d-4ac101f12690, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ae596f-e5fd-4510-819d-4ac101f12690, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316127024872790287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c12e53a-bc41-4ec0-bf6f-8720c96f6a7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c070d94-9156-453a-96e2-0689c01eb637, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c070d94-9156-453a-96e2-0689c01eb637, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779571703255296924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ae596f-e5fd-4510-819d-4ac101f12690, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861b1196-1ea7-455d-a053-afc0a2d9bc5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861b1196-1ea7-455d-a053-afc0a2d9bc5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14664506336150371036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c070d94-9156-453a-96e2-0689c01eb637, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b282a549-d124-44d5-bd0c-eb1d20570f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b282a549-d124-44d5-bd0c-eb1d20570f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9592711730819446768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861b1196-1ea7-455d-a053-afc0a2d9bc5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39819759-5981-4a7b-ab1c-b253d3a19372, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39819759-5981-4a7b-ab1c-b253d3a19372, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18427167393242281657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b282a549-d124-44d5-bd0c-eb1d20570f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f04fef2c-9e5e-4975-84a7-e0eaabffafc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39819759-5981-4a7b-ab1c-b253d3a19372, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac5c244-8e0d-40a8-be09-6154cb798758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04fef2c-9e5e-4975-84a7-e0eaabffafc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5159540502531844472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac5c244-8e0d-40a8-be09-6154cb798758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103675115930870692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac5c244-8e0d-40a8-be09-6154cb798758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ee26d33-e64c-460c-8ef2-01bff1e8849f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee26d33-e64c-460c-8ef2-01bff1e8849f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202477549403927459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04fef2c-9e5e-4975-84a7-e0eaabffafc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee26d33-e64c-460c-8ef2-01bff1e8849f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ecde16-3a63-4a0c-b63d-604db608ee1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d4d6e91-a5a8-4c55-b8bb-e01b95336cbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d4d6e91-a5a8-4c55-b8bb-e01b95336cbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013153570409853610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ecde16-3a63-4a0c-b63d-604db608ee1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657600358058136944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d4d6e91-a5a8-4c55-b8bb-e01b95336cbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b61e89-4c2c-44ff-8210-d8e9931348ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b61e89-4c2c-44ff-8210-d8e9931348ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362523011753950719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ecde16-3a63-4a0c-b63d-604db608ee1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ab737c6-60a0-4944-8c7c-ae757fab47f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab737c6-60a0-4944-8c7c-ae757fab47f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966879370105543224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b61e89-4c2c-44ff-8210-d8e9931348ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558323bd-3fd1-49a5-94ad-1f92323f71ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab737c6-60a0-4944-8c7c-ae757fab47f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea7ded65-7cb2-44b2-a760-a1258ff1bc25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7ded65-7cb2-44b2-a760-a1258ff1bc25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951296518227662688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558323bd-3fd1-49a5-94ad-1f92323f71ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15248761501737403502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7ded65-7cb2-44b2-a760-a1258ff1bc25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2a6746-7897-4e7a-8a85-bed8e4f69b48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2a6746-7897-4e7a-8a85-bed8e4f69b48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17106632603094117137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558323bd-3fd1-49a5-94ad-1f92323f71ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b6971d-e956-43ee-b089-3610af8cee88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b6971d-e956-43ee-b089-3610af8cee88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16855384688120985341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2a6746-7897-4e7a-8a85-bed8e4f69b48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbcd052f-8ce0-4f9a-8a30-ebb29146857a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbcd052f-8ce0-4f9a-8a30-ebb29146857a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16057124530712868924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b6971d-e956-43ee-b089-3610af8cee88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad5afec-72a7-4110-bba4-2c9b468b12cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad5afec-72a7-4110-bba4-2c9b468b12cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706171878958698835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbcd052f-8ce0-4f9a-8a30-ebb29146857a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61f74158-1acf-43e5-82a1-ecf640bad29a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f74158-1acf-43e5-82a1-ecf640bad29a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277310074898689145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad5afec-72a7-4110-bba4-2c9b468b12cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc560a72-189c-4db9-a9e9-c28522b76424, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc560a72-189c-4db9-a9e9-c28522b76424, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 839848865554055032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f74158-1acf-43e5-82a1-ecf640bad29a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59159700-26e8-4b2c-b977-d05d60d26a3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59159700-26e8-4b2c-b977-d05d60d26a3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2349705470940215721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc560a72-189c-4db9-a9e9-c28522b76424, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59159700-26e8-4b2c-b977-d05d60d26a3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 926ad808-23c8-453c-bd82-81f460472612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926ad808-23c8-453c-bd82-81f460472612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055150386673784569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af2a7626-f5fe-4ef8-abfa-111faf14ac36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af2a7626-f5fe-4ef8-abfa-111faf14ac36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473047352097455095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926ad808-23c8-453c-bd82-81f460472612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d2124f8-bf1d-4876-be34-c869da3a1b69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2124f8-bf1d-4876-be34-c869da3a1b69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 880579569028694392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af2a7626-f5fe-4ef8-abfa-111faf14ac36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51178727-c0d5-4b8a-a320-455972a7b3e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51178727-c0d5-4b8a-a320-455972a7b3e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621425902156641171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2124f8-bf1d-4876-be34-c869da3a1b69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ddbdde9-c45b-47d4-8d97-589bbcb89c5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddbdde9-c45b-47d4-8d97-589bbcb89c5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8076006060546313243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51178727-c0d5-4b8a-a320-455972a7b3e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3434154c-96bb-404d-a52d-4154ba84099d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3434154c-96bb-404d-a52d-4154ba84099d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2375069233251671429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddbdde9-c45b-47d4-8d97-589bbcb89c5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b7fea75-93eb-46a1-8cb9-2e927547de54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7fea75-93eb-46a1-8cb9-2e927547de54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087441919046316145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3434154c-96bb-404d-a52d-4154ba84099d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7e33a7-f5bc-4e75-a5ce-4ce178c0bbde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7e33a7-f5bc-4e75-a5ce-4ce178c0bbde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11420228192165616443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7fea75-93eb-46a1-8cb9-2e927547de54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7aad596-cbff-4250-940f-37bb128e9754, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7aad596-cbff-4250-940f-37bb128e9754, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12186471387536280447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7e33a7-f5bc-4e75-a5ce-4ce178c0bbde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41c07005-4c23-43b5-a212-d885a681e5b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41c07005-4c23-43b5-a212-d885a681e5b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635396745215952280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7aad596-cbff-4250-940f-37bb128e9754, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87aa74d5-eef7-4f61-9530-f4fdd27f7b60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa74d5-eef7-4f61-9530-f4fdd27f7b60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854899007562512521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41c07005-4c23-43b5-a212-d885a681e5b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050d1d36-5d1c-42a8-ae2f-773fd5426412, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050d1d36-5d1c-42a8-ae2f-773fd5426412, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1202686644445551737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa74d5-eef7-4f61-9530-f4fdd27f7b60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97adafd6-b15b-435c-8cb8-66c68da7a5f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97adafd6-b15b-435c-8cb8-66c68da7a5f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12162334066037241326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050d1d36-5d1c-42a8-ae2f-773fd5426412, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a22b2779-0404-4546-886a-937a984bde87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22b2779-0404-4546-886a-937a984bde87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235786347937506429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97adafd6-b15b-435c-8cb8-66c68da7a5f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0ed6e1-e69f-47fd-a8b3-1a4d01572cb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0ed6e1-e69f-47fd-a8b3-1a4d01572cb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8687484075802793567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22b2779-0404-4546-886a-937a984bde87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baad7e17-64d3-4167-a3ab-6b003b322b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baad7e17-64d3-4167-a3ab-6b003b322b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2092751080211880559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0ed6e1-e69f-47fd-a8b3-1a4d01572cb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bf94d07-228c-4c57-aa5e-67c0feb8e052, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf94d07-228c-4c57-aa5e-67c0feb8e052, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617031880625648394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baad7e17-64d3-4167-a3ab-6b003b322b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2550b798-3c6e-4bea-98f2-5e15f2565dee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2550b798-3c6e-4bea-98f2-5e15f2565dee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762700640999861887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf94d07-228c-4c57-aa5e-67c0feb8e052, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cb1400-3ebc-46ec-893b-38c975761098, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cb1400-3ebc-46ec-893b-38c975761098, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274087882677834311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2550b798-3c6e-4bea-98f2-5e15f2565dee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96ee07c-a614-43c6-bee1-2dee8af4909c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96ee07c-a614-43c6-bee1-2dee8af4909c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6305386858255429935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cb1400-3ebc-46ec-893b-38c975761098, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7deb2a-d944-4d91-8322-8919d80df069, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7deb2a-d944-4d91-8322-8919d80df069, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650021371727430031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96ee07c-a614-43c6-bee1-2dee8af4909c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f057f84-4520-4c8b-8fe5-f5e4e7096f6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f057f84-4520-4c8b-8fe5-f5e4e7096f6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15211590014206194423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7deb2a-d944-4d91-8322-8919d80df069, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79e0494f-53ae-4cc8-aefa-ebb0eb9d18fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e0494f-53ae-4cc8-aefa-ebb0eb9d18fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786470889797175460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f057f84-4520-4c8b-8fe5-f5e4e7096f6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e0494f-53ae-4cc8-aefa-ebb0eb9d18fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47c57ae4-ece3-4d45-b01b-c7415dd84112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e75179-b837-4332-9852-f8a87319283f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e75179-b837-4332-9852-f8a87319283f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12481873664149853734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c57ae4-ece3-4d45-b01b-c7415dd84112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413024498082913014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e75179-b837-4332-9852-f8a87319283f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0957543-1ae7-4707-b171-001bb640e5a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0957543-1ae7-4707-b171-001bb640e5a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2345328766000428956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c57ae4-ece3-4d45-b01b-c7415dd84112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c121867e-3252-44c5-b451-32b10e16eaae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c121867e-3252-44c5-b451-32b10e16eaae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4995429638861139447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0957543-1ae7-4707-b171-001bb640e5a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5db81a89-1b3a-4305-9cea-420a5e291151, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db81a89-1b3a-4305-9cea-420a5e291151, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12173858515894815210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c121867e-3252-44c5-b451-32b10e16eaae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43516e09-46bc-4a56-9799-7d6bb78df06a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43516e09-46bc-4a56-9799-7d6bb78df06a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16528592972268032720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db81a89-1b3a-4305-9cea-420a5e291151, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43516e09-46bc-4a56-9799-7d6bb78df06a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cae587af-7904-4ed7-b65d-ec4c9d589adf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae587af-7904-4ed7-b65d-ec4c9d589adf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3907270111037037665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94888223-8f94-4573-9a44-af9ae5167e44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94888223-8f94-4573-9a44-af9ae5167e44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7805197824272820919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae587af-7904-4ed7-b65d-ec4c9d589adf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 563305d9-5727-4fb1-bb82-a1cdf43febed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94888223-8f94-4573-9a44-af9ae5167e44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563305d9-5727-4fb1-bb82-a1cdf43febed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3736177285110046874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34e2133f-e20a-4138-8cd7-6e3e2d0191c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e2133f-e20a-4138-8cd7-6e3e2d0191c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12826663527244238729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563305d9-5727-4fb1-bb82-a1cdf43febed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ee82c0-adf9-4338-b956-94bbbe0ea753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ee82c0-adf9-4338-b956-94bbbe0ea753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15545571387339241233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e2133f-e20a-4138-8cd7-6e3e2d0191c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9978a9eb-1302-4599-ae76-2b920492999c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9978a9eb-1302-4599-ae76-2b920492999c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679091734448671724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ee82c0-adf9-4338-b956-94bbbe0ea753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2fe8eb9-1c13-4474-bdd1-b57bf826ec77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2fe8eb9-1c13-4474-bdd1-b57bf826ec77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13803820399636630402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9978a9eb-1302-4599-ae76-2b920492999c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d1c381-2a6b-4de6-9565-220643cecf0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d1c381-2a6b-4de6-9565-220643cecf0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8189112171713697380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2fe8eb9-1c13-4474-bdd1-b57bf826ec77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d1c381-2a6b-4de6-9565-220643cecf0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17104160-dcce-4b79-98e0-6302323493f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17104160-dcce-4b79-98e0-6302323493f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828401880528438148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eda45fb-d8a2-4ff8-9117-81edd16e5534, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eda45fb-d8a2-4ff8-9117-81edd16e5534, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157944058387193598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17104160-dcce-4b79-98e0-6302323493f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eda45fb-d8a2-4ff8-9117-81edd16e5534, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53925509-3b44-477b-9a56-6e88b3254ab3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53925509-3b44-477b-9a56-6e88b3254ab3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059153902441747174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37eaa853-6f0a-4115-b545-94b5b53aeff0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37eaa853-6f0a-4115-b545-94b5b53aeff0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13052176284970447461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53925509-3b44-477b-9a56-6e88b3254ab3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3291bf3a-82c5-4151-b1f0-23a66948246b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3291bf3a-82c5-4151-b1f0-23a66948246b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544095299106801243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3291bf3a-82c5-4151-b1f0-23a66948246b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69685e31-62da-43d0-8d64-259ae5f52b6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69685e31-62da-43d0-8d64-259ae5f52b6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981070526892954954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69685e31-62da-43d0-8d64-259ae5f52b6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cbadec5-308d-4603-b1ba-c2354e4e1d09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cbadec5-308d-4603-b1ba-c2354e4e1d09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1881093153478156572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37eaa853-6f0a-4115-b545-94b5b53aeff0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5771db1c-4088-439a-a11a-d1889b138df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5771db1c-4088-439a-a11a-d1889b138df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4075595575733047051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cbadec5-308d-4603-b1ba-c2354e4e1d09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33373aa4-6a8f-43b5-9a4b-9744949448e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33373aa4-6a8f-43b5-9a4b-9744949448e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13803241310941859971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5771db1c-4088-439a-a11a-d1889b138df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cb1c57b-afc6-43b4-9697-95c384bd66cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb1c57b-afc6-43b4-9697-95c384bd66cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776718523203368422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33373aa4-6a8f-43b5-9a4b-9744949448e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77278c94-0113-49fb-98b8-3c370fc371f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77278c94-0113-49fb-98b8-3c370fc371f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7201489366191224477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb1c57b-afc6-43b4-9697-95c384bd66cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee90fbb-224d-434c-822b-820de60ce6d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee90fbb-224d-434c-822b-820de60ce6d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6923625428560686735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77278c94-0113-49fb-98b8-3c370fc371f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d080d31-0fb5-4860-95ca-a8cd8f02856d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d080d31-0fb5-4860-95ca-a8cd8f02856d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16827434678789160100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee90fbb-224d-434c-822b-820de60ce6d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 065245ea-2dcc-45d2-bd37-42a04c778b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065245ea-2dcc-45d2-bd37-42a04c778b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632940683440529936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d080d31-0fb5-4860-95ca-a8cd8f02856d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9fb05f9-72c4-4ea6-9cd2-3ce2aa4d7e4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9fb05f9-72c4-4ea6-9cd2-3ce2aa4d7e4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3434956730013699998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065245ea-2dcc-45d2-bd37-42a04c778b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5259695-689c-4a24-9ae0-b0c0da23e3ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5259695-689c-4a24-9ae0-b0c0da23e3ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9144679105256997356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9fb05f9-72c4-4ea6-9cd2-3ce2aa4d7e4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8232ca00-e1a4-418a-a15d-323dc12cb7b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8232ca00-e1a4-418a-a15d-323dc12cb7b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596456722573565527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5259695-689c-4a24-9ae0-b0c0da23e3ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c29bf174-b80f-48af-bb23-1ac73f34941e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29bf174-b80f-48af-bb23-1ac73f34941e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6056091438199789105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8232ca00-e1a4-418a-a15d-323dc12cb7b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29a5187e-3ed4-4031-8460-d4cdd056357f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a5187e-3ed4-4031-8460-d4cdd056357f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2371691377215411638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29bf174-b80f-48af-bb23-1ac73f34941e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78090e96-e02f-4692-ba4c-7a5965f2441e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78090e96-e02f-4692-ba4c-7a5965f2441e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3849190545856961063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a5187e-3ed4-4031-8460-d4cdd056357f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c8fd490-7cba-4aca-b346-dfcad97ca96f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8fd490-7cba-4aca-b346-dfcad97ca96f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8264136647710466261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78090e96-e02f-4692-ba4c-7a5965f2441e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37e80e8b-6a03-4307-833a-63aed4130ba6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e80e8b-6a03-4307-833a-63aed4130ba6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9486908898034944643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8fd490-7cba-4aca-b346-dfcad97ca96f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e80e8b-6a03-4307-833a-63aed4130ba6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e11aa0f-3e0e-4230-b5d2-a3594aefda6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcf18880-7a9a-4697-ab85-e7de89b7e6c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e11aa0f-3e0e-4230-b5d2-a3594aefda6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947616771007262536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf18880-7a9a-4697-ab85-e7de89b7e6c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475609044162485129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e11aa0f-3e0e-4230-b5d2-a3594aefda6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99710bdb-70a6-4da4-93a7-1bce4238ad2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99710bdb-70a6-4da4-93a7-1bce4238ad2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479959695142902474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf18880-7a9a-4697-ab85-e7de89b7e6c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc82c76-1aca-4d61-afa5-669db66a6e5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc82c76-1aca-4d61-afa5-669db66a6e5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5176957530493117276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99710bdb-70a6-4da4-93a7-1bce4238ad2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8518d1-25b4-4683-8ccc-7bf59f00d3e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8518d1-25b4-4683-8ccc-7bf59f00d3e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807839532464008637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc82c76-1aca-4d61-afa5-669db66a6e5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489194a4-3c8a-4a7d-b2e1-fd37bf87ea98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489194a4-3c8a-4a7d-b2e1-fd37bf87ea98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992727044713401968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8518d1-25b4-4683-8ccc-7bf59f00d3e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6113d07d-8e96-433b-9e80-d35d1084a7f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6113d07d-8e96-433b-9e80-d35d1084a7f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5184798558811259648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489194a4-3c8a-4a7d-b2e1-fd37bf87ea98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fd33389-076e-4abe-9308-8dbd64ec7d45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd33389-076e-4abe-9308-8dbd64ec7d45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13715902920270926882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6113d07d-8e96-433b-9e80-d35d1084a7f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 004b2bf4-2e70-4753-9af0-c67cde6abb57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004b2bf4-2e70-4753-9af0-c67cde6abb57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352545716007301918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd33389-076e-4abe-9308-8dbd64ec7d45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6733b762-ce45-47be-aab9-39fe347ee0bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6733b762-ce45-47be-aab9-39fe347ee0bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885882496185846966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004b2bf4-2e70-4753-9af0-c67cde6abb57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12cfe76d-3473-40f4-9abb-8f4416bcbedc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12cfe76d-3473-40f4-9abb-8f4416bcbedc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5696974424272098421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6733b762-ce45-47be-aab9-39fe347ee0bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eaaa5cf-70b4-4d2e-9f79-8406a6b101c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaaa5cf-70b4-4d2e-9f79-8406a6b101c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15900013968514134170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12cfe76d-3473-40f4-9abb-8f4416bcbedc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d80b606-2f99-492c-8a07-69df5bc26221, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d80b606-2f99-492c-8a07-69df5bc26221, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846994362916060615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaaa5cf-70b4-4d2e-9f79-8406a6b101c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b05991-0369-414e-832b-6a2af296f09c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b05991-0369-414e-832b-6a2af296f09c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498491473797502185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d80b606-2f99-492c-8a07-69df5bc26221, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf25ba8-7b35-4f0a-8c8d-e2bff6a75fa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf25ba8-7b35-4f0a-8c8d-e2bff6a75fa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1738680510237711801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b05991-0369-414e-832b-6a2af296f09c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a120b212-724e-4f5c-bb25-a7a86000e308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a120b212-724e-4f5c-bb25-a7a86000e308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5749082274133506830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf25ba8-7b35-4f0a-8c8d-e2bff6a75fa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d09a79-86c4-474c-8510-e6adc2895ab2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d09a79-86c4-474c-8510-e6adc2895ab2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977815238558167615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a120b212-724e-4f5c-bb25-a7a86000e308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe0a6ffe-aaa6-4564-a590-e9fd57368298, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0a6ffe-aaa6-4564-a590-e9fd57368298, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16885489821896554036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d09a79-86c4-474c-8510-e6adc2895ab2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c57eccb-8db5-484b-a462-2ffe9c140661, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c57eccb-8db5-484b-a462-2ffe9c140661, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17100101009106406272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c57eccb-8db5-484b-a462-2ffe9c140661, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac2dbafa-4ae2-4338-944c-89ac40473f1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2dbafa-4ae2-4338-944c-89ac40473f1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138922141279693442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2dbafa-4ae2-4338-944c-89ac40473f1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e2b1bd-2530-4a8e-b897-a71b0e8a8a8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e2b1bd-2530-4a8e-b897-a71b0e8a8a8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148665614772851412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0a6ffe-aaa6-4564-a590-e9fd57368298, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8d8c10-1638-43bc-b5b3-401b7715c061, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8d8c10-1638-43bc-b5b3-401b7715c061, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141890557762234654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e2b1bd-2530-4a8e-b897-a71b0e8a8a8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a249e711-455c-4e9d-ad82-57a3c8553924, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a249e711-455c-4e9d-ad82-57a3c8553924, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334410332137614130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8d8c10-1638-43bc-b5b3-401b7715c061, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d70e878-b266-48ac-a7fe-99882965ae02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d70e878-b266-48ac-a7fe-99882965ae02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14630237037020455043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a249e711-455c-4e9d-ad82-57a3c8553924, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 150d3e30-47fe-4ee6-97b3-3cb2d44fe9fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 150d3e30-47fe-4ee6-97b3-3cb2d44fe9fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5344852295696074731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d70e878-b266-48ac-a7fe-99882965ae02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d5f7e84-19c9-4dd6-b5c7-21da165d7128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d5f7e84-19c9-4dd6-b5c7-21da165d7128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1829467659013794037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 150d3e30-47fe-4ee6-97b3-3cb2d44fe9fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e0d46d-6a9c-4b6b-8533-ae60c834c3a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e0d46d-6a9c-4b6b-8533-ae60c834c3a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5301210868885007381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d5f7e84-19c9-4dd6-b5c7-21da165d7128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faf49c2f-3b10-4d2a-86ae-0f65c6414901, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf49c2f-3b10-4d2a-86ae-0f65c6414901, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3411231458091008713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e0d46d-6a9c-4b6b-8533-ae60c834c3a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435555a1-1711-4f69-a3d6-8a53a9ea6202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435555a1-1711-4f69-a3d6-8a53a9ea6202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8676534100825621814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf49c2f-3b10-4d2a-86ae-0f65c6414901, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca05c53b-e525-4120-93a7-5b3d17cb9e47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca05c53b-e525-4120-93a7-5b3d17cb9e47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1168448449706646332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435555a1-1711-4f69-a3d6-8a53a9ea6202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8578d5b3-89a9-416d-92fa-748f984cfbab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8578d5b3-89a9-416d-92fa-748f984cfbab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8668262198561905019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca05c53b-e525-4120-93a7-5b3d17cb9e47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13575107-f7a7-4df1-a631-8ff2040a24ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13575107-f7a7-4df1-a631-8ff2040a24ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096029492980008664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8578d5b3-89a9-416d-92fa-748f984cfbab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b31a260-1ad3-4885-bc68-f7ca5ac83f0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b31a260-1ad3-4885-bc68-f7ca5ac83f0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000398005937851823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13575107-f7a7-4df1-a631-8ff2040a24ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c91a83a4-ab10-4b2e-852b-9a71efe6cf64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91a83a4-ab10-4b2e-852b-9a71efe6cf64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3597399725901155369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b31a260-1ad3-4885-bc68-f7ca5ac83f0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f3a287f-9e11-49e7-8264-9fa63b73da33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3a287f-9e11-49e7-8264-9fa63b73da33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3164243008004764948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91a83a4-ab10-4b2e-852b-9a71efe6cf64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f131e35f-5b5c-4cb0-b9f4-b7f2d220c04c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f131e35f-5b5c-4cb0-b9f4-b7f2d220c04c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3235349481846806282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3a287f-9e11-49e7-8264-9fa63b73da33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af9bf64-0bee-47d1-b232-81263764b4b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af9bf64-0bee-47d1-b232-81263764b4b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5657668461812506121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f131e35f-5b5c-4cb0-b9f4-b7f2d220c04c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b156f578-d49d-4df9-a242-531b84e2a1c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b156f578-d49d-4df9-a242-531b84e2a1c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4252720617657823348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af9bf64-0bee-47d1-b232-81263764b4b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b156f578-d49d-4df9-a242-531b84e2a1c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b64d67-042b-4a72-bd19-ac9b7c793c73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b64d67-042b-4a72-bd19-ac9b7c793c73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5162969715165160259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe1f4ec-fa76-4990-9023-9bf3eb47a98a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe1f4ec-fa76-4990-9023-9bf3eb47a98a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17711544371358129163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b64d67-042b-4a72-bd19-ac9b7c793c73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63576147-9752-4370-af49-5c48e8d23820, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63576147-9752-4370-af49-5c48e8d23820, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18338522361329909293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe1f4ec-fa76-4990-9023-9bf3eb47a98a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0f5ae0d-dcc9-448e-acba-3eed023767c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f5ae0d-dcc9-448e-acba-3eed023767c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143519976976996916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63576147-9752-4370-af49-5c48e8d23820, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9327ad19-ac00-45b4-b992-399d17ec0434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f5ae0d-dcc9-448e-acba-3eed023767c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8de997-72a2-4b0c-81c6-b202fff9e35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9327ad19-ac00-45b4-b992-399d17ec0434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699425657411872720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8de997-72a2-4b0c-81c6-b202fff9e35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867145878903514633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9327ad19-ac00-45b4-b992-399d17ec0434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29a1278b-ec91-4b5a-9604-8ccb88c00ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a1278b-ec91-4b5a-9604-8ccb88c00ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866313999115655990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8de997-72a2-4b0c-81c6-b202fff9e35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59f40e74-de2c-4e79-b83d-f83358d87751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59f40e74-de2c-4e79-b83d-f83358d87751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500766716473396710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a1278b-ec91-4b5a-9604-8ccb88c00ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5183bf6b-bd60-4bc0-8d5f-77b4bae5187a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5183bf6b-bd60-4bc0-8d5f-77b4bae5187a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4495609396039901974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59f40e74-de2c-4e79-b83d-f83358d87751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb24ca5e-bde1-490e-85e5-154e81a4e9f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5183bf6b-bd60-4bc0-8d5f-77b4bae5187a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb24ca5e-bde1-490e-85e5-154e81a4e9f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13739351701823767441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9f18860-bacd-42fe-80d7-70421ef872df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f18860-bacd-42fe-80d7-70421ef872df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1263695071274471977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb24ca5e-bde1-490e-85e5-154e81a4e9f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3342365b-20c6-4fd8-a995-186e774951a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3342365b-20c6-4fd8-a995-186e774951a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15039456977509301206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f18860-bacd-42fe-80d7-70421ef872df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3342365b-20c6-4fd8-a995-186e774951a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f93fffe4-307a-4268-8784-5291c48e3561, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f93fffe4-307a-4268-8784-5291c48e3561, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664203828104384949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c1bc747-54e7-4e08-bc3e-e34e6f278219, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1bc747-54e7-4e08-bc3e-e34e6f278219, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977933051037169829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f93fffe4-307a-4268-8784-5291c48e3561, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e8bd35f-93e9-44cf-a3ac-bc720a7da7de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8bd35f-93e9-44cf-a3ac-bc720a7da7de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3859530337611135542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1bc747-54e7-4e08-bc3e-e34e6f278219, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f51eb3c6-1026-4e83-94e4-0a08d9105a05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51eb3c6-1026-4e83-94e4-0a08d9105a05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9874436197486758474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8bd35f-93e9-44cf-a3ac-bc720a7da7de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 665cd5bd-1bde-407a-9dea-4d9c6252ddb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665cd5bd-1bde-407a-9dea-4d9c6252ddb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18209901338987640709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51eb3c6-1026-4e83-94e4-0a08d9105a05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fff9db4-a271-488c-a340-28d4eb6f5b0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fff9db4-a271-488c-a340-28d4eb6f5b0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501253923312644814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665cd5bd-1bde-407a-9dea-4d9c6252ddb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1601fa6-9466-4e0b-a6b6-5820d221eb28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1601fa6-9466-4e0b-a6b6-5820d221eb28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17977297995125266829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fff9db4-a271-488c-a340-28d4eb6f5b0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e5afff-59bd-4de4-92b6-4e0167b03737, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e5afff-59bd-4de4-92b6-4e0167b03737, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15069542896887315199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1601fa6-9466-4e0b-a6b6-5820d221eb28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3d62fe7-b8e6-489c-8973-95378ab42f57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d62fe7-b8e6-489c-8973-95378ab42f57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 770893064596686821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e5afff-59bd-4de4-92b6-4e0167b03737, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a12aab-7a5e-4338-826e-c4bda92aa2d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a12aab-7a5e-4338-826e-c4bda92aa2d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1188302386124876601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d62fe7-b8e6-489c-8973-95378ab42f57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dc13722-402d-4418-bc28-a57f8380fcc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc13722-402d-4418-bc28-a57f8380fcc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9530523240135864450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a12aab-7a5e-4338-826e-c4bda92aa2d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59bd982-b192-4b76-97d2-0e40bcee745f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59bd982-b192-4b76-97d2-0e40bcee745f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2019150303072573780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc13722-402d-4418-bc28-a57f8380fcc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98941b18-f16b-4667-9895-8e13529c8c17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98941b18-f16b-4667-9895-8e13529c8c17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133019311023059066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59bd982-b192-4b76-97d2-0e40bcee745f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83bcc04e-3abd-464d-b77c-d35090e1e994, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bcc04e-3abd-464d-b77c-d35090e1e994, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15387071624154333175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98941b18-f16b-4667-9895-8e13529c8c17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e376ec2-a055-4bde-99c6-82a03abab268, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e376ec2-a055-4bde-99c6-82a03abab268, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 260826033469482875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bcc04e-3abd-464d-b77c-d35090e1e994, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1c62354-67b4-45c1-a2c4-53916b15fbc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c62354-67b4-45c1-a2c4-53916b15fbc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166907263788755065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e376ec2-a055-4bde-99c6-82a03abab268, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c040f797-c710-46a2-9055-83768859c91e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c040f797-c710-46a2-9055-83768859c91e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731012640354161741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c62354-67b4-45c1-a2c4-53916b15fbc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0c4f7e-2c1e-4089-a6c0-0e371b87a47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0c4f7e-2c1e-4089-a6c0-0e371b87a47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280089723310481082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c040f797-c710-46a2-9055-83768859c91e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab29f87-ae11-448a-b0f3-f14ec611d50a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab29f87-ae11-448a-b0f3-f14ec611d50a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414210749225214532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0c4f7e-2c1e-4089-a6c0-0e371b87a47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b14a8566-c03d-495c-b758-7f030acf5b74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14a8566-c03d-495c-b758-7f030acf5b74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535262335493620890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab29f87-ae11-448a-b0f3-f14ec611d50a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14a8566-c03d-495c-b758-7f030acf5b74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d5cd12e-9fbb-47a4-94db-53972f15c903, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5cd12e-9fbb-47a4-94db-53972f15c903, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6973834572088748138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1789b121-2f5c-4eeb-8c1b-8eba7671bd91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1789b121-2f5c-4eeb-8c1b-8eba7671bd91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16719312003947055251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5cd12e-9fbb-47a4-94db-53972f15c903, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e1d7e4-5b0f-4158-81c2-713a0d76019d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e1d7e4-5b0f-4158-81c2-713a0d76019d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695562746447681813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1789b121-2f5c-4eeb-8c1b-8eba7671bd91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a1ad8a4-37c0-49a8-8f28-99b02d0775e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1ad8a4-37c0-49a8-8f28-99b02d0775e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8009921218062661547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e1d7e4-5b0f-4158-81c2-713a0d76019d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b484bdd6-2a47-4ffa-8eb3-4d87ef23784b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b484bdd6-2a47-4ffa-8eb3-4d87ef23784b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1866079737932687546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1ad8a4-37c0-49a8-8f28-99b02d0775e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90d36ed-579b-484e-97dc-4f5480594ef3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90d36ed-579b-484e-97dc-4f5480594ef3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316540427439987040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b484bdd6-2a47-4ffa-8eb3-4d87ef23784b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f38801b-4fc3-4b35-9bb9-058f45293632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f38801b-4fc3-4b35-9bb9-058f45293632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298402732268033212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90d36ed-579b-484e-97dc-4f5480594ef3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99860971-b9d7-4782-b556-ba0aa7605371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99860971-b9d7-4782-b556-ba0aa7605371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8668192555334283827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f38801b-4fc3-4b35-9bb9-058f45293632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7266f48-c8c6-4c0c-8aef-c3c09927e9bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7266f48-c8c6-4c0c-8aef-c3c09927e9bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6534147082378651133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99860971-b9d7-4782-b556-ba0aa7605371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6435472f-6547-4bab-a053-342a5b5c7274, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6435472f-6547-4bab-a053-342a5b5c7274, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559142448754546277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7266f48-c8c6-4c0c-8aef-c3c09927e9bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9c8077-0ebd-4c31-898f-7e17f21d2677, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9c8077-0ebd-4c31-898f-7e17f21d2677, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728060695214479320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6435472f-6547-4bab-a053-342a5b5c7274, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd4b7d5-c5bd-4876-9b99-3079b9ee5ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd4b7d5-c5bd-4876-9b99-3079b9ee5ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17857733962006222225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9c8077-0ebd-4c31-898f-7e17f21d2677, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd4b7d5-c5bd-4876-9b99-3079b9ee5ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b92ab37-b0ee-4a2f-b79a-6bd09a08d2dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 280eba86-f5b5-4952-b2bf-21c68f44adeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280eba86-f5b5-4952-b2bf-21c68f44adeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428384294391869322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b92ab37-b0ee-4a2f-b79a-6bd09a08d2dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104809521683678378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280eba86-f5b5-4952-b2bf-21c68f44adeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e96f848-44e4-4ed0-ae94-54223b0e6ebb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b92ab37-b0ee-4a2f-b79a-6bd09a08d2dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40fcae8-c057-429f-9200-c8ff60f2e8e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40fcae8-c057-429f-9200-c8ff60f2e8e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680628341539646720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e96f848-44e4-4ed0-ae94-54223b0e6ebb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6376213371295421037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40fcae8-c057-429f-9200-c8ff60f2e8e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5bb76b-482f-4371-b9bc-3f12c64dc06a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5bb76b-482f-4371-b9bc-3f12c64dc06a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18385869062775857770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e96f848-44e4-4ed0-ae94-54223b0e6ebb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03e2a42a-fc59-4c26-9107-6c0c933e41e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e2a42a-fc59-4c26-9107-6c0c933e41e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299891115066809850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5bb76b-482f-4371-b9bc-3f12c64dc06a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d2d3d22-49e8-45f0-869c-3027d2662a03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2d3d22-49e8-45f0-869c-3027d2662a03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770825365325498747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e2a42a-fc59-4c26-9107-6c0c933e41e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc511e4d-256c-4508-9785-076fbe39a768, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc511e4d-256c-4508-9785-076fbe39a768, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14221439946669459445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2d3d22-49e8-45f0-869c-3027d2662a03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b823cfaf-6528-4dc7-bbfa-0a58b8de7836, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b823cfaf-6528-4dc7-bbfa-0a58b8de7836, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16856407069988985847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc511e4d-256c-4508-9785-076fbe39a768, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a0ab71-f8fe-4a97-8aaa-fdfd4f955d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a0ab71-f8fe-4a97-8aaa-fdfd4f955d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823107001960755410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b823cfaf-6528-4dc7-bbfa-0a58b8de7836, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7b1570-0cbc-439c-aedf-2a1f0d07d3eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7b1570-0cbc-439c-aedf-2a1f0d07d3eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917588242516373947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a0ab71-f8fe-4a97-8aaa-fdfd4f955d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a23c48e8-f4ac-4c3b-a88d-3cec0a4ff4a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23c48e8-f4ac-4c3b-a88d-3cec0a4ff4a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431434109313297494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7b1570-0cbc-439c-aedf-2a1f0d07d3eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a55ba28-f547-40a0-92af-64551d8738fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a55ba28-f547-40a0-92af-64551d8738fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12272983018418979177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23c48e8-f4ac-4c3b-a88d-3cec0a4ff4a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 124ae65a-08a1-4e0d-9fcd-5eaa1cfd1b98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 124ae65a-08a1-4e0d-9fcd-5eaa1cfd1b98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877833205502255034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a55ba28-f547-40a0-92af-64551d8738fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd6c745c-0151-4f84-90c8-aebcaf623496, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6c745c-0151-4f84-90c8-aebcaf623496, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2972575336161742689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 124ae65a-08a1-4e0d-9fcd-5eaa1cfd1b98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67113901-5bdc-4b62-a4b7-e1557407710b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67113901-5bdc-4b62-a4b7-e1557407710b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17035304074400809576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6c745c-0151-4f84-90c8-aebcaf623496, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11180c7b-8a63-4a42-8327-fbf4c64b0043, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11180c7b-8a63-4a42-8327-fbf4c64b0043, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13478944277029982698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11180c7b-8a63-4a42-8327-fbf4c64b0043, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be6fe495-7990-4864-bbfb-93f51d4031d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be6fe495-7990-4864-bbfb-93f51d4031d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4289649912679927428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67113901-5bdc-4b62-a4b7-e1557407710b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036b6d09-9641-4801-a483-6a21fdc46ad7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036b6d09-9641-4801-a483-6a21fdc46ad7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449836394725259263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036b6d09-9641-4801-a483-6a21fdc46ad7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a719b019-86db-4455-964d-ba705250ddc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a719b019-86db-4455-964d-ba705250ddc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10061919442005275878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be6fe495-7990-4864-bbfb-93f51d4031d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5ce1abb-97a9-4b41-9fd8-977f22fce5f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ce1abb-97a9-4b41-9fd8-977f22fce5f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209441847862755462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a719b019-86db-4455-964d-ba705250ddc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0fd0b36-a8f4-4203-bc9a-117ecd90a6fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fd0b36-a8f4-4203-bc9a-117ecd90a6fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13701099889394481842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ce1abb-97a9-4b41-9fd8-977f22fce5f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ec8b9b-df0a-4506-a8ef-810bbb6dbe20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ec8b9b-df0a-4506-a8ef-810bbb6dbe20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 37221599561952113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fd0b36-a8f4-4203-bc9a-117ecd90a6fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e14e4f4c-d8f6-4842-94ec-ddad29568df3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e14e4f4c-d8f6-4842-94ec-ddad29568df3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17083702519812605810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ec8b9b-df0a-4506-a8ef-810bbb6dbe20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d453b51a-2d2f-4a73-83d6-f716c8cbc4bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d453b51a-2d2f-4a73-83d6-f716c8cbc4bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14886460622889369467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e14e4f4c-d8f6-4842-94ec-ddad29568df3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48453f3a-b870-494b-8b8a-20a083816047, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48453f3a-b870-494b-8b8a-20a083816047, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825453670722584479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d453b51a-2d2f-4a73-83d6-f716c8cbc4bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a595795e-f524-4d46-b500-2c0fc7d36153, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a595795e-f524-4d46-b500-2c0fc7d36153, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464824282139089973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48453f3a-b870-494b-8b8a-20a083816047, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818298fe-16ea-4bb1-9e75-8f85c7ae08bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818298fe-16ea-4bb1-9e75-8f85c7ae08bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8896239252572821087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a595795e-f524-4d46-b500-2c0fc7d36153, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3fd3ae-419c-472f-80d1-a74859bdcdc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3fd3ae-419c-472f-80d1-a74859bdcdc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15506425141195175628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818298fe-16ea-4bb1-9e75-8f85c7ae08bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2037668a-3d07-422e-b09c-cebb165a1094, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2037668a-3d07-422e-b09c-cebb165a1094, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14173679480445089781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3fd3ae-419c-472f-80d1-a74859bdcdc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2628008f-9464-471f-8a67-4b3ef3639eb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2628008f-9464-471f-8a67-4b3ef3639eb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17451696051442200835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2037668a-3d07-422e-b09c-cebb165a1094, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e5e4e0-532e-4eef-bc9f-dd79506b9363, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e5e4e0-532e-4eef-bc9f-dd79506b9363, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172560124544764496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2628008f-9464-471f-8a67-4b3ef3639eb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73eafc3b-b829-488a-899a-5928d4eb689a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73eafc3b-b829-488a-899a-5928d4eb689a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011286489356241281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e5e4e0-532e-4eef-bc9f-dd79506b9363, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8683d992-84a3-4bc5-b4a6-b0548aad4547, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8683d992-84a3-4bc5-b4a6-b0548aad4547, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309035085142414063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73eafc3b-b829-488a-899a-5928d4eb689a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 810d9948-dfac-4e63-84b6-a857d0eaefb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810d9948-dfac-4e63-84b6-a857d0eaefb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3908864928957563583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8683d992-84a3-4bc5-b4a6-b0548aad4547, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74b31c41-9a8d-4d09-9a60-f4c28b2faf9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b31c41-9a8d-4d09-9a60-f4c28b2faf9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947169601845011570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810d9948-dfac-4e63-84b6-a857d0eaefb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c5b63c-0142-414a-85a4-e893e95e5f2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c5b63c-0142-414a-85a4-e893e95e5f2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7867839641841816384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b31c41-9a8d-4d09-9a60-f4c28b2faf9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abcb2e3e-f1e6-4b6f-8f38-1f32a40f1e0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcb2e3e-f1e6-4b6f-8f38-1f32a40f1e0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031003688695175636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c5b63c-0142-414a-85a4-e893e95e5f2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a724462-64a1-49fb-be61-81efaf60c055, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a724462-64a1-49fb-be61-81efaf60c055, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4956872156524636693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcb2e3e-f1e6-4b6f-8f38-1f32a40f1e0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e190dbd-d651-4b86-8c6f-ffce014cc121, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e190dbd-d651-4b86-8c6f-ffce014cc121, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17021962642639212046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a724462-64a1-49fb-be61-81efaf60c055, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6955832-6144-49d9-a741-724cfcc30646, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6955832-6144-49d9-a741-724cfcc30646, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2258628477377238134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6955832-6144-49d9-a741-724cfcc30646, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1c4c490-ef7c-43a1-a2a1-d2d072d913d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c4c490-ef7c-43a1-a2a1-d2d072d913d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6133704474342730850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e190dbd-d651-4b86-8c6f-ffce014cc121, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9148ddc9-bffb-4e8f-9d50-1b43d9ecb0d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9148ddc9-bffb-4e8f-9d50-1b43d9ecb0d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17086629954803044553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c4c490-ef7c-43a1-a2a1-d2d072d913d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9554e1-318f-458a-b61f-d27352bc10d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9554e1-318f-458a-b61f-d27352bc10d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498228970630129203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9148ddc9-bffb-4e8f-9d50-1b43d9ecb0d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f1ee95-deba-4986-94cb-1ae9143823b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f1ee95-deba-4986-94cb-1ae9143823b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910216765193789564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9554e1-318f-458a-b61f-d27352bc10d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965d085d-fc0d-403e-ae3e-4bf82f95366b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965d085d-fc0d-403e-ae3e-4bf82f95366b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728964954130578642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f1ee95-deba-4986-94cb-1ae9143823b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3589df8-1d8d-4fbc-88d1-b3e6c2338064, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3589df8-1d8d-4fbc-88d1-b3e6c2338064, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360103499381658491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965d085d-fc0d-403e-ae3e-4bf82f95366b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d471ab78-b8d7-4453-8c1c-ff7e5e134f08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d471ab78-b8d7-4453-8c1c-ff7e5e134f08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14351122564563509867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3589df8-1d8d-4fbc-88d1-b3e6c2338064, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b85d18-98b8-46fa-945b-2c463f4a97a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b85d18-98b8-46fa-945b-2c463f4a97a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022566020938439568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d471ab78-b8d7-4453-8c1c-ff7e5e134f08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 211eaa93-3b7e-445a-9885-9fc55f35dd12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 211eaa93-3b7e-445a-9885-9fc55f35dd12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269981806554784238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b85d18-98b8-46fa-945b-2c463f4a97a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8384aeff-67a4-413e-a182-a5b06c0e08c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8384aeff-67a4-413e-a182-a5b06c0e08c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580850962380663606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 211eaa93-3b7e-445a-9885-9fc55f35dd12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d712300a-e0d0-43fd-8192-0dd170f69a3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d712300a-e0d0-43fd-8192-0dd170f69a3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4814811581741133888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8384aeff-67a4-413e-a182-a5b06c0e08c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 992928c6-114a-4c4a-822e-059bdd41922f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992928c6-114a-4c4a-822e-059bdd41922f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4294547961207322303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d712300a-e0d0-43fd-8192-0dd170f69a3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c1b8f39-9756-4e78-a40b-dd6fc465225d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992928c6-114a-4c4a-822e-059bdd41922f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 019bdc4e-2e19-45f1-b609-b6f2e09be7e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1b8f39-9756-4e78-a40b-dd6fc465225d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299453450980120817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019bdc4e-2e19-45f1-b609-b6f2e09be7e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425878358164385152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1b8f39-9756-4e78-a40b-dd6fc465225d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c43ef68e-cd79-4ab0-9fb1-158d536831ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43ef68e-cd79-4ab0-9fb1-158d536831ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15204806107813825024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019bdc4e-2e19-45f1-b609-b6f2e09be7e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2c52f3d-3aa4-4754-a069-290379211475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c52f3d-3aa4-4754-a069-290379211475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8530205218460342036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43ef68e-cd79-4ab0-9fb1-158d536831ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59fea8a8-ea96-42e4-8208-d4c09e22ad82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59fea8a8-ea96-42e4-8208-d4c09e22ad82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13034560718730534922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c52f3d-3aa4-4754-a069-290379211475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da49f09a-1574-4c29-8d88-2af990392811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da49f09a-1574-4c29-8d88-2af990392811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217850251683372337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59fea8a8-ea96-42e4-8208-d4c09e22ad82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4da386-e87b-4a72-83ba-cf342735b0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4da386-e87b-4a72-83ba-cf342735b0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15559942935004326867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da49f09a-1574-4c29-8d88-2af990392811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c825e85f-9910-4890-88e5-a7c98df898a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c825e85f-9910-4890-88e5-a7c98df898a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5812684772913727743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4da386-e87b-4a72-83ba-cf342735b0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5a8adbf-406c-4110-875c-196835ed598f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a8adbf-406c-4110-875c-196835ed598f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178902166449079534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c825e85f-9910-4890-88e5-a7c98df898a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2940c71-62c6-4711-a138-5a1589cb55d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2940c71-62c6-4711-a138-5a1589cb55d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12352100402157845815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a8adbf-406c-4110-875c-196835ed598f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da34a77-7dd2-4b1e-a52e-b6a4933ffdd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da34a77-7dd2-4b1e-a52e-b6a4933ffdd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738948536333409033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2940c71-62c6-4711-a138-5a1589cb55d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac7f824b-7189-4d05-ba8a-a501c83e06c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac7f824b-7189-4d05-ba8a-a501c83e06c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6818985098515252673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da34a77-7dd2-4b1e-a52e-b6a4933ffdd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87956621-d3e5-4085-aec3-b3b0fb6d6293, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87956621-d3e5-4085-aec3-b3b0fb6d6293, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10556796419272946217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac7f824b-7189-4d05-ba8a-a501c83e06c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1c01dc-a7a4-4ca7-b05a-3a32941cd36c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87956621-d3e5-4085-aec3-b3b0fb6d6293, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a654cd4d-a6db-44c1-99c7-ac1c49544571, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a654cd4d-a6db-44c1-99c7-ac1c49544571, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7172672816256743584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1c01dc-a7a4-4ca7-b05a-3a32941cd36c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15968227000475605436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a654cd4d-a6db-44c1-99c7-ac1c49544571, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddb12449-eb57-4c04-b819-053dc764117c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb12449-eb57-4c04-b819-053dc764117c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295539993061830602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1c01dc-a7a4-4ca7-b05a-3a32941cd36c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d202edc2-a296-4951-b99e-6a7c3c5e7606, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d202edc2-a296-4951-b99e-6a7c3c5e7606, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14792635712163850161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb12449-eb57-4c04-b819-053dc764117c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa0278a-2c89-4f59-9939-c1bcb24a6f03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa0278a-2c89-4f59-9939-c1bcb24a6f03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3675170867918317500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d202edc2-a296-4951-b99e-6a7c3c5e7606, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff41c42e-2aa8-4e6d-a984-ad8c469dbea1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff41c42e-2aa8-4e6d-a984-ad8c469dbea1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093127232995067501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa0278a-2c89-4f59-9939-c1bcb24a6f03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7c5911c-98e9-427c-9e8e-2d16b71aacff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c5911c-98e9-427c-9e8e-2d16b71aacff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624245890655268517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff41c42e-2aa8-4e6d-a984-ad8c469dbea1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3369aa3-6b31-4644-aef2-76f6d3a03f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3369aa3-6b31-4644-aef2-76f6d3a03f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13027609605603970747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c5911c-98e9-427c-9e8e-2d16b71aacff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5849abc-1fcf-4c67-b113-06d6c64437c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5849abc-1fcf-4c67-b113-06d6c64437c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15382685179004180183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3369aa3-6b31-4644-aef2-76f6d3a03f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897babd0-9705-4e81-af72-b780386bbbce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897babd0-9705-4e81-af72-b780386bbbce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 605050451003267918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5849abc-1fcf-4c67-b113-06d6c64437c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a840221-c232-44f6-bea8-65710660012c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a840221-c232-44f6-bea8-65710660012c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13405908975796775046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897babd0-9705-4e81-af72-b780386bbbce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a840221-c232-44f6-bea8-65710660012c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89ee187c-e509-4c53-959b-1485f6b5a24a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aacd0af8-7858-4804-8b0f-9fdcd0db783d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacd0af8-7858-4804-8b0f-9fdcd0db783d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15714658240646241136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ee187c-e509-4c53-959b-1485f6b5a24a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898991113386945265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacd0af8-7858-4804-8b0f-9fdcd0db783d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04338284-2367-4314-a561-3822d600f371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04338284-2367-4314-a561-3822d600f371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3766490431696634510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ee187c-e509-4c53-959b-1485f6b5a24a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2205fb1-e231-4117-8200-62ab6879c391, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2205fb1-e231-4117-8200-62ab6879c391, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11686374679985047863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2205fb1-e231-4117-8200-62ab6879c391, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04338284-2367-4314-a561-3822d600f371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc08a6b8-8704-41ef-b68a-e355f80033a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc08a6b8-8704-41ef-b68a-e355f80033a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236149798230169576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35dcf87-cd32-4bd0-993e-9457e01c3ad3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35dcf87-cd32-4bd0-993e-9457e01c3ad3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879913945531851281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc08a6b8-8704-41ef-b68a-e355f80033a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd6c1bd-63e7-438d-a7f4-4977fe3406b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd6c1bd-63e7-438d-a7f4-4977fe3406b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13826725378861231650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35dcf87-cd32-4bd0-993e-9457e01c3ad3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16fc9dc7-d8e0-4f87-8dfd-11c6d1dd14d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16fc9dc7-d8e0-4f87-8dfd-11c6d1dd14d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12772992866528943551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd6c1bd-63e7-438d-a7f4-4977fe3406b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a7d23c-b2fc-4ab1-93dd-f6365d103a91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a7d23c-b2fc-4ab1-93dd-f6365d103a91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6894862400943942286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16fc9dc7-d8e0-4f87-8dfd-11c6d1dd14d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401a0dbd-0d43-4fd0-ac43-461bd5dda073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401a0dbd-0d43-4fd0-ac43-461bd5dda073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5830377100674052520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a7d23c-b2fc-4ab1-93dd-f6365d103a91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151120d2-dbe3-445e-be2c-0ba716b7636b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151120d2-dbe3-445e-be2c-0ba716b7636b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1740877359604139371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401a0dbd-0d43-4fd0-ac43-461bd5dda073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7bffd8c-42ac-4498-ab08-0c4648ec8510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7bffd8c-42ac-4498-ab08-0c4648ec8510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13751540408656897903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151120d2-dbe3-445e-be2c-0ba716b7636b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c44568-1b1f-45f1-818f-c9bf3b717452, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c44568-1b1f-45f1-818f-c9bf3b717452, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8310113161985458594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7bffd8c-42ac-4498-ab08-0c4648ec8510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d445bd7c-9a74-4234-b656-07c6b3d7c3ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d445bd7c-9a74-4234-b656-07c6b3d7c3ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12504582635249409865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c44568-1b1f-45f1-818f-c9bf3b717452, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf457b88-7cf2-44c3-a7ed-8c7d2243d0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf457b88-7cf2-44c3-a7ed-8c7d2243d0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11578761299903009397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d445bd7c-9a74-4234-b656-07c6b3d7c3ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 216af65d-2a81-4de1-9807-7e074e8b9c9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 216af65d-2a81-4de1-9807-7e074e8b9c9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4153932153200312145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf457b88-7cf2-44c3-a7ed-8c7d2243d0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aad544b-f486-4f3e-9016-91ad41f53f65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aad544b-f486-4f3e-9016-91ad41f53f65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033702446932862525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 216af65d-2a81-4de1-9807-7e074e8b9c9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85b9f1e-2256-4292-83f0-67f8db7dc97f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85b9f1e-2256-4292-83f0-67f8db7dc97f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395327260850424358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aad544b-f486-4f3e-9016-91ad41f53f65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85b9f1e-2256-4292-83f0-67f8db7dc97f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc971ffb-b67a-43a2-bb45-04d7e53315cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e7b7bb-1b4c-45ce-88a5-260839cedc7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e7b7bb-1b4c-45ce-88a5-260839cedc7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4014527803764545574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc971ffb-b67a-43a2-bb45-04d7e53315cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874716226282372827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e7b7bb-1b4c-45ce-88a5-260839cedc7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc971ffb-b67a-43a2-bb45-04d7e53315cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29934eee-911e-4fe2-afee-4717aa489794, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29934eee-911e-4fe2-afee-4717aa489794, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18249402542626359171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29934eee-911e-4fe2-afee-4717aa489794, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 960bea34-17dd-4fdf-86de-591ff55d9b95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a25048-b272-4811-8ab5-d4f96aa6a36e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a25048-b272-4811-8ab5-d4f96aa6a36e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3962065758055188396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960bea34-17dd-4fdf-86de-591ff55d9b95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773307921729768426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a25048-b272-4811-8ab5-d4f96aa6a36e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b3dcae-b922-4369-987b-d365ff5c4d82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b3dcae-b922-4369-987b-d365ff5c4d82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10262744348832394119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960bea34-17dd-4fdf-86de-591ff55d9b95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aef2f9e5-eb26-41b7-a211-615c3c3412ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef2f9e5-eb26-41b7-a211-615c3c3412ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7507999250872570693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b3dcae-b922-4369-987b-d365ff5c4d82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fd1cae8-2926-4d57-bad2-1e6eb6ac2b99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd1cae8-2926-4d57-bad2-1e6eb6ac2b99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771729835571596123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef2f9e5-eb26-41b7-a211-615c3c3412ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34b4413b-3412-4542-9c38-cbd68ecb7428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b4413b-3412-4542-9c38-cbd68ecb7428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11080033959663024046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd1cae8-2926-4d57-bad2-1e6eb6ac2b99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eee358a-bee1-4921-abe5-44407c99ef83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eee358a-bee1-4921-abe5-44407c99ef83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2458390622338365849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b4413b-3412-4542-9c38-cbd68ecb7428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a990f37-2f94-48d9-b4de-2c1a769dd589, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a990f37-2f94-48d9-b4de-2c1a769dd589, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17022924436478991654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eee358a-bee1-4921-abe5-44407c99ef83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec202bd-8a1b-4874-ba47-efe4bc7de67a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec202bd-8a1b-4874-ba47-efe4bc7de67a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474136875217740168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a990f37-2f94-48d9-b4de-2c1a769dd589, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74a2136-51e0-4c7d-bc64-226c10fba47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74a2136-51e0-4c7d-bc64-226c10fba47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660125364575230976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec202bd-8a1b-4874-ba47-efe4bc7de67a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5265296a-ad79-434a-b726-88ff904ca7ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5265296a-ad79-434a-b726-88ff904ca7ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4663421564093441034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74a2136-51e0-4c7d-bc64-226c10fba47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7118ab14-15b3-464b-a058-e77c747df863, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7118ab14-15b3-464b-a058-e77c747df863, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7014140698168913772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7118ab14-15b3-464b-a058-e77c747df863, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c974675f-74f3-42b5-993a-f4b1adb654e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c974675f-74f3-42b5-993a-f4b1adb654e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3889599181869853954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5265296a-ad79-434a-b726-88ff904ca7ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32136d77-7643-4358-b0b8-db17cdbf5edd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32136d77-7643-4358-b0b8-db17cdbf5edd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7989972297091573776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c974675f-74f3-42b5-993a-f4b1adb654e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3342040e-abf0-4ab9-bfd1-596b603077a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3342040e-abf0-4ab9-bfd1-596b603077a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17407762893946186462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32136d77-7643-4358-b0b8-db17cdbf5edd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f54f439-5c33-4905-80e5-8873744c6dba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f54f439-5c33-4905-80e5-8873744c6dba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5881902237942268320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3342040e-abf0-4ab9-bfd1-596b603077a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd83de63-07a6-476f-9fa7-c2352665e2ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd83de63-07a6-476f-9fa7-c2352665e2ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12669797150007512118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f54f439-5c33-4905-80e5-8873744c6dba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 544fc0af-9004-4a7a-b38e-387fab669e30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544fc0af-9004-4a7a-b38e-387fab669e30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10232029792184330834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd83de63-07a6-476f-9fa7-c2352665e2ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19f979f1-65df-4633-9ccd-5b198b80e7e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f979f1-65df-4633-9ccd-5b198b80e7e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11299922708967992219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544fc0af-9004-4a7a-b38e-387fab669e30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5e657dd-f5be-453d-b8fb-8464a3448e7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f979f1-65df-4633-9ccd-5b198b80e7e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e657dd-f5be-453d-b8fb-8464a3448e7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3418071938983853737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdbf2ecb-28ef-4242-8dcb-ef9ac4d9aa53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbf2ecb-28ef-4242-8dcb-ef9ac4d9aa53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11033595563867729311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e657dd-f5be-453d-b8fb-8464a3448e7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbf2ecb-28ef-4242-8dcb-ef9ac4d9aa53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ade51b-4f7b-455e-839b-23ed89cd16ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ade51b-4f7b-455e-839b-23ed89cd16ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345236572171350302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3940c7a-c6c1-47cd-8014-c60f8937d5ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3940c7a-c6c1-47cd-8014-c60f8937d5ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982884821868926224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ade51b-4f7b-455e-839b-23ed89cd16ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc137f8-4940-4934-a6d4-fe4244b200fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc137f8-4940-4934-a6d4-fe4244b200fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15700688995558843175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3940c7a-c6c1-47cd-8014-c60f8937d5ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5512909e-5524-482f-90c8-618761add21f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5512909e-5524-482f-90c8-618761add21f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15790739280405002539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc137f8-4940-4934-a6d4-fe4244b200fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5512909e-5524-482f-90c8-618761add21f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f8b1c96-6c87-49ad-b9aa-9ab688c3adb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99e8f2d-0b80-4cf3-a852-a93df2a1e466, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8b1c96-6c87-49ad-b9aa-9ab688c3adb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7540992556481593964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99e8f2d-0b80-4cf3-a852-a93df2a1e466, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807521871022292849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8b1c96-6c87-49ad-b9aa-9ab688c3adb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b40138-21b1-4337-91e9-c7f500e7eb81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b40138-21b1-4337-91e9-c7f500e7eb81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170102846343537964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99e8f2d-0b80-4cf3-a852-a93df2a1e466, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2c31475-0631-428f-9fd2-4ee442e18a78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c31475-0631-428f-9fd2-4ee442e18a78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11197741836818736393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b40138-21b1-4337-91e9-c7f500e7eb81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f573aec-a9c5-48a0-815f-f5330ccf1436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f573aec-a9c5-48a0-815f-f5330ccf1436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7230753559623963282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f573aec-a9c5-48a0-815f-f5330ccf1436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c31475-0631-428f-9fd2-4ee442e18a78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1e42314-cb14-458e-9565-8a5daa068e48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1e42314-cb14-458e-9565-8a5daa068e48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908418287115805042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc9763ce-a56d-41ce-a631-6aecc0836978, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc9763ce-a56d-41ce-a631-6aecc0836978, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279000617386413792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1e42314-cb14-458e-9565-8a5daa068e48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2575b21-6cd3-4ecb-8c5b-38634dd2e1e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2575b21-6cd3-4ecb-8c5b-38634dd2e1e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4753732362912742117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc9763ce-a56d-41ce-a631-6aecc0836978, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0e38d86-d983-4244-8c05-d0af1d9c83ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e38d86-d983-4244-8c05-d0af1d9c83ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15619359422109476075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2575b21-6cd3-4ecb-8c5b-38634dd2e1e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e38d86-d983-4244-8c05-d0af1d9c83ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9d3cea-1378-46f0-9daf-47b5d573e1d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9d3cea-1378-46f0-9daf-47b5d573e1d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2312404685638169465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4ab8fd8-a9e5-45c4-85db-791b3bb3c99e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ab8fd8-a9e5-45c4-85db-791b3bb3c99e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192046195526992642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9d3cea-1378-46f0-9daf-47b5d573e1d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eaa3c36-dc0f-4e0b-9db2-01b4406e9211, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaa3c36-dc0f-4e0b-9db2-01b4406e9211, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694238974821172699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ab8fd8-a9e5-45c4-85db-791b3bb3c99e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd27df6f-024e-459e-b66b-5590b58d3ca2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd27df6f-024e-459e-b66b-5590b58d3ca2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16526702124193678975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd27df6f-024e-459e-b66b-5590b58d3ca2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaa3c36-dc0f-4e0b-9db2-01b4406e9211, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6df5d3a-6433-48b4-a6b6-f11457717578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c733d40d-4a0c-46ef-b489-66f227172da6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6df5d3a-6433-48b4-a6b6-f11457717578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14444239609635549406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c733d40d-4a0c-46ef-b489-66f227172da6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502623617044838321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c733d40d-4a0c-46ef-b489-66f227172da6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 347f4710-23fd-4627-b6cc-9f50a573efbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347f4710-23fd-4627-b6cc-9f50a573efbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319165275177929348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6df5d3a-6433-48b4-a6b6-f11457717578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b65962f-d35c-419c-b436-396b5da0726e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b65962f-d35c-419c-b436-396b5da0726e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940636886315790559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347f4710-23fd-4627-b6cc-9f50a573efbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf38ba57-d637-47a1-b266-e4428ddb24cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf38ba57-d637-47a1-b266-e4428ddb24cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6434970762237463093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b65962f-d35c-419c-b436-396b5da0726e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bbb1291-798a-4e31-8c23-9e990974f3e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bbb1291-798a-4e31-8c23-9e990974f3e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1771593536139278951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf38ba57-d637-47a1-b266-e4428ddb24cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9da0c05-848d-4eb3-a785-1a80c8fd80be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9da0c05-848d-4eb3-a785-1a80c8fd80be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17159118397432794160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bbb1291-798a-4e31-8c23-9e990974f3e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e23b2a21-efeb-45f1-a437-466a1b4bf574, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23b2a21-efeb-45f1-a437-466a1b4bf574, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8867518469497029157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9da0c05-848d-4eb3-a785-1a80c8fd80be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0427d45b-d2aa-4026-921b-6c01ab3db67c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0427d45b-d2aa-4026-921b-6c01ab3db67c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4335610067226532081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23b2a21-efeb-45f1-a437-466a1b4bf574, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48cf6a07-6f4d-4b99-aec6-ec27bccdd122, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cf6a07-6f4d-4b99-aec6-ec27bccdd122, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5861527835921641609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0427d45b-d2aa-4026-921b-6c01ab3db67c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 883b2a1e-9bd7-47dd-b23b-9e6318098c03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883b2a1e-9bd7-47dd-b23b-9e6318098c03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 560036664030665794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cf6a07-6f4d-4b99-aec6-ec27bccdd122, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39b5555a-e252-4df6-b39e-6cb80edf68cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b5555a-e252-4df6-b39e-6cb80edf68cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13850230788759176403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883b2a1e-9bd7-47dd-b23b-9e6318098c03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a3a5e4e-1919-48d9-bfb8-e1eadc1cd790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a3a5e4e-1919-48d9-bfb8-e1eadc1cd790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355917153159302022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b5555a-e252-4df6-b39e-6cb80edf68cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c53db53-43cd-4d0a-9f9d-ec4cd2ff8d12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c53db53-43cd-4d0a-9f9d-ec4cd2ff8d12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585612261024222178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a3a5e4e-1919-48d9-bfb8-e1eadc1cd790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98773629-bfee-4590-b415-4cac55a42902, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98773629-bfee-4590-b415-4cac55a42902, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196477295126106320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c53db53-43cd-4d0a-9f9d-ec4cd2ff8d12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2021061e-2d5c-469a-8423-a1cc425540c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2021061e-2d5c-469a-8423-a1cc425540c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8400838827362933154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98773629-bfee-4590-b415-4cac55a42902, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68155dc-93a4-4fe9-aa7f-610bcf47306e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68155dc-93a4-4fe9-aa7f-610bcf47306e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505582329904507842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2021061e-2d5c-469a-8423-a1cc425540c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abed3791-3480-4616-8e88-c0273e9a99e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abed3791-3480-4616-8e88-c0273e9a99e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3196549962572428847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68155dc-93a4-4fe9-aa7f-610bcf47306e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ce3cc1-53bd-4b60-b938-de6f90f6e9a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ce3cc1-53bd-4b60-b938-de6f90f6e9a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15068907437570865911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abed3791-3480-4616-8e88-c0273e9a99e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3146be60-775b-4aa5-8f88-e4e3a29afd5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3146be60-775b-4aa5-8f88-e4e3a29afd5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6302449236489519636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ce3cc1-53bd-4b60-b938-de6f90f6e9a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9463febc-0fc6-4aa4-b6b3-eb885ba11ec3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9463febc-0fc6-4aa4-b6b3-eb885ba11ec3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11090307419319687821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3146be60-775b-4aa5-8f88-e4e3a29afd5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a963abd-9aef-4f7c-b72e-fd5fc1e62af2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a963abd-9aef-4f7c-b72e-fd5fc1e62af2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11962839040620087470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9463febc-0fc6-4aa4-b6b3-eb885ba11ec3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6cd5c5-b477-44a2-9751-d8c74689638c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6cd5c5-b477-44a2-9751-d8c74689638c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982538193646227495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a963abd-9aef-4f7c-b72e-fd5fc1e62af2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e7ec8c-ae2b-481d-9566-ff120cf75192, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e7ec8c-ae2b-481d-9566-ff120cf75192, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2630753541757798094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6cd5c5-b477-44a2-9751-d8c74689638c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 869304da-36c1-4cb5-90fb-7204d616a406, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869304da-36c1-4cb5-90fb-7204d616a406, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8637526624248183676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e7ec8c-ae2b-481d-9566-ff120cf75192, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02cf2a0e-ec0e-4802-9ac1-311c4083f0ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02cf2a0e-ec0e-4802-9ac1-311c4083f0ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14620923992275513174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869304da-36c1-4cb5-90fb-7204d616a406, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e2daaa7-e26a-44d9-9d5f-87811373f950, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2daaa7-e26a-44d9-9d5f-87811373f950, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8364204114543881693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02cf2a0e-ec0e-4802-9ac1-311c4083f0ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4be6a70a-c997-4f89-8d5c-94461610238d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be6a70a-c997-4f89-8d5c-94461610238d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629284066448861052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2daaa7-e26a-44d9-9d5f-87811373f950, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5bb5b58-b9ec-49ba-8a8a-9ce7d46c84ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5bb5b58-b9ec-49ba-8a8a-9ce7d46c84ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7338938015403435335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be6a70a-c997-4f89-8d5c-94461610238d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9cb97cd-e463-456b-811e-ac8d9c87cd52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9cb97cd-e463-456b-811e-ac8d9c87cd52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520113640010921187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5bb5b58-b9ec-49ba-8a8a-9ce7d46c84ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b0b6a0-facd-4a2b-a001-1c17e5f505a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b0b6a0-facd-4a2b-a001-1c17e5f505a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17659914489606551939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9cb97cd-e463-456b-811e-ac8d9c87cd52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57cb4746-f74b-48fc-901a-9b0612022df6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57cb4746-f74b-48fc-901a-9b0612022df6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296041548301170423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b0b6a0-facd-4a2b-a001-1c17e5f505a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 883d2079-5439-42de-85df-8320d4b49b4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883d2079-5439-42de-85df-8320d4b49b4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11502819055328105192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883d2079-5439-42de-85df-8320d4b49b4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e25b1bc-b1a3-40ce-a627-3ac0fa306060, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e25b1bc-b1a3-40ce-a627-3ac0fa306060, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3682580084752912629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57cb4746-f74b-48fc-901a-9b0612022df6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75e27909-78de-44d7-849d-7b2e270f2cf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e27909-78de-44d7-849d-7b2e270f2cf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336683839921541749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e25b1bc-b1a3-40ce-a627-3ac0fa306060, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8f2af62-d1c6-4d71-b4c5-14b1e035c9e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f2af62-d1c6-4d71-b4c5-14b1e035c9e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8466343220764574893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e27909-78de-44d7-849d-7b2e270f2cf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b741f73-beb6-4376-9fb8-a4c7784cc99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b741f73-beb6-4376-9fb8-a4c7784cc99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8609237187382608161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f2af62-d1c6-4d71-b4c5-14b1e035c9e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b382ce-6a04-4a5f-99d6-04da9cf8b720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b382ce-6a04-4a5f-99d6-04da9cf8b720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294757767257117160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b741f73-beb6-4376-9fb8-a4c7784cc99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8272ba30-cdb2-4ff0-a6bf-9c03d869f1be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8272ba30-cdb2-4ff0-a6bf-9c03d869f1be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098517704080294572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b382ce-6a04-4a5f-99d6-04da9cf8b720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ae55922-8d98-4d2a-a76d-ce215942ce37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae55922-8d98-4d2a-a76d-ce215942ce37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6860193426064573921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8272ba30-cdb2-4ff0-a6bf-9c03d869f1be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efa62595-2547-4bb1-97e5-c7b945d53276, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efa62595-2547-4bb1-97e5-c7b945d53276, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356960412631081202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae55922-8d98-4d2a-a76d-ce215942ce37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7e75844-c108-4fe6-9581-7a948a4ffd56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e75844-c108-4fe6-9581-7a948a4ffd56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12759172325046442086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efa62595-2547-4bb1-97e5-c7b945d53276, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 865b697d-bc3f-4e50-be06-a3762cdf3a5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865b697d-bc3f-4e50-be06-a3762cdf3a5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720543562457387749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e75844-c108-4fe6-9581-7a948a4ffd56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a80283-e975-4db0-9d62-9af161bfbde6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865b697d-bc3f-4e50-be06-a3762cdf3a5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ddc86a5-9d93-4693-a1a8-1288bdf19b2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ddc86a5-9d93-4693-a1a8-1288bdf19b2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7007587024782435014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a80283-e975-4db0-9d62-9af161bfbde6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298485342952398237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a80283-e975-4db0-9d62-9af161bfbde6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 636399ab-6f99-4b32-9158-15c94c72f840, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 636399ab-6f99-4b32-9158-15c94c72f840, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923802529193491550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ddc86a5-9d93-4693-a1a8-1288bdf19b2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb3fe6a-0e35-4cc1-b4c2-1fdc4428e8a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb3fe6a-0e35-4cc1-b4c2-1fdc4428e8a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427798571578687997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 636399ab-6f99-4b32-9158-15c94c72f840, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da208916-890c-41c9-87cb-b9a964d83fda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da208916-890c-41c9-87cb-b9a964d83fda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865351777253611163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb3fe6a-0e35-4cc1-b4c2-1fdc4428e8a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85c1333e-addd-4479-8cc4-0bd3b1585fa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c1333e-addd-4479-8cc4-0bd3b1585fa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9184000739713131216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da208916-890c-41c9-87cb-b9a964d83fda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb69e4a9-1491-4cec-ae1c-27363957bf90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb69e4a9-1491-4cec-ae1c-27363957bf90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8560395190109399748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c1333e-addd-4479-8cc4-0bd3b1585fa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c4acf79-c668-4487-a41a-d5ebbfef419c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4acf79-c668-4487-a41a-d5ebbfef419c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14405965858461393217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb69e4a9-1491-4cec-ae1c-27363957bf90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ddce912-e53d-4fbb-a774-419f873027e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddce912-e53d-4fbb-a774-419f873027e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173279398309514585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4acf79-c668-4487-a41a-d5ebbfef419c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ad8257b-e8fe-4842-81ed-90fde659d911, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad8257b-e8fe-4842-81ed-90fde659d911, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16087580451105923716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddce912-e53d-4fbb-a774-419f873027e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f5f43bc-5494-42e4-adc8-823d5b7f4312, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5f43bc-5494-42e4-adc8-823d5b7f4312, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2533966875313894776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad8257b-e8fe-4842-81ed-90fde659d911, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baa5471b-19b1-44ed-add3-3c3cd3c3f69d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa5471b-19b1-44ed-add3-3c3cd3c3f69d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620026274924624160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5f43bc-5494-42e4-adc8-823d5b7f4312, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1215df8e-b2fe-495b-b88f-4400f5cfc570, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1215df8e-b2fe-495b-b88f-4400f5cfc570, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11632116284371001928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa5471b-19b1-44ed-add3-3c3cd3c3f69d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c40a320-df01-41fd-b3f0-96e42b44cd90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c40a320-df01-41fd-b3f0-96e42b44cd90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 98542010917511407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1215df8e-b2fe-495b-b88f-4400f5cfc570, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3fc336-fa00-46b3-8f16-dce616b85ccd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3fc336-fa00-46b3-8f16-dce616b85ccd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262682631270398410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c40a320-df01-41fd-b3f0-96e42b44cd90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f2227b-9105-4dcf-97fc-e15147aa68bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f2227b-9105-4dcf-97fc-e15147aa68bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894915570742874435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3fc336-fa00-46b3-8f16-dce616b85ccd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d79afb70-8f38-4014-a804-809d088b7433, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79afb70-8f38-4014-a804-809d088b7433, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764475072635557621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f2227b-9105-4dcf-97fc-e15147aa68bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6222c0e-e328-4be2-b80f-717827da03be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6222c0e-e328-4be2-b80f-717827da03be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 889117460927752592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79afb70-8f38-4014-a804-809d088b7433, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf03153-34a4-4585-8200-82ff420b75e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf03153-34a4-4585-8200-82ff420b75e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5199036743636587433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6222c0e-e328-4be2-b80f-717827da03be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e162ed-dfce-4449-b749-24ea5c7edbdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e162ed-dfce-4449-b749-24ea5c7edbdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6765254147197403311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf03153-34a4-4585-8200-82ff420b75e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b94009ab-5d79-46f9-aa22-7381ba1719fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94009ab-5d79-46f9-aa22-7381ba1719fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354362292795437716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94009ab-5d79-46f9-aa22-7381ba1719fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee633e6b-65a4-49a4-ad30-f0353544b67b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e162ed-dfce-4449-b749-24ea5c7edbdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0459eabc-5205-463a-98a1-6cddf5fd5bda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0459eabc-5205-463a-98a1-6cddf5fd5bda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5225297064612587264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee633e6b-65a4-49a4-ad30-f0353544b67b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883754143958861997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0459eabc-5205-463a-98a1-6cddf5fd5bda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59b30e55-d313-48ca-84dd-9b401c728e73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b30e55-d313-48ca-84dd-9b401c728e73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14685458938542996541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee633e6b-65a4-49a4-ad30-f0353544b67b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc645ec-4d20-4abf-b82b-0999047cb474, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc645ec-4d20-4abf-b82b-0999047cb474, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1013613728663618013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b30e55-d313-48ca-84dd-9b401c728e73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 503c21f3-4f2e-4406-92b4-72ef7270f05a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 503c21f3-4f2e-4406-92b4-72ef7270f05a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947360991577586790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc645ec-4d20-4abf-b82b-0999047cb474, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bf22f39-2110-4db4-9a62-9891af80cd05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf22f39-2110-4db4-9a62-9891af80cd05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3275920820446387680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 503c21f3-4f2e-4406-92b4-72ef7270f05a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b294d2-e7de-4565-baf0-5b836cb03700, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b294d2-e7de-4565-baf0-5b836cb03700, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14719494123669746519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf22f39-2110-4db4-9a62-9891af80cd05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e017b7be-07b9-460d-8e4a-18bbc78e25c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e017b7be-07b9-460d-8e4a-18bbc78e25c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9616362188116354474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b294d2-e7de-4565-baf0-5b836cb03700, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549f19ca-9d77-48cc-9121-0810cae6ee45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549f19ca-9d77-48cc-9121-0810cae6ee45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799599877504314602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e017b7be-07b9-460d-8e4a-18bbc78e25c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f6ddd57-c1ef-4eec-ba14-a96c788be0fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6ddd57-c1ef-4eec-ba14-a96c788be0fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345818519856469295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549f19ca-9d77-48cc-9121-0810cae6ee45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10df9c1b-4da2-4d9e-8ea3-1e9ef389fae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6ddd57-c1ef-4eec-ba14-a96c788be0fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10df9c1b-4da2-4d9e-8ea3-1e9ef389fae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1283082097361329858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 130173b0-05ac-4fd5-ba29-7f5bd69e7acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130173b0-05ac-4fd5-ba29-7f5bd69e7acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6775346189807929483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10df9c1b-4da2-4d9e-8ea3-1e9ef389fae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9867c62-74e9-4dcd-9ba8-de209b6030c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9867c62-74e9-4dcd-9ba8-de209b6030c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15419569264148348872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9867c62-74e9-4dcd-9ba8-de209b6030c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec40a34d-cc85-44ca-bcc7-a0b662bcc591, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec40a34d-cc85-44ca-bcc7-a0b662bcc591, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16554915092813117109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130173b0-05ac-4fd5-ba29-7f5bd69e7acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 621658ed-1211-4f65-a31d-d85c399c3b09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621658ed-1211-4f65-a31d-d85c399c3b09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2705410674196018133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec40a34d-cc85-44ca-bcc7-a0b662bcc591, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0ff86a7-b6cf-42e4-aeb8-d6053ba833be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621658ed-1211-4f65-a31d-d85c399c3b09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ff86a7-b6cf-42e4-aeb8-d6053ba833be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13938316359091912097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f6ed9aa-4168-4915-8fdd-629cab741480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f6ed9aa-4168-4915-8fdd-629cab741480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 213162457211547657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ff86a7-b6cf-42e4-aeb8-d6053ba833be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df2b625c-a8df-4c62-8e33-779ffa1cf434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2b625c-a8df-4c62-8e33-779ffa1cf434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17762034411420032141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2b625c-a8df-4c62-8e33-779ffa1cf434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a6b762c-b200-4ff2-80d3-838a590250e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a6b762c-b200-4ff2-80d3-838a590250e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730809002285166060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f6ed9aa-4168-4915-8fdd-629cab741480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 663cf7f4-f294-42ee-8367-0a0d677970a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663cf7f4-f294-42ee-8367-0a0d677970a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18048416426218787000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a6b762c-b200-4ff2-80d3-838a590250e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663cf7f4-f294-42ee-8367-0a0d677970a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2ccbda2-0a02-45c3-a0f4-ac2b54a25d77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ccbda2-0a02-45c3-a0f4-ac2b54a25d77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14571531492602075685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3358d5b0-c709-433a-b94f-64559c43819d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3358d5b0-c709-433a-b94f-64559c43819d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1811818885139369992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ccbda2-0a02-45c3-a0f4-ac2b54a25d77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c563de7-291a-4e7d-8f1b-eacd1e889304, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c563de7-291a-4e7d-8f1b-eacd1e889304, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10806787157925188992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3358d5b0-c709-433a-b94f-64559c43819d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22f117f3-ed72-400f-a466-25cee3bb9c8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f117f3-ed72-400f-a466-25cee3bb9c8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1659354790241900280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c563de7-291a-4e7d-8f1b-eacd1e889304, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0339f98d-89a9-4f76-a73e-800f810bab65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0339f98d-89a9-4f76-a73e-800f810bab65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11678277914215283562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f117f3-ed72-400f-a466-25cee3bb9c8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d952f79d-5073-44a2-8c42-746d217833e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d952f79d-5073-44a2-8c42-746d217833e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646500843041831703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0339f98d-89a9-4f76-a73e-800f810bab65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b07d876-6114-4c85-b42f-43c6a7a38454, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b07d876-6114-4c85-b42f-43c6a7a38454, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8945621828773175619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d952f79d-5073-44a2-8c42-746d217833e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b07d876-6114-4c85-b42f-43c6a7a38454, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60b9a7a5-a73b-44c3-8de0-57bdd8d5eb43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e235539-0f96-4116-bafc-7c753438cf6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e235539-0f96-4116-bafc-7c753438cf6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12470428181136760974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b9a7a5-a73b-44c3-8de0-57bdd8d5eb43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733253100692980417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e235539-0f96-4116-bafc-7c753438cf6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 053e055f-eab1-4eac-95f2-6b1f5bab3f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 053e055f-eab1-4eac-95f2-6b1f5bab3f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383796622306451371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b9a7a5-a73b-44c3-8de0-57bdd8d5eb43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 913659a1-f334-4e0e-af03-72a0342ea083, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913659a1-f334-4e0e-af03-72a0342ea083, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612355443816361664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 053e055f-eab1-4eac-95f2-6b1f5bab3f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f35631-76ae-4771-b07e-fdb2ecdebbf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913659a1-f334-4e0e-af03-72a0342ea083, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f35631-76ae-4771-b07e-fdb2ecdebbf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601262757275970425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a197470-a6e9-49f3-a38f-170860af9452, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a197470-a6e9-49f3-a38f-170860af9452, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950083492888415174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f35631-76ae-4771-b07e-fdb2ecdebbf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a197470-a6e9-49f3-a38f-170860af9452, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81ef6764-9b67-4c52-8c71-c918670e5049, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ef6764-9b67-4c52-8c71-c918670e5049, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5140769846241721278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80717bd2-da16-4f21-8061-e0c4d9ffcc57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80717bd2-da16-4f21-8061-e0c4d9ffcc57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262314075998923507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80717bd2-da16-4f21-8061-e0c4d9ffcc57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ec779c-11ef-4fc1-82b2-520b82b3fb15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ec779c-11ef-4fc1-82b2-520b82b3fb15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616117276107818375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ef6764-9b67-4c52-8c71-c918670e5049, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3942af-a5dd-4657-a338-3c72bc8dc097, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3942af-a5dd-4657-a338-3c72bc8dc097, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7941650835023807314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3942af-a5dd-4657-a338-3c72bc8dc097, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c807c60-6423-4a81-92c7-5af0b120915c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c807c60-6423-4a81-92c7-5af0b120915c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4498368992138939822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ec779c-11ef-4fc1-82b2-520b82b3fb15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c2f8309-ef19-4a92-a0e8-1faa5f510fa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c807c60-6423-4a81-92c7-5af0b120915c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2f8309-ef19-4a92-a0e8-1faa5f510fa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7654457954384503712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1567cd55-db30-43ad-8aa8-382375f46a57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1567cd55-db30-43ad-8aa8-382375f46a57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415344208928151044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2f8309-ef19-4a92-a0e8-1faa5f510fa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 195eff52-11ba-4a20-9f94-c86cc826c012, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195eff52-11ba-4a20-9f94-c86cc826c012, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891418895118935015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1567cd55-db30-43ad-8aa8-382375f46a57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caf68186-ec5f-40ae-929f-a2ffeba93562, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195eff52-11ba-4a20-9f94-c86cc826c012, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf68186-ec5f-40ae-929f-a2ffeba93562, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15254736139029417633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3458f37e-14ee-4669-9827-b1415ef6c5d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3458f37e-14ee-4669-9827-b1415ef6c5d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8936702624108525408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf68186-ec5f-40ae-929f-a2ffeba93562, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 315a831a-346e-454a-abcb-83c4fc20bf54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 315a831a-346e-454a-abcb-83c4fc20bf54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341930528239253823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3458f37e-14ee-4669-9827-b1415ef6c5d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52ed1350-63e7-4600-8556-ad364e2100c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ed1350-63e7-4600-8556-ad364e2100c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5004847417684255244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 315a831a-346e-454a-abcb-83c4fc20bf54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846984db-ac06-495c-bd00-b6ad8318cff0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846984db-ac06-495c-bd00-b6ad8318cff0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756076734262554030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ed1350-63e7-4600-8556-ad364e2100c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846984db-ac06-495c-bd00-b6ad8318cff0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 894a9c61-1b31-4aa7-84f8-faa43a0678e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894a9c61-1b31-4aa7-84f8-faa43a0678e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8240650486609179006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 732b974a-c897-48b4-9263-812f3305f2bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732b974a-c897-48b4-9263-812f3305f2bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245386312288186004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732b974a-c897-48b4-9263-812f3305f2bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894a9c61-1b31-4aa7-84f8-faa43a0678e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea946293-c009-4721-b59c-e1174f1644c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea946293-c009-4721-b59c-e1174f1644c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17516568399747366821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ec0dc2-4168-470e-a6eb-5991c7035d0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ec0dc2-4168-470e-a6eb-5991c7035d0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348005450178840613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea946293-c009-4721-b59c-e1174f1644c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8ae0919-fad1-4513-9adf-9e11a9a0a752, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ae0919-fad1-4513-9adf-9e11a9a0a752, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427596510599658890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ec0dc2-4168-470e-a6eb-5991c7035d0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63777194-68df-4c9b-a3cc-b7b80993e094, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63777194-68df-4c9b-a3cc-b7b80993e094, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20644384272424795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ae0919-fad1-4513-9adf-9e11a9a0a752, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae84b68-f8b6-46f6-a140-e2b081cc3e85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae84b68-f8b6-46f6-a140-e2b081cc3e85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564735180896415391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63777194-68df-4c9b-a3cc-b7b80993e094, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8313867a-5d06-44e2-934e-bdecf1ace82c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8313867a-5d06-44e2-934e-bdecf1ace82c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9506721615290495091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8313867a-5d06-44e2-934e-bdecf1ace82c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8f961e-5c47-4991-909f-6c543f774ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8f961e-5c47-4991-909f-6c543f774ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976991884367540272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae84b68-f8b6-46f6-a140-e2b081cc3e85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf31d192-9764-48ee-96df-6ca66cb82df3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf31d192-9764-48ee-96df-6ca66cb82df3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118551271811948322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8f961e-5c47-4991-909f-6c543f774ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b2cd7e-76fb-4012-b642-12a402c745c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b2cd7e-76fb-4012-b642-12a402c745c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5207910271334389982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf31d192-9764-48ee-96df-6ca66cb82df3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa79d581-01ed-49e6-968f-5deaeddd713b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa79d581-01ed-49e6-968f-5deaeddd713b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2713455182385631062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b2cd7e-76fb-4012-b642-12a402c745c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd5ac93-afd3-4d8e-905d-2bfa3167ed38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd5ac93-afd3-4d8e-905d-2bfa3167ed38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6499159143588604837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa79d581-01ed-49e6-968f-5deaeddd713b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b13a20-43f1-4564-bc68-e313035113df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b13a20-43f1-4564-bc68-e313035113df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477627301260890231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd5ac93-afd3-4d8e-905d-2bfa3167ed38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb42b76-8a33-45d1-aa03-a10f7454003c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb42b76-8a33-45d1-aa03-a10f7454003c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2639559138472942369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b13a20-43f1-4564-bc68-e313035113df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1895a0a1-918f-4965-8508-9a207c838d99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1895a0a1-918f-4965-8508-9a207c838d99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879031571812218673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1895a0a1-918f-4965-8508-9a207c838d99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18531bc4-218c-4ba4-b62f-422fd1081a2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18531bc4-218c-4ba4-b62f-422fd1081a2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6983666518181997873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb42b76-8a33-45d1-aa03-a10f7454003c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f5049e4-4e1f-49a1-9654-23b9ba36a177, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5049e4-4e1f-49a1-9654-23b9ba36a177, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16848992780425609047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18531bc4-218c-4ba4-b62f-422fd1081a2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aecc4f14-98af-4558-b1ec-88a1115810fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aecc4f14-98af-4558-b1ec-88a1115810fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6653145031886303015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5049e4-4e1f-49a1-9654-23b9ba36a177, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 536ae601-aad6-4ae5-a1d3-ec1d1831787b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536ae601-aad6-4ae5-a1d3-ec1d1831787b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303318146156561507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aecc4f14-98af-4558-b1ec-88a1115810fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914f4a4d-1c99-4f5f-bf7a-3fcdc2cc511c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914f4a4d-1c99-4f5f-bf7a-3fcdc2cc511c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9728843190934655461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536ae601-aad6-4ae5-a1d3-ec1d1831787b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d945a343-5714-4ef9-b2b6-d09f1ec77e22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d945a343-5714-4ef9-b2b6-d09f1ec77e22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14896925636662907428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914f4a4d-1c99-4f5f-bf7a-3fcdc2cc511c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8043e4-347f-4c66-bb81-00c0931ceb48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8043e4-347f-4c66-bb81-00c0931ceb48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4145576211725066488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d945a343-5714-4ef9-b2b6-d09f1ec77e22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8043e4-347f-4c66-bb81-00c0931ceb48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c64feff1-3845-45a3-a523-68a71d914a9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4564b77-58ac-4692-b58f-41ff77b38254, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64feff1-3845-45a3-a523-68a71d914a9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4933956811241084103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4564b77-58ac-4692-b58f-41ff77b38254, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 707053007325102641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64feff1-3845-45a3-a523-68a71d914a9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4564b77-58ac-4692-b58f-41ff77b38254, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee564f73-01bc-47af-899e-7328479ccb58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee564f73-01bc-47af-899e-7328479ccb58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 869471884124174802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed33ea39-38cf-4e90-8ef9-cbcc6731bb6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed33ea39-38cf-4e90-8ef9-cbcc6731bb6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874922015569026260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee564f73-01bc-47af-899e-7328479ccb58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6dba82-a751-42fd-b62d-92753bfc7172, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6dba82-a751-42fd-b62d-92753bfc7172, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1289400886913910879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed33ea39-38cf-4e90-8ef9-cbcc6731bb6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81d7023-d6f2-4365-856b-34ad58bf32a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81d7023-d6f2-4365-856b-34ad58bf32a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289008622151132657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6dba82-a751-42fd-b62d-92753bfc7172, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d6fe31-93a7-46cc-874c-7c555af875b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d6fe31-93a7-46cc-874c-7c555af875b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15605826217852164080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81d7023-d6f2-4365-856b-34ad58bf32a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24f41285-3163-4532-ab97-556546366f9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24f41285-3163-4532-ab97-556546366f9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7447923692687946805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d6fe31-93a7-46cc-874c-7c555af875b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa066215-854a-4710-9fc1-4db062f5f0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa066215-854a-4710-9fc1-4db062f5f0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11145980010513057939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24f41285-3163-4532-ab97-556546366f9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8e7c1bd-aad6-4cfb-90b5-beedd3c69bc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa066215-854a-4710-9fc1-4db062f5f0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c504230e-c131-40f2-b14e-365121cadbff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c504230e-c131-40f2-b14e-365121cadbff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7306292094607677326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8e7c1bd-aad6-4cfb-90b5-beedd3c69bc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 546883341077550531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c504230e-c131-40f2-b14e-365121cadbff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a24ece6-dfd7-4a2d-81f8-7b2d838df7eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a24ece6-dfd7-4a2d-81f8-7b2d838df7eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9348018917690600927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8e7c1bd-aad6-4cfb-90b5-beedd3c69bc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5430cc03-1fb5-458c-b252-4ac9e8503a2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5430cc03-1fb5-458c-b252-4ac9e8503a2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428531046547216009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a24ece6-dfd7-4a2d-81f8-7b2d838df7eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2202dbb5-0191-4da3-88ad-12b5f2f8ee39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2202dbb5-0191-4da3-88ad-12b5f2f8ee39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1139256239709815417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5430cc03-1fb5-458c-b252-4ac9e8503a2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dc928a-fb4e-41b1-8e73-b599de69bca5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dc928a-fb4e-41b1-8e73-b599de69bca5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4245444625029469196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2202dbb5-0191-4da3-88ad-12b5f2f8ee39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34b6f67a-0aed-4c5e-a5e5-61fcd65a46cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dc928a-fb4e-41b1-8e73-b599de69bca5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dda59213-8c21-4dcc-b4c9-4205a029b867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda59213-8c21-4dcc-b4c9-4205a029b867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195560818514803397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b6f67a-0aed-4c5e-a5e5-61fcd65a46cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922248901994644368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda59213-8c21-4dcc-b4c9-4205a029b867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2ce1ad3-937d-4e0c-aa7d-b571b1abe35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ce1ad3-937d-4e0c-aa7d-b571b1abe35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026815083153874242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b6f67a-0aed-4c5e-a5e5-61fcd65a46cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eeba232-bf38-4be5-ba75-22e9d5fa7320, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eeba232-bf38-4be5-ba75-22e9d5fa7320, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992929503838521731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ce1ad3-937d-4e0c-aa7d-b571b1abe35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1dbaec2-0beb-4785-afd0-1dca06ff55ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1dbaec2-0beb-4785-afd0-1dca06ff55ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8101246195719441947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eeba232-bf38-4be5-ba75-22e9d5fa7320, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96739d35-1341-4c9b-82b9-5257e10a139e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96739d35-1341-4c9b-82b9-5257e10a139e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11033097903945386811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1dbaec2-0beb-4785-afd0-1dca06ff55ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69cc2034-e901-40b0-8c37-bf634a4b0fb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69cc2034-e901-40b0-8c37-bf634a4b0fb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4690745226190833845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96739d35-1341-4c9b-82b9-5257e10a139e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69cc2034-e901-40b0-8c37-bf634a4b0fb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c96c4a65-acc1-450b-80a0-0fac7d766ec2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a4be7aa-828c-4cd2-990b-0f5dc9d165d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a4be7aa-828c-4cd2-990b-0f5dc9d165d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15763912032309345852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96c4a65-acc1-450b-80a0-0fac7d766ec2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205940545819466665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a4be7aa-828c-4cd2-990b-0f5dc9d165d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d700e974-7103-4cdb-b7cb-01ea34821769, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d700e974-7103-4cdb-b7cb-01ea34821769, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596133089479862291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96c4a65-acc1-450b-80a0-0fac7d766ec2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d56096e-8894-40ec-b534-2e2aacd31ae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d56096e-8894-40ec-b534-2e2aacd31ae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12283674102076858162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d700e974-7103-4cdb-b7cb-01ea34821769, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6a2cfb-034f-40eb-97c9-4ef83878599b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6a2cfb-034f-40eb-97c9-4ef83878599b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5043720942726377145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d56096e-8894-40ec-b534-2e2aacd31ae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4287f452-1f59-43f9-a47f-49fdfa805b52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4287f452-1f59-43f9-a47f-49fdfa805b52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13708011402548829379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6a2cfb-034f-40eb-97c9-4ef83878599b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28d74a53-ee8f-4db6-9250-8e7fe69ad6bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d74a53-ee8f-4db6-9250-8e7fe69ad6bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516837751161812094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4287f452-1f59-43f9-a47f-49fdfa805b52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b1284e-70cf-4b3c-b84f-faf163b2b735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b1284e-70cf-4b3c-b84f-faf163b2b735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12107885862649012000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d74a53-ee8f-4db6-9250-8e7fe69ad6bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ec3b3d-d569-482c-9bec-2274d9f92f20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ec3b3d-d569-482c-9bec-2274d9f92f20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 832606503755495529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b1284e-70cf-4b3c-b84f-faf163b2b735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05bbb0f2-121e-4f27-aa97-8fd9b1c94cdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bbb0f2-121e-4f27-aa97-8fd9b1c94cdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16725276039871084159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ec3b3d-d569-482c-9bec-2274d9f92f20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cd4f7e9-4f49-4910-b7b5-905a41a13930, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd4f7e9-4f49-4910-b7b5-905a41a13930, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825565635790812248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bbb0f2-121e-4f27-aa97-8fd9b1c94cdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efbc0718-8611-4e8c-a089-2042497a307c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbc0718-8611-4e8c-a089-2042497a307c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13339111293219225848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd4f7e9-4f49-4910-b7b5-905a41a13930, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecf5140d-116e-4047-a799-196e5c40a1fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf5140d-116e-4047-a799-196e5c40a1fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021076800416065000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbc0718-8611-4e8c-a089-2042497a307c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e04af19b-3817-4863-bde7-64c1067b3b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e04af19b-3817-4863-bde7-64c1067b3b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8947338607053187484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf5140d-116e-4047-a799-196e5c40a1fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e04af19b-3817-4863-bde7-64c1067b3b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3f28435-de75-4af7-a157-2b6dfcd724ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f28435-de75-4af7-a157-2b6dfcd724ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7238953110686674493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83c4158a-bc47-421f-87f4-5742c18979fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c4158a-bc47-421f-87f4-5742c18979fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7410553926148119626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f28435-de75-4af7-a157-2b6dfcd724ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1fc40e4-fb5b-45c5-869b-adbab5bd872f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fc40e4-fb5b-45c5-869b-adbab5bd872f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13991710098413879559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c4158a-bc47-421f-87f4-5742c18979fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2424ca4a-9b45-405c-8ba8-77bb61d6a7ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2424ca4a-9b45-405c-8ba8-77bb61d6a7ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2398670857400091245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fc40e4-fb5b-45c5-869b-adbab5bd872f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8c4a0b1-abdf-4609-9f09-e23b7c33da22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2424ca4a-9b45-405c-8ba8-77bb61d6a7ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c4a0b1-abdf-4609-9f09-e23b7c33da22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14078740869813396903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c4a0b1-abdf-4609-9f09-e23b7c33da22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33cb05cb-d65d-4f68-a73a-3106d5f72d89, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33cb05cb-d65d-4f68-a73a-3106d5f72d89, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309426942229897666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08c56c5-6921-4ec2-b0d3-1b6a119abc87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08c56c5-6921-4ec2-b0d3-1b6a119abc87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 777873480156498841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33cb05cb-d65d-4f68-a73a-3106d5f72d89, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f78bfa5-753a-4bfb-a338-8f3596c6d30b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08c56c5-6921-4ec2-b0d3-1b6a119abc87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b94e74-e0b8-4036-98c0-289d1fee57d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b94e74-e0b8-4036-98c0-289d1fee57d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866682172030484702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f78bfa5-753a-4bfb-a338-8f3596c6d30b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975685694573530028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f78bfa5-753a-4bfb-a338-8f3596c6d30b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 691900af-dfd6-490c-bf96-d027e030653d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691900af-dfd6-490c-bf96-d027e030653d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12955783117952230428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b94e74-e0b8-4036-98c0-289d1fee57d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1d20162-29fd-44fd-a49b-34987bc8966d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d20162-29fd-44fd-a49b-34987bc8966d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3011255972757717554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691900af-dfd6-490c-bf96-d027e030653d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdf5d6d-7a95-4f08-9194-f68f24b119a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdf5d6d-7a95-4f08-9194-f68f24b119a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2958723193738247428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d20162-29fd-44fd-a49b-34987bc8966d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd1d0ccc-07db-4c2d-9a5c-a9023fc855bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd1d0ccc-07db-4c2d-9a5c-a9023fc855bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12421987813848146338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdf5d6d-7a95-4f08-9194-f68f24b119a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 068d70a3-d215-4261-8ad7-1a78bb97c46b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068d70a3-d215-4261-8ad7-1a78bb97c46b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3101620817301906890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd1d0ccc-07db-4c2d-9a5c-a9023fc855bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068d70a3-d215-4261-8ad7-1a78bb97c46b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3c73018-e6a2-41aa-a224-b2e038c55e25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c73018-e6a2-41aa-a224-b2e038c55e25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11508642960548060180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbee6104-724c-45b4-9467-b857f98cd8f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbee6104-724c-45b4-9467-b857f98cd8f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16397029052768491285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c73018-e6a2-41aa-a224-b2e038c55e25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d463531-6adf-4f86-b465-37c544a5f059, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d463531-6adf-4f86-b465-37c544a5f059, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15472659020367167035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbee6104-724c-45b4-9467-b857f98cd8f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aaa4c5a-3a04-4b45-804a-a9de084237f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aaa4c5a-3a04-4b45-804a-a9de084237f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10086051235591080894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d463531-6adf-4f86-b465-37c544a5f059, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5faaf385-b4f5-47c5-b987-da4b68ae7fd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5faaf385-b4f5-47c5-b987-da4b68ae7fd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9756341551841300506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aaa4c5a-3a04-4b45-804a-a9de084237f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 500a4462-2858-420d-8189-e3ce8e580736, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500a4462-2858-420d-8189-e3ce8e580736, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568855912840348926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5faaf385-b4f5-47c5-b987-da4b68ae7fd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8a43862-8341-4682-b3b4-08101d38dafd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a43862-8341-4682-b3b4-08101d38dafd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6115390593160925691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500a4462-2858-420d-8189-e3ce8e580736, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be81c93-ba31-4a6b-8a6f-d552e2b01e8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a43862-8341-4682-b3b4-08101d38dafd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7f7fcd8-dbde-4b85-bd82-ddfa1a081952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f7fcd8-dbde-4b85-bd82-ddfa1a081952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12482567364790611887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be81c93-ba31-4a6b-8a6f-d552e2b01e8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15884752278573869582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f7fcd8-dbde-4b85-bd82-ddfa1a081952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 686db646-371f-4ca2-85b2-db27d15b2f3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 686db646-371f-4ca2-85b2-db27d15b2f3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837503727131629155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be81c93-ba31-4a6b-8a6f-d552e2b01e8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049eee51-3f00-4965-80c0-3833f732ccec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049eee51-3f00-4965-80c0-3833f732ccec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17532440188913536952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 686db646-371f-4ca2-85b2-db27d15b2f3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c5b62a5-1de9-4375-812a-580be913c7d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5b62a5-1de9-4375-812a-580be913c7d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13557064949052183381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049eee51-3f00-4965-80c0-3833f732ccec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67339304-85e1-49df-8934-9fbe26df3488, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67339304-85e1-49df-8934-9fbe26df3488, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11352906819037870817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5b62a5-1de9-4375-812a-580be913c7d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4769dea7-9928-43f4-ad83-5a77f2c41ff2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4769dea7-9928-43f4-ad83-5a77f2c41ff2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701660332323176981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67339304-85e1-49df-8934-9fbe26df3488, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06277a63-5a9a-42f6-95c9-5730b5eb9ed2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06277a63-5a9a-42f6-95c9-5730b5eb9ed2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150446649771557028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4769dea7-9928-43f4-ad83-5a77f2c41ff2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e853889d-f307-4a5e-9efc-574feb556058, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e853889d-f307-4a5e-9efc-574feb556058, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14421684803384376403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06277a63-5a9a-42f6-95c9-5730b5eb9ed2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e5359e8-0693-44e9-a2b0-a0ab9603f976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5359e8-0693-44e9-a2b0-a0ab9603f976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11165533692680142430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e853889d-f307-4a5e-9efc-574feb556058, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a6fbf45-ea75-4965-b324-5de932c365e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6fbf45-ea75-4965-b324-5de932c365e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6213394912364450340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5359e8-0693-44e9-a2b0-a0ab9603f976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0062d0bd-171e-4145-affc-ae896403c2f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0062d0bd-171e-4145-affc-ae896403c2f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620023623748875118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6fbf45-ea75-4965-b324-5de932c365e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70b160ed-17bc-4e4d-930c-2ceab3db392c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b160ed-17bc-4e4d-930c-2ceab3db392c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12042386948304712027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b160ed-17bc-4e4d-930c-2ceab3db392c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9de636-7e58-4f36-a0b5-22208876d658, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9de636-7e58-4f36-a0b5-22208876d658, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8116005067193047520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0062d0bd-171e-4145-affc-ae896403c2f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcea68ac-ec1d-41ca-80c0-ccfe047ad13a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea68ac-ec1d-41ca-80c0-ccfe047ad13a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17999383007681037518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9de636-7e58-4f36-a0b5-22208876d658, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 204b54df-6f6a-4e46-ad93-d72b4cf32e9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 204b54df-6f6a-4e46-ad93-d72b4cf32e9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12772451762480507817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea68ac-ec1d-41ca-80c0-ccfe047ad13a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d9939d9-20f3-4288-af43-8898d45157e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9939d9-20f3-4288-af43-8898d45157e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2206806855945333723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 204b54df-6f6a-4e46-ad93-d72b4cf32e9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b1801b0-11b6-40ea-b9f1-20a2a5f6ae30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b1801b0-11b6-40ea-b9f1-20a2a5f6ae30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225505312571147282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9939d9-20f3-4288-af43-8898d45157e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f03787c-344d-4382-98bb-6963bbf14522, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f03787c-344d-4382-98bb-6963bbf14522, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251970911708887580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f03787c-344d-4382-98bb-6963bbf14522, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f534a26-e3ed-410a-b547-6838df0a1952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f534a26-e3ed-410a-b547-6838df0a1952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16558482129182809481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b1801b0-11b6-40ea-b9f1-20a2a5f6ae30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099395bd-609b-4d0f-b9fd-e6c7102d24b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099395bd-609b-4d0f-b9fd-e6c7102d24b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054809966044393796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099395bd-609b-4d0f-b9fd-e6c7102d24b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50669298-9e12-44b0-9f7f-5e718507c520, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50669298-9e12-44b0-9f7f-5e718507c520, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756816753399302341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f534a26-e3ed-410a-b547-6838df0a1952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc8ee1c-93c2-4534-97bf-fcb5c9de5e24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc8ee1c-93c2-4534-97bf-fcb5c9de5e24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18137772667320360260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50669298-9e12-44b0-9f7f-5e718507c520, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d857221c-69cf-4001-8552-337b6a905c72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d857221c-69cf-4001-8552-337b6a905c72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 65347223325865449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d857221c-69cf-4001-8552-337b6a905c72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9297a5a6-3791-4582-b01c-a73af0fac787, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9297a5a6-3791-4582-b01c-a73af0fac787, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173317101433853723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc8ee1c-93c2-4534-97bf-fcb5c9de5e24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9297a5a6-3791-4582-b01c-a73af0fac787, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7de7d7f5-04af-4aa1-8c28-e311127c09a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7de7d7f5-04af-4aa1-8c28-e311127c09a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208996398400078949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e115d0d8-4ec8-4a99-a81d-07a200562dba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e115d0d8-4ec8-4a99-a81d-07a200562dba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947277528488614151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7de7d7f5-04af-4aa1-8c28-e311127c09a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 443fe029-4e4b-457a-8c75-92b4f022704b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443fe029-4e4b-457a-8c75-92b4f022704b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6088538521574502210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e115d0d8-4ec8-4a99-a81d-07a200562dba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c26ea6-246f-4c60-9a3d-b600d98f7721, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c26ea6-246f-4c60-9a3d-b600d98f7721, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805646584380683725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443fe029-4e4b-457a-8c75-92b4f022704b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e7c03ad-edbf-470c-8f4f-05aa69ed647c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7c03ad-edbf-470c-8f4f-05aa69ed647c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3554655554487899936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c26ea6-246f-4c60-9a3d-b600d98f7721, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb190d87-a602-421b-a62c-5d73a79a9afe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb190d87-a602-421b-a62c-5d73a79a9afe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114184939904587946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7c03ad-edbf-470c-8f4f-05aa69ed647c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e1c370-ed49-4257-9b07-a75bd3b77b51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e1c370-ed49-4257-9b07-a75bd3b77b51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461797351446940337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb190d87-a602-421b-a62c-5d73a79a9afe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe2c884-a780-4f7e-936f-cb4c942fdadb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe2c884-a780-4f7e-936f-cb4c942fdadb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129088275689354224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e1c370-ed49-4257-9b07-a75bd3b77b51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb1e1094-689e-425b-b28c-a55abc966a47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb1e1094-689e-425b-b28c-a55abc966a47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1255459526668197103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe2c884-a780-4f7e-936f-cb4c942fdadb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e3cb145-fa5b-403b-a38f-d37b6c78a443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e3cb145-fa5b-403b-a38f-d37b6c78a443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096290060731179263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb1e1094-689e-425b-b28c-a55abc966a47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9dfd14c-1fb9-4aa8-ad10-fb7a79914436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9dfd14c-1fb9-4aa8-ad10-fb7a79914436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17064038722460813753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e3cb145-fa5b-403b-a38f-d37b6c78a443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9dfd14c-1fb9-4aa8-ad10-fb7a79914436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9520c4-8409-4018-a279-73d6f0e56605, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9520c4-8409-4018-a279-73d6f0e56605, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12432313961964847711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45718c9-87ec-4260-be09-ce6518092572, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45718c9-87ec-4260-be09-ce6518092572, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5959197455654604879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9520c4-8409-4018-a279-73d6f0e56605, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed73fe08-0413-4367-adbd-4350955207dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed73fe08-0413-4367-adbd-4350955207dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760091917538179344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45718c9-87ec-4260-be09-ce6518092572, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd40928b-d16a-4586-8f93-96a7253b3ba4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd40928b-d16a-4586-8f93-96a7253b3ba4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5756351704998126737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed73fe08-0413-4367-adbd-4350955207dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9575c98c-581e-45d6-bf27-8830b21cea9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9575c98c-581e-45d6-bf27-8830b21cea9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13568135377702354594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd40928b-d16a-4586-8f93-96a7253b3ba4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 086eca94-6963-46b3-a81d-a020b5d03c59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 086eca94-6963-46b3-a81d-a020b5d03c59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 610189139670860820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9575c98c-581e-45d6-bf27-8830b21cea9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3854bb2-5a9f-4c5c-b317-c28ddae285d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 086eca94-6963-46b3-a81d-a020b5d03c59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3854bb2-5a9f-4c5c-b317-c28ddae285d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640983207229186162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 756e7d98-d522-4169-9360-7a8e5d05ff0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756e7d98-d522-4169-9360-7a8e5d05ff0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15020640681198473714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3854bb2-5a9f-4c5c-b317-c28ddae285d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aff88ed-05db-4a6a-9d30-bb104a5b9881, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aff88ed-05db-4a6a-9d30-bb104a5b9881, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76356170545316418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756e7d98-d522-4169-9360-7a8e5d05ff0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b58d957-46fd-4b2e-8f5b-2e9fd857eb42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b58d957-46fd-4b2e-8f5b-2e9fd857eb42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17149943564418579758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aff88ed-05db-4a6a-9d30-bb104a5b9881, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 782e7a08-146f-463d-8ff2-35e1e5edfb15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782e7a08-146f-463d-8ff2-35e1e5edfb15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5880880897738797887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b58d957-46fd-4b2e-8f5b-2e9fd857eb42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2423045-8c86-4ca6-bf6c-0e4a4d62805d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2423045-8c86-4ca6-bf6c-0e4a4d62805d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468558384830245439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782e7a08-146f-463d-8ff2-35e1e5edfb15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a96819-a3d3-4aeb-9307-30a115bd109a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a96819-a3d3-4aeb-9307-30a115bd109a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217819127767599302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2423045-8c86-4ca6-bf6c-0e4a4d62805d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf2bb42a-f0c9-4c8e-886c-8d18b9e391c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf2bb42a-f0c9-4c8e-886c-8d18b9e391c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465169269785466463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a96819-a3d3-4aeb-9307-30a115bd109a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7b4c21-0e09-47a2-af3e-4e7867a9dc7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7b4c21-0e09-47a2-af3e-4e7867a9dc7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12560751223649634310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf2bb42a-f0c9-4c8e-886c-8d18b9e391c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ad4c82e-e1d2-4c8e-a09e-c74b3ebdd3d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad4c82e-e1d2-4c8e-a09e-c74b3ebdd3d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421226294663978316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7b4c21-0e09-47a2-af3e-4e7867a9dc7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e62bc6d-d28a-4f61-a833-b986edf8dc55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e62bc6d-d28a-4f61-a833-b986edf8dc55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13414811058904071604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad4c82e-e1d2-4c8e-a09e-c74b3ebdd3d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4690a93-8d16-4042-9a94-3ccb0192d703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4690a93-8d16-4042-9a94-3ccb0192d703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1611283895099684355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e62bc6d-d28a-4f61-a833-b986edf8dc55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3db352e2-d885-492b-8044-79121a3a01e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db352e2-d885-492b-8044-79121a3a01e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368123344144727124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4690a93-8d16-4042-9a94-3ccb0192d703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed902e7-3139-4e61-94a0-88bec2b30537, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed902e7-3139-4e61-94a0-88bec2b30537, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4436846628259302895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db352e2-d885-492b-8044-79121a3a01e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e95bb39-414a-472e-9d9d-a4d3d272df47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e95bb39-414a-472e-9d9d-a4d3d272df47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8223419821323421907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed902e7-3139-4e61-94a0-88bec2b30537, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 871f0082-0ddf-4def-8b03-dad4b2ccbb15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871f0082-0ddf-4def-8b03-dad4b2ccbb15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695610812980303588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e95bb39-414a-472e-9d9d-a4d3d272df47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 751c9806-afb8-4344-82a7-59b31737b81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751c9806-afb8-4344-82a7-59b31737b81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14888031523195610085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871f0082-0ddf-4def-8b03-dad4b2ccbb15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 587dbbd2-248c-4114-a81d-df7f8afb983b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587dbbd2-248c-4114-a81d-df7f8afb983b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3603987290660951276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751c9806-afb8-4344-82a7-59b31737b81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e1f39ad-ae37-42f5-a1f9-71d25984235c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e1f39ad-ae37-42f5-a1f9-71d25984235c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734161214861129876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587dbbd2-248c-4114-a81d-df7f8afb983b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50a5df69-7cfe-40df-8823-e180d1a74723, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a5df69-7cfe-40df-8823-e180d1a74723, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2609469544374255635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e1f39ad-ae37-42f5-a1f9-71d25984235c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c88a44-0435-4608-b7fd-32f6c8aedc7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c88a44-0435-4608-b7fd-32f6c8aedc7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3694411655922890941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a5df69-7cfe-40df-8823-e180d1a74723, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab814fa-38a8-4fd4-9fc9-51dabcf4d116, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab814fa-38a8-4fd4-9fc9-51dabcf4d116, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17311660828441756433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c88a44-0435-4608-b7fd-32f6c8aedc7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ec5730e-ec50-41e3-85d9-2abc81478464, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec5730e-ec50-41e3-85d9-2abc81478464, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8229421233174415414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab814fa-38a8-4fd4-9fc9-51dabcf4d116, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba2634be-0c0b-4730-9503-62768af9179c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2634be-0c0b-4730-9503-62768af9179c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305897542642240646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec5730e-ec50-41e3-85d9-2abc81478464, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3494cbb1-81ca-4c15-92e7-f0cacf7a3c22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2634be-0c0b-4730-9503-62768af9179c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4d804c2-29c7-4ba2-8ffd-f582249db084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d804c2-29c7-4ba2-8ffd-f582249db084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14857948816803305145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3494cbb1-81ca-4c15-92e7-f0cacf7a3c22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14626628195275083797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d804c2-29c7-4ba2-8ffd-f582249db084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5af56ce-6d41-4805-8a76-4d2a58720be9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3494cbb1-81ca-4c15-92e7-f0cacf7a3c22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11770e27-78fe-4b5c-a90a-03bff6ecc796, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11770e27-78fe-4b5c-a90a-03bff6ecc796, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208231849715772169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5af56ce-6d41-4805-8a76-4d2a58720be9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2706384916314268123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11770e27-78fe-4b5c-a90a-03bff6ecc796, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e535c8db-8314-48f7-b1d6-9ccc6f271afe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e535c8db-8314-48f7-b1d6-9ccc6f271afe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880699076775558063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5af56ce-6d41-4805-8a76-4d2a58720be9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d494ae07-c05b-41e1-984b-45e54c7b8847, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d494ae07-c05b-41e1-984b-45e54c7b8847, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14686987895463846931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e535c8db-8314-48f7-b1d6-9ccc6f271afe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23ed03a8-7546-4d28-afbc-00d04199ab41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ed03a8-7546-4d28-afbc-00d04199ab41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108871734229775743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d494ae07-c05b-41e1-984b-45e54c7b8847, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd2f1728-11cb-4c55-8537-e60d884b4854, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2f1728-11cb-4c55-8537-e60d884b4854, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041582129242762785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ed03a8-7546-4d28-afbc-00d04199ab41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ed07eb5-bbe7-4ac1-9285-f828c23e48c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2f1728-11cb-4c55-8537-e60d884b4854, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f01a9e-47af-4ee1-b325-4aa7f5cd4a2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed07eb5-bbe7-4ac1-9285-f828c23e48c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5724556710948424878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f01a9e-47af-4ee1-b325-4aa7f5cd4a2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14659110631556758637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed07eb5-bbe7-4ac1-9285-f828c23e48c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e492f175-715d-494d-8797-fa1d857dbb9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e492f175-715d-494d-8797-fa1d857dbb9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11094286690008917366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f01a9e-47af-4ee1-b325-4aa7f5cd4a2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d70f4991-6a6c-4e72-a13e-47ecf6111af3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70f4991-6a6c-4e72-a13e-47ecf6111af3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644598169324765228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e492f175-715d-494d-8797-fa1d857dbb9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c7fa77b-fede-40b1-9e31-45f5afdd0371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7fa77b-fede-40b1-9e31-45f5afdd0371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14123038176766099054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70f4991-6a6c-4e72-a13e-47ecf6111af3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2802eab9-ae5c-43cb-a9e7-3603107b8132, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2802eab9-ae5c-43cb-a9e7-3603107b8132, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15792807154357390723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7fa77b-fede-40b1-9e31-45f5afdd0371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a706558-698e-4088-b533-2a6989078110, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a706558-698e-4088-b533-2a6989078110, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10729746185577029165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2802eab9-ae5c-43cb-a9e7-3603107b8132, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ab56e41-ab7a-4a99-9b44-f4cd3186deac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ab56e41-ab7a-4a99-9b44-f4cd3186deac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073235465520881394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a706558-698e-4088-b533-2a6989078110, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9690f983-b7e5-4d2a-aca8-727389ba8022, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9690f983-b7e5-4d2a-aca8-727389ba8022, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10106857567849392764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ab56e41-ab7a-4a99-9b44-f4cd3186deac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d80c118-9fb5-41e3-b05e-0e30292e914d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d80c118-9fb5-41e3-b05e-0e30292e914d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3357920189090603128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9690f983-b7e5-4d2a-aca8-727389ba8022, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6948420-b408-4a49-b494-30bdd6f04be7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6948420-b408-4a49-b494-30bdd6f04be7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5019425787982384641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d80c118-9fb5-41e3-b05e-0e30292e914d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e8967f7-91b3-4a30-b966-6035c2cf4dab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8967f7-91b3-4a30-b966-6035c2cf4dab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503231434385723637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6948420-b408-4a49-b494-30bdd6f04be7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 656b0a42-d986-48b9-9062-20fe883d9540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 656b0a42-d986-48b9-9062-20fe883d9540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497877250660716123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8967f7-91b3-4a30-b966-6035c2cf4dab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8a2f9d4-47a6-49f0-9602-dd9b9dbf107a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a2f9d4-47a6-49f0-9602-dd9b9dbf107a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854303009486289269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 656b0a42-d986-48b9-9062-20fe883d9540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a534a0-47bf-4cac-9f41-1e1f756ddb34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a534a0-47bf-4cac-9f41-1e1f756ddb34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12605396094314944751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a2f9d4-47a6-49f0-9602-dd9b9dbf107a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02288365-45e8-4a07-9c79-296c7b55979e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02288365-45e8-4a07-9c79-296c7b55979e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6764330959068904337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a534a0-47bf-4cac-9f41-1e1f756ddb34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2240930b-f60b-41e8-ba52-87d8178c5333, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2240930b-f60b-41e8-ba52-87d8178c5333, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2404961734157187778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02288365-45e8-4a07-9c79-296c7b55979e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9faf62ec-b66a-45cb-a566-1d7da53a54bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9faf62ec-b66a-45cb-a566-1d7da53a54bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16304155611514656778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2240930b-f60b-41e8-ba52-87d8178c5333, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80b53acc-7bb5-47e6-b3fd-1bec1d4ad11b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9faf62ec-b66a-45cb-a566-1d7da53a54bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b53acc-7bb5-47e6-b3fd-1bec1d4ad11b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2875517310049183349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 031e5e0d-3ddd-49ed-b6bd-807a77b9cb28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031e5e0d-3ddd-49ed-b6bd-807a77b9cb28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3064357061084624445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b53acc-7bb5-47e6-b3fd-1bec1d4ad11b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031e5e0d-3ddd-49ed-b6bd-807a77b9cb28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aea12e9f-6515-492f-8055-b52fcb33ffb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ae6c50-99ea-4a0b-a7c8-c396eb9c9b70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea12e9f-6515-492f-8055-b52fcb33ffb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1429975378382109260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ae6c50-99ea-4a0b-a7c8-c396eb9c9b70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975842518882301139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea12e9f-6515-492f-8055-b52fcb33ffb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7ee8d6-e6ed-4aa0-a505-bd08ff4a1fa7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7ee8d6-e6ed-4aa0-a505-bd08ff4a1fa7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058121310010570744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ae6c50-99ea-4a0b-a7c8-c396eb9c9b70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4ade28-4d26-4fc9-8cbb-2ac2728804b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4ade28-4d26-4fc9-8cbb-2ac2728804b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3694121089842546855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7ee8d6-e6ed-4aa0-a505-bd08ff4a1fa7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610be4ae-81a1-47b2-ab58-88d2ef4dadfa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610be4ae-81a1-47b2-ab58-88d2ef4dadfa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 433635229229262146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4ade28-4d26-4fc9-8cbb-2ac2728804b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce9d6570-9f16-44c1-8a60-68c51f118a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce9d6570-9f16-44c1-8a60-68c51f118a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10460611001750898556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610be4ae-81a1-47b2-ab58-88d2ef4dadfa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66b4da50-2474-4e4a-91a5-c9b621392143, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66b4da50-2474-4e4a-91a5-c9b621392143, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2205006864404734896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce9d6570-9f16-44c1-8a60-68c51f118a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3932fb3e-8602-407c-b655-1f98ceccf51a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3932fb3e-8602-407c-b655-1f98ceccf51a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389461819964596017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66b4da50-2474-4e4a-91a5-c9b621392143, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd2b3cb3-7aab-4403-b964-8976c07818c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd2b3cb3-7aab-4403-b964-8976c07818c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5666818648502066768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3932fb3e-8602-407c-b655-1f98ceccf51a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f46d9fc9-0f98-478d-814e-6bbfb07f0814, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46d9fc9-0f98-478d-814e-6bbfb07f0814, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13898004186104552670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd2b3cb3-7aab-4403-b964-8976c07818c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1305935-35f5-424d-ae9a-41f45ca999bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1305935-35f5-424d-ae9a-41f45ca999bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409355048184294845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1305935-35f5-424d-ae9a-41f45ca999bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 709d50f3-b7d1-4b68-8b71-4fce22899e82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709d50f3-b7d1-4b68-8b71-4fce22899e82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2103908354018405560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46d9fc9-0f98-478d-814e-6bbfb07f0814, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19126374-d087-45ed-bc71-b9835849b56f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19126374-d087-45ed-bc71-b9835849b56f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7346510064196526836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709d50f3-b7d1-4b68-8b71-4fce22899e82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80be68d-e93b-4b09-b932-e9dadd469a80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80be68d-e93b-4b09-b932-e9dadd469a80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492183396769777522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19126374-d087-45ed-bc71-b9835849b56f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49316e7d-dcd5-4d9b-9d57-47030a6d5d5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49316e7d-dcd5-4d9b-9d57-47030a6d5d5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950063226447773946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80be68d-e93b-4b09-b932-e9dadd469a80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d79ae8-5279-4b46-9ca5-a3598c4287c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d79ae8-5279-4b46-9ca5-a3598c4287c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13561763127000012266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49316e7d-dcd5-4d9b-9d57-47030a6d5d5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2205551a-37a5-4b77-8223-1051ff114974, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2205551a-37a5-4b77-8223-1051ff114974, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1519910178180213649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d79ae8-5279-4b46-9ca5-a3598c4287c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861c4502-8237-4436-8b70-9d3911f13a38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861c4502-8237-4436-8b70-9d3911f13a38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10174529909806232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2205551a-37a5-4b77-8223-1051ff114974, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84a07646-e90b-429d-8017-a6d550584b11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a07646-e90b-429d-8017-a6d550584b11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11892348016598107869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861c4502-8237-4436-8b70-9d3911f13a38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4860bc1e-69cb-4596-bfe2-1a015dc9c9cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4860bc1e-69cb-4596-bfe2-1a015dc9c9cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12081822889557118862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a07646-e90b-429d-8017-a6d550584b11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f57891-f1f5-44aa-834a-bef6443efe6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f57891-f1f5-44aa-834a-bef6443efe6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8248359028997195567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4860bc1e-69cb-4596-bfe2-1a015dc9c9cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84d6e41e-d2a7-4990-b57d-eebaf5454a6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d6e41e-d2a7-4990-b57d-eebaf5454a6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12874079558740534763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f57891-f1f5-44aa-834a-bef6443efe6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a784e06d-c66c-43c9-80dd-149cc6bb06a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a784e06d-c66c-43c9-80dd-149cc6bb06a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10770795669537153425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d6e41e-d2a7-4990-b57d-eebaf5454a6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da071e78-8b69-4313-a45e-33c6428a344e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da071e78-8b69-4313-a45e-33c6428a344e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842048438301516411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a784e06d-c66c-43c9-80dd-149cc6bb06a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eeed6ea-84ad-4acd-859f-b6af1e679168, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eeed6ea-84ad-4acd-859f-b6af1e679168, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773789401425330745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da071e78-8b69-4313-a45e-33c6428a344e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef5311d6-07ee-4ad6-a2ce-e5f026637ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef5311d6-07ee-4ad6-a2ce-e5f026637ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17663096798652722730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eeed6ea-84ad-4acd-859f-b6af1e679168, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11bbe90-7414-431c-a9d1-a558918384b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11bbe90-7414-431c-a9d1-a558918384b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10466100512078930979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef5311d6-07ee-4ad6-a2ce-e5f026637ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5ce09a-e3e0-48e5-aac5-996716acd697, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5ce09a-e3e0-48e5-aac5-996716acd697, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066371153886609844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5ce09a-e3e0-48e5-aac5-996716acd697, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec94d814-998c-4a8f-8bf4-426197123dc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec94d814-998c-4a8f-8bf4-426197123dc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13053456923942011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11bbe90-7414-431c-a9d1-a558918384b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24bfe90c-d465-4d33-9ac3-f1abc44f82f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24bfe90c-d465-4d33-9ac3-f1abc44f82f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468206098174770269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec94d814-998c-4a8f-8bf4-426197123dc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68fedbfd-5b71-4f89-bd1d-65be780f8f8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68fedbfd-5b71-4f89-bd1d-65be780f8f8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8793512656222887759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24bfe90c-d465-4d33-9ac3-f1abc44f82f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5a1bfdc-069f-4a3e-aefd-00e34010c23f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a1bfdc-069f-4a3e-aefd-00e34010c23f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9758661533191844081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68fedbfd-5b71-4f89-bd1d-65be780f8f8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9744699d-f301-4585-a81f-e4af86fbd5c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9744699d-f301-4585-a81f-e4af86fbd5c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6303288997277386913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a1bfdc-069f-4a3e-aefd-00e34010c23f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1048ccb3-45b6-45fe-8eda-b14bfa2580f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1048ccb3-45b6-45fe-8eda-b14bfa2580f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661439400851450198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9744699d-f301-4585-a81f-e4af86fbd5c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e9460ad-3761-4a6c-b36c-62df89b1f77e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9460ad-3761-4a6c-b36c-62df89b1f77e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492964228679076950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1048ccb3-45b6-45fe-8eda-b14bfa2580f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a782e71-864c-4eaf-9726-4472bf06d687, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a782e71-864c-4eaf-9726-4472bf06d687, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489145134399666550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9460ad-3761-4a6c-b36c-62df89b1f77e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4936916-ce1d-40ba-86ae-0251375f1bf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4936916-ce1d-40ba-86ae-0251375f1bf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11992167087588258765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a782e71-864c-4eaf-9726-4472bf06d687, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 414face3-501d-41bd-95b1-a47284890b4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 414face3-501d-41bd-95b1-a47284890b4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6491948324387948475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4936916-ce1d-40ba-86ae-0251375f1bf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0f27352-cf03-4b3a-b87c-e2b92542b5d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f27352-cf03-4b3a-b87c-e2b92542b5d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17736915178885262260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 414face3-501d-41bd-95b1-a47284890b4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f27352-cf03-4b3a-b87c-e2b92542b5d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e65ba987-86ed-4c99-b64b-88bbb17d7563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65ba987-86ed-4c99-b64b-88bbb17d7563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12193312241052464351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f999bec2-1b7d-433b-8399-fa11efc3c8a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f999bec2-1b7d-433b-8399-fa11efc3c8a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8095219633014325886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65ba987-86ed-4c99-b64b-88bbb17d7563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f999bec2-1b7d-433b-8399-fa11efc3c8a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b943c36-316f-4fc0-ba4a-b036ba17f010, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18faf040-86ac-43b4-92a1-1b49aaf0ba3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18faf040-86ac-43b4-92a1-1b49aaf0ba3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222791528212049911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b943c36-316f-4fc0-ba4a-b036ba17f010, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15449933773564853319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18faf040-86ac-43b4-92a1-1b49aaf0ba3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e9f71a-8cbc-4d30-9d70-c43d9f99a0c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e9f71a-8cbc-4d30-9d70-c43d9f99a0c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679887738613730910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b943c36-316f-4fc0-ba4a-b036ba17f010, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d1006d3-0d34-43ca-9fff-2c3ac8df9bcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1006d3-0d34-43ca-9fff-2c3ac8df9bcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14028823852836341148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e9f71a-8cbc-4d30-9d70-c43d9f99a0c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6b2b0fb-acba-4615-b789-6b0c90fac720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b2b0fb-acba-4615-b789-6b0c90fac720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554382518332739264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1006d3-0d34-43ca-9fff-2c3ac8df9bcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267f9af4-76cd-40b9-8834-966c2deb10ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267f9af4-76cd-40b9-8834-966c2deb10ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15447443204816911209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b2b0fb-acba-4615-b789-6b0c90fac720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75a7f41-1561-4f63-8832-d7cc4c8ee9dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75a7f41-1561-4f63-8832-d7cc4c8ee9dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16735185061117778461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267f9af4-76cd-40b9-8834-966c2deb10ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 764016b8-87ff-4c53-a9b4-b05bbc7d74b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764016b8-87ff-4c53-a9b4-b05bbc7d74b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2217169954770363764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75a7f41-1561-4f63-8832-d7cc4c8ee9dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764016b8-87ff-4c53-a9b4-b05bbc7d74b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e331a0c0-252d-425d-bf3b-eafdcacf1b22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e331a0c0-252d-425d-bf3b-eafdcacf1b22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14518801790084566332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b327ca6-b0ee-4e9a-b2fa-c7db97e94430, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b327ca6-b0ee-4e9a-b2fa-c7db97e94430, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6814087513841010522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e331a0c0-252d-425d-bf3b-eafdcacf1b22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59336372-87f1-4594-943c-0621235fa943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59336372-87f1-4594-943c-0621235fa943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16646550085149611006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b327ca6-b0ee-4e9a-b2fa-c7db97e94430, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 599f9ee1-155a-4596-88bf-50f9c689ef08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599f9ee1-155a-4596-88bf-50f9c689ef08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10916853182349264031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59336372-87f1-4594-943c-0621235fa943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54e32e27-9174-4424-9010-a37b76c567a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54e32e27-9174-4424-9010-a37b76c567a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16678203623419862100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599f9ee1-155a-4596-88bf-50f9c689ef08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a212486c-7114-4a2e-a608-be262e0dc3ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a212486c-7114-4a2e-a608-be262e0dc3ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10798804347511742103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54e32e27-9174-4424-9010-a37b76c567a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a212486c-7114-4a2e-a608-be262e0dc3ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d87b2e2d-033f-4993-8c6a-93074beaa225, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87b2e2d-033f-4993-8c6a-93074beaa225, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1486261132822430799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6493767-25f0-4853-a836-571576988634, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6493767-25f0-4853-a836-571576988634, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15338392704358073652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87b2e2d-033f-4993-8c6a-93074beaa225, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6493767-25f0-4853-a836-571576988634, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766294aa-2e7f-474d-a31f-11dc9dae773d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766294aa-2e7f-474d-a31f-11dc9dae773d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6958071772935391430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca29e20-14a0-4738-91a3-5c8c9d484d21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca29e20-14a0-4738-91a3-5c8c9d484d21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10231759160926866525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766294aa-2e7f-474d-a31f-11dc9dae773d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a88d50e-c11c-4f38-a45f-7abf02bbbc63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca29e20-14a0-4738-91a3-5c8c9d484d21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b4f166-d662-44b7-89f0-bbd95a549c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b4f166-d662-44b7-89f0-bbd95a549c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12079179334056289067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a88d50e-c11c-4f38-a45f-7abf02bbbc63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9315986834836840349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b4f166-d662-44b7-89f0-bbd95a549c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a88d50e-c11c-4f38-a45f-7abf02bbbc63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aff2e8f8-e096-4c82-831f-a8f3c88e931e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fed21ea-fd94-4a92-89f2-174205f9cd9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fed21ea-fd94-4a92-89f2-174205f9cd9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048025614179075082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff2e8f8-e096-4c82-831f-a8f3c88e931e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879554888825379923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fed21ea-fd94-4a92-89f2-174205f9cd9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b3deb91-3d5a-4741-a055-d9c351a34a63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3deb91-3d5a-4741-a055-d9c351a34a63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207711687545192227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff2e8f8-e096-4c82-831f-a8f3c88e931e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9548ff08-a872-4067-8f1d-aa93c1e91dd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9548ff08-a872-4067-8f1d-aa93c1e91dd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959507310115605091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3deb91-3d5a-4741-a055-d9c351a34a63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74c7002e-1cd9-4a66-befa-ca1995f7599d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c7002e-1cd9-4a66-befa-ca1995f7599d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17643017746936894519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9548ff08-a872-4067-8f1d-aa93c1e91dd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c933d4-c016-4a6e-82cd-005626211bc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c933d4-c016-4a6e-82cd-005626211bc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17195190017762221478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c7002e-1cd9-4a66-befa-ca1995f7599d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c933d4-c016-4a6e-82cd-005626211bc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 779b0369-389c-4d9c-a9c5-8efba668f484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89457484-f503-49e8-903d-f4dc8af36e24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89457484-f503-49e8-903d-f4dc8af36e24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401740475113068083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779b0369-389c-4d9c-a9c5-8efba668f484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7292268016297785291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 779b0369-389c-4d9c-a9c5-8efba668f484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ec7393-18d2-44ef-b7c3-213c049be543, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ec7393-18d2-44ef-b7c3-213c049be543, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408760690588735915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89457484-f503-49e8-903d-f4dc8af36e24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d6b0da-3237-4556-a9b1-d74e1d271883, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d6b0da-3237-4556-a9b1-d74e1d271883, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10845535562418220089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ec7393-18d2-44ef-b7c3-213c049be543, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31a03d74-bd33-4ae9-b1e7-bddd32efd989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a03d74-bd33-4ae9-b1e7-bddd32efd989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8259648583210414777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d6b0da-3237-4556-a9b1-d74e1d271883, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 962d3e4c-013b-469c-b335-c2f6ab69bf58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962d3e4c-013b-469c-b335-c2f6ab69bf58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666166170533155547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a03d74-bd33-4ae9-b1e7-bddd32efd989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bba3792-d8c3-48bc-bbc6-e5c49908e992, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bba3792-d8c3-48bc-bbc6-e5c49908e992, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17959607152238292246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962d3e4c-013b-469c-b335-c2f6ab69bf58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d003d33-fd77-4196-91a6-b0c3f13db837, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d003d33-fd77-4196-91a6-b0c3f13db837, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16657852575769404363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bba3792-d8c3-48bc-bbc6-e5c49908e992, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1dc3c1-45f5-4b2c-b54d-40c17736a2ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1dc3c1-45f5-4b2c-b54d-40c17736a2ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16524372091506677769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d003d33-fd77-4196-91a6-b0c3f13db837, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a33a3475-8217-4eae-9996-1601fe1edd94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33a3475-8217-4eae-9996-1601fe1edd94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5626631526025459844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1dc3c1-45f5-4b2c-b54d-40c17736a2ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a67744db-4c0d-4344-bde9-1418dd4d16a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a67744db-4c0d-4344-bde9-1418dd4d16a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16945969094755660643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a67744db-4c0d-4344-bde9-1418dd4d16a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdd761f9-8eaa-483f-abf6-0cfb5afbdffb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd761f9-8eaa-483f-abf6-0cfb5afbdffb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4655678442169355485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33a3475-8217-4eae-9996-1601fe1edd94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ad8b37-d7cc-46cc-a544-311f28138ed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ad8b37-d7cc-46cc-a544-311f28138ed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13694027146109459518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd761f9-8eaa-483f-abf6-0cfb5afbdffb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a3efe87-fcf9-477a-b07f-5d22b1834312, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3efe87-fcf9-477a-b07f-5d22b1834312, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17669930044248002720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ad8b37-d7cc-46cc-a544-311f28138ed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45cf25f7-0a4f-41a0-b32c-5013e8026f09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cf25f7-0a4f-41a0-b32c-5013e8026f09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12433321633234344000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3efe87-fcf9-477a-b07f-5d22b1834312, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da21b773-3734-477d-98ef-9a093f1ed245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da21b773-3734-477d-98ef-9a093f1ed245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3797003942957042829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cf25f7-0a4f-41a0-b32c-5013e8026f09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f705e991-0b12-40bb-8ded-de9f3efb36c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f705e991-0b12-40bb-8ded-de9f3efb36c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841845287585883748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da21b773-3734-477d-98ef-9a093f1ed245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 092cfbe4-7419-4756-b06f-8fca806c79b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092cfbe4-7419-4756-b06f-8fca806c79b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9860163310715592982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f705e991-0b12-40bb-8ded-de9f3efb36c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc529a7b-98d2-4541-8554-589cd2f9c6f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc529a7b-98d2-4541-8554-589cd2f9c6f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3066988791368689201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092cfbe4-7419-4756-b06f-8fca806c79b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8633e1a9-c489-440b-82d6-7a8477aad5df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8633e1a9-c489-440b-82d6-7a8477aad5df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5215149377113534804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc529a7b-98d2-4541-8554-589cd2f9c6f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 952298ca-80f3-41a3-b0f0-ec1344d13dfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952298ca-80f3-41a3-b0f0-ec1344d13dfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8992756939994133631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8633e1a9-c489-440b-82d6-7a8477aad5df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96eec4a2-2f20-43ea-9ba6-31522d57fa11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96eec4a2-2f20-43ea-9ba6-31522d57fa11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6303124338601192095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952298ca-80f3-41a3-b0f0-ec1344d13dfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89e400b4-c3c8-4c1e-9355-5194513f7d90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e400b4-c3c8-4c1e-9355-5194513f7d90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9990887597269788282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96eec4a2-2f20-43ea-9ba6-31522d57fa11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275ce9b6-1890-450d-a6fa-5d1a759cf818, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275ce9b6-1890-450d-a6fa-5d1a759cf818, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371032237182191033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e400b4-c3c8-4c1e-9355-5194513f7d90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73b2d579-dbb4-42cf-86c5-1af24ef54a8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b2d579-dbb4-42cf-86c5-1af24ef54a8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18322537184242229630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275ce9b6-1890-450d-a6fa-5d1a759cf818, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed6e9395-87f7-4e4d-957d-e699774c7e62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed6e9395-87f7-4e4d-957d-e699774c7e62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874807301704335260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b2d579-dbb4-42cf-86c5-1af24ef54a8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdacdf5c-2b69-4c9b-9ce9-24251f7f7d7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdacdf5c-2b69-4c9b-9ce9-24251f7f7d7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13572176760729586308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed6e9395-87f7-4e4d-957d-e699774c7e62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1688b543-93da-4270-9365-d8f6ac13d521, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1688b543-93da-4270-9365-d8f6ac13d521, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316602062926338965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdacdf5c-2b69-4c9b-9ce9-24251f7f7d7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36717a59-62c9-4442-b389-97633390ce0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36717a59-62c9-4442-b389-97633390ce0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14975820892065843447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1688b543-93da-4270-9365-d8f6ac13d521, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9186c89d-ba50-4f79-a5be-82ed1ab27728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9186c89d-ba50-4f79-a5be-82ed1ab27728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925484746520782292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36717a59-62c9-4442-b389-97633390ce0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f6cf614-2efa-44e1-aa8f-a9d93f452562, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6cf614-2efa-44e1-aa8f-a9d93f452562, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3013782487876542553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9186c89d-ba50-4f79-a5be-82ed1ab27728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a5c8af-defb-4d52-80ff-5095d58eeae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a5c8af-defb-4d52-80ff-5095d58eeae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441184423281646669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6cf614-2efa-44e1-aa8f-a9d93f452562, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 616026ba-ee93-43ec-a941-90db76aac2ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a5c8af-defb-4d52-80ff-5095d58eeae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80b43095-06a0-480d-b032-15ff70b2255b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b43095-06a0-480d-b032-15ff70b2255b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318242899902627649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 616026ba-ee93-43ec-a941-90db76aac2ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187964895205706409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b43095-06a0-480d-b032-15ff70b2255b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c31ab5c-240d-4058-8258-5abd2966bfba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 616026ba-ee93-43ec-a941-90db76aac2ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8ed53f1-e22b-4065-945e-6155cf8da438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c31ab5c-240d-4058-8258-5abd2966bfba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12520909275783991601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ed53f1-e22b-4065-945e-6155cf8da438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 818876300855951789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c31ab5c-240d-4058-8258-5abd2966bfba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcc649aa-85db-4b0f-84bb-03bfa2d82f8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc649aa-85db-4b0f-84bb-03bfa2d82f8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15899361285770311380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ed53f1-e22b-4065-945e-6155cf8da438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a423298a-dc44-4719-a20a-575fcca3e5e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a423298a-dc44-4719-a20a-575fcca3e5e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274532406530024105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc649aa-85db-4b0f-84bb-03bfa2d82f8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ddcdb3-4e90-472b-a24c-49e8bbf72f49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ddcdb3-4e90-472b-a24c-49e8bbf72f49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777254312208200728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a423298a-dc44-4719-a20a-575fcca3e5e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736ffaf2-8abe-4a4e-9c8f-42c5bcc574d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ddcdb3-4e90-472b-a24c-49e8bbf72f49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11c74ac-586e-4ca6-a931-7c759b360fe7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11c74ac-586e-4ca6-a931-7c759b360fe7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965936624489606634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736ffaf2-8abe-4a4e-9c8f-42c5bcc574d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3524446268313604616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11c74ac-586e-4ca6-a931-7c759b360fe7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1db561e3-1f8a-497e-ac77-a8a839e0983e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1db561e3-1f8a-497e-ac77-a8a839e0983e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7116421655769760971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736ffaf2-8abe-4a4e-9c8f-42c5bcc574d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88646139-0004-4297-a981-835b18e8828a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88646139-0004-4297-a981-835b18e8828a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7746435457798721414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1db561e3-1f8a-497e-ac77-a8a839e0983e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72940bcf-9282-4512-bfcc-742c387b4baf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72940bcf-9282-4512-bfcc-742c387b4baf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916902496928402953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88646139-0004-4297-a981-835b18e8828a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2be065ac-85ef-4052-87a5-ee497c1db350, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be065ac-85ef-4052-87a5-ee497c1db350, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823689541880976163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72940bcf-9282-4512-bfcc-742c387b4baf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eda174f2-ff20-4b89-afd7-adaeccf4a2bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda174f2-ff20-4b89-afd7-adaeccf4a2bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11064141304674800377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be065ac-85ef-4052-87a5-ee497c1db350, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acdc5931-8c00-4812-a7e5-36b20ddf8df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdc5931-8c00-4812-a7e5-36b20ddf8df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135437373619263372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda174f2-ff20-4b89-afd7-adaeccf4a2bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5f6cd5-aa83-48ec-9184-25e4386f7a75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5f6cd5-aa83-48ec-9184-25e4386f7a75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813816233760471426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdc5931-8c00-4812-a7e5-36b20ddf8df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe8298c-27ac-4198-9c95-ea50414442ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe8298c-27ac-4198-9c95-ea50414442ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393880701841835863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5f6cd5-aa83-48ec-9184-25e4386f7a75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4c9863f-c9c6-47a7-bca0-d0965b060f75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c9863f-c9c6-47a7-bca0-d0965b060f75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605297294025271885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe8298c-27ac-4198-9c95-ea50414442ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0b59a89-58a2-476e-a676-5ceac0e21f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b59a89-58a2-476e-a676-5ceac0e21f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341822073083738681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c9863f-c9c6-47a7-bca0-d0965b060f75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c91922c-e13c-4dfe-98eb-f7d76561470e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c91922c-e13c-4dfe-98eb-f7d76561470e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10403461163409102159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b59a89-58a2-476e-a676-5ceac0e21f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1edbb3ef-c7c4-4498-af70-08797321929c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edbb3ef-c7c4-4498-af70-08797321929c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5602819985436476624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c91922c-e13c-4dfe-98eb-f7d76561470e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c71c1-e106-46bc-af53-5fb1557e75ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c71c1-e106-46bc-af53-5fb1557e75ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13846973689360966298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edbb3ef-c7c4-4498-af70-08797321929c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c71c1-e106-46bc-af53-5fb1557e75ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe1fdab-18d2-4784-9826-c99ede2bca40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe1fdab-18d2-4784-9826-c99ede2bca40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12965696383486704127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3703b13b-f732-429d-82f4-a511d4399195, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3703b13b-f732-429d-82f4-a511d4399195, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8228960354741166350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe1fdab-18d2-4784-9826-c99ede2bca40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f36ce07-5dec-484e-97e4-c2196c2c45b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f36ce07-5dec-484e-97e4-c2196c2c45b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1837168851880772877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f36ce07-5dec-484e-97e4-c2196c2c45b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad209792-91e9-435e-a5a9-ea0ce4618343, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad209792-91e9-435e-a5a9-ea0ce4618343, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 748951747487401627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3703b13b-f732-429d-82f4-a511d4399195, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ea1f168-540c-4fa9-bb0e-14effde37919, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea1f168-540c-4fa9-bb0e-14effde37919, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12837123416166684197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad209792-91e9-435e-a5a9-ea0ce4618343, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb75a937-0dac-42eb-ace4-547eca28e3b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb75a937-0dac-42eb-ace4-547eca28e3b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15704980811543785184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea1f168-540c-4fa9-bb0e-14effde37919, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2809e080-7094-424a-802d-44db60a4b27b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2809e080-7094-424a-802d-44db60a4b27b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579463688435909155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb75a937-0dac-42eb-ace4-547eca28e3b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f02a49b-42cb-4c07-815f-cd1bed8488ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f02a49b-42cb-4c07-815f-cd1bed8488ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5810887018450643651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2809e080-7094-424a-802d-44db60a4b27b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b01811-e547-42c7-b2a2-82277cedf078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b01811-e547-42c7-b2a2-82277cedf078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13724267265322707219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f02a49b-42cb-4c07-815f-cd1bed8488ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29ceea83-017a-44d7-9fad-1e8134272880, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ceea83-017a-44d7-9fad-1e8134272880, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3417997215529652927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b01811-e547-42c7-b2a2-82277cedf078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3f991d-6ea7-459a-8caf-e8e0d8da3c37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3f991d-6ea7-459a-8caf-e8e0d8da3c37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9344949176315457499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ceea83-017a-44d7-9fad-1e8134272880, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68dbf0c8-5863-48d5-abf4-32e3e7403700, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68dbf0c8-5863-48d5-abf4-32e3e7403700, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108867025109233090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3f991d-6ea7-459a-8caf-e8e0d8da3c37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec326f61-2ef7-41e4-9490-e4a1055e0106, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec326f61-2ef7-41e4-9490-e4a1055e0106, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398106126418970337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68dbf0c8-5863-48d5-abf4-32e3e7403700, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36bd895f-dd47-4769-9d9e-015003bfb5ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36bd895f-dd47-4769-9d9e-015003bfb5ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669041411270052749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec326f61-2ef7-41e4-9490-e4a1055e0106, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f19a58-a6ec-4a77-9e84-50b587cbb8f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f19a58-a6ec-4a77-9e84-50b587cbb8f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12076481106268874586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36bd895f-dd47-4769-9d9e-015003bfb5ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92e97a3f-7f28-4432-a992-1e059228a4bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92e97a3f-7f28-4432-a992-1e059228a4bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561705203618891802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f19a58-a6ec-4a77-9e84-50b587cbb8f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50cb71b0-58db-4e86-b5a3-48986db4acc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cb71b0-58db-4e86-b5a3-48986db4acc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17799297675496331238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92e97a3f-7f28-4432-a992-1e059228a4bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4bc6e12-ffb0-4bcf-abb2-ddb7669a3c96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bc6e12-ffb0-4bcf-abb2-ddb7669a3c96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10322025384704737199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bc6e12-ffb0-4bcf-abb2-ddb7669a3c96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3cbb16a-aa2e-49d0-9e8b-fc5b30a5f419, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cbb16a-aa2e-49d0-9e8b-fc5b30a5f419, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4188031926101871175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cb71b0-58db-4e86-b5a3-48986db4acc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe69285c-747e-4e24-a701-1c56cb36851a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe69285c-747e-4e24-a701-1c56cb36851a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9937971163191706898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cbb16a-aa2e-49d0-9e8b-fc5b30a5f419, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5da0199-4780-41cb-b6fb-256a113e0967, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5da0199-4780-41cb-b6fb-256a113e0967, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8952543946285569857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe69285c-747e-4e24-a701-1c56cb36851a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e51ff6-14d3-44af-b237-6d750a8b76eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e51ff6-14d3-44af-b237-6d750a8b76eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072554862498577307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5da0199-4780-41cb-b6fb-256a113e0967, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 062d756b-e2cc-43d7-9e42-f8234652c671, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062d756b-e2cc-43d7-9e42-f8234652c671, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8170133492474089181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e51ff6-14d3-44af-b237-6d750a8b76eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb7675b1-a1e7-45f9-97fa-c0bb965bc7a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7675b1-a1e7-45f9-97fa-c0bb965bc7a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9463993162912351108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062d756b-e2cc-43d7-9e42-f8234652c671, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f1a2b6-fbad-427d-97aa-d0f7fac780b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f1a2b6-fbad-427d-97aa-d0f7fac780b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15873593002125906552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7675b1-a1e7-45f9-97fa-c0bb965bc7a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb07dbb0-99d5-4225-ba99-40196fcf5911, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb07dbb0-99d5-4225-ba99-40196fcf5911, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753872547810883362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f1a2b6-fbad-427d-97aa-d0f7fac780b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b06331d-66fc-4028-945c-f0e558d050bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b06331d-66fc-4028-945c-f0e558d050bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4732839139089985516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb07dbb0-99d5-4225-ba99-40196fcf5911, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5ff4dab-4602-4f3e-b17c-35638d827c0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ff4dab-4602-4f3e-b17c-35638d827c0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655623024632492015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b06331d-66fc-4028-945c-f0e558d050bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9026a2c-4819-4d07-a938-f6b6dbec82cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9026a2c-4819-4d07-a938-f6b6dbec82cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11844513174923789648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ff4dab-4602-4f3e-b17c-35638d827c0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63e0dcbd-8c10-412e-bdc5-9fc43dca2029, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e0dcbd-8c10-412e-bdc5-9fc43dca2029, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12470750975760013718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9026a2c-4819-4d07-a938-f6b6dbec82cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b653181-025d-4418-a18d-0a5e68ef19ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b653181-025d-4418-a18d-0a5e68ef19ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651787777557922182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e0dcbd-8c10-412e-bdc5-9fc43dca2029, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d85da77-9da2-478a-807d-9cf8d74230e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d85da77-9da2-478a-807d-9cf8d74230e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658702493848092360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d85da77-9da2-478a-807d-9cf8d74230e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1466b53b-6d83-463e-82f6-5b0c5948df1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1466b53b-6d83-463e-82f6-5b0c5948df1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9874457087036521071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b653181-025d-4418-a18d-0a5e68ef19ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe4c1c8f-0fd3-491e-af9d-eab690f6bb7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe4c1c8f-0fd3-491e-af9d-eab690f6bb7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10561427203227101877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1466b53b-6d83-463e-82f6-5b0c5948df1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acbd1874-3fb9-445f-8c6d-9ef15b4de230, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acbd1874-3fb9-445f-8c6d-9ef15b4de230, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9454942040951352294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acbd1874-3fb9-445f-8c6d-9ef15b4de230, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 767bdbf3-49b1-49b9-b9ae-d5fadaf9c612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767bdbf3-49b1-49b9-b9ae-d5fadaf9c612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430078510753384745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe4c1c8f-0fd3-491e-af9d-eab690f6bb7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d76fb226-10fa-48e2-aeb1-6a40ed748693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d76fb226-10fa-48e2-aeb1-6a40ed748693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10662288652762112638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767bdbf3-49b1-49b9-b9ae-d5fadaf9c612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 951a489e-f0b5-4eb2-b8cb-788e50932e1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 951a489e-f0b5-4eb2-b8cb-788e50932e1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893072588910711054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d76fb226-10fa-48e2-aeb1-6a40ed748693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10941627-4fc0-45f6-b580-68a789882f20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10941627-4fc0-45f6-b580-68a789882f20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9141776616154396053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 951a489e-f0b5-4eb2-b8cb-788e50932e1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bce1bf9-af99-4fc6-a52d-1757649bbd46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10941627-4fc0-45f6-b580-68a789882f20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee27665a-01aa-4e76-a503-dc799d8cf5e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee27665a-01aa-4e76-a503-dc799d8cf5e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11398635973693046209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bce1bf9-af99-4fc6-a52d-1757649bbd46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3188721547603629579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee27665a-01aa-4e76-a503-dc799d8cf5e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9395271-d058-4725-aa93-98c5f6687c1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9395271-d058-4725-aa93-98c5f6687c1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940608511146049065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bce1bf9-af99-4fc6-a52d-1757649bbd46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5115b9-5e61-41bb-a59f-1d98eb4d0c44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5115b9-5e61-41bb-a59f-1d98eb4d0c44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862979194834358180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9395271-d058-4725-aa93-98c5f6687c1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5295522-8bd0-4a6d-b587-9e118d4cd9be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5295522-8bd0-4a6d-b587-9e118d4cd9be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17230785362755997861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5115b9-5e61-41bb-a59f-1d98eb4d0c44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca22b0bd-9909-4e6d-9e25-510f5df385e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca22b0bd-9909-4e6d-9e25-510f5df385e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025709795845748268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5295522-8bd0-4a6d-b587-9e118d4cd9be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb1f38b9-c8ae-47bb-a493-32aca93f0597, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca22b0bd-9909-4e6d-9e25-510f5df385e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb1f38b9-c8ae-47bb-a493-32aca93f0597, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426953452142404326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 776a545e-9ecc-43cb-8dc6-432bed7482fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 776a545e-9ecc-43cb-8dc6-432bed7482fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1517461656300151225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb1f38b9-c8ae-47bb-a493-32aca93f0597, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab7c77d-7647-4816-a23b-b44cfaffcf67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab7c77d-7647-4816-a23b-b44cfaffcf67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226224395068661849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 776a545e-9ecc-43cb-8dc6-432bed7482fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77d4da48-9e9d-40e0-bb7d-f5005bec973a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d4da48-9e9d-40e0-bb7d-f5005bec973a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8513920028841597170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab7c77d-7647-4816-a23b-b44cfaffcf67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03d12fd-a1d0-45be-b67f-fa2aed0c5cba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03d12fd-a1d0-45be-b67f-fa2aed0c5cba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3577510271587065932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d4da48-9e9d-40e0-bb7d-f5005bec973a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d50cbc02-0be5-4933-82e3-c0f422bddff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50cbc02-0be5-4933-82e3-c0f422bddff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052068683214753837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03d12fd-a1d0-45be-b67f-fa2aed0c5cba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f960b096-7276-4d03-85fb-4ee7533b3b77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f960b096-7276-4d03-85fb-4ee7533b3b77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18042577155025714656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50cbc02-0be5-4933-82e3-c0f422bddff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f960b096-7276-4d03-85fb-4ee7533b3b77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eaa0b6d-8db0-4eaa-9f09-ba37e65ce78a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaa0b6d-8db0-4eaa-9f09-ba37e65ce78a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1573886038971470768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8b07c92-aa8d-4d31-affa-eef20c5ca52f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b07c92-aa8d-4d31-affa-eef20c5ca52f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6356803461140721037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaa0b6d-8db0-4eaa-9f09-ba37e65ce78a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5b099e-6ef7-4941-9d5d-1c4d61d4fe0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5b099e-6ef7-4941-9d5d-1c4d61d4fe0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3925226663401008732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b07c92-aa8d-4d31-affa-eef20c5ca52f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3a74d7b-a4f7-4511-b9ed-f60267da0d93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a74d7b-a4f7-4511-b9ed-f60267da0d93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9011376543084076827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5b099e-6ef7-4941-9d5d-1c4d61d4fe0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2ac472-5cfa-4ce2-a08e-512e02b52711, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2ac472-5cfa-4ce2-a08e-512e02b52711, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484166980083453728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2ac472-5cfa-4ce2-a08e-512e02b52711, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdfd4c96-877b-4965-96bd-3e61cdba51ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfd4c96-877b-4965-96bd-3e61cdba51ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2735992091403917909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a74d7b-a4f7-4511-b9ed-f60267da0d93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97def0fc-d5b0-4636-9f46-e5edd829c2d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97def0fc-d5b0-4636-9f46-e5edd829c2d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12365054584542599782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfd4c96-877b-4965-96bd-3e61cdba51ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07661228-c72b-41ac-b763-3a94fe1b99bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97def0fc-d5b0-4636-9f46-e5edd829c2d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 560493b2-4c82-43d2-93ec-58cb2b1080f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560493b2-4c82-43d2-93ec-58cb2b1080f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303327936718235410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07661228-c72b-41ac-b763-3a94fe1b99bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2144411344945025609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07661228-c72b-41ac-b763-3a94fe1b99bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad79390a-0565-464a-9b31-5384e6f8e8a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad79390a-0565-464a-9b31-5384e6f8e8a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3671605190452612323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560493b2-4c82-43d2-93ec-58cb2b1080f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a8ae96-43b8-464c-ad74-832350fb555b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a8ae96-43b8-464c-ad74-832350fb555b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970578035752318949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad79390a-0565-464a-9b31-5384e6f8e8a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fb76b2a-2a6f-4f0e-bca4-16ed403eb716, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb76b2a-2a6f-4f0e-bca4-16ed403eb716, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5025172349517759686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a8ae96-43b8-464c-ad74-832350fb555b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ecaf68-2303-42a2-8f90-72bd59ea4a67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ecaf68-2303-42a2-8f90-72bd59ea4a67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14543976260803789565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb76b2a-2a6f-4f0e-bca4-16ed403eb716, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de71c809-ecc1-4461-978d-80685042b8bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de71c809-ecc1-4461-978d-80685042b8bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14996804432520378501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ecaf68-2303-42a2-8f90-72bd59ea4a67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff84ad80-0faa-4bd2-ab05-412f0d796693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff84ad80-0faa-4bd2-ab05-412f0d796693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15505814283338398607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de71c809-ecc1-4461-978d-80685042b8bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eabb29b7-b264-4c4b-9faa-11f061f8c872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabb29b7-b264-4c4b-9faa-11f061f8c872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11639111263566232425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff84ad80-0faa-4bd2-ab05-412f0d796693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b75584-e3d7-48ff-a649-50ad3c43d952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabb29b7-b264-4c4b-9faa-11f061f8c872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b75584-e3d7-48ff-a649-50ad3c43d952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929738596675381124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036acb38-1a3b-42a3-99b0-a81ff900a978, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036acb38-1a3b-42a3-99b0-a81ff900a978, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14043646417695876534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b75584-e3d7-48ff-a649-50ad3c43d952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f9c15a1-9376-46fe-97de-10abb9e5db68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036acb38-1a3b-42a3-99b0-a81ff900a978, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9955025-5692-4901-a14f-46c46068089a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9955025-5692-4901-a14f-46c46068089a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6954797490961626531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f9c15a1-9376-46fe-97de-10abb9e5db68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6497486182047728075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9955025-5692-4901-a14f-46c46068089a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c024b92e-5980-483d-ba07-9815b98d8962, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c024b92e-5980-483d-ba07-9815b98d8962, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16062601277943912205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f9c15a1-9376-46fe-97de-10abb9e5db68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2173a545-1c88-42f1-8a78-86a78982bc62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2173a545-1c88-42f1-8a78-86a78982bc62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 556915970213596648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c024b92e-5980-483d-ba07-9815b98d8962, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd68f560-bc64-4fc7-81d3-47e6c6538d26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd68f560-bc64-4fc7-81d3-47e6c6538d26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11917337769760063080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd68f560-bc64-4fc7-81d3-47e6c6538d26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2173a545-1c88-42f1-8a78-86a78982bc62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b999ea1-a919-487a-b6b6-90395cedb066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b999ea1-a919-487a-b6b6-90395cedb066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15203261465345774926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd51d3d-5a20-4902-b95c-1a1c4443e1d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd51d3d-5a20-4902-b95c-1a1c4443e1d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728157989609086048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b999ea1-a919-487a-b6b6-90395cedb066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d865e21-0b78-49aa-9248-1909e11e40ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d865e21-0b78-49aa-9248-1909e11e40ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4061411512828148843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd51d3d-5a20-4902-b95c-1a1c4443e1d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 339604c4-be24-45bc-9676-d971c38c065b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339604c4-be24-45bc-9676-d971c38c065b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12691739217315226092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d865e21-0b78-49aa-9248-1909e11e40ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67aa44e7-1671-4461-b253-3f236f0a98a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67aa44e7-1671-4461-b253-3f236f0a98a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702628440461881066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339604c4-be24-45bc-9676-d971c38c065b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818f4113-2fd1-4889-9d52-f4f7dc1ac1f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67aa44e7-1671-4461-b253-3f236f0a98a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81df6b2-047b-4a70-808d-37ce49c4846e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81df6b2-047b-4a70-808d-37ce49c4846e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555794841221921497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818f4113-2fd1-4889-9d52-f4f7dc1ac1f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18186939196712413362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818f4113-2fd1-4889-9d52-f4f7dc1ac1f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5815dd-3697-4f87-af22-e7e2ac80f6d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5815dd-3697-4f87-af22-e7e2ac80f6d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3875733953426552613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81df6b2-047b-4a70-808d-37ce49c4846e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1d38b6b-010d-4838-9cc3-740f240f626e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d38b6b-010d-4838-9cc3-740f240f626e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5837786305590221264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5815dd-3697-4f87-af22-e7e2ac80f6d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d38b6b-010d-4838-9cc3-740f240f626e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca608ae-c9fc-49dc-8db9-4088a95fb736, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca608ae-c9fc-49dc-8db9-4088a95fb736, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16512948389017510375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a5f374-11af-4213-9194-74912d6dfea6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a5f374-11af-4213-9194-74912d6dfea6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11408589529324689459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca608ae-c9fc-49dc-8db9-4088a95fb736, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff156bb1-e5ef-4469-a420-3be34d9a099b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff156bb1-e5ef-4469-a420-3be34d9a099b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9530969182704842572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a5f374-11af-4213-9194-74912d6dfea6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd645683-41f3-46c6-9137-7dbea0def857, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd645683-41f3-46c6-9137-7dbea0def857, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11460547355483178775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff156bb1-e5ef-4469-a420-3be34d9a099b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46766a55-24df-44b8-9559-a5aa1acc34ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46766a55-24df-44b8-9559-a5aa1acc34ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11724584964349573864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd645683-41f3-46c6-9137-7dbea0def857, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7e241bf-c138-4e85-9f05-a98269a4f127, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e241bf-c138-4e85-9f05-a98269a4f127, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6606324526892773476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46766a55-24df-44b8-9559-a5aa1acc34ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1673361b-636e-4981-ac28-972aad5c5779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1673361b-636e-4981-ac28-972aad5c5779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674460637388151360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e241bf-c138-4e85-9f05-a98269a4f127, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab209ac-28ee-4312-a4f1-a4617d4fef4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1673361b-636e-4981-ac28-972aad5c5779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab209ac-28ee-4312-a4f1-a4617d4fef4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2846113308494448231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3b4f130-ea43-4bf5-91ef-9210e890167a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b4f130-ea43-4bf5-91ef-9210e890167a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17279586959114194354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab209ac-28ee-4312-a4f1-a4617d4fef4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61db8b45-9732-4210-a494-3acebb4c2ba1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61db8b45-9732-4210-a494-3acebb4c2ba1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13761517270518610181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b4f130-ea43-4bf5-91ef-9210e890167a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71a6e7ec-2b1e-4a8f-afda-ef3a177bcb93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a6e7ec-2b1e-4a8f-afda-ef3a177bcb93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12278699732362086444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61db8b45-9732-4210-a494-3acebb4c2ba1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 209e219d-18f0-4758-9bf3-7cb6775bd5e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209e219d-18f0-4758-9bf3-7cb6775bd5e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1170420741254512806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a6e7ec-2b1e-4a8f-afda-ef3a177bcb93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d697e3c3-8e0e-42f7-a310-61f86b101a2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d697e3c3-8e0e-42f7-a310-61f86b101a2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 295504226832509787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209e219d-18f0-4758-9bf3-7cb6775bd5e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91f6e9be-1be5-46c2-bfb4-9a12dbfe45bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f6e9be-1be5-46c2-bfb4-9a12dbfe45bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798865903304642703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d697e3c3-8e0e-42f7-a310-61f86b101a2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea7bbff-13bb-4648-b6f3-fde24cdb55f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea7bbff-13bb-4648-b6f3-fde24cdb55f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9139159727606038526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f6e9be-1be5-46c2-bfb4-9a12dbfe45bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f04e30-9eb8-4557-b5e9-6df42780c8d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f04e30-9eb8-4557-b5e9-6df42780c8d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 614217507862789985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea7bbff-13bb-4648-b6f3-fde24cdb55f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f04e30-9eb8-4557-b5e9-6df42780c8d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f436d8e6-a96b-4a71-9003-4ccb5355dbb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6f7ac2-ed31-4d8f-88d8-164461885ec0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f436d8e6-a96b-4a71-9003-4ccb5355dbb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3842054272028782218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6f7ac2-ed31-4d8f-88d8-164461885ec0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10956363432266979097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f436d8e6-a96b-4a71-9003-4ccb5355dbb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7a4209-c6f7-4134-bec6-2e39555f7dbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7a4209-c6f7-4134-bec6-2e39555f7dbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14883900587914260916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6f7ac2-ed31-4d8f-88d8-164461885ec0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfa0847e-5760-464a-b104-7706575c8e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa0847e-5760-464a-b104-7706575c8e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943691865070043774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7a4209-c6f7-4134-bec6-2e39555f7dbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3297d79-65ba-4905-ac34-3186dd34b789, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3297d79-65ba-4905-ac34-3186dd34b789, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107854281511372766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa0847e-5760-464a-b104-7706575c8e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 245526fd-ac17-4096-9ee2-50a69656229b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 245526fd-ac17-4096-9ee2-50a69656229b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708668617885659989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3297d79-65ba-4905-ac34-3186dd34b789, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a73a69-dcd7-4976-ac57-103f4c3b2ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a73a69-dcd7-4976-ac57-103f4c3b2ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14160915504364181354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 245526fd-ac17-4096-9ee2-50a69656229b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61e33873-5fbe-40a0-976f-71417244c775, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e33873-5fbe-40a0-976f-71417244c775, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5904402580216171693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a73a69-dcd7-4976-ac57-103f4c3b2ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f64763-f239-4704-9992-ec5b910a9774, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f64763-f239-4704-9992-ec5b910a9774, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15321333185010181428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e33873-5fbe-40a0-976f-71417244c775, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40371efc-7910-471e-8129-57ae4e754438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40371efc-7910-471e-8129-57ae4e754438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15542867873281204499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f64763-f239-4704-9992-ec5b910a9774, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40371efc-7910-471e-8129-57ae4e754438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c906141f-cf1b-4eef-bbfd-730a2a98421f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c906141f-cf1b-4eef-bbfd-730a2a98421f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390276895593510595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c6ff76f-19af-4d0d-9977-8b6152142809, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6ff76f-19af-4d0d-9977-8b6152142809, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176547438994496316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c906141f-cf1b-4eef-bbfd-730a2a98421f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6ff76f-19af-4d0d-9977-8b6152142809, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e6d04c-e54f-4835-a40e-695c3e270a85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e6d04c-e54f-4835-a40e-695c3e270a85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 799997624021806947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffdc789f-b6b8-45a5-ae18-763754543494, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdc789f-b6b8-45a5-ae18-763754543494, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7405109553304429522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e6d04c-e54f-4835-a40e-695c3e270a85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4369b01b-9aa0-4fb6-9982-393af70a0efa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4369b01b-9aa0-4fb6-9982-393af70a0efa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12350237519469556550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdc789f-b6b8-45a5-ae18-763754543494, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e30f318-6bae-4cf6-875e-4362f86ad337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e30f318-6bae-4cf6-875e-4362f86ad337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2076686529694175002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4369b01b-9aa0-4fb6-9982-393af70a0efa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f310c37-170e-4e16-8428-7abfca6e8200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f310c37-170e-4e16-8428-7abfca6e8200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2073916584432932580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f310c37-170e-4e16-8428-7abfca6e8200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91809185-8589-49f0-a9c3-9d7f1658f19a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91809185-8589-49f0-a9c3-9d7f1658f19a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808078586848623335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e30f318-6bae-4cf6-875e-4362f86ad337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f8d2df-a224-43e6-b277-61f42739f095, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f8d2df-a224-43e6-b277-61f42739f095, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15307758988140516961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91809185-8589-49f0-a9c3-9d7f1658f19a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5e4f9f-37b3-4fd2-b13e-182c9eee4478, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5e4f9f-37b3-4fd2-b13e-182c9eee4478, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083239287241111237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f8d2df-a224-43e6-b277-61f42739f095, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49a831a6-c1a3-4d4c-9d2b-91d2d791e37a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a831a6-c1a3-4d4c-9d2b-91d2d791e37a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225481547272973471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5e4f9f-37b3-4fd2-b13e-182c9eee4478, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7abab7fa-4282-4578-a628-eee6fc9edeee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abab7fa-4282-4578-a628-eee6fc9edeee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7387266752222864632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a831a6-c1a3-4d4c-9d2b-91d2d791e37a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9fa25f3-d953-4397-992c-db13791af681, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9fa25f3-d953-4397-992c-db13791af681, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2159015526588684450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abab7fa-4282-4578-a628-eee6fc9edeee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66325f1c-456c-4e6a-9c8d-942240cdea3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66325f1c-456c-4e6a-9c8d-942240cdea3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13207567584221289713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9fa25f3-d953-4397-992c-db13791af681, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fc6c15e-561c-4dba-a878-a52a7624d05e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc6c15e-561c-4dba-a878-a52a7624d05e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1864672041820763180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66325f1c-456c-4e6a-9c8d-942240cdea3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0fa301-fb29-4eb2-85b1-c40f1b743434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0fa301-fb29-4eb2-85b1-c40f1b743434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987145044257922260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc6c15e-561c-4dba-a878-a52a7624d05e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a9146fe-7c6e-4ab9-80fa-5a0de971ea59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a9146fe-7c6e-4ab9-80fa-5a0de971ea59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 463346059336117973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0fa301-fb29-4eb2-85b1-c40f1b743434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3057c2-2f9d-4109-8fc1-8f06777aaec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3057c2-2f9d-4109-8fc1-8f06777aaec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11360103548288682922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a9146fe-7c6e-4ab9-80fa-5a0de971ea59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e024d1e4-54b6-45d3-af0b-f2f3519f93aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e024d1e4-54b6-45d3-af0b-f2f3519f93aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842192690300732085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3057c2-2f9d-4109-8fc1-8f06777aaec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6840e688-6d29-4812-81d1-b070edf7302b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6840e688-6d29-4812-81d1-b070edf7302b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11003704855917233053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e024d1e4-54b6-45d3-af0b-f2f3519f93aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 648cadeb-93d2-42e7-be51-0a7501d7ba3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 648cadeb-93d2-42e7-be51-0a7501d7ba3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4233937709019729650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6840e688-6d29-4812-81d1-b070edf7302b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eb1890b-ebc9-47cc-ab33-5ee1b4935722, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eb1890b-ebc9-47cc-ab33-5ee1b4935722, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9092496448525364501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 648cadeb-93d2-42e7-be51-0a7501d7ba3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b60cfec-371c-4ed5-ab3c-f2368bc20f50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b60cfec-371c-4ed5-ab3c-f2368bc20f50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2044696252366131676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eb1890b-ebc9-47cc-ab33-5ee1b4935722, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 633edd9f-5ad8-413b-afca-1dd62cc0e970, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633edd9f-5ad8-413b-afca-1dd62cc0e970, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538759577693718052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b60cfec-371c-4ed5-ab3c-f2368bc20f50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a345ccbc-bc43-4283-a3b2-b9fc5a4f191e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a345ccbc-bc43-4283-a3b2-b9fc5a4f191e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10964937518061011087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633edd9f-5ad8-413b-afca-1dd62cc0e970, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2fa7329-7a79-4e67-8d56-f8bbf98eaebe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fa7329-7a79-4e67-8d56-f8bbf98eaebe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404129865914436289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a345ccbc-bc43-4283-a3b2-b9fc5a4f191e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b329ea-4007-4411-b409-dad0bc2183aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b329ea-4007-4411-b409-dad0bc2183aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545320675627200003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fa7329-7a79-4e67-8d56-f8bbf98eaebe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11499753-85ee-4bb4-9930-1564346ded0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b329ea-4007-4411-b409-dad0bc2183aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f418eb96-9904-44fc-9a95-d6bc7eb26814, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11499753-85ee-4bb4-9930-1564346ded0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367636958147617726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f418eb96-9904-44fc-9a95-d6bc7eb26814, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1137389573495153999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11499753-85ee-4bb4-9930-1564346ded0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8669acd-919f-4cae-a51d-a297f3db6b15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8669acd-919f-4cae-a51d-a297f3db6b15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478692471811705492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f418eb96-9904-44fc-9a95-d6bc7eb26814, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6043de56-2fcb-43ea-9a14-9adcaa21f25f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6043de56-2fcb-43ea-9a14-9adcaa21f25f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11758613806199905750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8669acd-919f-4cae-a51d-a297f3db6b15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ba8a50-bf69-4180-9c1e-39ad4ce5c2a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ba8a50-bf69-4180-9c1e-39ad4ce5c2a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16966018361117537246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6043de56-2fcb-43ea-9a14-9adcaa21f25f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3192c5b-d5af-4be5-874e-fdd697864bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3192c5b-d5af-4be5-874e-fdd697864bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 549962674073086166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ba8a50-bf69-4180-9c1e-39ad4ce5c2a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a0b893-e96d-4a5f-bac8-24f6b4c7b337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a0b893-e96d-4a5f-bac8-24f6b4c7b337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 537430666244584322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3192c5b-d5af-4be5-874e-fdd697864bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdefc804-1b7a-4e0b-9f57-613c21f8f9b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdefc804-1b7a-4e0b-9f57-613c21f8f9b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12636219083670218372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a0b893-e96d-4a5f-bac8-24f6b4c7b337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 771297a2-699f-4182-b800-01b8b91a9aab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771297a2-699f-4182-b800-01b8b91a9aab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8604183836557715085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdefc804-1b7a-4e0b-9f57-613c21f8f9b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58583df-15e7-499d-9876-fdb5399db03c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58583df-15e7-499d-9876-fdb5399db03c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6518172697729996255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771297a2-699f-4182-b800-01b8b91a9aab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9332246-093c-40e1-9ca0-5d3b028ead47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9332246-093c-40e1-9ca0-5d3b028ead47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5819055438079809633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58583df-15e7-499d-9876-fdb5399db03c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c9703-467b-4b3a-9f91-aad60768e6fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c9703-467b-4b3a-9f91-aad60768e6fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029037423333230012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9332246-093c-40e1-9ca0-5d3b028ead47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a438b0b5-1ee6-495d-b32c-8665b4d15450, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a438b0b5-1ee6-495d-b32c-8665b4d15450, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5832552126120116918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c9703-467b-4b3a-9f91-aad60768e6fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad76d74-7a46-49fe-a93a-c42b9ecc1ad3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad76d74-7a46-49fe-a93a-c42b9ecc1ad3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4989949808011378173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a438b0b5-1ee6-495d-b32c-8665b4d15450, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61c57f29-4d96-4946-ac5c-4f254950579e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c57f29-4d96-4946-ac5c-4f254950579e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15252614294214517383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad76d74-7a46-49fe-a93a-c42b9ecc1ad3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85adab7-9a0d-4e82-b672-68355ef1eb3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85adab7-9a0d-4e82-b672-68355ef1eb3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18204821501800232180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c57f29-4d96-4946-ac5c-4f254950579e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27fb0dd-bc5f-4667-8d2c-89f3c3cd9eaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27fb0dd-bc5f-4667-8d2c-89f3c3cd9eaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012949937823516180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85adab7-9a0d-4e82-b672-68355ef1eb3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35f8ee0c-589f-467b-be1f-d15df31641e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f8ee0c-589f-467b-be1f-d15df31641e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1727303740693621348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27fb0dd-bc5f-4667-8d2c-89f3c3cd9eaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ffa2064-3db4-4bb9-963f-198c9eba05db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ffa2064-3db4-4bb9-963f-198c9eba05db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12222282135798395123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f8ee0c-589f-467b-be1f-d15df31641e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6927b170-f062-416b-8276-3263249a9c05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6927b170-f062-416b-8276-3263249a9c05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5658102465906669481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ffa2064-3db4-4bb9-963f-198c9eba05db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c93fd5f-0276-4dba-ba3a-34dbe857fc9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c93fd5f-0276-4dba-ba3a-34dbe857fc9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13004718978551469211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6927b170-f062-416b-8276-3263249a9c05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c93fd5f-0276-4dba-ba3a-34dbe857fc9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74da4cbc-8a8e-4e5e-8bad-6fa3123185d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74da4cbc-8a8e-4e5e-8bad-6fa3123185d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13192708025675545002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74da4cbc-8a8e-4e5e-8bad-6fa3123185d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8673f81-625a-4b26-9ff3-d9f5bd3cc8fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8673f81-625a-4b26-9ff3-d9f5bd3cc8fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1602813960599263778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1315678b-816e-4704-b13b-f2f4ed2198b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1315678b-816e-4704-b13b-f2f4ed2198b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053979544940251237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8673f81-625a-4b26-9ff3-d9f5bd3cc8fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d889aabd-577a-4687-adb1-838bbfacf38b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d889aabd-577a-4687-adb1-838bbfacf38b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8264920940192759401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1315678b-816e-4704-b13b-f2f4ed2198b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99fcc8f9-4a3c-4ab5-b86b-43db58334ee6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99fcc8f9-4a3c-4ab5-b86b-43db58334ee6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11071346979846264425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d889aabd-577a-4687-adb1-838bbfacf38b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3196480a-fb2b-4aeb-8b3b-22cca088e75d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99fcc8f9-4a3c-4ab5-b86b-43db58334ee6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c1ff0d-b832-41d5-ba59-df25a435c0d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c1ff0d-b832-41d5-ba59-df25a435c0d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14461245849063257000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3196480a-fb2b-4aeb-8b3b-22cca088e75d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101337516934673945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c1ff0d-b832-41d5-ba59-df25a435c0d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9906a2c2-0378-4398-bf37-0b66de9439e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9906a2c2-0378-4398-bf37-0b66de9439e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361305305855647706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3196480a-fb2b-4aeb-8b3b-22cca088e75d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7aba91d-8fe1-49a8-8f94-5eebf2f82908, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7aba91d-8fe1-49a8-8f94-5eebf2f82908, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016559442792100551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9906a2c2-0378-4398-bf37-0b66de9439e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c818a3-518e-442b-9248-18eebfbd68b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c818a3-518e-442b-9248-18eebfbd68b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5260925033111028011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7aba91d-8fe1-49a8-8f94-5eebf2f82908, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18c93681-72b0-4d5a-98bd-56acb1ce58b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c93681-72b0-4d5a-98bd-56acb1ce58b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383275896979126377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c93681-72b0-4d5a-98bd-56acb1ce58b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c818a3-518e-442b-9248-18eebfbd68b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39d8215e-15c4-491d-948b-e1f7be3f46a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d8215e-15c4-491d-948b-e1f7be3f46a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449077978583069854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2924156f-a3a6-445a-96a8-a93e6edfc66d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2924156f-a3a6-445a-96a8-a93e6edfc66d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16454081346296008791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d8215e-15c4-491d-948b-e1f7be3f46a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcd65e60-4f7e-43c4-8553-3c82fd9d7717, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd65e60-4f7e-43c4-8553-3c82fd9d7717, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093508707849224804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2924156f-a3a6-445a-96a8-a93e6edfc66d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1b10cac-9656-48fd-b34c-64d6f54cc5f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b10cac-9656-48fd-b34c-64d6f54cc5f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771796309617822191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd65e60-4f7e-43c4-8553-3c82fd9d7717, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3164f1a7-bafe-4afa-934d-d6173e09fa34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3164f1a7-bafe-4afa-934d-d6173e09fa34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14721623163488607114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b10cac-9656-48fd-b34c-64d6f54cc5f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 317efe42-f54c-433d-bd31-cb024c81d481, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317efe42-f54c-433d-bd31-cb024c81d481, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16931527039155901282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3164f1a7-bafe-4afa-934d-d6173e09fa34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abbdcf87-ec37-4678-97aa-23de56bf5c57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317efe42-f54c-433d-bd31-cb024c81d481, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbdcf87-ec37-4678-97aa-23de56bf5c57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227143421227064472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b702b5b-d07c-43e7-bd48-3815ba430503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b702b5b-d07c-43e7-bd48-3815ba430503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 126936947542259843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbdcf87-ec37-4678-97aa-23de56bf5c57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b702b5b-d07c-43e7-bd48-3815ba430503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0aa268-81fc-43fe-8a16-33b9cf293524, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e357a0-1876-4159-b19a-d598b71e067a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e357a0-1876-4159-b19a-d598b71e067a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156419069011971278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0aa268-81fc-43fe-8a16-33b9cf293524, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6748413209522310678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e357a0-1876-4159-b19a-d598b71e067a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 140e9be1-8a0c-4037-8490-1c6b7b5668e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0aa268-81fc-43fe-8a16-33b9cf293524, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6e191f1-5c39-49d5-a73e-078ac7e23260, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140e9be1-8a0c-4037-8490-1c6b7b5668e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422565054870753889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e191f1-5c39-49d5-a73e-078ac7e23260, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210063879229309114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e191f1-5c39-49d5-a73e-078ac7e23260, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 928cabf5-73e9-4723-81d2-5ab9f946568d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140e9be1-8a0c-4037-8490-1c6b7b5668e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 928cabf5-73e9-4723-81d2-5ab9f946568d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908354715088056369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a96f7e14-2d21-42f4-bfbd-5bd5b0295806, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96f7e14-2d21-42f4-bfbd-5bd5b0295806, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6713921151932311621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 928cabf5-73e9-4723-81d2-5ab9f946568d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96f7e14-2d21-42f4-bfbd-5bd5b0295806, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a45d524-54fe-40cc-b862-74f5d4136cad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3bd9a5-ec7f-4c5b-a545-9520e59cdb88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3bd9a5-ec7f-4c5b-a545-9520e59cdb88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15071440623461203691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a45d524-54fe-40cc-b862-74f5d4136cad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17950040555279380413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3bd9a5-ec7f-4c5b-a545-9520e59cdb88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f011ccd2-3e5b-4510-afb5-b5e9f17229b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f011ccd2-3e5b-4510-afb5-b5e9f17229b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4613663514998406856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a45d524-54fe-40cc-b862-74f5d4136cad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 951dbdd6-0c88-400c-8ad4-c95825f171df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 951dbdd6-0c88-400c-8ad4-c95825f171df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696350360149082274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f011ccd2-3e5b-4510-afb5-b5e9f17229b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa9a22e-f0a4-4339-97f6-14533d40abad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa9a22e-f0a4-4339-97f6-14533d40abad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497544049413105626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 951dbdd6-0c88-400c-8ad4-c95825f171df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e784a8f4-f875-4095-a321-1bf2ba00162d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e784a8f4-f875-4095-a321-1bf2ba00162d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18099179207388409106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa9a22e-f0a4-4339-97f6-14533d40abad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53201837-758e-4287-8352-7e53e9fa9ef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53201837-758e-4287-8352-7e53e9fa9ef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16894748038413833872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e784a8f4-f875-4095-a321-1bf2ba00162d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfd00810-fa12-4156-9145-b860a679b37c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd00810-fa12-4156-9145-b860a679b37c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9997256749786491561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53201837-758e-4287-8352-7e53e9fa9ef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9c28ddd-f898-42f1-a22a-0416fe4e0007, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c28ddd-f898-42f1-a22a-0416fe4e0007, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2415352090462016670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd00810-fa12-4156-9145-b860a679b37c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c4b62cc-5d2e-4327-abc3-b00dfe6c5c22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4b62cc-5d2e-4327-abc3-b00dfe6c5c22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894066672609368500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c28ddd-f898-42f1-a22a-0416fe4e0007, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25942bca-00d6-471b-9449-14b5df65c84e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25942bca-00d6-471b-9449-14b5df65c84e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952904332420460749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4b62cc-5d2e-4327-abc3-b00dfe6c5c22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8b8f706-99d9-49d4-8faf-4fd3738d47ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b8f706-99d9-49d4-8faf-4fd3738d47ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16731681456934659849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25942bca-00d6-471b-9449-14b5df65c84e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b8f706-99d9-49d4-8faf-4fd3738d47ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46980338-ec9f-469e-8006-5c2e0e732213, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94acd8de-3e48-4a38-bf82-5417b3142345, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94acd8de-3e48-4a38-bf82-5417b3142345, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11355256356971359999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46980338-ec9f-469e-8006-5c2e0e732213, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008999522633266876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94acd8de-3e48-4a38-bf82-5417b3142345, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8b1ebc-7cb0-4d6e-b65e-82b1f4e5a4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8b1ebc-7cb0-4d6e-b65e-82b1f4e5a4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6182194581264221617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46980338-ec9f-469e-8006-5c2e0e732213, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85369851-ce52-4579-8cd5-5c105015df4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85369851-ce52-4579-8cd5-5c105015df4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1470160910441232689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8b1ebc-7cb0-4d6e-b65e-82b1f4e5a4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2285944-a993-4621-99c2-bf8d4048a614, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2285944-a993-4621-99c2-bf8d4048a614, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15548491380829226074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85369851-ce52-4579-8cd5-5c105015df4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc74287c-bb8f-4bd4-95b9-9dff11feeb30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc74287c-bb8f-4bd4-95b9-9dff11feeb30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730037149387128188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc74287c-bb8f-4bd4-95b9-9dff11feeb30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2285944-a993-4621-99c2-bf8d4048a614, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c166f0-dda8-42d2-81d1-b07432d8b3b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c166f0-dda8-42d2-81d1-b07432d8b3b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12861704407292117548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b330d68-2c2d-4f22-a6bb-6941e8f56247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b330d68-2c2d-4f22-a6bb-6941e8f56247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 941932692889000817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c166f0-dda8-42d2-81d1-b07432d8b3b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b330d68-2c2d-4f22-a6bb-6941e8f56247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 632299ec-6978-4b59-862e-29e5c0022262, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b1bf26-6218-4907-8d48-39b8e0089838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b1bf26-6218-4907-8d48-39b8e0089838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10878110223414759550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632299ec-6978-4b59-862e-29e5c0022262, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752851164290671218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b1bf26-6218-4907-8d48-39b8e0089838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2253b9ae-d353-40f8-be82-603d102fa093, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632299ec-6978-4b59-862e-29e5c0022262, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ad21fa-58c0-41cd-8a24-62269c012a48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ad21fa-58c0-41cd-8a24-62269c012a48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299348668365873110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2253b9ae-d353-40f8-be82-603d102fa093, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15146859047724621313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ad21fa-58c0-41cd-8a24-62269c012a48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f20cae3-d5b1-48b7-8a2b-ab740a01cca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f20cae3-d5b1-48b7-8a2b-ab740a01cca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943209373466671655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2253b9ae-d353-40f8-be82-603d102fa093, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdfcf9ad-8573-4459-baeb-3677d9af091a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfcf9ad-8573-4459-baeb-3677d9af091a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1469767885718589234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f20cae3-d5b1-48b7-8a2b-ab740a01cca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfcf9ad-8573-4459-baeb-3677d9af091a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b31199c-5f01-4007-b789-f7ac9bd328d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b31199c-5f01-4007-b789-f7ac9bd328d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15196564833704849850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7748ae00-94b2-472a-a93b-7fa8e24b99e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7748ae00-94b2-472a-a93b-7fa8e24b99e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491072495287135405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b31199c-5f01-4007-b789-f7ac9bd328d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7748ae00-94b2-472a-a93b-7fa8e24b99e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d444d2fd-2761-456f-9385-63d00f2028e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d444d2fd-2761-456f-9385-63d00f2028e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837875808833460108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48875af0-534a-4cfd-8d10-4df076502e6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48875af0-534a-4cfd-8d10-4df076502e6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15466892906982056267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d444d2fd-2761-456f-9385-63d00f2028e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3ed9525-2d3e-4a06-8949-298830b37f87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ed9525-2d3e-4a06-8949-298830b37f87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1230941812342279928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48875af0-534a-4cfd-8d10-4df076502e6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c012a8f-44ed-4df3-b3bc-552e12a54da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c012a8f-44ed-4df3-b3bc-552e12a54da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562901434249005539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ed9525-2d3e-4a06-8949-298830b37f87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c012a8f-44ed-4df3-b3bc-552e12a54da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8553c7-ff3d-4aa1-b975-3811d7484d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8553c7-ff3d-4aa1-b975-3811d7484d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419726037252623776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70474983-3e3c-422b-8d0a-f2544ae375ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70474983-3e3c-422b-8d0a-f2544ae375ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7249512948997205102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8553c7-ff3d-4aa1-b975-3811d7484d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 205f0ac9-71f2-438d-8d1b-93ba3308c811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205f0ac9-71f2-438d-8d1b-93ba3308c811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11494784375119898348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70474983-3e3c-422b-8d0a-f2544ae375ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ea68a10-3197-4ee6-9f77-5da191467ea7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea68a10-3197-4ee6-9f77-5da191467ea7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10852190743433205857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205f0ac9-71f2-438d-8d1b-93ba3308c811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67171a64-1a51-46a4-9450-c7d3c214bf00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67171a64-1a51-46a4-9450-c7d3c214bf00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14539227085425084886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea68a10-3197-4ee6-9f77-5da191467ea7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cbbf610-837a-4e05-a4a8-058d8394f527, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbbf610-837a-4e05-a4a8-058d8394f527, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033355444098742717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67171a64-1a51-46a4-9450-c7d3c214bf00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91080f6c-de64-4672-85dd-d25a8a5a82fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91080f6c-de64-4672-85dd-d25a8a5a82fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7545071802593891940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91080f6c-de64-4672-85dd-d25a8a5a82fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7a8dc8-9e9f-473f-b818-4186f6eba5a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7a8dc8-9e9f-473f-b818-4186f6eba5a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13050196799642442958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbbf610-837a-4e05-a4a8-058d8394f527, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ca0dafe-ed9f-49b8-8fa5-09c2db13585f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca0dafe-ed9f-49b8-8fa5-09c2db13585f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629950970120407996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7a8dc8-9e9f-473f-b818-4186f6eba5a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 892ddd00-378d-4b45-be82-b86ee59a0985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892ddd00-378d-4b45-be82-b86ee59a0985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072507385597614569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca0dafe-ed9f-49b8-8fa5-09c2db13585f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf729a90-41ac-4796-ad87-937839be4c04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf729a90-41ac-4796-ad87-937839be4c04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5167913546434469477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892ddd00-378d-4b45-be82-b86ee59a0985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b0942d-5b73-4a9c-9d15-d921f3a9e95e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b0942d-5b73-4a9c-9d15-d921f3a9e95e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556220480687020064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf729a90-41ac-4796-ad87-937839be4c04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cfe2152-a1c9-4f04-9aa9-0e4255002a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cfe2152-a1c9-4f04-9aa9-0e4255002a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248409096862288404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cfe2152-a1c9-4f04-9aa9-0e4255002a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b0942d-5b73-4a9c-9d15-d921f3a9e95e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78588685-3736-4f1d-88ba-e995f9cc9196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78588685-3736-4f1d-88ba-e995f9cc9196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787388108474169916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeeff25e-e622-430f-a2aa-8d49f01c2e51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeeff25e-e622-430f-a2aa-8d49f01c2e51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4228174737898015865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78588685-3736-4f1d-88ba-e995f9cc9196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19da6f5-235d-4f22-a16f-b8966612cf25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19da6f5-235d-4f22-a16f-b8966612cf25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924868511043555242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeeff25e-e622-430f-a2aa-8d49f01c2e51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 657dd0ca-5655-469c-9fd9-90ed08b583e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 657dd0ca-5655-469c-9fd9-90ed08b583e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6828857965574623302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19da6f5-235d-4f22-a16f-b8966612cf25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cc59dcb-630d-4bdb-92ff-7ae6f53c703a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc59dcb-630d-4bdb-92ff-7ae6f53c703a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9042287184650490351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 657dd0ca-5655-469c-9fd9-90ed08b583e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6911ee3-036f-4910-836f-17e7fd19fff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc59dcb-630d-4bdb-92ff-7ae6f53c703a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c496348-9814-4209-b3c0-5f856a8a685a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c496348-9814-4209-b3c0-5f856a8a685a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11497187224285580698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6911ee3-036f-4910-836f-17e7fd19fff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9347507295870373325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c496348-9814-4209-b3c0-5f856a8a685a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 617b5b47-345d-4f2d-a1a1-8ee6c3848437, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617b5b47-345d-4f2d-a1a1-8ee6c3848437, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5328136602555644911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6911ee3-036f-4910-836f-17e7fd19fff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 830dea92-67f0-437d-a753-5bb4f3f1363b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830dea92-67f0-437d-a753-5bb4f3f1363b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7073117642501496582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617b5b47-345d-4f2d-a1a1-8ee6c3848437, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b308ee53-e198-4a6d-a37e-6511709ef089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b308ee53-e198-4a6d-a37e-6511709ef089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784932006326700057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830dea92-67f0-437d-a753-5bb4f3f1363b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb716c11-d2b0-492b-a491-d6af50f5a08c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb716c11-d2b0-492b-a491-d6af50f5a08c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 654651879460422296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b308ee53-e198-4a6d-a37e-6511709ef089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f108cac-599f-439b-9288-cfdddafe61ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f108cac-599f-439b-9288-cfdddafe61ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12980613622475639369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb716c11-d2b0-492b-a491-d6af50f5a08c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fcfa2d6-0917-44e2-ab74-11e23c8f23da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fcfa2d6-0917-44e2-ab74-11e23c8f23da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181572718838813193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f108cac-599f-439b-9288-cfdddafe61ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51dabdfb-5c12-41c6-8f83-ed84b068d748, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dabdfb-5c12-41c6-8f83-ed84b068d748, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13750455526949723418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fcfa2d6-0917-44e2-ab74-11e23c8f23da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcb1fee-996a-42bc-8571-12d1a067ced7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcb1fee-996a-42bc-8571-12d1a067ced7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348174160628785382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dabdfb-5c12-41c6-8f83-ed84b068d748, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d24200d-465f-4abc-932c-721b4507eacd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d24200d-465f-4abc-932c-721b4507eacd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1816760901393205094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcb1fee-996a-42bc-8571-12d1a067ced7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b430fd0-d0c4-4c71-89da-cbabc6d360e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b430fd0-d0c4-4c71-89da-cbabc6d360e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16101774941399578349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d24200d-465f-4abc-932c-721b4507eacd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2633c870-d96e-40e0-9598-f82e91acd838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2633c870-d96e-40e0-9598-f82e91acd838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557112572360466129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b430fd0-d0c4-4c71-89da-cbabc6d360e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6ab0fab-4616-4ea6-8207-5b1d2a81aa72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ab0fab-4616-4ea6-8207-5b1d2a81aa72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443639990856360888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ab0fab-4616-4ea6-8207-5b1d2a81aa72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2633c870-d96e-40e0-9598-f82e91acd838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b3b464-a1d6-49cc-8084-821e04461ed5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b3b464-a1d6-49cc-8084-821e04461ed5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16877230613057635911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a101034-2177-4ffb-912c-0cb68cd1b111, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a101034-2177-4ffb-912c-0cb68cd1b111, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7197137175769046814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a101034-2177-4ffb-912c-0cb68cd1b111, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cecc22af-64ed-4b99-90bb-d378f42f1cf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cecc22af-64ed-4b99-90bb-d378f42f1cf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13002906293417476729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b3b464-a1d6-49cc-8084-821e04461ed5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1be3d48-dc9e-41e0-8ef0-7ebacb1a8479, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1be3d48-dc9e-41e0-8ef0-7ebacb1a8479, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1716704045479902476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cecc22af-64ed-4b99-90bb-d378f42f1cf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aba8a2b-1b52-4ce5-989a-e8f2d8d5756f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba8a2b-1b52-4ce5-989a-e8f2d8d5756f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7430240108585111009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1be3d48-dc9e-41e0-8ef0-7ebacb1a8479, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e3bf37-95b8-4aae-a59b-dfdd58258cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e3bf37-95b8-4aae-a59b-dfdd58258cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359976827494311703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba8a2b-1b52-4ce5-989a-e8f2d8d5756f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0200a57b-b9a9-4ab8-9f8e-8920127386eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0200a57b-b9a9-4ab8-9f8e-8920127386eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862834908456694211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e3bf37-95b8-4aae-a59b-dfdd58258cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b1c474-840f-4771-ba3d-240ae4b71534, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b1c474-840f-4771-ba3d-240ae4b71534, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2220272317533187405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0200a57b-b9a9-4ab8-9f8e-8920127386eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b8b5a9-b3a3-4ba0-b636-4fabc4bdd37a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b8b5a9-b3a3-4ba0-b636-4fabc4bdd37a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6215092880330939589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b1c474-840f-4771-ba3d-240ae4b71534, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98321472-affa-4bf5-94d1-c4dc9de6d481, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98321472-affa-4bf5-94d1-c4dc9de6d481, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9445599022055382275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b8b5a9-b3a3-4ba0-b636-4fabc4bdd37a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 862f01e6-cafb-4d80-a007-a3c814deb03d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 862f01e6-cafb-4d80-a007-a3c814deb03d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13809386197122039335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98321472-affa-4bf5-94d1-c4dc9de6d481, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd52ecc-0424-4e27-af7b-56b40f4c1336, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd52ecc-0424-4e27-af7b-56b40f4c1336, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14113252132545376836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 862f01e6-cafb-4d80-a007-a3c814deb03d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d6dcd3-4605-4139-b4b8-039164e7fad8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d6dcd3-4605-4139-b4b8-039164e7fad8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390361743105721583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd52ecc-0424-4e27-af7b-56b40f4c1336, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 985b4623-f7eb-4666-833d-2c4e516668ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985b4623-f7eb-4666-833d-2c4e516668ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306256515378312112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d6dcd3-4605-4139-b4b8-039164e7fad8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fa6d777-4cf0-4d3e-a79e-e3bb2d32cfaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa6d777-4cf0-4d3e-a79e-e3bb2d32cfaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15092234866691451701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985b4623-f7eb-4666-833d-2c4e516668ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3278c243-e4e4-4315-a905-9271e3676407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3278c243-e4e4-4315-a905-9271e3676407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11609893515114674300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3278c243-e4e4-4315-a905-9271e3676407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d596696-fb08-4da8-88b7-4138f91fc209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d596696-fb08-4da8-88b7-4138f91fc209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3730316676269870963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa6d777-4cf0-4d3e-a79e-e3bb2d32cfaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 186250a2-4f34-4244-96d0-35148532ecce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186250a2-4f34-4244-96d0-35148532ecce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10285326858834583992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d596696-fb08-4da8-88b7-4138f91fc209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 583243cb-8c94-4ea9-9bfb-6f1a290f26bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583243cb-8c94-4ea9-9bfb-6f1a290f26bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11143446203415578457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186250a2-4f34-4244-96d0-35148532ecce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844ffeb5-2e9f-449b-bdbc-63b0d4779371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844ffeb5-2e9f-449b-bdbc-63b0d4779371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863906323520293557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583243cb-8c94-4ea9-9bfb-6f1a290f26bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b34319c-cb3e-45e8-97a0-1154b99942b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b34319c-cb3e-45e8-97a0-1154b99942b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283991171143831100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844ffeb5-2e9f-449b-bdbc-63b0d4779371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8690091-2c71-4ea4-b263-fc3aadd134b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8690091-2c71-4ea4-b263-fc3aadd134b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823973251960879307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b34319c-cb3e-45e8-97a0-1154b99942b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf49bb1-3881-4a09-bbf1-fc12894753b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf49bb1-3881-4a09-bbf1-fc12894753b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6745897351555540776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8690091-2c71-4ea4-b263-fc3aadd134b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b73b04-bc27-409d-847b-e5c63cf14e68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b73b04-bc27-409d-847b-e5c63cf14e68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019147389234134847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf49bb1-3881-4a09-bbf1-fc12894753b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 325ccf11-5728-4c18-9b9d-b3436449c765, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325ccf11-5728-4c18-9b9d-b3436449c765, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080174771599538619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b73b04-bc27-409d-847b-e5c63cf14e68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9019180c-d7a3-4618-a5ff-58ad264d6973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9019180c-d7a3-4618-a5ff-58ad264d6973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5932661229610508685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325ccf11-5728-4c18-9b9d-b3436449c765, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa6f07ad-a11f-47b9-8d74-073810dd81e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6f07ad-a11f-47b9-8d74-073810dd81e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10313221003429308796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9019180c-d7a3-4618-a5ff-58ad264d6973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5984231f-f65d-4f84-9644-cae0d5349656, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5984231f-f65d-4f84-9644-cae0d5349656, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196216439267508601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6f07ad-a11f-47b9-8d74-073810dd81e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 382b0764-8c3d-47c8-85a7-b342fe9a8f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 382b0764-8c3d-47c8-85a7-b342fe9a8f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321058216894092013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5984231f-f65d-4f84-9644-cae0d5349656, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72caa303-f24d-4e70-a372-730b97a5fc29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72caa303-f24d-4e70-a372-730b97a5fc29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7644122851774426366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 382b0764-8c3d-47c8-85a7-b342fe9a8f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c88e673-ad0b-4b7d-ae28-357658922851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c88e673-ad0b-4b7d-ae28-357658922851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293132908533225074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72caa303-f24d-4e70-a372-730b97a5fc29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f1a41d-aac1-4842-a69e-0dce03d7abf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f1a41d-aac1-4842-a69e-0dce03d7abf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1329408610528020323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c88e673-ad0b-4b7d-ae28-357658922851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d968b36-cae4-4362-9e74-a53250cbf351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d968b36-cae4-4362-9e74-a53250cbf351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17714797972882154168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f1a41d-aac1-4842-a69e-0dce03d7abf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d968b36-cae4-4362-9e74-a53250cbf351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 660410c0-9413-4e6c-9084-79eaf7fa371a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 660410c0-9413-4e6c-9084-79eaf7fa371a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15489308135093025771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d46f396f-15b1-4928-b13f-af948a808dda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d46f396f-15b1-4928-b13f-af948a808dda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9267388371662066324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d46f396f-15b1-4928-b13f-af948a808dda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1061f0c-ca75-4e56-801a-1a1bf7ad3578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1061f0c-ca75-4e56-801a-1a1bf7ad3578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4996578072223386868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 660410c0-9413-4e6c-9084-79eaf7fa371a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6af19ee-b7a9-4596-826a-f2d8c8855a65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6af19ee-b7a9-4596-826a-f2d8c8855a65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15513627153774583769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1061f0c-ca75-4e56-801a-1a1bf7ad3578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f52fa80d-0b7a-4231-94ee-acac6c678949, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52fa80d-0b7a-4231-94ee-acac6c678949, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2131336612978181188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6af19ee-b7a9-4596-826a-f2d8c8855a65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6d6730-6821-4ef5-92bd-b251afae968a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6d6730-6821-4ef5-92bd-b251afae968a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297997081243769353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52fa80d-0b7a-4231-94ee-acac6c678949, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2aa5383-c844-4cf6-ac5b-dc1184691a2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2aa5383-c844-4cf6-ac5b-dc1184691a2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257000294190192890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6d6730-6821-4ef5-92bd-b251afae968a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d56717ad-7a72-4c1d-8c2b-c47be6e1179b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56717ad-7a72-4c1d-8c2b-c47be6e1179b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13818221768530949978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2aa5383-c844-4cf6-ac5b-dc1184691a2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e8734e2-2eeb-4eec-ba9f-e62775d5851c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8734e2-2eeb-4eec-ba9f-e62775d5851c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 417081570699680942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56717ad-7a72-4c1d-8c2b-c47be6e1179b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e65d46b9-84bf-45bd-b5dc-7a78a945d0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8734e2-2eeb-4eec-ba9f-e62775d5851c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65d46b9-84bf-45bd-b5dc-7a78a945d0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17860814417139720830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36103485-4d16-4db9-8bcf-b463a3435ee9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36103485-4d16-4db9-8bcf-b463a3435ee9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5837409815409991078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65d46b9-84bf-45bd-b5dc-7a78a945d0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a51e4-d67f-4190-8524-460b4430f851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a51e4-d67f-4190-8524-460b4430f851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15807119026048021083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36103485-4d16-4db9-8bcf-b463a3435ee9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ac5efc-c136-4727-98f5-6c9d516a313f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ac5efc-c136-4727-98f5-6c9d516a313f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8710370934852804722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a51e4-d67f-4190-8524-460b4430f851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac28e928-9c3f-428f-8e0d-a95005b6d2a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac28e928-9c3f-428f-8e0d-a95005b6d2a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6956391519611967330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ac5efc-c136-4727-98f5-6c9d516a313f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f1667d-d4e1-45d5-b3a4-24c8a0a82ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f1667d-d4e1-45d5-b3a4-24c8a0a82ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5258507607087947807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac28e928-9c3f-428f-8e0d-a95005b6d2a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147b2de4-ea4a-4d92-8b69-599c7dcfa98e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147b2de4-ea4a-4d92-8b69-599c7dcfa98e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811744603506628786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f1667d-d4e1-45d5-b3a4-24c8a0a82ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1189b6d2-e43e-44b4-8d86-95877195ec60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1189b6d2-e43e-44b4-8d86-95877195ec60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5507430602968405065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147b2de4-ea4a-4d92-8b69-599c7dcfa98e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f90441ba-90ce-4177-9dbe-4fc1d6398324, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90441ba-90ce-4177-9dbe-4fc1d6398324, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5643706155264006559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1189b6d2-e43e-44b4-8d86-95877195ec60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b04d141-6240-4508-911e-1c9e15922e20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b04d141-6240-4508-911e-1c9e15922e20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445441362403704944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90441ba-90ce-4177-9dbe-4fc1d6398324, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a9b5ee-6815-469f-83dd-684101639832, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a9b5ee-6815-469f-83dd-684101639832, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727969988719970007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b04d141-6240-4508-911e-1c9e15922e20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0f7ed58-64de-4ef1-b03e-a69e2b9f2db3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f7ed58-64de-4ef1-b03e-a69e2b9f2db3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 404127137702180189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a9b5ee-6815-469f-83dd-684101639832, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 255b5db5-413b-4f2e-b554-08eef2c0e083, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255b5db5-413b-4f2e-b554-08eef2c0e083, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1266824161776544100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f7ed58-64de-4ef1-b03e-a69e2b9f2db3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f043de6-fecb-4c46-9e48-03bcce6c7ba9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f043de6-fecb-4c46-9e48-03bcce6c7ba9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17705587778771718069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255b5db5-413b-4f2e-b554-08eef2c0e083, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e764f80e-e52c-4081-bc11-9c74ea3f7395, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e764f80e-e52c-4081-bc11-9c74ea3f7395, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3446715363415535311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f043de6-fecb-4c46-9e48-03bcce6c7ba9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b394c0b4-9c8b-4b64-8dd2-684d3d61b998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b394c0b4-9c8b-4b64-8dd2-684d3d61b998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1897433380399979134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e764f80e-e52c-4081-bc11-9c74ea3f7395, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e361de7-7ffd-4050-bf5c-27c18f1db04a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e361de7-7ffd-4050-bf5c-27c18f1db04a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16644936367853262022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b394c0b4-9c8b-4b64-8dd2-684d3d61b998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de750a7-c6c0-468e-bc60-c618f8488ec2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de750a7-c6c0-468e-bc60-c618f8488ec2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115400508718714741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e361de7-7ffd-4050-bf5c-27c18f1db04a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84a98446-6eb6-4548-b40b-baa0997e32ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a98446-6eb6-4548-b40b-baa0997e32ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 978968793558012199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de750a7-c6c0-468e-bc60-c618f8488ec2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dddf42e-5b68-41dc-8b0d-ff34724bc465, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dddf42e-5b68-41dc-8b0d-ff34724bc465, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12416667597253449893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a98446-6eb6-4548-b40b-baa0997e32ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0bc9542-7b19-4895-bf46-1c14ea072438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bc9542-7b19-4895-bf46-1c14ea072438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9086960342664080468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dddf42e-5b68-41dc-8b0d-ff34724bc465, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab6b9ec6-4eec-457f-a205-1037cc15acdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6b9ec6-4eec-457f-a205-1037cc15acdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292367099136567346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bc9542-7b19-4895-bf46-1c14ea072438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fde45b9-fd38-4598-9368-162a1f7de56e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fde45b9-fd38-4598-9368-162a1f7de56e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5020760977846998385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6b9ec6-4eec-457f-a205-1037cc15acdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03d759c9-6a94-48c2-a321-d6198ee164cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d759c9-6a94-48c2-a321-d6198ee164cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5118163623085035177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fde45b9-fd38-4598-9368-162a1f7de56e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a031dd7-a332-4d66-8569-88a3d190baaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a031dd7-a332-4d66-8569-88a3d190baaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784579387795090935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d759c9-6a94-48c2-a321-d6198ee164cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d24661-ab39-4b15-8610-996005e6f3b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d24661-ab39-4b15-8610-996005e6f3b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1993639728975420179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a031dd7-a332-4d66-8569-88a3d190baaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad68ce9-12cc-438a-9caa-a7b00928de22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad68ce9-12cc-438a-9caa-a7b00928de22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13810310078139243265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad68ce9-12cc-438a-9caa-a7b00928de22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60442af5-e5ef-4bfe-9a2c-4b0a57afd932, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60442af5-e5ef-4bfe-9a2c-4b0a57afd932, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100581673656027398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d24661-ab39-4b15-8610-996005e6f3b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2e770a-1389-4a31-8572-fedece983c6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2e770a-1389-4a31-8572-fedece983c6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556599267880787292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60442af5-e5ef-4bfe-9a2c-4b0a57afd932, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 356c6799-0919-46a7-a87a-c5be5b088a4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356c6799-0919-46a7-a87a-c5be5b088a4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9278578427553086099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2e770a-1389-4a31-8572-fedece983c6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f21cf6-2d53-4d87-98df-4b7cc72fb3f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f21cf6-2d53-4d87-98df-4b7cc72fb3f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54673795747028043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356c6799-0919-46a7-a87a-c5be5b088a4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f3eafb7-45e2-433b-a19a-0c8618fe841d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3eafb7-45e2-433b-a19a-0c8618fe841d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588066648620848521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f21cf6-2d53-4d87-98df-4b7cc72fb3f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5866d58-ed5c-402e-8c48-ab33b00a2935, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5866d58-ed5c-402e-8c48-ab33b00a2935, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352453942940981619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3eafb7-45e2-433b-a19a-0c8618fe841d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff38043-9fdd-44e3-b060-f7992db365de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff38043-9fdd-44e3-b060-f7992db365de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1639276811398705696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5866d58-ed5c-402e-8c48-ab33b00a2935, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9e18cf9-86b8-4a59-bfeb-fa32c7ba39d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e18cf9-86b8-4a59-bfeb-fa32c7ba39d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10367860293658800380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff38043-9fdd-44e3-b060-f7992db365de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60979799-2d22-4e69-b961-9af6188f5483, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60979799-2d22-4e69-b961-9af6188f5483, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14927935125009305645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e18cf9-86b8-4a59-bfeb-fa32c7ba39d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffaf2e3e-903b-4426-a004-34ac4d86b899, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffaf2e3e-903b-4426-a004-34ac4d86b899, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15298727115319606760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffaf2e3e-903b-4426-a004-34ac4d86b899, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5116dddf-3a26-4b5f-8de4-d6adc988060c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5116dddf-3a26-4b5f-8de4-d6adc988060c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16239610600992443410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60979799-2d22-4e69-b961-9af6188f5483, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded412ac-86dc-4f34-9c7b-067de342d42c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded412ac-86dc-4f34-9c7b-067de342d42c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756582040118302594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5116dddf-3a26-4b5f-8de4-d6adc988060c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd6e915-c8dc-4e34-bf85-623969ffb6d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd6e915-c8dc-4e34-bf85-623969ffb6d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1881819635946843629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded412ac-86dc-4f34-9c7b-067de342d42c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8186110-0e03-4967-bc89-8b527288e1e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8186110-0e03-4967-bc89-8b527288e1e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035575457435467730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd6e915-c8dc-4e34-bf85-623969ffb6d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b3739a-f9b5-476d-9540-4162f8e7cd34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b3739a-f9b5-476d-9540-4162f8e7cd34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174706522302827681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8186110-0e03-4967-bc89-8b527288e1e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f64f219-8fb9-4f57-a782-6a00b73f7f75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f64f219-8fb9-4f57-a782-6a00b73f7f75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18325214920289425012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b3739a-f9b5-476d-9540-4162f8e7cd34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5ad6bb-d2cd-4464-9013-7a51fa2c4073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5ad6bb-d2cd-4464-9013-7a51fa2c4073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10857744835873324016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f64f219-8fb9-4f57-a782-6a00b73f7f75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5ad6bb-d2cd-4464-9013-7a51fa2c4073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b5c3eb4-d1dc-43a0-8dcb-d48864b73f69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5c3eb4-d1dc-43a0-8dcb-d48864b73f69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13840960718387564266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9196098-0bb4-4ffb-8510-3bbce42b89f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9196098-0bb4-4ffb-8510-3bbce42b89f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5640434545401220828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5c3eb4-d1dc-43a0-8dcb-d48864b73f69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a139f75e-59c1-4948-ad51-d02ab7f4d05b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a139f75e-59c1-4948-ad51-d02ab7f4d05b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006612958485248667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9196098-0bb4-4ffb-8510-3bbce42b89f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d21ac5-586e-437f-a46d-5f47af2b2b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d21ac5-586e-437f-a46d-5f47af2b2b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12967820863769046002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a139f75e-59c1-4948-ad51-d02ab7f4d05b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44df425f-986b-447f-97b6-3266991a1d3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44df425f-986b-447f-97b6-3266991a1d3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6100546742392023823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44df425f-986b-447f-97b6-3266991a1d3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7640026-4c3b-4f14-bf07-2c5ec617164b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7640026-4c3b-4f14-bf07-2c5ec617164b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546738951354805606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d21ac5-586e-437f-a46d-5f47af2b2b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7640026-4c3b-4f14-bf07-2c5ec617164b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3d85819-b68a-4e12-8e5c-0fc9aa965933, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d85819-b68a-4e12-8e5c-0fc9aa965933, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1672234906859988806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 014e4b10-c5c4-47d9-a4ae-198a1f83a772, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014e4b10-c5c4-47d9-a4ae-198a1f83a772, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2004003672554052308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d85819-b68a-4e12-8e5c-0fc9aa965933, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014e4b10-c5c4-47d9-a4ae-198a1f83a772, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944e7554-51da-4745-9b99-ef8cb7673206, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944e7554-51da-4745-9b99-ef8cb7673206, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 565544089585513847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f72af04-274a-4c92-86ba-3c956388ea3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f72af04-274a-4c92-86ba-3c956388ea3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12008066745742591969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944e7554-51da-4745-9b99-ef8cb7673206, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5016a93-099f-49cb-9d9c-20e05f792ed6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5016a93-099f-49cb-9d9c-20e05f792ed6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9249335252979838006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f72af04-274a-4c92-86ba-3c956388ea3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b4e7da-046b-4afa-bcaf-25f1dea223ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b4e7da-046b-4afa-bcaf-25f1dea223ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12349822256031531302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b4e7da-046b-4afa-bcaf-25f1dea223ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df2b5f2d-d256-4dd9-92b0-72ca88f19d13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2b5f2d-d256-4dd9-92b0-72ca88f19d13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925332562561449935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5016a93-099f-49cb-9d9c-20e05f792ed6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcc5dbe0-0166-4343-8ed8-aea69749ceac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcc5dbe0-0166-4343-8ed8-aea69749ceac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548977051302965826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2b5f2d-d256-4dd9-92b0-72ca88f19d13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 235d5c97-d398-4816-aef1-8bb1bb604177, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 235d5c97-d398-4816-aef1-8bb1bb604177, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9811497936401691442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcc5dbe0-0166-4343-8ed8-aea69749ceac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd9be214-92fe-407e-988b-be51999a05df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9be214-92fe-407e-988b-be51999a05df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6918620938783930136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 235d5c97-d398-4816-aef1-8bb1bb604177, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58f8210d-c526-4c00-af4f-bf1a979303f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58f8210d-c526-4c00-af4f-bf1a979303f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12442426244075418272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9be214-92fe-407e-988b-be51999a05df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06631696-98de-4388-bc86-5c39c9758fb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06631696-98de-4388-bc86-5c39c9758fb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 701681072660091077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58f8210d-c526-4c00-af4f-bf1a979303f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4d68ff-0bdb-4e41-87c2-6423b5333cf2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4d68ff-0bdb-4e41-87c2-6423b5333cf2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15617355816253953870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06631696-98de-4388-bc86-5c39c9758fb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f23835d1-084b-40ee-8db9-46782bd8a1c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23835d1-084b-40ee-8db9-46782bd8a1c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3325253156894324639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4d68ff-0bdb-4e41-87c2-6423b5333cf2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad60d92-d2e3-4843-97a9-8bc212056aaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad60d92-d2e3-4843-97a9-8bc212056aaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141641276294101355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23835d1-084b-40ee-8db9-46782bd8a1c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfaa1a30-6c3e-4a90-90ba-630b2298fed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfaa1a30-6c3e-4a90-90ba-630b2298fed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17283631916156157638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad60d92-d2e3-4843-97a9-8bc212056aaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bab8dc8-567f-464c-98a6-6769e00196d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bab8dc8-567f-464c-98a6-6769e00196d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6366278186022989649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfaa1a30-6c3e-4a90-90ba-630b2298fed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79f9a415-cab0-4cfe-87d2-bdf7c9a6007e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bab8dc8-567f-464c-98a6-6769e00196d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca8c4172-c539-4df1-8fea-20ed815cf2b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8c4172-c539-4df1-8fea-20ed815cf2b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553803669865679568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f9a415-cab0-4cfe-87d2-bdf7c9a6007e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488918047910963468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8c4172-c539-4df1-8fea-20ed815cf2b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51810bef-fcbf-4005-9e46-ffe302340ff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51810bef-fcbf-4005-9e46-ffe302340ff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6810384936107988213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f9a415-cab0-4cfe-87d2-bdf7c9a6007e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d6c9a9f-6aa8-4311-abca-b64bd8e67869, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6c9a9f-6aa8-4311-abca-b64bd8e67869, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13183021042627111636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51810bef-fcbf-4005-9e46-ffe302340ff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3abe9e76-eac7-4665-ac80-26afbf294876, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abe9e76-eac7-4665-ac80-26afbf294876, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099841422674486736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6c9a9f-6aa8-4311-abca-b64bd8e67869, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e288a2-05d8-4c3a-ada3-fac787416f86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e288a2-05d8-4c3a-ada3-fac787416f86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1659070849881650779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abe9e76-eac7-4665-ac80-26afbf294876, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e952700b-762b-4230-a90e-58c3603a6f49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e952700b-762b-4230-a90e-58c3603a6f49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7929046937715643248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e288a2-05d8-4c3a-ada3-fac787416f86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cba2f10-884b-470a-977b-7cdd72a46dbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cba2f10-884b-470a-977b-7cdd72a46dbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3051299361025327404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e952700b-762b-4230-a90e-58c3603a6f49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cba2f10-884b-470a-977b-7cdd72a46dbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e737dd43-0598-4f26-b0ee-91c933b75e4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e737dd43-0598-4f26-b0ee-91c933b75e4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886211415662484141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3437dfde-e26f-4797-91aa-e6da08acf0e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3437dfde-e26f-4797-91aa-e6da08acf0e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615665353547658033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e737dd43-0598-4f26-b0ee-91c933b75e4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7372c6e-0006-45ea-b580-b6d8dedc8dd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7372c6e-0006-45ea-b580-b6d8dedc8dd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14597674913853242877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3437dfde-e26f-4797-91aa-e6da08acf0e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd0462b-36c6-4a13-8b37-705b5fde0cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd0462b-36c6-4a13-8b37-705b5fde0cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823350449103306469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7372c6e-0006-45ea-b580-b6d8dedc8dd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3ac745-9335-42f7-857c-3ac55475f60f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3ac745-9335-42f7-857c-3ac55475f60f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4503917757940956500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd0462b-36c6-4a13-8b37-705b5fde0cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53ea9be5-c973-4950-b7fe-8d5f7857cb77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ea9be5-c973-4950-b7fe-8d5f7857cb77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9313500616305795429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3ac745-9335-42f7-857c-3ac55475f60f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b614ea82-6e62-462c-965a-6ae165efbabd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b614ea82-6e62-462c-965a-6ae165efbabd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13565883664583950789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ea9be5-c973-4950-b7fe-8d5f7857cb77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3b65997-eed3-4280-a4a8-15d88aa89684, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b65997-eed3-4280-a4a8-15d88aa89684, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2139461070826345628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b614ea82-6e62-462c-965a-6ae165efbabd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84f9742e-35c0-4606-94e5-feb9a95028e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f9742e-35c0-4606-94e5-feb9a95028e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196844495757789856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b65997-eed3-4280-a4a8-15d88aa89684, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a67556d-5818-49e8-aa7b-198f0108e0b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a67556d-5818-49e8-aa7b-198f0108e0b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693737740140749242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f9742e-35c0-4606-94e5-feb9a95028e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bbf30b1-24da-43d3-a757-8025c9c7472c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bbf30b1-24da-43d3-a757-8025c9c7472c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823881266155628349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a67556d-5818-49e8-aa7b-198f0108e0b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d006eb05-20ac-45b7-8197-65cbc74bd770, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d006eb05-20ac-45b7-8197-65cbc74bd770, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11585308651114966698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bbf30b1-24da-43d3-a757-8025c9c7472c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 628c0f68-b11e-46ef-bc81-241d7db18cd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628c0f68-b11e-46ef-bc81-241d7db18cd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18312041694246281254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d006eb05-20ac-45b7-8197-65cbc74bd770, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945a405e-4ae0-4757-849b-5082568d7d00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945a405e-4ae0-4757-849b-5082568d7d00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708787969783057965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628c0f68-b11e-46ef-bc81-241d7db18cd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e90fb5f7-2d61-43b5-9957-e95b57d24ed6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90fb5f7-2d61-43b5-9957-e95b57d24ed6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697263968234631851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945a405e-4ae0-4757-849b-5082568d7d00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5130418a-aed5-40a1-afec-a5199ca7fded, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5130418a-aed5-40a1-afec-a5199ca7fded, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138060065183510047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90fb5f7-2d61-43b5-9957-e95b57d24ed6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74951f96-4946-4aa0-95ba-7d9d7755cf31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74951f96-4946-4aa0-95ba-7d9d7755cf31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378181943664372047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5130418a-aed5-40a1-afec-a5199ca7fded, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f82612e-eaad-4e24-b441-2cec002d3b65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f82612e-eaad-4e24-b441-2cec002d3b65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13217705568833811012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74951f96-4946-4aa0-95ba-7d9d7755cf31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcff25c3-990b-4c46-b65c-81c4ec2529ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcff25c3-990b-4c46-b65c-81c4ec2529ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438682034280717413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f82612e-eaad-4e24-b441-2cec002d3b65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8ed702-78cf-4bf7-9ade-3ae962ca2641, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8ed702-78cf-4bf7-9ade-3ae962ca2641, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3536305050364353843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcff25c3-990b-4c46-b65c-81c4ec2529ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5409bd02-603a-47a9-be51-7b3a3ba84f02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5409bd02-603a-47a9-be51-7b3a3ba84f02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3822784567986878037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8ed702-78cf-4bf7-9ade-3ae962ca2641, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cdda53-87f3-45b3-8979-9663109aa480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cdda53-87f3-45b3-8979-9663109aa480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9938823603065195919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5409bd02-603a-47a9-be51-7b3a3ba84f02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58af4c5-0971-4ee9-a82c-a48756c1bb4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58af4c5-0971-4ee9-a82c-a48756c1bb4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7591974317261994378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cdda53-87f3-45b3-8979-9663109aa480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad02cf12-58a8-4f9f-8c21-c9fae5fc0a8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad02cf12-58a8-4f9f-8c21-c9fae5fc0a8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17644615696902094835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58af4c5-0971-4ee9-a82c-a48756c1bb4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04777c76-0c46-44b3-bf27-da1861666d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04777c76-0c46-44b3-bf27-da1861666d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12704760976997187803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad02cf12-58a8-4f9f-8c21-c9fae5fc0a8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36fb447d-a2fd-47af-8211-d8c48de6ce65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36fb447d-a2fd-47af-8211-d8c48de6ce65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12536912500978910775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04777c76-0c46-44b3-bf27-da1861666d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4984453-a833-4195-af4f-967bdad2fd7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4984453-a833-4195-af4f-967bdad2fd7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443064736589824128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36fb447d-a2fd-47af-8211-d8c48de6ce65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b883d43b-fecc-427c-8e4a-3b91166bd33a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b883d43b-fecc-427c-8e4a-3b91166bd33a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619347929637282733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4984453-a833-4195-af4f-967bdad2fd7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7373a83-a001-48c5-8b14-643d3d9059bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7373a83-a001-48c5-8b14-643d3d9059bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319100522288580610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b883d43b-fecc-427c-8e4a-3b91166bd33a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3da5febb-8107-43a1-8daf-d51bd75df135, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da5febb-8107-43a1-8daf-d51bd75df135, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419004246628776752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7373a83-a001-48c5-8b14-643d3d9059bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f555a19-1eaa-4385-9cb5-e7121af888b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f555a19-1eaa-4385-9cb5-e7121af888b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770585506343183518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da5febb-8107-43a1-8daf-d51bd75df135, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 604f61d2-68dc-492c-b874-d2dfd83f506f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 604f61d2-68dc-492c-b874-d2dfd83f506f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5313374293663082475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f555a19-1eaa-4385-9cb5-e7121af888b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d098a205-5c42-4e70-9bba-cbca28efe61f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d098a205-5c42-4e70-9bba-cbca28efe61f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029208493580672418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 604f61d2-68dc-492c-b874-d2dfd83f506f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35f0553c-39eb-457d-ad08-5b5ffe6ab8d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f0553c-39eb-457d-ad08-5b5ffe6ab8d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13485952549599638598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d098a205-5c42-4e70-9bba-cbca28efe61f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8226331a-a7e9-46d7-822c-3bfdee84234c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8226331a-a7e9-46d7-822c-3bfdee84234c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11526712277094237987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f0553c-39eb-457d-ad08-5b5ffe6ab8d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b1a96b0-9d4f-42af-89bf-b44458b51beb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1a96b0-9d4f-42af-89bf-b44458b51beb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5790492098312727200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8226331a-a7e9-46d7-822c-3bfdee84234c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8693d20-6bbe-4a15-9d0d-8d9e3d4796fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8693d20-6bbe-4a15-9d0d-8d9e3d4796fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579918009640841109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1a96b0-9d4f-42af-89bf-b44458b51beb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fe2b071-410a-48b0-a523-b18338917a64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe2b071-410a-48b0-a523-b18338917a64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14778994631603645999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8693d20-6bbe-4a15-9d0d-8d9e3d4796fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e718557a-c80e-4fe0-a3cd-135ca7bd3d55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e718557a-c80e-4fe0-a3cd-135ca7bd3d55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17682733339212244582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe2b071-410a-48b0-a523-b18338917a64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee7883d-e753-4470-a8b7-7f30707c47e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee7883d-e753-4470-a8b7-7f30707c47e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414203449885641324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e718557a-c80e-4fe0-a3cd-135ca7bd3d55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9395140-ba8a-4a52-8340-466bbe2a7ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9395140-ba8a-4a52-8340-466bbe2a7ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332864987217235883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee7883d-e753-4470-a8b7-7f30707c47e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57a23342-1cc3-4687-b2e4-1b2fc716041d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a23342-1cc3-4687-b2e4-1b2fc716041d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843707496343961077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9395140-ba8a-4a52-8340-466bbe2a7ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0979eba-f9e7-4b10-a8e5-02d6beb68cfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0979eba-f9e7-4b10-a8e5-02d6beb68cfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735003751524175781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a23342-1cc3-4687-b2e4-1b2fc716041d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4cc9455-169d-4829-9ef2-89db12f8ed9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cc9455-169d-4829-9ef2-89db12f8ed9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226995218832852989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0979eba-f9e7-4b10-a8e5-02d6beb68cfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d789dca-36d0-4be3-8cc3-d3fbdd6c9548, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d789dca-36d0-4be3-8cc3-d3fbdd6c9548, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9987827649212758821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cc9455-169d-4829-9ef2-89db12f8ed9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b01cf2c-57f9-42f4-b136-9394f79010c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b01cf2c-57f9-42f4-b136-9394f79010c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193927773303163328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d789dca-36d0-4be3-8cc3-d3fbdd6c9548, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82461cc0-42c8-4114-b344-b43022d373b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82461cc0-42c8-4114-b344-b43022d373b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11092301360955939802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b01cf2c-57f9-42f4-b136-9394f79010c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355d78d5-a440-4ea1-b7fc-fe4573e24c3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355d78d5-a440-4ea1-b7fc-fe4573e24c3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813586508542384505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82461cc0-42c8-4114-b344-b43022d373b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355d78d5-a440-4ea1-b7fc-fe4573e24c3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dcb70a9-5f11-4a04-b53e-1df8e36055a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcb70a9-5f11-4a04-b53e-1df8e36055a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13982675897747993410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43293cfb-f608-4878-aa5a-c34bd9907477, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43293cfb-f608-4878-aa5a-c34bd9907477, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 408677906148381806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcb70a9-5f11-4a04-b53e-1df8e36055a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108aac65-db52-43f6-877c-b5a653338ce8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108aac65-db52-43f6-877c-b5a653338ce8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176497671235456603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43293cfb-f608-4878-aa5a-c34bd9907477, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8a8103c-0d20-4ed9-aac8-f7cd5cb971c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a8103c-0d20-4ed9-aac8-f7cd5cb971c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14923902566394347421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108aac65-db52-43f6-877c-b5a653338ce8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e449b5ac-f444-4cb5-8c29-d355ee2a068b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e449b5ac-f444-4cb5-8c29-d355ee2a068b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766523512425751354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a8103c-0d20-4ed9-aac8-f7cd5cb971c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aba05d7b-e4ad-42c8-ad2b-8ac215388d9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aba05d7b-e4ad-42c8-ad2b-8ac215388d9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306996618446399304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e449b5ac-f444-4cb5-8c29-d355ee2a068b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aba05d7b-e4ad-42c8-ad2b-8ac215388d9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5998134-be7a-47df-b45a-6a1a007292ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5998134-be7a-47df-b45a-6a1a007292ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16882752180930255571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53bdfb3d-195c-4194-8185-35175b83c347, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53bdfb3d-195c-4194-8185-35175b83c347, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16869817285402858037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5998134-be7a-47df-b45a-6a1a007292ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bfb206c-045a-4262-850a-68086c0a7c75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfb206c-045a-4262-850a-68086c0a7c75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8384308308694220197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53bdfb3d-195c-4194-8185-35175b83c347, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4bb18d3-8117-42b7-a91b-115c212ec973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4bb18d3-8117-42b7-a91b-115c212ec973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898869054763087310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfb206c-045a-4262-850a-68086c0a7c75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8347145b-a548-4116-9df2-43af9b8a0b70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8347145b-a548-4116-9df2-43af9b8a0b70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784759082359544714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4bb18d3-8117-42b7-a91b-115c212ec973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad90221d-3b48-4bfb-8245-cb65cbf414e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8347145b-a548-4116-9df2-43af9b8a0b70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad90221d-3b48-4bfb-8245-cb65cbf414e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948439480508771210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67951542-019e-4e33-9b9e-c893ccc826e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67951542-019e-4e33-9b9e-c893ccc826e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3420676876076868797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad90221d-3b48-4bfb-8245-cb65cbf414e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7c39796-e651-4535-a3e8-c1aae2332c02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67951542-019e-4e33-9b9e-c893ccc826e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e165dd7-e14b-4473-9158-bd127292858a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e165dd7-e14b-4473-9158-bd127292858a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317311197851869903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c39796-e651-4535-a3e8-c1aae2332c02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078957928736285723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e165dd7-e14b-4473-9158-bd127292858a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 710445e4-1bf6-419d-ba49-6e7372096406, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c39796-e651-4535-a3e8-c1aae2332c02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be4f5eba-1cfe-4e75-b4b0-159d0a4d335c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4f5eba-1cfe-4e75-b4b0-159d0a4d335c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398774518749459702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710445e4-1bf6-419d-ba49-6e7372096406, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405082755909833248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4f5eba-1cfe-4e75-b4b0-159d0a4d335c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2d387af-b86d-48ef-a8ad-3264eb871a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d387af-b86d-48ef-a8ad-3264eb871a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2373447604347826742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710445e4-1bf6-419d-ba49-6e7372096406, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a4b3116-97b1-4cf3-870b-cf16b3699a12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4b3116-97b1-4cf3-870b-cf16b3699a12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679661833269214863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d387af-b86d-48ef-a8ad-3264eb871a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 865a8e94-f812-4c88-9619-2a31c081cb75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865a8e94-f812-4c88-9619-2a31c081cb75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3644632368811693843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4b3116-97b1-4cf3-870b-cf16b3699a12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e148f0-b981-4ec1-bfcd-e1a8dfd2f61c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e148f0-b981-4ec1-bfcd-e1a8dfd2f61c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546442610942840590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865a8e94-f812-4c88-9619-2a31c081cb75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed1250fc-cec3-4d08-8456-682b19df5c68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1250fc-cec3-4d08-8456-682b19df5c68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14572494113427200515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e148f0-b981-4ec1-bfcd-e1a8dfd2f61c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e44554-7da9-4ecc-a376-2f50770b460b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e44554-7da9-4ecc-a376-2f50770b460b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4251016070350368063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1250fc-cec3-4d08-8456-682b19df5c68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 232727bb-eb5d-4c70-98e3-1c385d553c44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232727bb-eb5d-4c70-98e3-1c385d553c44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558781020372592352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e44554-7da9-4ecc-a376-2f50770b460b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 421e2107-b5df-420b-9b01-fc662a98cfe1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421e2107-b5df-420b-9b01-fc662a98cfe1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9967371149367172138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232727bb-eb5d-4c70-98e3-1c385d553c44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70d9df8-9b6d-43c7-8579-04f4fc7e3662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70d9df8-9b6d-43c7-8579-04f4fc7e3662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5384235430281676503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421e2107-b5df-420b-9b01-fc662a98cfe1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 494f1ff3-077d-4bda-ac03-51868d163b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 494f1ff3-077d-4bda-ac03-51868d163b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490781393525251979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70d9df8-9b6d-43c7-8579-04f4fc7e3662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48ebb35b-5724-4374-b35b-990327640f7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ebb35b-5724-4374-b35b-990327640f7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13157102600208201237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 494f1ff3-077d-4bda-ac03-51868d163b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29431321-f2cb-4a92-93b5-e4a789e7aa43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29431321-f2cb-4a92-93b5-e4a789e7aa43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10828781244741513368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ebb35b-5724-4374-b35b-990327640f7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12ebe1f3-b8d2-4cf2-ad83-82d94168eb2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ebe1f3-b8d2-4cf2-ad83-82d94168eb2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11698054339911201991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29431321-f2cb-4a92-93b5-e4a789e7aa43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bec0e4c-467c-489b-93bc-ae812d6e6eb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bec0e4c-467c-489b-93bc-ae812d6e6eb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17853787331515019741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ebe1f3-b8d2-4cf2-ad83-82d94168eb2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 000405ad-78be-4766-ac9c-d244717b63a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000405ad-78be-4766-ac9c-d244717b63a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964424566238092623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bec0e4c-467c-489b-93bc-ae812d6e6eb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce22b835-c792-4e49-8436-8feaf132fd31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce22b835-c792-4e49-8436-8feaf132fd31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 849305896631050193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000405ad-78be-4766-ac9c-d244717b63a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3aa06bbd-64c9-41b1-8f3b-fca9f13303f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa06bbd-64c9-41b1-8f3b-fca9f13303f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6461241171650426235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce22b835-c792-4e49-8436-8feaf132fd31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa06bbd-64c9-41b1-8f3b-fca9f13303f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf6af7e7-dd07-4ba8-8b73-a899feb4b799, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6af7e7-dd07-4ba8-8b73-a899feb4b799, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784947454132743684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9a78046-4be6-4526-8264-ccf4c398711b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a78046-4be6-4526-8264-ccf4c398711b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319792175156865332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6af7e7-dd07-4ba8-8b73-a899feb4b799, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f0cac0-6a99-40a6-bcf0-1b00fb98ef61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f0cac0-6a99-40a6-bcf0-1b00fb98ef61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12150967848142840806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a78046-4be6-4526-8264-ccf4c398711b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d90df3c9-3a78-41e6-a045-52ce80a35591, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90df3c9-3a78-41e6-a045-52ce80a35591, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385112677036300773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f0cac0-6a99-40a6-bcf0-1b00fb98ef61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a07f15e-6194-4492-9ec5-b5b29d45cb69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a07f15e-6194-4492-9ec5-b5b29d45cb69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 254036720141129066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90df3c9-3a78-41e6-a045-52ce80a35591, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da53a37-86c0-4313-bb20-2cd05203a076, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a07f15e-6194-4492-9ec5-b5b29d45cb69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f6a4e7d-4d1c-458f-a04e-c1ac9491172e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da53a37-86c0-4313-bb20-2cd05203a076, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776202783725207168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6a4e7d-4d1c-458f-a04e-c1ac9491172e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109426598391393988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da53a37-86c0-4313-bb20-2cd05203a076, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6a4e7d-4d1c-458f-a04e-c1ac9491172e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa668a5b-9545-46ec-a398-028130982482, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c9b191e-0248-4caf-8651-3bfd0bba54c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa668a5b-9545-46ec-a398-028130982482, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925614085823664212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c9b191e-0248-4caf-8651-3bfd0bba54c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400871698886640348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa668a5b-9545-46ec-a398-028130982482, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ce0241-6834-47e7-b8b7-805553cf39ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c9b191e-0248-4caf-8651-3bfd0bba54c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea5b4a83-4d72-4412-b52c-71b13af1e119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5b4a83-4d72-4412-b52c-71b13af1e119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13570313980717115775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ce0241-6834-47e7-b8b7-805553cf39ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11706211408739456881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ce0241-6834-47e7-b8b7-805553cf39ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5145730-721e-4463-bd36-38bb92d91106, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5145730-721e-4463-bd36-38bb92d91106, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4990081016569452971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5b4a83-4d72-4412-b52c-71b13af1e119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342f2503-4fec-409b-9646-cb5fbf744b88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342f2503-4fec-409b-9646-cb5fbf744b88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12474315653758825962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5145730-721e-4463-bd36-38bb92d91106, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78c69016-2dbf-4d73-a6f8-9dbc1e139f9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c69016-2dbf-4d73-a6f8-9dbc1e139f9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1872206588550954423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342f2503-4fec-409b-9646-cb5fbf744b88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2daee7e-de18-4f31-bf40-dbaad6909d0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2daee7e-de18-4f31-bf40-dbaad6909d0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16973751804825465673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c69016-2dbf-4d73-a6f8-9dbc1e139f9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c13899-591b-4e8d-994b-f51d4beb33eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c13899-591b-4e8d-994b-f51d4beb33eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4280761696402171796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2daee7e-de18-4f31-bf40-dbaad6909d0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714cee51-158b-444b-a83f-21a9f9c1bd97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714cee51-158b-444b-a83f-21a9f9c1bd97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2805958195726553103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c13899-591b-4e8d-994b-f51d4beb33eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b396b6b7-b176-45be-8bbe-734365089c42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b396b6b7-b176-45be-8bbe-734365089c42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068744333539378850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714cee51-158b-444b-a83f-21a9f9c1bd97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d975e747-4ba9-4e3c-b7aa-3afc18f3e009, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d975e747-4ba9-4e3c-b7aa-3afc18f3e009, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9845639347758198213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b396b6b7-b176-45be-8bbe-734365089c42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9a70e15-0a77-4a84-8994-7c4e40ad6c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a70e15-0a77-4a84-8994-7c4e40ad6c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4739987332473058685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d975e747-4ba9-4e3c-b7aa-3afc18f3e009, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963b2625-a85c-4588-978b-2672bcfaa2ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963b2625-a85c-4588-978b-2672bcfaa2ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18014806320217010164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a70e15-0a77-4a84-8994-7c4e40ad6c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e98898bf-2a71-4514-8c96-18f58bda56b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e98898bf-2a71-4514-8c96-18f58bda56b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794949215196102066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963b2625-a85c-4588-978b-2672bcfaa2ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 359a5f82-54d2-4958-b54b-5cfdde28341e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 359a5f82-54d2-4958-b54b-5cfdde28341e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3511328633508108944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e98898bf-2a71-4514-8c96-18f58bda56b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27899b3-3c2f-4cb1-a160-28b35b1ac939, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27899b3-3c2f-4cb1-a160-28b35b1ac939, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10144196357982138075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 359a5f82-54d2-4958-b54b-5cfdde28341e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b07b8c-a0f5-4827-81b0-0c32b98602aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b07b8c-a0f5-4827-81b0-0c32b98602aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8383442144650977941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27899b3-3c2f-4cb1-a160-28b35b1ac939, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b6e29ba-72a9-4939-8678-faf48a4fc692, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b6e29ba-72a9-4939-8678-faf48a4fc692, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3945882933450628760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b07b8c-a0f5-4827-81b0-0c32b98602aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 449cf89d-006e-42cf-9dac-8b59b7876eb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 449cf89d-006e-42cf-9dac-8b59b7876eb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6610453288437615105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b6e29ba-72a9-4939-8678-faf48a4fc692, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aea017de-16c2-42e1-aa96-3df35c9f1995, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea017de-16c2-42e1-aa96-3df35c9f1995, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16702830725577088123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 449cf89d-006e-42cf-9dac-8b59b7876eb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566cfa39-5963-4295-b0a3-89fbaf55e084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea017de-16c2-42e1-aa96-3df35c9f1995, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2cfc54e-a2b3-4ac3-9de8-42a6d035e4d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cfc54e-a2b3-4ac3-9de8-42a6d035e4d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15924587464918750073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566cfa39-5963-4295-b0a3-89fbaf55e084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15005054094539792440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cfc54e-a2b3-4ac3-9de8-42a6d035e4d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664ee999-3f4a-4804-8474-ca083e9d55f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664ee999-3f4a-4804-8474-ca083e9d55f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779003009904105620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566cfa39-5963-4295-b0a3-89fbaf55e084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe48116-4712-46c5-8d08-cdd6d62013d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe48116-4712-46c5-8d08-cdd6d62013d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9858084149157881956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664ee999-3f4a-4804-8474-ca083e9d55f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efd87eb6-841e-4fc3-85d7-02be62a558d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd87eb6-841e-4fc3-85d7-02be62a558d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16844479140167301368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe48116-4712-46c5-8d08-cdd6d62013d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0ba6f23-62f0-4956-901f-e7ba8b8459cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ba6f23-62f0-4956-901f-e7ba8b8459cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4207113954053889303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd87eb6-841e-4fc3-85d7-02be62a558d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c925b2a2-8708-43ab-a98a-55369c9945df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c925b2a2-8708-43ab-a98a-55369c9945df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6224590540661671368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ba6f23-62f0-4956-901f-e7ba8b8459cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8fec9ff-9637-4a5b-b319-adf84751f1f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8fec9ff-9637-4a5b-b319-adf84751f1f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18168511584690988339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c925b2a2-8708-43ab-a98a-55369c9945df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b4df57-5f3c-4e5f-84fd-687e3325ffd7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b4df57-5f3c-4e5f-84fd-687e3325ffd7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2997561183077233707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8fec9ff-9637-4a5b-b319-adf84751f1f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b1d096a-2c72-4ca0-aa4e-0de69ce21f4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1d096a-2c72-4ca0-aa4e-0de69ce21f4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318687353136131609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b4df57-5f3c-4e5f-84fd-687e3325ffd7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eefd150e-cf7c-4f38-b2ef-94e6762e953c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1d096a-2c72-4ca0-aa4e-0de69ce21f4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02ea7f41-422a-409a-a9e6-d0f2e6cbeab9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ea7f41-422a-409a-a9e6-d0f2e6cbeab9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735160711574874277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefd150e-cf7c-4f38-b2ef-94e6762e953c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8997197563699602808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ea7f41-422a-409a-a9e6-d0f2e6cbeab9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f980ae-fab6-4b9d-a1c8-a8f4a4d5daa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f980ae-fab6-4b9d-a1c8-a8f4a4d5daa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906438848677448043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefd150e-cf7c-4f38-b2ef-94e6762e953c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8099630-ed09-4167-a071-b9f367ee79b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8099630-ed09-4167-a071-b9f367ee79b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292115865839645185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f980ae-fab6-4b9d-a1c8-a8f4a4d5daa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2598d7be-937c-4584-b540-5b14346e6698, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2598d7be-937c-4584-b540-5b14346e6698, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16961341801696880173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8099630-ed09-4167-a071-b9f367ee79b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cee422a-6f68-490d-9952-eae6373b143c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cee422a-6f68-490d-9952-eae6373b143c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14169084193022610894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cee422a-6f68-490d-9952-eae6373b143c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0a0410-5a4d-4000-8885-b8fb45537217, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0a0410-5a4d-4000-8885-b8fb45537217, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15315066192066716858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2598d7be-937c-4584-b540-5b14346e6698, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35429d6e-2af3-44d5-a219-c07df4013ad7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35429d6e-2af3-44d5-a219-c07df4013ad7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16002418686611604964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0a0410-5a4d-4000-8885-b8fb45537217, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb7ba345-8bb1-44a2-a9bc-c907acb991ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7ba345-8bb1-44a2-a9bc-c907acb991ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881323888633503851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35429d6e-2af3-44d5-a219-c07df4013ad7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5351aa46-9892-4078-8351-7ea44f35c87b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5351aa46-9892-4078-8351-7ea44f35c87b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2234683064813704802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7ba345-8bb1-44a2-a9bc-c907acb991ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60048b1f-8be3-477c-b188-1e7e2e029a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60048b1f-8be3-477c-b188-1e7e2e029a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7201935761302466081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5351aa46-9892-4078-8351-7ea44f35c87b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60048b1f-8be3-477c-b188-1e7e2e029a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c791a42-104e-4cbf-83bd-a2b9c8503ff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c791a42-104e-4cbf-83bd-a2b9c8503ff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772493117571118889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2dac03c-61a1-43f1-9177-f1c87fe9f33b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2dac03c-61a1-43f1-9177-f1c87fe9f33b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16620740901884569458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c791a42-104e-4cbf-83bd-a2b9c8503ff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d3678b-d2e7-42b7-8183-72b22f2f0f4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d3678b-d2e7-42b7-8183-72b22f2f0f4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6618530141010326126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2dac03c-61a1-43f1-9177-f1c87fe9f33b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e13d10d-d8d8-4b67-804e-1d8ce33a9a77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e13d10d-d8d8-4b67-804e-1d8ce33a9a77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243951171230911413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d3678b-d2e7-42b7-8183-72b22f2f0f4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 286b8b8a-c973-48d3-b643-86eddfe2f3ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286b8b8a-c973-48d3-b643-86eddfe2f3ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384781768720426389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e13d10d-d8d8-4b67-804e-1d8ce33a9a77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7919a310-8b2a-490b-8e3b-55e5055f4077, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7919a310-8b2a-490b-8e3b-55e5055f4077, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889042551574485797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286b8b8a-c973-48d3-b643-86eddfe2f3ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7919a310-8b2a-490b-8e3b-55e5055f4077, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24646055-fcf4-4f82-8ee5-026a41903db6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24646055-fcf4-4f82-8ee5-026a41903db6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409274238290134657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caa3fac2-c110-47a6-931a-c29c1eedcdf1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa3fac2-c110-47a6-931a-c29c1eedcdf1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399772036885367873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24646055-fcf4-4f82-8ee5-026a41903db6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e133e12b-e8cb-4cd3-9b89-84912d2c7519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e133e12b-e8cb-4cd3-9b89-84912d2c7519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13424020124937596508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa3fac2-c110-47a6-931a-c29c1eedcdf1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 970cb6f6-fc25-4d06-a696-99909c496265, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970cb6f6-fc25-4d06-a696-99909c496265, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7735730271406653272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e133e12b-e8cb-4cd3-9b89-84912d2c7519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b49267-6daf-48aa-b792-efdc150086e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b49267-6daf-48aa-b792-efdc150086e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16957475509526370444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970cb6f6-fc25-4d06-a696-99909c496265, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d7f5843-f561-4759-ba2a-e8d2e0fb1624, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7f5843-f561-4759-ba2a-e8d2e0fb1624, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7552936337260781552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b49267-6daf-48aa-b792-efdc150086e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c430f831-b596-4194-9d6f-a10a336ba834, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c430f831-b596-4194-9d6f-a10a336ba834, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275452801738803772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7f5843-f561-4759-ba2a-e8d2e0fb1624, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 213ca5f2-1e12-42bb-a51d-c7b80c7cca7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213ca5f2-1e12-42bb-a51d-c7b80c7cca7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049400602984010725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c430f831-b596-4194-9d6f-a10a336ba834, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4104fc6-301f-4b0e-8c30-64676045ab79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4104fc6-301f-4b0e-8c30-64676045ab79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620632831076485651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213ca5f2-1e12-42bb-a51d-c7b80c7cca7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06169e0a-25f1-4ffa-b240-42fd7e0b48ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06169e0a-25f1-4ffa-b240-42fd7e0b48ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14504958278056752401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4104fc6-301f-4b0e-8c30-64676045ab79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 565d9b98-8ccd-4ca4-97c4-a318d15626ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565d9b98-8ccd-4ca4-97c4-a318d15626ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10182567862896983007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06169e0a-25f1-4ffa-b240-42fd7e0b48ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30fe1bed-442d-4bbb-a13a-7eda5fc4a1f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fe1bed-442d-4bbb-a13a-7eda5fc4a1f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7275461959819872158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565d9b98-8ccd-4ca4-97c4-a318d15626ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85db62c-5f3d-4bb5-b8c9-0c319e62d87b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85db62c-5f3d-4bb5-b8c9-0c319e62d87b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6511924448148175348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fe1bed-442d-4bbb-a13a-7eda5fc4a1f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a249df-c384-44b7-a13f-7c2cfba5fd12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a249df-c384-44b7-a13f-7c2cfba5fd12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16545762875958278300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85db62c-5f3d-4bb5-b8c9-0c319e62d87b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e3d674a-5367-42e6-b8e4-0c4f63387394, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e3d674a-5367-42e6-b8e4-0c4f63387394, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11010500767671379360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a249df-c384-44b7-a13f-7c2cfba5fd12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a73f08d-f07b-42fd-b2fe-9b2c932c0a18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a73f08d-f07b-42fd-b2fe-9b2c932c0a18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7454043803590501378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e3d674a-5367-42e6-b8e4-0c4f63387394, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab502829-0fa9-4a2b-96e8-b1de8344fbae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab502829-0fa9-4a2b-96e8-b1de8344fbae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14524633605082487981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a73f08d-f07b-42fd-b2fe-9b2c932c0a18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c46c057-6c03-400e-aeaa-a034bcbead34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c46c057-6c03-400e-aeaa-a034bcbead34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186133581935916259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab502829-0fa9-4a2b-96e8-b1de8344fbae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151ec52c-8c1c-4c54-b464-bc68516567d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151ec52c-8c1c-4c54-b464-bc68516567d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8868956726943447443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c46c057-6c03-400e-aeaa-a034bcbead34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8342dff8-db2a-497d-a7ea-4b3c595cbe56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8342dff8-db2a-497d-a7ea-4b3c595cbe56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18306662581790408030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151ec52c-8c1c-4c54-b464-bc68516567d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4d731a2-ad0d-4760-8f99-d5e21b2e775b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d731a2-ad0d-4760-8f99-d5e21b2e775b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16139359119111116373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8342dff8-db2a-497d-a7ea-4b3c595cbe56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a4a02de-01b8-44bc-ae1c-c5b2a0c32afd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a4a02de-01b8-44bc-ae1c-c5b2a0c32afd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209713354946763904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a4a02de-01b8-44bc-ae1c-c5b2a0c32afd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5103b5b9-6a6d-4c5a-91c3-2b1759cf9981, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d731a2-ad0d-4760-8f99-d5e21b2e775b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93caba12-ad76-4bc1-880f-50a2eb9731aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93caba12-ad76-4bc1-880f-50a2eb9731aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7149879649781048605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5103b5b9-6a6d-4c5a-91c3-2b1759cf9981, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4790190864803741842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5103b5b9-6a6d-4c5a-91c3-2b1759cf9981, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba02ffe-65f1-47b1-a792-c6fe5e8c7ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba02ffe-65f1-47b1-a792-c6fe5e8c7ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16194630548683466065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93caba12-ad76-4bc1-880f-50a2eb9731aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44b72164-488f-4777-8469-bcbc59559656, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b72164-488f-4777-8469-bcbc59559656, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10809935843885919606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba02ffe-65f1-47b1-a792-c6fe5e8c7ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40b43627-e86d-4314-b950-f69e237eaad0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b43627-e86d-4314-b950-f69e237eaad0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1751289362649397494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b72164-488f-4777-8469-bcbc59559656, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6501de9f-f73d-484d-9c31-b6af993e3d42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6501de9f-f73d-484d-9c31-b6af993e3d42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11778789559863716994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b43627-e86d-4314-b950-f69e237eaad0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a69b0cf-5b08-45a4-968b-6c086e5bc1d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a69b0cf-5b08-45a4-968b-6c086e5bc1d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1581151720007298093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6501de9f-f73d-484d-9c31-b6af993e3d42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd09362d-e211-4e7d-8623-c0ba8400bb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd09362d-e211-4e7d-8623-c0ba8400bb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13527372984781746783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a69b0cf-5b08-45a4-968b-6c086e5bc1d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c5795eb-2964-40ad-a630-ba7fcea74f44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c5795eb-2964-40ad-a630-ba7fcea74f44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924083410862688968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd09362d-e211-4e7d-8623-c0ba8400bb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69b49326-a11a-4216-8109-7d63b55cb28f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69b49326-a11a-4216-8109-7d63b55cb28f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5501526823999958450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c5795eb-2964-40ad-a630-ba7fcea74f44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d360b18-b1db-4892-a488-b1bdf88ba05e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d360b18-b1db-4892-a488-b1bdf88ba05e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5411905655199604367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69b49326-a11a-4216-8109-7d63b55cb28f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4702be7a-dbea-4c60-a249-39d1592ff4d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702be7a-dbea-4c60-a249-39d1592ff4d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11809944737256077248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d360b18-b1db-4892-a488-b1bdf88ba05e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 255a2bb5-c24c-4980-82a7-4357ef83226e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255a2bb5-c24c-4980-82a7-4357ef83226e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1583520153905796948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702be7a-dbea-4c60-a249-39d1592ff4d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89864d74-5c66-47eb-876c-97fc4fde193a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89864d74-5c66-47eb-876c-97fc4fde193a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14265839827137801076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255a2bb5-c24c-4980-82a7-4357ef83226e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a295c9-c004-45a9-87a2-e499d739a90e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a295c9-c004-45a9-87a2-e499d739a90e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17600767548819792203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89864d74-5c66-47eb-876c-97fc4fde193a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fb5892e-619d-4e83-acbf-96d483887abc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb5892e-619d-4e83-acbf-96d483887abc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6896804807559067431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a295c9-c004-45a9-87a2-e499d739a90e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2444f52a-91bb-488e-b275-ffdeca7a5c4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2444f52a-91bb-488e-b275-ffdeca7a5c4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345922294016000050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2444f52a-91bb-488e-b275-ffdeca7a5c4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ac914d8-1f03-4331-b831-5bbce3802acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb5892e-619d-4e83-acbf-96d483887abc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68534820-5982-425d-9f3d-dce00d009706, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac914d8-1f03-4331-b831-5bbce3802acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784787435743987963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68534820-5982-425d-9f3d-dce00d009706, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896746136369272516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68534820-5982-425d-9f3d-dce00d009706, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98d21bc4-b6c4-4c01-ab1b-a2f57ed3058d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d21bc4-b6c4-4c01-ab1b-a2f57ed3058d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399285811086243142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac914d8-1f03-4331-b831-5bbce3802acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 366aa75d-2f35-4bc3-a5d9-45fcab9329d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366aa75d-2f35-4bc3-a5d9-45fcab9329d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 35280330784119747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d21bc4-b6c4-4c01-ab1b-a2f57ed3058d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366aa75d-2f35-4bc3-a5d9-45fcab9329d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84662142-18e8-4628-aa4f-8b072b9ff004, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84662142-18e8-4628-aa4f-8b072b9ff004, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6965597822193014569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84662142-18e8-4628-aa4f-8b072b9ff004, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f8b67a-f06c-4e1b-a9a3-d6173791091a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f8b67a-f06c-4e1b-a9a3-d6173791091a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7248605917847153820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e58eb9b-b43d-4529-9be3-0dd165c565ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e58eb9b-b43d-4529-9be3-0dd165c565ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9349595847676346580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e58eb9b-b43d-4529-9be3-0dd165c565ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4b60876-013d-44d5-becb-e6efaf4da358, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b60876-013d-44d5-becb-e6efaf4da358, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4443318349556420052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f8b67a-f06c-4e1b-a9a3-d6173791091a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c352def-055e-43b0-b84f-86d89140d058, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b60876-013d-44d5-becb-e6efaf4da358, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b97535-fa62-4f2b-840c-df24a18069f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c352def-055e-43b0-b84f-86d89140d058, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4410818145202878328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b97535-fa62-4f2b-840c-df24a18069f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 879894868614323771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c352def-055e-43b0-b84f-86d89140d058, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03521b7-08f8-470a-a8cb-d5ad347e0ea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b97535-fa62-4f2b-840c-df24a18069f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03521b7-08f8-470a-a8cb-d5ad347e0ea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422116622721756218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ffab715-1201-4abd-86a5-171eb03c5b4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ffab715-1201-4abd-86a5-171eb03c5b4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7615315531120192089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03521b7-08f8-470a-a8cb-d5ad347e0ea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e19261-538b-406f-acea-1795228aecc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e19261-538b-406f-acea-1795228aecc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14344778341581763058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ffab715-1201-4abd-86a5-171eb03c5b4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da19f2e-6c8b-497c-96be-67daf7741d93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e19261-538b-406f-acea-1795228aecc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da19f2e-6c8b-497c-96be-67daf7741d93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10737711865877898488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a81518a-6a61-49f9-9f07-e97f6e3203f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a81518a-6a61-49f9-9f07-e97f6e3203f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6163537549618359366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da19f2e-6c8b-497c-96be-67daf7741d93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a81518a-6a61-49f9-9f07-e97f6e3203f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e17ebd60-8aa1-4437-ba58-ee5a278dbc86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e17ebd60-8aa1-4437-ba58-ee5a278dbc86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17405513352126364057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a9eb6b7-a454-48aa-9560-076dba2d6a74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9eb6b7-a454-48aa-9560-076dba2d6a74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17687532493910764260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e17ebd60-8aa1-4437-ba58-ee5a278dbc86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7863192a-5568-488e-b626-fb99b1989750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9eb6b7-a454-48aa-9560-076dba2d6a74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d05033-bd68-416c-82cf-9eb6fda469fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d05033-bd68-416c-82cf-9eb6fda469fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055186500967078481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7863192a-5568-488e-b626-fb99b1989750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804605190069020608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d05033-bd68-416c-82cf-9eb6fda469fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5710eb-3133-4033-b529-1c3e89aa2564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7863192a-5568-488e-b626-fb99b1989750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c5ac94-f7c9-4e4e-b591-029cf9c01b6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c5ac94-f7c9-4e4e-b591-029cf9c01b6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1091031505250699147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5710eb-3133-4033-b529-1c3e89aa2564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812364642496115594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c5ac94-f7c9-4e4e-b591-029cf9c01b6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5710eb-3133-4033-b529-1c3e89aa2564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c88f1e63-8be2-4b49-b608-4a1d2e0d652e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1777c9a9-3ac9-4944-8797-467bf8cc8d8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c88f1e63-8be2-4b49-b608-4a1d2e0d652e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426830886830871271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1777c9a9-3ac9-4944-8797-467bf8cc8d8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109397159786221184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1777c9a9-3ac9-4944-8797-467bf8cc8d8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fd5ca9c-483c-4bd8-beb3-e6c9b5123267, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c88f1e63-8be2-4b49-b608-4a1d2e0d652e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f2ce53-197d-4af6-9208-0822c644139d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd5ca9c-483c-4bd8-beb3-e6c9b5123267, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109672712063429507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f2ce53-197d-4af6-9208-0822c644139d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498739285775274840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd5ca9c-483c-4bd8-beb3-e6c9b5123267, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ff6998-dcd7-4bd6-bafb-11e0064d766a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ff6998-dcd7-4bd6-bafb-11e0064d766a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372406076841095816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f2ce53-197d-4af6-9208-0822c644139d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcfbe87d-d16f-4be3-9828-fbd0b743a3cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcfbe87d-d16f-4be3-9828-fbd0b743a3cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3853416666084490992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ff6998-dcd7-4bd6-bafb-11e0064d766a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb96ad5b-e898-4920-a615-5f13ea6b1659, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb96ad5b-e898-4920-a615-5f13ea6b1659, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13418651379919941514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcfbe87d-d16f-4be3-9828-fbd0b743a3cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75f4ad0-0fc7-4abe-8d6b-c8653c6bdfe3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75f4ad0-0fc7-4abe-8d6b-c8653c6bdfe3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097817540509716352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75f4ad0-0fc7-4abe-8d6b-c8653c6bdfe3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef47e57-4006-4831-94b3-74fb5b450409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef47e57-4006-4831-94b3-74fb5b450409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5642501960111459607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb96ad5b-e898-4920-a615-5f13ea6b1659, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cbfadef-a3f8-4c3b-a0a8-e14324e9460b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbfadef-a3f8-4c3b-a0a8-e14324e9460b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10514678511001769782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef47e57-4006-4831-94b3-74fb5b450409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32335652-4d57-4098-92af-40d7ac348dfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32335652-4d57-4098-92af-40d7ac348dfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16694680762203948983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbfadef-a3f8-4c3b-a0a8-e14324e9460b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82c7a988-31bc-4fb4-a102-774039203d8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82c7a988-31bc-4fb4-a102-774039203d8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762174855211091382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32335652-4d57-4098-92af-40d7ac348dfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc0eef5-0fb3-40a1-a80d-9e665f3fa642, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc0eef5-0fb3-40a1-a80d-9e665f3fa642, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16433569572556548329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82c7a988-31bc-4fb4-a102-774039203d8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20f84624-20a4-4ffd-84db-f67eaf1346d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f84624-20a4-4ffd-84db-f67eaf1346d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600850764614703332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc0eef5-0fb3-40a1-a80d-9e665f3fa642, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe800852-0a55-4c05-8d6b-751e5ceed6d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe800852-0a55-4c05-8d6b-751e5ceed6d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12911429906827588170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f84624-20a4-4ffd-84db-f67eaf1346d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2dc7f8a-7b23-415c-aa5c-f7ad8d704131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2dc7f8a-7b23-415c-aa5c-f7ad8d704131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301844218531049507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2dc7f8a-7b23-415c-aa5c-f7ad8d704131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3652037e-b907-4b84-9e17-4d2a921909e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe800852-0a55-4c05-8d6b-751e5ceed6d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c094631-29fa-4533-a1b6-cbcfada607dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c094631-29fa-4533-a1b6-cbcfada607dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680086333093642242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3652037e-b907-4b84-9e17-4d2a921909e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 856897210788588660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c094631-29fa-4533-a1b6-cbcfada607dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f507d94b-0ba2-459b-bdf5-1fbbf8c1327f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f507d94b-0ba2-459b-bdf5-1fbbf8c1327f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17669397872716573323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3652037e-b907-4b84-9e17-4d2a921909e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f507d94b-0ba2-459b-bdf5-1fbbf8c1327f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4a010f2-ea56-42bd-b5db-a6ad326fddbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a010f2-ea56-42bd-b5db-a6ad326fddbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9512893043768353564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dab7c91-5ce6-4266-9943-ac690faffd1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dab7c91-5ce6-4266-9943-ac690faffd1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9299283485368613942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a010f2-ea56-42bd-b5db-a6ad326fddbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9075f293-a5b8-4705-8dab-1c21491ea825, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9075f293-a5b8-4705-8dab-1c21491ea825, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964576306570266940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dab7c91-5ce6-4266-9943-ac690faffd1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c3d37a-dfc1-4bf4-8e60-23f1f414eea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c3d37a-dfc1-4bf4-8e60-23f1f414eea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315819464577496206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9075f293-a5b8-4705-8dab-1c21491ea825, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b89ce6-ffb3-438f-8bca-5d26a6126ada, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b89ce6-ffb3-438f-8bca-5d26a6126ada, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16324013381685533295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c3d37a-dfc1-4bf4-8e60-23f1f414eea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca85d7e4-dad8-46fc-b7f7-85726e74f7b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca85d7e4-dad8-46fc-b7f7-85726e74f7b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17615757194547179257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b89ce6-ffb3-438f-8bca-5d26a6126ada, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66d54b3f-5372-4065-b423-733abc1ff6df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d54b3f-5372-4065-b423-733abc1ff6df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13363933399052128743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca85d7e4-dad8-46fc-b7f7-85726e74f7b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bace16f0-6ffb-4777-9135-e40dc5529d4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bace16f0-6ffb-4777-9135-e40dc5529d4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10767911086258195531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d54b3f-5372-4065-b423-733abc1ff6df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d63a3661-e174-46aa-b2c6-4f896945ae2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63a3661-e174-46aa-b2c6-4f896945ae2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13977545658147677738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bace16f0-6ffb-4777-9135-e40dc5529d4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e083011f-3f1b-46f3-8d61-d060cbb9ef31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e083011f-3f1b-46f3-8d61-d060cbb9ef31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472770615600880524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63a3661-e174-46aa-b2c6-4f896945ae2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f98a9511-6f6c-446d-9dbe-a8d9ed9e892f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f98a9511-6f6c-446d-9dbe-a8d9ed9e892f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10049994766077715220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e083011f-3f1b-46f3-8d61-d060cbb9ef31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c3a766-07f7-4aba-b88a-d0f2ca5b0838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c3a766-07f7-4aba-b88a-d0f2ca5b0838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2763567665577986639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f98a9511-6f6c-446d-9dbe-a8d9ed9e892f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d2cc07-a0b7-44d9-a3ba-a9b671094b33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d2cc07-a0b7-44d9-a3ba-a9b671094b33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852243469388442515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c3a766-07f7-4aba-b88a-d0f2ca5b0838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 192d4564-083e-45a9-969a-bc6cdb238f38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192d4564-083e-45a9-969a-bc6cdb238f38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6294636848710932659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d2cc07-a0b7-44d9-a3ba-a9b671094b33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24280f94-98eb-41b1-abf3-5ce44ecaca52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24280f94-98eb-41b1-abf3-5ce44ecaca52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621435184004705287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192d4564-083e-45a9-969a-bc6cdb238f38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9011d0b-e4f3-44cd-8aa0-1c863dddea73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9011d0b-e4f3-44cd-8aa0-1c863dddea73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742636630805585804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24280f94-98eb-41b1-abf3-5ce44ecaca52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714563cf-1391-470c-bc89-72d81684f762, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714563cf-1391-470c-bc89-72d81684f762, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17570890225540369814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9011d0b-e4f3-44cd-8aa0-1c863dddea73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bff47cd-c083-4293-ae16-a858001a6f04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bff47cd-c083-4293-ae16-a858001a6f04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17855621117867125606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714563cf-1391-470c-bc89-72d81684f762, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f1406f-b5b1-4b67-8c9c-276a784aa0e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f1406f-b5b1-4b67-8c9c-276a784aa0e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4350120914366681853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bff47cd-c083-4293-ae16-a858001a6f04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8619f20-6b03-4a64-bd91-75ef7dba8283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8619f20-6b03-4a64-bd91-75ef7dba8283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12605209139389729874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f1406f-b5b1-4b67-8c9c-276a784aa0e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c2b92f-f353-4eb4-bacb-a8e40a2013de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c2b92f-f353-4eb4-bacb-a8e40a2013de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 256999793416175644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8619f20-6b03-4a64-bd91-75ef7dba8283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 415d610b-55b4-4579-9799-a4f0dc103771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415d610b-55b4-4579-9799-a4f0dc103771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12672169574548550500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c2b92f-f353-4eb4-bacb-a8e40a2013de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84a20eb6-1f92-490c-902d-8b4bb66d6f93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a20eb6-1f92-490c-902d-8b4bb66d6f93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7363253993213838250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415d610b-55b4-4579-9799-a4f0dc103771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97dfbc47-bc8d-4761-92b2-c3d415696971, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97dfbc47-bc8d-4761-92b2-c3d415696971, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13873238544805224943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a20eb6-1f92-490c-902d-8b4bb66d6f93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44a4d229-02c2-434e-aead-43a6e2758244, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44a4d229-02c2-434e-aead-43a6e2758244, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1958503641297677171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97dfbc47-bc8d-4761-92b2-c3d415696971, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f27c32e7-4fd9-4060-9bce-d85dd24752f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f27c32e7-4fd9-4060-9bce-d85dd24752f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6405734253770187458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44a4d229-02c2-434e-aead-43a6e2758244, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1234546d-9785-431d-87c8-f5603f97ce23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1234546d-9785-431d-87c8-f5603f97ce23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9382998276127580140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f27c32e7-4fd9-4060-9bce-d85dd24752f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ea1b72-e7c1-46b9-b47c-f40b0545f124, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ea1b72-e7c1-46b9-b47c-f40b0545f124, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12016449049442547411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1234546d-9785-431d-87c8-f5603f97ce23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9117dde-1c1e-4d60-80d8-7f26f39bba95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9117dde-1c1e-4d60-80d8-7f26f39bba95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12815195229178793450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ea1b72-e7c1-46b9-b47c-f40b0545f124, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9117dde-1c1e-4d60-80d8-7f26f39bba95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f65f673-33cc-4edb-9b24-952a1586f71f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f65f673-33cc-4edb-9b24-952a1586f71f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8267995481685237550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6375017c-7fac-454d-85d7-dd93255e568e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6375017c-7fac-454d-85d7-dd93255e568e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187756877038737036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f65f673-33cc-4edb-9b24-952a1586f71f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6afb2af0-f7a1-43b8-9e14-0440a69c5abd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6375017c-7fac-454d-85d7-dd93255e568e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afb2af0-f7a1-43b8-9e14-0440a69c5abd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16558115532676878967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e69752-7b17-4545-8e1b-ee592771cbe7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e69752-7b17-4545-8e1b-ee592771cbe7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251228896868209853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afb2af0-f7a1-43b8-9e14-0440a69c5abd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26573614-b4d3-41b2-b43e-2cac92f2c8af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26573614-b4d3-41b2-b43e-2cac92f2c8af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912821010814615561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e69752-7b17-4545-8e1b-ee592771cbe7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a09ce70-e3c7-4738-815b-22fd18c7c8e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a09ce70-e3c7-4738-815b-22fd18c7c8e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9626761016206987626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26573614-b4d3-41b2-b43e-2cac92f2c8af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7037ffa-f1e4-460c-9e20-cee19770914d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7037ffa-f1e4-460c-9e20-cee19770914d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17759947612397238151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a09ce70-e3c7-4738-815b-22fd18c7c8e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6444ad0-e7c7-4cef-ab91-5f90e497e5a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6444ad0-e7c7-4cef-ab91-5f90e497e5a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17377755175963032567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7037ffa-f1e4-460c-9e20-cee19770914d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 380fb505-4247-4f62-aa20-8f94b529e735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380fb505-4247-4f62-aa20-8f94b529e735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617560050659599927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380fb505-4247-4f62-aa20-8f94b529e735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cfff9f-26b2-4f60-8912-47455ce2e341, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cfff9f-26b2-4f60-8912-47455ce2e341, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5722671461925524087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6444ad0-e7c7-4cef-ab91-5f90e497e5a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd430f96-af23-4b1a-814a-a1e4b443b720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd430f96-af23-4b1a-814a-a1e4b443b720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5978566199595530959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cfff9f-26b2-4f60-8912-47455ce2e341, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80bdc5a-28c4-4b94-98a5-b630b997d383, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80bdc5a-28c4-4b94-98a5-b630b997d383, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7318968851544721202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd430f96-af23-4b1a-814a-a1e4b443b720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3646987b-ef84-4011-9207-d04d40b366a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3646987b-ef84-4011-9207-d04d40b366a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877442792781054323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80bdc5a-28c4-4b94-98a5-b630b997d383, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac9d654e-8146-4134-9d62-5a6d8e23a088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9d654e-8146-4134-9d62-5a6d8e23a088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2428908041949413318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3646987b-ef84-4011-9207-d04d40b366a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28bcd147-48c9-403f-a213-858ed96a8f64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bcd147-48c9-403f-a213-858ed96a8f64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10450453261792011070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9d654e-8146-4134-9d62-5a6d8e23a088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eba54a3-d96f-4196-86fc-c644e0aa7fab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eba54a3-d96f-4196-86fc-c644e0aa7fab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402652903799481997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bcd147-48c9-403f-a213-858ed96a8f64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc76f8a3-29c1-4233-beb9-837b7ab58e26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc76f8a3-29c1-4233-beb9-837b7ab58e26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5655275057313124271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eba54a3-d96f-4196-86fc-c644e0aa7fab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e25d30c-f80f-4099-9f70-574d51db134e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e25d30c-f80f-4099-9f70-574d51db134e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5851598927842914026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e25d30c-f80f-4099-9f70-574d51db134e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc76f8a3-29c1-4233-beb9-837b7ab58e26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 990fd5d1-19ba-40d0-ac75-b129fa9af81d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990fd5d1-19ba-40d0-ac75-b129fa9af81d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1031711660880320617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba530e70-eeb3-447b-b508-39b2259dae01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba530e70-eeb3-447b-b508-39b2259dae01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18125531903405616396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990fd5d1-19ba-40d0-ac75-b129fa9af81d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d5ef2a-a2f4-4d6f-b5aa-83c8089f6bbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d5ef2a-a2f4-4d6f-b5aa-83c8089f6bbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7629553403390406720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba530e70-eeb3-447b-b508-39b2259dae01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60c0ee6b-03c4-433f-9b47-b2a497c00bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c0ee6b-03c4-433f-9b47-b2a497c00bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4371155955753466044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d5ef2a-a2f4-4d6f-b5aa-83c8089f6bbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b46253a-7645-4cfd-958a-a14a7dcbfc67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b46253a-7645-4cfd-958a-a14a7dcbfc67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12928419427221240586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c0ee6b-03c4-433f-9b47-b2a497c00bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b46253a-7645-4cfd-958a-a14a7dcbfc67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265007ee-7497-4268-b756-943e7db9e3b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265007ee-7497-4268-b756-943e7db9e3b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 72097697998471421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a868c24-52f4-48d3-bc43-9445fb5ef349, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a868c24-52f4-48d3-bc43-9445fb5ef349, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5285289742312545514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265007ee-7497-4268-b756-943e7db9e3b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bd190da-11c8-4c0c-9948-6a09e617c5a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd190da-11c8-4c0c-9948-6a09e617c5a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12345126243488095011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a868c24-52f4-48d3-bc43-9445fb5ef349, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8e7bf27-123e-4b00-88de-8c1148e1d2af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8e7bf27-123e-4b00-88de-8c1148e1d2af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7777137169352681817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd190da-11c8-4c0c-9948-6a09e617c5a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed128808-7723-4144-a45f-9aa0b21a1aae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed128808-7723-4144-a45f-9aa0b21a1aae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288805087488988461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8e7bf27-123e-4b00-88de-8c1148e1d2af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a215adf2-f0b0-4c73-bff9-15e30ec16d45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a215adf2-f0b0-4c73-bff9-15e30ec16d45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2496791154498556152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed128808-7723-4144-a45f-9aa0b21a1aae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a215adf2-f0b0-4c73-bff9-15e30ec16d45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63a5864a-52d1-4097-8d63-1d897140152b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a5864a-52d1-4097-8d63-1d897140152b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14886680861864801389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47b50992-253c-494c-b5c5-a8d241b706c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b50992-253c-494c-b5c5-a8d241b706c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16945612371882247492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a5864a-52d1-4097-8d63-1d897140152b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f17cf1bb-e0db-4d92-a903-9a0e01ae197d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f17cf1bb-e0db-4d92-a903-9a0e01ae197d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460411860832240379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b50992-253c-494c-b5c5-a8d241b706c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099a2d54-4914-4500-beeb-a281371ec04b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099a2d54-4914-4500-beeb-a281371ec04b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18100047091377972696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f17cf1bb-e0db-4d92-a903-9a0e01ae197d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 768a85c4-ae4f-4674-b6de-8cb5850bdb54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768a85c4-ae4f-4674-b6de-8cb5850bdb54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12276890380742610617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099a2d54-4914-4500-beeb-a281371ec04b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81530c28-5fae-4932-88ec-ef7bb2f3ac1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81530c28-5fae-4932-88ec-ef7bb2f3ac1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4791016564376183588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768a85c4-ae4f-4674-b6de-8cb5850bdb54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5058d4d1-38e0-4e4d-9ddc-38391189b2f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5058d4d1-38e0-4e4d-9ddc-38391189b2f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10833112380480188767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81530c28-5fae-4932-88ec-ef7bb2f3ac1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8e6b5a3-3212-4ecf-8ae6-a9fda01149a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e6b5a3-3212-4ecf-8ae6-a9fda01149a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171213801800595713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5058d4d1-38e0-4e4d-9ddc-38391189b2f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a97d0d-64a1-4f91-b28e-11ae0db5e4b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a97d0d-64a1-4f91-b28e-11ae0db5e4b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011987368615831069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e6b5a3-3212-4ecf-8ae6-a9fda01149a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a832bfb6-8ad2-4130-a18e-1bedbb7e4a80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a832bfb6-8ad2-4130-a18e-1bedbb7e4a80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191431614325632516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a97d0d-64a1-4f91-b28e-11ae0db5e4b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf4e25f-4525-4781-9dc3-dd6f078521b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf4e25f-4525-4781-9dc3-dd6f078521b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762391178272247174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a832bfb6-8ad2-4130-a18e-1bedbb7e4a80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a008981a-4c0b-46fd-a906-07974ce7151c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a008981a-4c0b-46fd-a906-07974ce7151c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6082994241623313449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf4e25f-4525-4781-9dc3-dd6f078521b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79f6c7ca-1a2f-48ba-ae14-f51d0f58ed26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f6c7ca-1a2f-48ba-ae14-f51d0f58ed26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11535395590655427816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a008981a-4c0b-46fd-a906-07974ce7151c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dde9f9c-26b1-4541-b184-cfd5c8d03525, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dde9f9c-26b1-4541-b184-cfd5c8d03525, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8479292892730786660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f6c7ca-1a2f-48ba-ae14-f51d0f58ed26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaf7b38-9dfb-43cd-8a8b-dc43d3b77a47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaf7b38-9dfb-43cd-8a8b-dc43d3b77a47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364258917855811138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dde9f9c-26b1-4541-b184-cfd5c8d03525, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4582a1e0-69e8-4244-a6cb-da8e5b339e12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4582a1e0-69e8-4244-a6cb-da8e5b339e12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8034541871412628460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaf7b38-9dfb-43cd-8a8b-dc43d3b77a47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68ee91a-00cd-4ca8-a69b-39a426642a9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68ee91a-00cd-4ca8-a69b-39a426642a9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4029847893145527053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4582a1e0-69e8-4244-a6cb-da8e5b339e12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6a22971-8013-44a2-b005-f8d010da732d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a22971-8013-44a2-b005-f8d010da732d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909261867423611181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68ee91a-00cd-4ca8-a69b-39a426642a9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6314446-0910-4ad5-9e5d-50a40b699a6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6314446-0910-4ad5-9e5d-50a40b699a6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13955324121054547530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a22971-8013-44a2-b005-f8d010da732d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 455d7032-940a-4f5c-81b6-8cd8a29c1321, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455d7032-940a-4f5c-81b6-8cd8a29c1321, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9938025135805208542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6314446-0910-4ad5-9e5d-50a40b699a6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37ecbdc3-93ea-4712-9087-86ca5567a7fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ecbdc3-93ea-4712-9087-86ca5567a7fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805182140408832994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455d7032-940a-4f5c-81b6-8cd8a29c1321, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 862291ef-b7c3-45b7-9c2d-a9c3be000866, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 862291ef-b7c3-45b7-9c2d-a9c3be000866, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10274584679609518028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ecbdc3-93ea-4712-9087-86ca5567a7fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7422e8e-7ffc-491d-8795-9e35f0682c7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7422e8e-7ffc-491d-8795-9e35f0682c7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7282456808400163251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 862291ef-b7c3-45b7-9c2d-a9c3be000866, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08eca6b8-88f0-4500-8e18-f7c765da6bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08eca6b8-88f0-4500-8e18-f7c765da6bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9577639667266971660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7422e8e-7ffc-491d-8795-9e35f0682c7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db6e646b-59db-4f3a-b40c-7410c96d6587, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6e646b-59db-4f3a-b40c-7410c96d6587, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9982561577154661299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08eca6b8-88f0-4500-8e18-f7c765da6bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16652669-d0e4-4eff-987d-a4117177fa66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16652669-d0e4-4eff-987d-a4117177fa66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15108802928930045898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6e646b-59db-4f3a-b40c-7410c96d6587, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20573d5-5eaf-4765-9ec2-df4c86fe4952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20573d5-5eaf-4765-9ec2-df4c86fe4952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14890678165844484353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16652669-d0e4-4eff-987d-a4117177fa66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a358308e-cbc7-46cd-8d4f-24ec24f241e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20573d5-5eaf-4765-9ec2-df4c86fe4952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0fd0b0b-4e9e-4c5f-8033-8a33bf35b867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0fd0b0b-4e9e-4c5f-8033-8a33bf35b867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678611219830151623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a358308e-cbc7-46cd-8d4f-24ec24f241e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7747424297299185255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0fd0b0b-4e9e-4c5f-8033-8a33bf35b867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73b4b464-3c4e-45cb-8731-9f0d51296bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b4b464-3c4e-45cb-8731-9f0d51296bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17591470152137434316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a358308e-cbc7-46cd-8d4f-24ec24f241e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b4b464-3c4e-45cb-8731-9f0d51296bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c29d67d6-22cf-4082-8b9f-6ac881024aa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29d67d6-22cf-4082-8b9f-6ac881024aa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2113869368662091799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79769501-f277-4ee7-a42e-37aaa0c1648f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79769501-f277-4ee7-a42e-37aaa0c1648f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1843874552302380968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29d67d6-22cf-4082-8b9f-6ac881024aa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ef67f9f-683a-4045-b8ee-ae3a67ef9726, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef67f9f-683a-4045-b8ee-ae3a67ef9726, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058369224675041745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79769501-f277-4ee7-a42e-37aaa0c1648f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7720c3d1-9a25-4fec-9940-6c16bbe51fda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7720c3d1-9a25-4fec-9940-6c16bbe51fda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548565796095877599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef67f9f-683a-4045-b8ee-ae3a67ef9726, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2273e0d-07f8-4bd4-930e-b5680f6655a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2273e0d-07f8-4bd4-930e-b5680f6655a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302895622236127284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7720c3d1-9a25-4fec-9940-6c16bbe51fda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, babaa6e0-c384-41f3-876b-6e14fc20ab09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babaa6e0-c384-41f3-876b-6e14fc20ab09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12087953985809948627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2273e0d-07f8-4bd4-930e-b5680f6655a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95737238-e917-41be-afd6-eca72a6e9ae9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95737238-e917-41be-afd6-eca72a6e9ae9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10606960291036713656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babaa6e0-c384-41f3-876b-6e14fc20ab09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f4c4f4-73fe-4e5a-b4ea-3d862e00d188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95737238-e917-41be-afd6-eca72a6e9ae9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7a51b04-8e0d-4d48-8051-f039fcbb2d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f4c4f4-73fe-4e5a-b4ea-3d862e00d188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216752376967234762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a51b04-8e0d-4d48-8051-f039fcbb2d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4061814616778508943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f4c4f4-73fe-4e5a-b4ea-3d862e00d188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98272ff7-fb63-4805-bfa2-a249b69398f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98272ff7-fb63-4805-bfa2-a249b69398f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17727853859495446152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a51b04-8e0d-4d48-8051-f039fcbb2d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389b2730-bb6b-4e08-8cf9-35df924c92e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389b2730-bb6b-4e08-8cf9-35df924c92e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16533154320387314929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98272ff7-fb63-4805-bfa2-a249b69398f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02960c01-b5e8-4c92-86ac-687de669537d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02960c01-b5e8-4c92-86ac-687de669537d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17467577112392270168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389b2730-bb6b-4e08-8cf9-35df924c92e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3835eac5-9053-42ec-9a7a-a3847dce5314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3835eac5-9053-42ec-9a7a-a3847dce5314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071954189946796798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02960c01-b5e8-4c92-86ac-687de669537d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c1f77d-c590-4c24-9b7c-4980437fc860, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c1f77d-c590-4c24-9b7c-4980437fc860, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320749894747328010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3835eac5-9053-42ec-9a7a-a3847dce5314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1efd5b9-bee1-492d-90bc-b1dad344bb0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1efd5b9-bee1-492d-90bc-b1dad344bb0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15289054250129536044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c1f77d-c590-4c24-9b7c-4980437fc860, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1efd5b9-bee1-492d-90bc-b1dad344bb0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08343f8-fb17-488d-90ac-608035b7bdd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2a70d85-7384-47c6-9d6c-bdee061eac99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a70d85-7384-47c6-9d6c-bdee061eac99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3010956340190532544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08343f8-fb17-488d-90ac-608035b7bdd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7690867277948910585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a70d85-7384-47c6-9d6c-bdee061eac99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d7edae9-7c68-4800-b313-34e2b3d1f60c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7edae9-7c68-4800-b313-34e2b3d1f60c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3083708874007627229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08343f8-fb17-488d-90ac-608035b7bdd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c2b29c-7355-4ad2-ac44-42093024cf57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c2b29c-7355-4ad2-ac44-42093024cf57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556073129014966767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7edae9-7c68-4800-b313-34e2b3d1f60c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afd666e7-e993-444d-a010-e8fe44cda1f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afd666e7-e993-444d-a010-e8fe44cda1f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10446959426342684723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afd666e7-e993-444d-a010-e8fe44cda1f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c2b29c-7355-4ad2-ac44-42093024cf57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77d34bdd-0f3c-4e0e-9ad5-9d10d943b5ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d34bdd-0f3c-4e0e-9ad5-9d10d943b5ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151413811829322302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd138f0b-e8ec-495d-ad2a-c2cfd8c4a62e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd138f0b-e8ec-495d-ad2a-c2cfd8c4a62e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1832447951313327102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d34bdd-0f3c-4e0e-9ad5-9d10d943b5ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5158532-0c6c-4b62-9c65-5f9d9885d0db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5158532-0c6c-4b62-9c65-5f9d9885d0db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571575975413021652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd138f0b-e8ec-495d-ad2a-c2cfd8c4a62e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aca129f-fac3-4d51-ae8d-00698772874a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aca129f-fac3-4d51-ae8d-00698772874a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3784852868755924949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5158532-0c6c-4b62-9c65-5f9d9885d0db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c83fc9d-11c1-4af6-a13d-33af35e9d473, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c83fc9d-11c1-4af6-a13d-33af35e9d473, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573820817624943026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aca129f-fac3-4d51-ae8d-00698772874a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d0f225-b036-4e50-885f-4d3dfe7d76ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d0f225-b036-4e50-885f-4d3dfe7d76ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8920221976174846651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c83fc9d-11c1-4af6-a13d-33af35e9d473, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f11c28-5100-42e7-8077-e0aac3eb1649, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f11c28-5100-42e7-8077-e0aac3eb1649, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15816791163344971133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d0f225-b036-4e50-885f-4d3dfe7d76ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91e6605-763f-4029-937b-7b0c089d9bbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91e6605-763f-4029-937b-7b0c089d9bbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11998733864312224549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f11c28-5100-42e7-8077-e0aac3eb1649, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d60bdb02-d5ae-4c37-8e7f-307040a87811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60bdb02-d5ae-4c37-8e7f-307040a87811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12698611985584438998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91e6605-763f-4029-937b-7b0c089d9bbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dea399-2a12-458e-9b78-472124026c28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dea399-2a12-458e-9b78-472124026c28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1164884074165613022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60bdb02-d5ae-4c37-8e7f-307040a87811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dea399-2a12-458e-9b78-472124026c28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbb6fb21-f992-432b-8687-45b2a1cd4048, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb6fb21-f992-432b-8687-45b2a1cd4048, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2376164443607690964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb9640c-26b7-4c20-b3b8-56ed0b727a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb9640c-26b7-4c20-b3b8-56ed0b727a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5178530618913121243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb6fb21-f992-432b-8687-45b2a1cd4048, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37924ab-c073-4dec-b048-77c9028578c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37924ab-c073-4dec-b048-77c9028578c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7007217477540005699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb9640c-26b7-4c20-b3b8-56ed0b727a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6c86a3e-3a40-4ec5-acf4-773118ee90f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c86a3e-3a40-4ec5-acf4-773118ee90f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9596572181179066962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37924ab-c073-4dec-b048-77c9028578c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd972d4f-ce25-4cdb-8221-4a26da42c460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd972d4f-ce25-4cdb-8221-4a26da42c460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13046707232324127303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c86a3e-3a40-4ec5-acf4-773118ee90f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec786244-7f71-481b-8411-2eb27c8963d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec786244-7f71-481b-8411-2eb27c8963d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15523196732788294722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd972d4f-ce25-4cdb-8221-4a26da42c460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05464564-45a6-407d-9e98-262d47409a4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05464564-45a6-407d-9e98-262d47409a4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10168135087059492621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec786244-7f71-481b-8411-2eb27c8963d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5300e56-8c53-43d2-aecb-8d09b0daa189, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5300e56-8c53-43d2-aecb-8d09b0daa189, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5381623800775451638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05464564-45a6-407d-9e98-262d47409a4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d12417aa-1303-49a1-b82d-a2825a274619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12417aa-1303-49a1-b82d-a2825a274619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333434935152355856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5300e56-8c53-43d2-aecb-8d09b0daa189, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb6f7a4e-fd04-4772-80bd-fbdfda83c0f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6f7a4e-fd04-4772-80bd-fbdfda83c0f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318751951736152445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12417aa-1303-49a1-b82d-a2825a274619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22332465-8a28-4c12-9559-41cb7db66bcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22332465-8a28-4c12-9559-41cb7db66bcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7947482248342453490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6f7a4e-fd04-4772-80bd-fbdfda83c0f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 482740ed-1887-4bbf-9f27-fe4470ca39df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482740ed-1887-4bbf-9f27-fe4470ca39df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13683957462655805598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22332465-8a28-4c12-9559-41cb7db66bcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5adbe8-972e-40e4-8bbc-78beca4650ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5adbe8-972e-40e4-8bbc-78beca4650ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176439375450563016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482740ed-1887-4bbf-9f27-fe4470ca39df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69ae471d-f302-4e07-b999-dd296f4132fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69ae471d-f302-4e07-b999-dd296f4132fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219579614472376941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5adbe8-972e-40e4-8bbc-78beca4650ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cfb5c5d-76ed-4c46-98cd-98ee2905dfa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfb5c5d-76ed-4c46-98cd-98ee2905dfa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12947862418715012591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69ae471d-f302-4e07-b999-dd296f4132fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50c110b9-d0e6-40ed-bb76-a287ec13e373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c110b9-d0e6-40ed-bb76-a287ec13e373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 328182713154973468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfb5c5d-76ed-4c46-98cd-98ee2905dfa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c110b9-d0e6-40ed-bb76-a287ec13e373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37211fc7-91e7-465b-a663-34bef206362b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37211fc7-91e7-465b-a663-34bef206362b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13400582946467114668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024d0684-7c2c-42c0-9287-8808204f37bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024d0684-7c2c-42c0-9287-8808204f37bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13946861034882469745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024d0684-7c2c-42c0-9287-8808204f37bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f4689f-55b6-4fbf-926e-4200a827b6c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f4689f-55b6-4fbf-926e-4200a827b6c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683518919927414660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37211fc7-91e7-465b-a663-34bef206362b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35ccde79-665e-49dc-afc0-5083be2e8d6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ccde79-665e-49dc-afc0-5083be2e8d6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096349869575410776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f4689f-55b6-4fbf-926e-4200a827b6c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d83064f3-1f2c-4b3a-ac18-11c1c5757ab2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d83064f3-1f2c-4b3a-ac18-11c1c5757ab2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301738603731662321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ccde79-665e-49dc-afc0-5083be2e8d6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a253ff7a-9632-48ca-af2c-6a8268bf2bb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a253ff7a-9632-48ca-af2c-6a8268bf2bb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13475330274238920731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d83064f3-1f2c-4b3a-ac18-11c1c5757ab2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efec913a-4910-4083-9fad-9184665f6d6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efec913a-4910-4083-9fad-9184665f6d6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593556224035065479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a253ff7a-9632-48ca-af2c-6a8268bf2bb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe9ee31-057a-45dc-b4eb-7ec6efe2f200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe9ee31-057a-45dc-b4eb-7ec6efe2f200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374308687517968663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efec913a-4910-4083-9fad-9184665f6d6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f079b912-6da6-4fd5-914d-4ad0e3d940d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f079b912-6da6-4fd5-914d-4ad0e3d940d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756317428609465349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe9ee31-057a-45dc-b4eb-7ec6efe2f200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18dc9d0d-0132-45b4-836f-ac19d7f8e747, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18dc9d0d-0132-45b4-836f-ac19d7f8e747, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9652920934124840348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f079b912-6da6-4fd5-914d-4ad0e3d940d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21072749-43e0-4fce-813f-9591911b66e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21072749-43e0-4fce-813f-9591911b66e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13832311525697475233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18dc9d0d-0132-45b4-836f-ac19d7f8e747, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60eb5e21-c113-433c-8bbd-7089cade6bbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21072749-43e0-4fce-813f-9591911b66e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65bc9933-6f31-4354-a345-0ff244c75a73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65bc9933-6f31-4354-a345-0ff244c75a73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374095922713861044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60eb5e21-c113-433c-8bbd-7089cade6bbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253954481297914941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65bc9933-6f31-4354-a345-0ff244c75a73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baa3ef09-ef32-44b0-9460-911a533b0a07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa3ef09-ef32-44b0-9460-911a533b0a07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381990072186693624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60eb5e21-c113-433c-8bbd-7089cade6bbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dccf9a4b-91b7-4769-9908-0f2b7ee8cf86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccf9a4b-91b7-4769-9908-0f2b7ee8cf86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4531476307347833487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccf9a4b-91b7-4769-9908-0f2b7ee8cf86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d063082-b054-468d-b0b7-6d518f939453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d063082-b054-468d-b0b7-6d518f939453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4741255288263044190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa3ef09-ef32-44b0-9460-911a533b0a07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2b7f7a9-93bc-46d9-a13b-1a332f4145d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b7f7a9-93bc-46d9-a13b-1a332f4145d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11998254013773503457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d063082-b054-468d-b0b7-6d518f939453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62c84253-4843-4601-a792-6580d06c0e7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c84253-4843-4601-a792-6580d06c0e7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5047089556669258052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b7f7a9-93bc-46d9-a13b-1a332f4145d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da814761-26be-4e3c-b4c0-2e016e3325a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da814761-26be-4e3c-b4c0-2e016e3325a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105230525291965130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c84253-4843-4601-a792-6580d06c0e7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7200db2-1704-457d-8d91-a6205a7e3b34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7200db2-1704-457d-8d91-a6205a7e3b34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9942008978313006860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da814761-26be-4e3c-b4c0-2e016e3325a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de1f3426-3100-467f-a88b-b8147ffc5ff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de1f3426-3100-467f-a88b-b8147ffc5ff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292612848845367259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7200db2-1704-457d-8d91-a6205a7e3b34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37925e42-f520-496d-9d4f-961bad5dd254, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37925e42-f520-496d-9d4f-961bad5dd254, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3143680015482434304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de1f3426-3100-467f-a88b-b8147ffc5ff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceee0822-b22c-46cf-b815-d80fb6dfaaf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceee0822-b22c-46cf-b815-d80fb6dfaaf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10498721457650875698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37925e42-f520-496d-9d4f-961bad5dd254, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceee0822-b22c-46cf-b815-d80fb6dfaaf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bde2bf31-7195-4b24-bb2e-4a4da9d2e962, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d330e280-715b-4fde-be73-2586a3f7b2e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d330e280-715b-4fde-be73-2586a3f7b2e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3152911847858175832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde2bf31-7195-4b24-bb2e-4a4da9d2e962, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949350226323455218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d330e280-715b-4fde-be73-2586a3f7b2e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f613f90-2243-4883-b6bd-785fde8e9fcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f613f90-2243-4883-b6bd-785fde8e9fcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5465529911304407840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde2bf31-7195-4b24-bb2e-4a4da9d2e962, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8704a617-e636-4485-9479-70946f52976a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f613f90-2243-4883-b6bd-785fde8e9fcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a545c1b-07ce-4a44-b72a-54587e0d9cad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a545c1b-07ce-4a44-b72a-54587e0d9cad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578011427230146099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8704a617-e636-4485-9479-70946f52976a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566937003811958516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a545c1b-07ce-4a44-b72a-54587e0d9cad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d591faf-7b0f-4adb-995a-6c2683d4620b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d591faf-7b0f-4adb-995a-6c2683d4620b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6446513102344311404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8704a617-e636-4485-9479-70946f52976a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf2bd3e2-e43f-452b-b2f0-5718b761f5dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2bd3e2-e43f-452b-b2f0-5718b761f5dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15145375745324800662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d591faf-7b0f-4adb-995a-6c2683d4620b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02579815-cb67-4608-8217-344d4cee568a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02579815-cb67-4608-8217-344d4cee568a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1021540753480209197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2bd3e2-e43f-452b-b2f0-5718b761f5dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a0c4208-3f31-4c02-b434-75544be95488, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0c4208-3f31-4c02-b434-75544be95488, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3435642688559404583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02579815-cb67-4608-8217-344d4cee568a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64cf831c-5bd9-476e-b7b5-510e496ed000, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64cf831c-5bd9-476e-b7b5-510e496ed000, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2138410112480084883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0c4208-3f31-4c02-b434-75544be95488, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e686ce-ddf5-4d43-97ad-baf62d16ec10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e686ce-ddf5-4d43-97ad-baf62d16ec10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15736898721805891356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64cf831c-5bd9-476e-b7b5-510e496ed000, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9227fabf-2288-4c59-99de-48b357939612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9227fabf-2288-4c59-99de-48b357939612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 944285510715657949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e686ce-ddf5-4d43-97ad-baf62d16ec10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec05c9a4-d4e7-4fef-bce6-a20a2e3ac0c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec05c9a4-d4e7-4fef-bce6-a20a2e3ac0c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5717305187656375928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9227fabf-2288-4c59-99de-48b357939612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa4d0bb-ea7a-4ca0-a3ab-3cfece0ba76f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa4d0bb-ea7a-4ca0-a3ab-3cfece0ba76f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591441682000270391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec05c9a4-d4e7-4fef-bce6-a20a2e3ac0c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62cf59d7-46b6-4ce7-9a40-47ade83158d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62cf59d7-46b6-4ce7-9a40-47ade83158d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399901454240049194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa4d0bb-ea7a-4ca0-a3ab-3cfece0ba76f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc325df-38d8-42a5-a5e5-ed76bbef5f00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc325df-38d8-42a5-a5e5-ed76bbef5f00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 574636985509584156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62cf59d7-46b6-4ce7-9a40-47ade83158d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ca8131a-54e4-4af8-9c7b-5e14b9aa1e04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc325df-38d8-42a5-a5e5-ed76bbef5f00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e59c17-8425-4bd8-94e5-0bb8324a6ee3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca8131a-54e4-4af8-9c7b-5e14b9aa1e04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13221005362265794543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e59c17-8425-4bd8-94e5-0bb8324a6ee3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7988493507832808361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca8131a-54e4-4af8-9c7b-5e14b9aa1e04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c745ab8c-6339-4de5-a9ba-25123b0cf09a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c745ab8c-6339-4de5-a9ba-25123b0cf09a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544526992487993582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e59c17-8425-4bd8-94e5-0bb8324a6ee3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83aa06ba-937e-4699-9ed4-26e5970be691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83aa06ba-937e-4699-9ed4-26e5970be691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6830685726480231782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c745ab8c-6339-4de5-a9ba-25123b0cf09a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a548e7cc-f175-4b19-8c0d-5ea6f02d9b2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a548e7cc-f175-4b19-8c0d-5ea6f02d9b2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12857698479410975281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83aa06ba-937e-4699-9ed4-26e5970be691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1921a613-e166-4e04-abd8-df2535824e6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1921a613-e166-4e04-abd8-df2535824e6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13992311945857514606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a548e7cc-f175-4b19-8c0d-5ea6f02d9b2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85acd7fc-c6c9-4e17-8b24-61dcfa547122, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85acd7fc-c6c9-4e17-8b24-61dcfa547122, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143677189850376071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1921a613-e166-4e04-abd8-df2535824e6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3adeec66-a4f5-4899-b84e-66596ed120d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3adeec66-a4f5-4899-b84e-66596ed120d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13434825897831515561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85acd7fc-c6c9-4e17-8b24-61dcfa547122, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce6467f0-dad1-497c-9732-bee4d84a1932, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6467f0-dad1-497c-9732-bee4d84a1932, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 93716755341392989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3adeec66-a4f5-4899-b84e-66596ed120d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce86783c-9522-4d4b-8b1b-ecc5d0bd803c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce86783c-9522-4d4b-8b1b-ecc5d0bd803c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963329209855558009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6467f0-dad1-497c-9732-bee4d84a1932, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce86783c-9522-4d4b-8b1b-ecc5d0bd803c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd2980b2-0399-424d-99bb-059712f11bf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd2980b2-0399-424d-99bb-059712f11bf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17577703595187268010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5987077-2d14-4381-91b9-1d2d05c84bdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5987077-2d14-4381-91b9-1d2d05c84bdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9244290856103908586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5987077-2d14-4381-91b9-1d2d05c84bdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3518cb6a-ec5d-4047-b516-85be199ea95b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd2980b2-0399-424d-99bb-059712f11bf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e35c10b4-3467-4838-b30e-f3d993531235, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e35c10b4-3467-4838-b30e-f3d993531235, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933635958014448313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3518cb6a-ec5d-4047-b516-85be199ea95b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14618501408448430013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e35c10b4-3467-4838-b30e-f3d993531235, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6525e9d0-780a-428c-90b4-1688e5354065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6525e9d0-780a-428c-90b4-1688e5354065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530856719144639947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3518cb6a-ec5d-4047-b516-85be199ea95b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89261e70-8a90-4c4b-bb9a-043aa3c402dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6525e9d0-780a-428c-90b4-1688e5354065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8922617b-fd50-4c97-a600-150978cb4bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8922617b-fd50-4c97-a600-150978cb4bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336430317641146871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89261e70-8a90-4c4b-bb9a-043aa3c402dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13650613094374489276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8922617b-fd50-4c97-a600-150978cb4bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0420bb5f-16eb-4c53-afe2-f7ec31393530, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0420bb5f-16eb-4c53-afe2-f7ec31393530, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11402135173811050926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89261e70-8a90-4c4b-bb9a-043aa3c402dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df462ceb-0220-4681-ae3f-c8c9f466d227, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df462ceb-0220-4681-ae3f-c8c9f466d227, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891380299936940641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0420bb5f-16eb-4c53-afe2-f7ec31393530, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8af15e44-c2d8-400d-8448-a8f42eb702ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af15e44-c2d8-400d-8448-a8f42eb702ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3382101388492943656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df462ceb-0220-4681-ae3f-c8c9f466d227, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81daaa9-3ce4-4b1d-beae-ddb6edb2516f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81daaa9-3ce4-4b1d-beae-ddb6edb2516f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13251018382130773505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af15e44-c2d8-400d-8448-a8f42eb702ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c61ebd8-cb67-477f-98bf-3b861f889ed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c61ebd8-cb67-477f-98bf-3b861f889ed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13835876356013254597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c61ebd8-cb67-477f-98bf-3b861f889ed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b813b44c-a7da-4e53-9461-da66c9d76f86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b813b44c-a7da-4e53-9461-da66c9d76f86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085388104325515259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81daaa9-3ce4-4b1d-beae-ddb6edb2516f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da41439-6414-4765-8eb7-b9e935f1e472, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da41439-6414-4765-8eb7-b9e935f1e472, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17996972882256207317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b813b44c-a7da-4e53-9461-da66c9d76f86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 499fd0a2-2784-4018-8e16-c10c7f32f52e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499fd0a2-2784-4018-8e16-c10c7f32f52e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734087371358549061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da41439-6414-4765-8eb7-b9e935f1e472, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c111de91-dcde-47ee-a685-a6e2b9e59d79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499fd0a2-2784-4018-8e16-c10c7f32f52e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc1c5fa2-f28c-41b9-98ea-a67d913ad6c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c111de91-dcde-47ee-a685-a6e2b9e59d79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1102058381031027600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc1c5fa2-f28c-41b9-98ea-a67d913ad6c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2846344234651650758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c111de91-dcde-47ee-a685-a6e2b9e59d79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e681bd-bd59-41f2-bedb-1b6371175247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e681bd-bd59-41f2-bedb-1b6371175247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111041204405480284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc1c5fa2-f28c-41b9-98ea-a67d913ad6c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e7677c-3304-45dc-adcd-cd851a8eb310, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e681bd-bd59-41f2-bedb-1b6371175247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e7677c-3304-45dc-adcd-cd851a8eb310, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15631591058373610899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc7a71f6-34a0-4396-8eaf-3fef352e46b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7a71f6-34a0-4396-8eaf-3fef352e46b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1790397402784111989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e7677c-3304-45dc-adcd-cd851a8eb310, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af103b1-f108-4f53-a706-fdcd3f872a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af103b1-f108-4f53-a706-fdcd3f872a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18326638960463448322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7a71f6-34a0-4396-8eaf-3fef352e46b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b581e58b-e0d4-4a78-bf42-ec2b2e7af8f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b581e58b-e0d4-4a78-bf42-ec2b2e7af8f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839196061163786368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af103b1-f108-4f53-a706-fdcd3f872a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3440e9-611f-4980-a7ce-9dd7156250ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3440e9-611f-4980-a7ce-9dd7156250ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1957677447839411881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b581e58b-e0d4-4a78-bf42-ec2b2e7af8f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3c27c83-8749-4fa2-b937-6a883a6c9f5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c27c83-8749-4fa2-b937-6a883a6c9f5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574997886293663406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3440e9-611f-4980-a7ce-9dd7156250ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0abced29-3053-4182-981a-de300719e57f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c27c83-8749-4fa2-b937-6a883a6c9f5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e06b854-b60e-44aa-b1ca-d2cb5967252e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e06b854-b60e-44aa-b1ca-d2cb5967252e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16274787567643953075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abced29-3053-4182-981a-de300719e57f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14630011778211270679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e06b854-b60e-44aa-b1ca-d2cb5967252e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05af77c0-1689-41c4-b9a8-9ad38c61634a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05af77c0-1689-41c4-b9a8-9ad38c61634a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4866738102553317591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abced29-3053-4182-981a-de300719e57f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98d72e21-aa7f-4b44-b5cc-6f5629dbc007, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d72e21-aa7f-4b44-b5cc-6f5629dbc007, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18325856226702308127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05af77c0-1689-41c4-b9a8-9ad38c61634a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820eb4be-7b0d-40f7-8b53-eacbe31584f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820eb4be-7b0d-40f7-8b53-eacbe31584f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 429140698011731032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d72e21-aa7f-4b44-b5cc-6f5629dbc007, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d895235f-7487-4fa1-b3ed-cf9ff0847163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d895235f-7487-4fa1-b3ed-cf9ff0847163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6778263854509832383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820eb4be-7b0d-40f7-8b53-eacbe31584f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6853b2-14f8-4d30-9aa6-bd18fe40e41f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6853b2-14f8-4d30-9aa6-bd18fe40e41f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9936304825958431447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d895235f-7487-4fa1-b3ed-cf9ff0847163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd9a027-d189-41bb-90de-bf5fb1f6f6cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd9a027-d189-41bb-90de-bf5fb1f6f6cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684221763202957986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6853b2-14f8-4d30-9aa6-bd18fe40e41f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984294cc-4b3e-4e69-ae85-c3571ec3145d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984294cc-4b3e-4e69-ae85-c3571ec3145d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3462735529431049990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd9a027-d189-41bb-90de-bf5fb1f6f6cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc9cde2-f2aa-481c-8501-5c4459795e28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc9cde2-f2aa-481c-8501-5c4459795e28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3331409299606803786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984294cc-4b3e-4e69-ae85-c3571ec3145d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c70d69-c08f-4cc2-8f64-06ea460c96fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c70d69-c08f-4cc2-8f64-06ea460c96fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16603974192479644426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc9cde2-f2aa-481c-8501-5c4459795e28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5813eb62-7026-4067-8bd6-0fda4eac3be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5813eb62-7026-4067-8bd6-0fda4eac3be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107480918516044484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c70d69-c08f-4cc2-8f64-06ea460c96fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ecd2098-2f4e-41a1-af83-425b5c2dfa10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecd2098-2f4e-41a1-af83-425b5c2dfa10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15437075966010606405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5813eb62-7026-4067-8bd6-0fda4eac3be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1007ec0d-a08e-477a-9255-858f968f41b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1007ec0d-a08e-477a-9255-858f968f41b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908534172717936740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecd2098-2f4e-41a1-af83-425b5c2dfa10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84288c2c-3b57-45c5-9e00-751e8e1c52ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84288c2c-3b57-45c5-9e00-751e8e1c52ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12927338728847442564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1007ec0d-a08e-477a-9255-858f968f41b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b98c5b39-feee-4c7a-9f16-ea742cd1f65a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b98c5b39-feee-4c7a-9f16-ea742cd1f65a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999278816453137825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84288c2c-3b57-45c5-9e00-751e8e1c52ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d323fdf-f3b1-45ea-a433-243f1b22400e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d323fdf-f3b1-45ea-a433-243f1b22400e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372668229224519731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b98c5b39-feee-4c7a-9f16-ea742cd1f65a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb8e421a-03f3-4cce-ab14-c987a056172e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8e421a-03f3-4cce-ab14-c987a056172e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15806984365838007005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d323fdf-f3b1-45ea-a433-243f1b22400e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7281cff1-f11c-4a18-bb8d-9fee23de70e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7281cff1-f11c-4a18-bb8d-9fee23de70e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5352490540041738724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8e421a-03f3-4cce-ab14-c987a056172e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ecde66-c612-4780-a7f4-174637f36db0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ecde66-c612-4780-a7f4-174637f36db0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403730600499593166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7281cff1-f11c-4a18-bb8d-9fee23de70e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3808ffd-03b5-4d65-b78f-5a338ecc1503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3808ffd-03b5-4d65-b78f-5a338ecc1503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616391974405161097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ecde66-c612-4780-a7f4-174637f36db0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f9ffedc-cbd7-4a2a-8ed6-ad12ff94f0a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f9ffedc-cbd7-4a2a-8ed6-ad12ff94f0a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2682057498389410900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3808ffd-03b5-4d65-b78f-5a338ecc1503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6807d8f-d649-44ef-9d0d-4ba9dce1aeb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6807d8f-d649-44ef-9d0d-4ba9dce1aeb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3886012569861297659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f9ffedc-cbd7-4a2a-8ed6-ad12ff94f0a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79eb8bd4-9cc3-49d8-b613-2ecd986d4e62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79eb8bd4-9cc3-49d8-b613-2ecd986d4e62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6402038015166462625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6807d8f-d649-44ef-9d0d-4ba9dce1aeb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a20e5af1-2eee-435c-8ee1-b1177c6cee02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20e5af1-2eee-435c-8ee1-b1177c6cee02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132715399941960346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79eb8bd4-9cc3-49d8-b613-2ecd986d4e62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84b657d6-0d6b-4cda-9fe5-9529b210050b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b657d6-0d6b-4cda-9fe5-9529b210050b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374969538927903181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20e5af1-2eee-435c-8ee1-b1177c6cee02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c748a47-6b96-4514-accc-ca371cd6cc0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c748a47-6b96-4514-accc-ca371cd6cc0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4284941444922584234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b657d6-0d6b-4cda-9fe5-9529b210050b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b103b796-b36e-44b9-ad38-cd9e5d403cb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b103b796-b36e-44b9-ad38-cd9e5d403cb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086091906363595477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c748a47-6b96-4514-accc-ca371cd6cc0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2b892f6-f794-4d0b-823f-c17244f11d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b892f6-f794-4d0b-823f-c17244f11d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181404634299805937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b103b796-b36e-44b9-ad38-cd9e5d403cb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b892f6-f794-4d0b-823f-c17244f11d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 309e9ed1-c837-4e85-8110-f4e4f59f6f22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 309e9ed1-c837-4e85-8110-f4e4f59f6f22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15819634096904297852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc84b5a3-2455-4eae-b60d-0d31d5e1fa5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc84b5a3-2455-4eae-b60d-0d31d5e1fa5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632865371256449162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 309e9ed1-c837-4e85-8110-f4e4f59f6f22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52394a20-dc4f-4e5f-8f4d-eb8022d2805b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52394a20-dc4f-4e5f-8f4d-eb8022d2805b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3159319190620502609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc84b5a3-2455-4eae-b60d-0d31d5e1fa5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f1d140-cd13-4f6a-a25e-aa16c8a88bd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f1d140-cd13-4f6a-a25e-aa16c8a88bd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357859731284352154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52394a20-dc4f-4e5f-8f4d-eb8022d2805b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 482cbbd6-8757-4714-9a85-2ee238cd1968, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482cbbd6-8757-4714-9a85-2ee238cd1968, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237738539410088447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f1d140-cd13-4f6a-a25e-aa16c8a88bd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ae27cc4-f583-420c-b7e8-4ad956d9b1ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ae27cc4-f583-420c-b7e8-4ad956d9b1ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11490388346690504700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482cbbd6-8757-4714-9a85-2ee238cd1968, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8178a223-e7f1-43bc-be85-b97ce2075f5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8178a223-e7f1-43bc-be85-b97ce2075f5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5266572484957623372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ae27cc4-f583-420c-b7e8-4ad956d9b1ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcbd4593-143e-44d3-9456-01b8d50c9141, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbd4593-143e-44d3-9456-01b8d50c9141, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2955932807093171214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8178a223-e7f1-43bc-be85-b97ce2075f5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a018209c-58cf-4118-a2bb-f63516741101, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a018209c-58cf-4118-a2bb-f63516741101, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804293954470748723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbd4593-143e-44d3-9456-01b8d50c9141, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e888f50f-00d5-44fd-b26e-d29a3ca3e2d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e888f50f-00d5-44fd-b26e-d29a3ca3e2d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6420073071394022880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a018209c-58cf-4118-a2bb-f63516741101, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4a711c7-5fee-49b8-8810-68958c93a6e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a711c7-5fee-49b8-8810-68958c93a6e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168410147824401148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e888f50f-00d5-44fd-b26e-d29a3ca3e2d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c0b97d5-e258-4953-8394-2ac941968710, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c0b97d5-e258-4953-8394-2ac941968710, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8043653265533056652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a711c7-5fee-49b8-8810-68958c93a6e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50cb8ea-42d7-4b66-ae0d-fa85f0b8bfeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50cb8ea-42d7-4b66-ae0d-fa85f0b8bfeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11743826077064701449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50cb8ea-42d7-4b66-ae0d-fa85f0b8bfeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07a8a327-e4dd-4a6d-96df-729538a39c14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07a8a327-e4dd-4a6d-96df-729538a39c14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343090467745150015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07a8a327-e4dd-4a6d-96df-729538a39c14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b082036-e967-4523-b74b-2269b2bb7b21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b082036-e967-4523-b74b-2269b2bb7b21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4938264459033634017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c0b97d5-e258-4953-8394-2ac941968710, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 001c3358-9cca-4927-af77-a1287407324e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001c3358-9cca-4927-af77-a1287407324e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12195804059114847957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b082036-e967-4523-b74b-2269b2bb7b21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b4bd6b4-97c4-4baa-9739-7d868a50127c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4bd6b4-97c4-4baa-9739-7d868a50127c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9111762312725819415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001c3358-9cca-4927-af77-a1287407324e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5723bcfc-fe64-438e-b36f-5cdd50ac10cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5723bcfc-fe64-438e-b36f-5cdd50ac10cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15336108460416855320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4bd6b4-97c4-4baa-9739-7d868a50127c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5723bcfc-fe64-438e-b36f-5cdd50ac10cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6e77ec-315e-41ff-949e-7de1566b6d7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6e77ec-315e-41ff-949e-7de1566b6d7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18249836870058560316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3b379b-c1f3-46a7-ae51-197cc1f3c8e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3b379b-c1f3-46a7-ae51-197cc1f3c8e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16613481460700685258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6e77ec-315e-41ff-949e-7de1566b6d7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35deb455-cb82-46a3-a172-a391ae9e83da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35deb455-cb82-46a3-a172-a391ae9e83da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9757172932536759334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3b379b-c1f3-46a7-ae51-197cc1f3c8e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e979cdc-3e4b-4e32-872a-2fb2d35b06ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e979cdc-3e4b-4e32-872a-2fb2d35b06ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088686401816585253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35deb455-cb82-46a3-a172-a391ae9e83da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17e18441-e8a5-4d6a-83b6-e5a2fb750316, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e18441-e8a5-4d6a-83b6-e5a2fb750316, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2251059663726828189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e979cdc-3e4b-4e32-872a-2fb2d35b06ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f4a710c-1b9b-4d16-bc5a-f8241809f545, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4a710c-1b9b-4d16-bc5a-f8241809f545, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147350638936180173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e18441-e8a5-4d6a-83b6-e5a2fb750316, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 113ba3e4-30e2-40be-92a2-b2e00b3b9616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113ba3e4-30e2-40be-92a2-b2e00b3b9616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193711176315441351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4a710c-1b9b-4d16-bc5a-f8241809f545, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede4546f-0efd-4fd7-aa0f-df7c93521643, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede4546f-0efd-4fd7-aa0f-df7c93521643, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10856261776696242708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113ba3e4-30e2-40be-92a2-b2e00b3b9616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b974da80-af94-4952-8a01-87dce053734d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b974da80-af94-4952-8a01-87dce053734d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414479137053360068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede4546f-0efd-4fd7-aa0f-df7c93521643, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf25fd0b-2b69-450e-91d1-a15b16359104, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf25fd0b-2b69-450e-91d1-a15b16359104, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10329461299332977009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b974da80-af94-4952-8a01-87dce053734d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b0b1d5-64bb-4be7-9437-cf7fb05d45b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b0b1d5-64bb-4be7-9437-cf7fb05d45b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9880551305456157525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf25fd0b-2b69-450e-91d1-a15b16359104, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b0b1d5-64bb-4be7-9437-cf7fb05d45b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9051f373-da5f-4856-a1bb-48eb7475a832, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9051f373-da5f-4856-a1bb-48eb7475a832, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11195041219323095859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a410d9d-28c7-494f-a259-8501add0613e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a410d9d-28c7-494f-a259-8501add0613e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915280427683788564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a410d9d-28c7-494f-a259-8501add0613e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ee0747-1bb0-48e0-a65d-be289b2daaf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ee0747-1bb0-48e0-a65d-be289b2daaf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713565400485472414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9051f373-da5f-4856-a1bb-48eb7475a832, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4490c9c3-151f-4a41-9714-45b0d44af448, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4490c9c3-151f-4a41-9714-45b0d44af448, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8433884156158748945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ee0747-1bb0-48e0-a65d-be289b2daaf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5be480b6-7ca9-4b22-ad4a-aa088a241322, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be480b6-7ca9-4b22-ad4a-aa088a241322, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1120688922194429048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4490c9c3-151f-4a41-9714-45b0d44af448, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be480b6-7ca9-4b22-ad4a-aa088a241322, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d51fafd-16ef-46a8-b3ff-2fd221d6d703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d51fafd-16ef-46a8-b3ff-2fd221d6d703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12371385354035986332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7055c762-8015-4870-8e07-c415500c85c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7055c762-8015-4870-8e07-c415500c85c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390488890230593395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d51fafd-16ef-46a8-b3ff-2fd221d6d703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a478c23-1ca8-489e-aad1-aa4261a18e94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a478c23-1ca8-489e-aad1-aa4261a18e94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996653942877644649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7055c762-8015-4870-8e07-c415500c85c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de22464-78d1-48c0-aed3-a418b35a90c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a478c23-1ca8-489e-aad1-aa4261a18e94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08f322c4-3859-4423-8206-d1dd37f7fa95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f322c4-3859-4423-8206-d1dd37f7fa95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9192854462021773538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de22464-78d1-48c0-aed3-a418b35a90c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667229026689565484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f322c4-3859-4423-8206-d1dd37f7fa95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4630f83-7eb4-4d95-86e8-d72a28fba99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4630f83-7eb4-4d95-86e8-d72a28fba99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901300562690603009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de22464-78d1-48c0-aed3-a418b35a90c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f04b7f0-9d41-46a1-b5cc-546fb12bf5a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f04b7f0-9d41-46a1-b5cc-546fb12bf5a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9986240023672435710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4630f83-7eb4-4d95-86e8-d72a28fba99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 926fd479-fbc2-452b-b38b-3e71d814b5a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926fd479-fbc2-452b-b38b-3e71d814b5a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16708091511750338028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f04b7f0-9d41-46a1-b5cc-546fb12bf5a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1133e478-8d38-4714-a0b2-fe5fcbf16306, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1133e478-8d38-4714-a0b2-fe5fcbf16306, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3428118354403087829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926fd479-fbc2-452b-b38b-3e71d814b5a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad0ddaf-1e95-44fb-a179-55ab3cca9262, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad0ddaf-1e95-44fb-a179-55ab3cca9262, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14635037434687670381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1133e478-8d38-4714-a0b2-fe5fcbf16306, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 475083d1-f4c8-4b74-ac2a-a59413ebc349, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 475083d1-f4c8-4b74-ac2a-a59413ebc349, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6762693692685605689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad0ddaf-1e95-44fb-a179-55ab3cca9262, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e610587-e229-4bd7-828c-baac35d3a1e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e610587-e229-4bd7-828c-baac35d3a1e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3191511211841668973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 475083d1-f4c8-4b74-ac2a-a59413ebc349, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ff0a41-64f6-4882-93d4-0dc4690607dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ff0a41-64f6-4882-93d4-0dc4690607dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699006196273188660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e610587-e229-4bd7-828c-baac35d3a1e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfd9e024-d4cc-4e14-a11d-385b77b0fdab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd9e024-d4cc-4e14-a11d-385b77b0fdab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4931494657076270085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ff0a41-64f6-4882-93d4-0dc4690607dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c9fb76-92e0-4c79-b681-d483d802412f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c9fb76-92e0-4c79-b681-d483d802412f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987966679774354067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd9e024-d4cc-4e14-a11d-385b77b0fdab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0192ebc3-79d1-437b-a3f7-2b5fbd93290d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0192ebc3-79d1-437b-a3f7-2b5fbd93290d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357508917085982877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c9fb76-92e0-4c79-b681-d483d802412f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0bcb80-6b46-4d90-b6fa-062f3d1b749a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0bcb80-6b46-4d90-b6fa-062f3d1b749a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345767717468232274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0192ebc3-79d1-437b-a3f7-2b5fbd93290d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a686c8-4546-427a-b7af-21eee36c0af8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a686c8-4546-427a-b7af-21eee36c0af8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477410101461945933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0bcb80-6b46-4d90-b6fa-062f3d1b749a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d9b7e4-4116-4c13-b6d0-e63149defde8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d9b7e4-4116-4c13-b6d0-e63149defde8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13211513386151655302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a686c8-4546-427a-b7af-21eee36c0af8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0e86d77-593b-4a5f-b33f-82e147c35a4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e86d77-593b-4a5f-b33f-82e147c35a4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5510100982859805683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d9b7e4-4116-4c13-b6d0-e63149defde8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcb5ec2f-3f6f-4fb0-b1a4-af761aa2abbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcb5ec2f-3f6f-4fb0-b1a4-af761aa2abbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398275695089573750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e86d77-593b-4a5f-b33f-82e147c35a4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e24d4b9c-386f-4a91-9941-1be58495d9bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24d4b9c-386f-4a91-9941-1be58495d9bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16995841627065390983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcb5ec2f-3f6f-4fb0-b1a4-af761aa2abbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d360532c-989a-4f1c-98a8-fe9292779146, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d360532c-989a-4f1c-98a8-fe9292779146, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6014958612085137237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24d4b9c-386f-4a91-9941-1be58495d9bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68c28be-fe11-4a98-9e62-91bc51c14493, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68c28be-fe11-4a98-9e62-91bc51c14493, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096195794300621961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d360532c-989a-4f1c-98a8-fe9292779146, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4d424f5-bb43-47c7-8e8d-d2713e0ed084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d424f5-bb43-47c7-8e8d-d2713e0ed084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6072663679976970172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68c28be-fe11-4a98-9e62-91bc51c14493, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43ff9ec1-f707-479d-bc56-841e2bff0c1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d424f5-bb43-47c7-8e8d-d2713e0ed084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5d6379b-4378-4c61-8a2e-cd884eec7c24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d6379b-4378-4c61-8a2e-cd884eec7c24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150868312211361223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ff9ec1-f707-479d-bc56-841e2bff0c1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10967994894614084833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d6379b-4378-4c61-8a2e-cd884eec7c24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a20a067-66bc-4688-a60d-bedd143ff6fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ff9ec1-f707-479d-bc56-841e2bff0c1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aa1b59c-9fc3-4a16-bcec-bb2d50ad13a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa1b59c-9fc3-4a16-bcec-bb2d50ad13a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13064369790714389915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a20a067-66bc-4688-a60d-bedd143ff6fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18098135168309760313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a20a067-66bc-4688-a60d-bedd143ff6fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1383838c-1bd6-42fe-9199-fd6f7de0b1bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1383838c-1bd6-42fe-9199-fd6f7de0b1bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 866027289468682461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa1b59c-9fc3-4a16-bcec-bb2d50ad13a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3835b134-1b0c-40da-90e3-f0310e32179b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3835b134-1b0c-40da-90e3-f0310e32179b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16334714518309615094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1383838c-1bd6-42fe-9199-fd6f7de0b1bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff0b6709-935c-4f8a-8935-e19926125b5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff0b6709-935c-4f8a-8935-e19926125b5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112648994906949952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3835b134-1b0c-40da-90e3-f0310e32179b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e9750d5-002d-4b13-b59e-9e6ff0dc5f28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9750d5-002d-4b13-b59e-9e6ff0dc5f28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422855687537342704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9750d5-002d-4b13-b59e-9e6ff0dc5f28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df681772-5b80-458d-bd52-d461304a6ead, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df681772-5b80-458d-bd52-d461304a6ead, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16650494506493589201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff0b6709-935c-4f8a-8935-e19926125b5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df681772-5b80-458d-bd52-d461304a6ead, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cd32a07-fce1-4f04-a68c-0de22a9d3824, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd32a07-fce1-4f04-a68c-0de22a9d3824, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16015222314580393285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e0425bc-33f3-4a5d-8a31-ab26ea4b8701, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0425bc-33f3-4a5d-8a31-ab26ea4b8701, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832609102654833535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd32a07-fce1-4f04-a68c-0de22a9d3824, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6f1129-82af-4559-a2ec-3bb87a040157, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6f1129-82af-4559-a2ec-3bb87a040157, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7080513400337484416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0425bc-33f3-4a5d-8a31-ab26ea4b8701, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c052cf9-8ca3-48e9-8c0e-30574f4d61e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c052cf9-8ca3-48e9-8c0e-30574f4d61e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17113927054511151042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6f1129-82af-4559-a2ec-3bb87a040157, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18e15c32-eb7a-4782-8f7f-445f0df010be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e15c32-eb7a-4782-8f7f-445f0df010be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894533314011906230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c052cf9-8ca3-48e9-8c0e-30574f4d61e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bdc6407-c623-4924-aa9d-09b7b3b358d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bdc6407-c623-4924-aa9d-09b7b3b358d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842821440735522515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e15c32-eb7a-4782-8f7f-445f0df010be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a869cb-0b80-4645-aab5-217816ed5212, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a869cb-0b80-4645-aab5-217816ed5212, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14610374784971571251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bdc6407-c623-4924-aa9d-09b7b3b358d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3bc8b42-1dc3-4eb9-aafd-8ae916619677, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3bc8b42-1dc3-4eb9-aafd-8ae916619677, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17296998793018434761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3bc8b42-1dc3-4eb9-aafd-8ae916619677, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff9fb36f-c916-408e-b12b-263b402bda2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a869cb-0b80-4645-aab5-217816ed5212, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66fdc95c-1d32-4842-8d36-e9b7660e9201, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fdc95c-1d32-4842-8d36-e9b7660e9201, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459731485696265347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9fb36f-c916-408e-b12b-263b402bda2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9462575236852766555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fdc95c-1d32-4842-8d36-e9b7660e9201, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 330bf8f9-a01e-46d9-9b7e-e11462b76ac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330bf8f9-a01e-46d9-9b7e-e11462b76ac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12572663332411449668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9fb36f-c916-408e-b12b-263b402bda2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c05017d-bba0-414f-96d4-4179ec7f6f1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 330bf8f9-a01e-46d9-9b7e-e11462b76ac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72cf0de8-82fa-449a-8468-cc4821402f87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c05017d-bba0-414f-96d4-4179ec7f6f1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17990607019231740998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cf0de8-82fa-449a-8468-cc4821402f87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3814522808961355494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c05017d-bba0-414f-96d4-4179ec7f6f1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d403c74-104f-4f4c-8736-d5c9baffafc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d403c74-104f-4f4c-8736-d5c9baffafc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951014877172414520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cf0de8-82fa-449a-8468-cc4821402f87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6676ea1-4268-42c6-8efd-47a15694178d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6676ea1-4268-42c6-8efd-47a15694178d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8104231617231283633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d403c74-104f-4f4c-8736-d5c9baffafc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1878cff4-2fd8-4d52-b53f-36093b38259e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1878cff4-2fd8-4d52-b53f-36093b38259e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5246490256415741173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6676ea1-4268-42c6-8efd-47a15694178d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2ecd1c9-94a4-4082-87a8-161f6c178fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ecd1c9-94a4-4082-87a8-161f6c178fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16601501705612255817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1878cff4-2fd8-4d52-b53f-36093b38259e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec1696fa-7b95-47a1-bba7-d24e2fdb863a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1696fa-7b95-47a1-bba7-d24e2fdb863a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318346924551322959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ecd1c9-94a4-4082-87a8-161f6c178fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e439f719-4c13-41b2-86c2-b605eec6c785, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e439f719-4c13-41b2-86c2-b605eec6c785, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351342725741254470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1696fa-7b95-47a1-bba7-d24e2fdb863a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d72da297-e5ea-4b76-bdd6-c350d1bcf622, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d72da297-e5ea-4b76-bdd6-c350d1bcf622, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066091288421254573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e439f719-4c13-41b2-86c2-b605eec6c785, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d89c84af-6cc2-4d66-b187-57e3b3752068, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89c84af-6cc2-4d66-b187-57e3b3752068, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307436043644198938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d72da297-e5ea-4b76-bdd6-c350d1bcf622, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fabd9a3e-d4d6-4ed0-8720-cc6d4d1f231c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fabd9a3e-d4d6-4ed0-8720-cc6d4d1f231c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283838298761323731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89c84af-6cc2-4d66-b187-57e3b3752068, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25edef19-9c38-4611-b677-0fac0df51fd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25edef19-9c38-4611-b677-0fac0df51fd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7247981682545957847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fabd9a3e-d4d6-4ed0-8720-cc6d4d1f231c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb80f7c6-1451-4667-ba43-dc38aab37132, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb80f7c6-1451-4667-ba43-dc38aab37132, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16230214083956824920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25edef19-9c38-4611-b677-0fac0df51fd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b437b1b-910f-4d41-8ca1-1b52cefe9fce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b437b1b-910f-4d41-8ca1-1b52cefe9fce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667505764141772497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb80f7c6-1451-4667-ba43-dc38aab37132, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3266a04-d864-488d-bfc4-05f7a88a62a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b437b1b-910f-4d41-8ca1-1b52cefe9fce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbe14219-1bff-4481-b72b-10ebddbce8e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe14219-1bff-4481-b72b-10ebddbce8e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11286441211235262632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3266a04-d864-488d-bfc4-05f7a88a62a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17105378389548587811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe14219-1bff-4481-b72b-10ebddbce8e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2c35e81-09ce-478e-9163-41ccceaaf035, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c35e81-09ce-478e-9163-41ccceaaf035, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4790386519795620574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3266a04-d864-488d-bfc4-05f7a88a62a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd4f02fc-b664-47e6-aeaa-628b3687d7f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4f02fc-b664-47e6-aeaa-628b3687d7f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12653322486492266696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c35e81-09ce-478e-9163-41ccceaaf035, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4f02fc-b664-47e6-aeaa-628b3687d7f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf3a4db-9a16-48c1-a630-489c0adb126d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf3a4db-9a16-48c1-a630-489c0adb126d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 813512630344165894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93770bed-6d3d-4abe-9cf0-651f7ad0079b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93770bed-6d3d-4abe-9cf0-651f7ad0079b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399972094794430600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93770bed-6d3d-4abe-9cf0-651f7ad0079b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ac51e88-824e-486d-8b7f-b9fa478a6e6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac51e88-824e-486d-8b7f-b9fa478a6e6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756901237765100739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf3a4db-9a16-48c1-a630-489c0adb126d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cac5ed25-5797-482c-b7c6-bf930eadd351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac5ed25-5797-482c-b7c6-bf930eadd351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8894141476728879847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac51e88-824e-486d-8b7f-b9fa478a6e6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f25ee66-a630-401b-89f5-22d3910f4dc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f25ee66-a630-401b-89f5-22d3910f4dc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319610990323898600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac5ed25-5797-482c-b7c6-bf930eadd351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f25ee66-a630-401b-89f5-22d3910f4dc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67161898-9dcb-4278-bd3c-ed0908536cec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67161898-9dcb-4278-bd3c-ed0908536cec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428575207591498573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2270b48-cdb9-4cb7-866d-f5ac799d9842, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2270b48-cdb9-4cb7-866d-f5ac799d9842, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194843341145114646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67161898-9dcb-4278-bd3c-ed0908536cec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4343440e-4b91-4063-9715-0285093d9c15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4343440e-4b91-4063-9715-0285093d9c15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3227685030106234947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2270b48-cdb9-4cb7-866d-f5ac799d9842, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcaa0133-df77-4ac8-b376-dc9ed36e289c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcaa0133-df77-4ac8-b376-dc9ed36e289c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15266511249488638200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4343440e-4b91-4063-9715-0285093d9c15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a33f99-0c24-461c-b3c7-f14b2ccea131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a33f99-0c24-461c-b3c7-f14b2ccea131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10844631068688884248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcaa0133-df77-4ac8-b376-dc9ed36e289c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a569bf2-b463-4a8f-8415-eee3d6ab6c5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a569bf2-b463-4a8f-8415-eee3d6ab6c5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4946690117699512802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a33f99-0c24-461c-b3c7-f14b2ccea131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab4a924-a4ab-49f7-9b23-f8abda6e11df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab4a924-a4ab-49f7-9b23-f8abda6e11df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415685415939644957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a569bf2-b463-4a8f-8415-eee3d6ab6c5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4c5539d-d9b2-4012-a704-0d4c33a63ee0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c5539d-d9b2-4012-a704-0d4c33a63ee0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3655425851735020730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab4a924-a4ab-49f7-9b23-f8abda6e11df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965096c7-68a3-4481-8290-2680fe813d3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c5539d-d9b2-4012-a704-0d4c33a63ee0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965096c7-68a3-4481-8290-2680fe813d3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2532636397067516934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e11f3cd-6ea3-49e6-87c3-54b95696fbaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e11f3cd-6ea3-49e6-87c3-54b95696fbaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5260472347820440381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965096c7-68a3-4481-8290-2680fe813d3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8179b471-f606-4897-a3f6-d3da3fa6839c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8179b471-f606-4897-a3f6-d3da3fa6839c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12669568014300538459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e11f3cd-6ea3-49e6-87c3-54b95696fbaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd43393d-6917-45f1-aa09-991b836d9b78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd43393d-6917-45f1-aa09-991b836d9b78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6036450834748979564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8179b471-f606-4897-a3f6-d3da3fa6839c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b2c46e-64b9-4a22-8137-a2a15f501841, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b2c46e-64b9-4a22-8137-a2a15f501841, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6116758964657234157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd43393d-6917-45f1-aa09-991b836d9b78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ecd06d2-b158-44ea-9c0b-9a222dac434b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecd06d2-b158-44ea-9c0b-9a222dac434b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546193331072864669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecd06d2-b158-44ea-9c0b-9a222dac434b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9088ac18-6272-4446-9d74-d28ba5cef65e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9088ac18-6272-4446-9d74-d28ba5cef65e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11580107301055127242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b2c46e-64b9-4a22-8137-a2a15f501841, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34ab2f08-f7a4-4512-b9a5-148c20032fe5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ab2f08-f7a4-4512-b9a5-148c20032fe5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18424134717296152239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9088ac18-6272-4446-9d74-d28ba5cef65e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa1508fa-5bdb-43c4-94c6-f1e05891c8be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1508fa-5bdb-43c4-94c6-f1e05891c8be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7610546752919389339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ab2f08-f7a4-4512-b9a5-148c20032fe5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ac7576-0410-4290-98b0-f6846bb88164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ac7576-0410-4290-98b0-f6846bb88164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12767289861139782026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1508fa-5bdb-43c4-94c6-f1e05891c8be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9985817-d2c6-45f3-9015-86871be95fb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9985817-d2c6-45f3-9015-86871be95fb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16649313249124044166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ac7576-0410-4290-98b0-f6846bb88164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9985817-d2c6-45f3-9015-86871be95fb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce5fd772-3c29-4dee-9a98-8292564e6df2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5fd772-3c29-4dee-9a98-8292564e6df2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2198317500968353773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af48b2e8-0351-4007-8d7d-b63da8935391, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af48b2e8-0351-4007-8d7d-b63da8935391, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067444123748267597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5fd772-3c29-4dee-9a98-8292564e6df2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97c2682b-9b9d-43b2-a114-68d30776ebe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c2682b-9b9d-43b2-a114-68d30776ebe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925343170821974328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af48b2e8-0351-4007-8d7d-b63da8935391, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d6daa02-810d-443a-87f1-adafbfbaa078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d6daa02-810d-443a-87f1-adafbfbaa078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589806801924138016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c2682b-9b9d-43b2-a114-68d30776ebe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f53368e-ab96-4319-b02b-0e6135d5d4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f53368e-ab96-4319-b02b-0e6135d5d4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8035144087353622810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d6daa02-810d-443a-87f1-adafbfbaa078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da54b89-a01b-40ee-b533-5309993eed1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da54b89-a01b-40ee-b533-5309993eed1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288530000891178001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f53368e-ab96-4319-b02b-0e6135d5d4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 694e8cae-c2d2-4c0b-a7da-275c8b6ade76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694e8cae-c2d2-4c0b-a7da-275c8b6ade76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6983497986008190379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da54b89-a01b-40ee-b533-5309993eed1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e0a7fa5-9b98-441e-8576-575dfd3b40cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0a7fa5-9b98-441e-8576-575dfd3b40cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16430625361092930319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694e8cae-c2d2-4c0b-a7da-275c8b6ade76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e89a4ef-340b-4f61-b4be-d9006a18f61d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e89a4ef-340b-4f61-b4be-d9006a18f61d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647468527432410831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0a7fa5-9b98-441e-8576-575dfd3b40cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e89a4ef-340b-4f61-b4be-d9006a18f61d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ceb75e0-0e5b-4a2c-98e1-50d6713c7a8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ceb75e0-0e5b-4a2c-98e1-50d6713c7a8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4833697199667643703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39dabf4c-5021-4116-803e-ab8fd541af83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39dabf4c-5021-4116-803e-ab8fd541af83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517634080766541426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ceb75e0-0e5b-4a2c-98e1-50d6713c7a8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c107f36a-c68d-4584-9332-a0d34bfcc8cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39dabf4c-5021-4116-803e-ab8fd541af83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c107f36a-c68d-4584-9332-a0d34bfcc8cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743779817123813354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3015e4a-4ac7-42f1-8e5b-67c053d0b07a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3015e4a-4ac7-42f1-8e5b-67c053d0b07a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098070551970567265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c107f36a-c68d-4584-9332-a0d34bfcc8cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1bfb0a3-d7d0-4e7d-b315-ddddec318b92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1bfb0a3-d7d0-4e7d-b315-ddddec318b92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409182951840209824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3015e4a-4ac7-42f1-8e5b-67c053d0b07a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d218b05-ecec-46a3-996a-a5ca75ed64bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d218b05-ecec-46a3-996a-a5ca75ed64bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369377257269388064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1bfb0a3-d7d0-4e7d-b315-ddddec318b92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef338ecf-0c4c-4426-9d82-b5802c0bc69a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef338ecf-0c4c-4426-9d82-b5802c0bc69a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415529706435325741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d218b05-ecec-46a3-996a-a5ca75ed64bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a29af4fa-aeee-4508-afc2-a5e3380bffa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a29af4fa-aeee-4508-afc2-a5e3380bffa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093681715618338710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef338ecf-0c4c-4426-9d82-b5802c0bc69a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348f2da2-459f-4ba1-a335-fe63dc253764, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348f2da2-459f-4ba1-a335-fe63dc253764, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 435618068395732987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a29af4fa-aeee-4508-afc2-a5e3380bffa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a332ba3-6135-43d6-a96c-0fab76e73fe5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a332ba3-6135-43d6-a96c-0fab76e73fe5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970867004758188412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348f2da2-459f-4ba1-a335-fe63dc253764, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4fbe0b4-d788-480e-8726-1eab42077fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fbe0b4-d788-480e-8726-1eab42077fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 169966096923467846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a332ba3-6135-43d6-a96c-0fab76e73fe5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637747e1-9ac0-4e45-9ecf-4b982b187998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637747e1-9ac0-4e45-9ecf-4b982b187998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15061659992167713218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fbe0b4-d788-480e-8726-1eab42077fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae0ddb24-0a85-4dd0-b159-ea754b366b98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637747e1-9ac0-4e45-9ecf-4b982b187998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0329b8-18db-4b65-a7ee-2ed6415f465b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0329b8-18db-4b65-a7ee-2ed6415f465b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668621351654036221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0ddb24-0a85-4dd0-b159-ea754b366b98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17380133465459006085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0329b8-18db-4b65-a7ee-2ed6415f465b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2550330-b315-4a04-b7bd-002b5307477e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2550330-b315-4a04-b7bd-002b5307477e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11295672380032820150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0ddb24-0a85-4dd0-b159-ea754b366b98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1502f2fe-d032-4258-a309-90e69935e19f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1502f2fe-d032-4258-a309-90e69935e19f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085779550201965957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2550330-b315-4a04-b7bd-002b5307477e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9196dc5-219a-4e7e-ba8c-217bd891971e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9196dc5-219a-4e7e-ba8c-217bd891971e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274308816984417708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1502f2fe-d032-4258-a309-90e69935e19f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9196dc5-219a-4e7e-ba8c-217bd891971e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c7cdf79-6a33-4bcd-9d81-a8024715dc72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c7cdf79-6a33-4bcd-9d81-a8024715dc72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8822263150763038739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9af856f-bdb5-4b9c-a368-a32ae898b361, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9af856f-bdb5-4b9c-a368-a32ae898b361, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2185875205156575315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c7cdf79-6a33-4bcd-9d81-a8024715dc72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a606494-57e4-4186-97f7-5f3220bf3650, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a606494-57e4-4186-97f7-5f3220bf3650, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646698575039719869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9af856f-bdb5-4b9c-a368-a32ae898b361, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 595e82ab-20bc-4f09-bdb9-d53a70381c98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595e82ab-20bc-4f09-bdb9-d53a70381c98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2972879899129249504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a606494-57e4-4186-97f7-5f3220bf3650, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba551e83-695c-49a9-bf0d-da5ddaff7443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba551e83-695c-49a9-bf0d-da5ddaff7443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9492123975199375801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595e82ab-20bc-4f09-bdb9-d53a70381c98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18e073a2-ca3b-4e68-bba0-da17eadf0e11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e073a2-ca3b-4e68-bba0-da17eadf0e11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16539267638869878147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba551e83-695c-49a9-bf0d-da5ddaff7443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5bb4d84-de73-4b06-81ab-73d0e644c753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5bb4d84-de73-4b06-81ab-73d0e644c753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8120821525027236548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e073a2-ca3b-4e68-bba0-da17eadf0e11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc35534-8d64-4f32-9197-960f740aa65b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc35534-8d64-4f32-9197-960f740aa65b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16588497270512751569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5bb4d84-de73-4b06-81ab-73d0e644c753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4892fcfb-4011-46bd-98ea-b69fc59e43bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4892fcfb-4011-46bd-98ea-b69fc59e43bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9653491983887131165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc35534-8d64-4f32-9197-960f740aa65b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cae20d1-04ce-43ad-abfa-bd7d361e56a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cae20d1-04ce-43ad-abfa-bd7d361e56a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16082332214872888922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4892fcfb-4011-46bd-98ea-b69fc59e43bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e9bf52b-dca8-47bb-b8af-cc9922c103e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9bf52b-dca8-47bb-b8af-cc9922c103e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681479365811527842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cae20d1-04ce-43ad-abfa-bd7d361e56a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 775c86c2-d70a-4f1a-aff7-adf5c1a93e4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 775c86c2-d70a-4f1a-aff7-adf5c1a93e4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058067929292187006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9bf52b-dca8-47bb-b8af-cc9922c103e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9124c1b-20e9-4ad1-b0b7-c48e31d6b82d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9124c1b-20e9-4ad1-b0b7-c48e31d6b82d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719647958839092963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 775c86c2-d70a-4f1a-aff7-adf5c1a93e4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25fa52c3-f197-40e3-a060-6f520c210715, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25fa52c3-f197-40e3-a060-6f520c210715, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13624403860475246904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9124c1b-20e9-4ad1-b0b7-c48e31d6b82d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbf2b32-4c90-4a8c-bb8b-046d6328a5b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbf2b32-4c90-4a8c-bb8b-046d6328a5b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337901187635331506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25fa52c3-f197-40e3-a060-6f520c210715, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e967ba-7f93-4dbc-8568-12552802c09c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e967ba-7f93-4dbc-8568-12552802c09c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603527577555180065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbf2b32-4c90-4a8c-bb8b-046d6328a5b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f11e80d5-1e37-49d2-9869-04e8d711a28f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11e80d5-1e37-49d2-9869-04e8d711a28f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126917495023854640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e967ba-7f93-4dbc-8568-12552802c09c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f21145d0-9517-4a0a-b6ed-c04820cf6baa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f21145d0-9517-4a0a-b6ed-c04820cf6baa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4387083044405469567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11e80d5-1e37-49d2-9869-04e8d711a28f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63554d9c-7cea-464a-abfd-780121ba5fd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63554d9c-7cea-464a-abfd-780121ba5fd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561209327068100679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f21145d0-9517-4a0a-b6ed-c04820cf6baa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f3226e9-1d15-46ef-bd0e-361b68bd784e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3226e9-1d15-46ef-bd0e-361b68bd784e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11129148263398491874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3226e9-1d15-46ef-bd0e-361b68bd784e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43bfb5d7-af68-4661-ab1f-f3ad5abb1002, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bfb5d7-af68-4661-ab1f-f3ad5abb1002, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376073632027892730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63554d9c-7cea-464a-abfd-780121ba5fd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c366145-ba03-4c26-aa19-068869538bb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bfb5d7-af68-4661-ab1f-f3ad5abb1002, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c366145-ba03-4c26-aa19-068869538bb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7962925593191441028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8de8733f-e71a-4c41-a3d3-bef9b5d19f37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de8733f-e71a-4c41-a3d3-bef9b5d19f37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16816114358795829160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c366145-ba03-4c26-aa19-068869538bb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb78d23d-7f49-480f-9b7c-8ce0c8934552, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb78d23d-7f49-480f-9b7c-8ce0c8934552, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765977971267826358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de8733f-e71a-4c41-a3d3-bef9b5d19f37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389e4caf-fb0e-4761-a5bf-24d868637e3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389e4caf-fb0e-4761-a5bf-24d868637e3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17637470240015695272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb78d23d-7f49-480f-9b7c-8ce0c8934552, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cfb3b1a-f38e-4eb5-bdff-af52ac90fcbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cfb3b1a-f38e-4eb5-bdff-af52ac90fcbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14543725118668281929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389e4caf-fb0e-4761-a5bf-24d868637e3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c132e25-2cb8-4147-855b-3a6d065afc17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c132e25-2cb8-4147-855b-3a6d065afc17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090848754623896681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cfb3b1a-f38e-4eb5-bdff-af52ac90fcbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736bb4ca-77cd-449f-95ca-c0edc1b8e438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736bb4ca-77cd-449f-95ca-c0edc1b8e438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696794676904707135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c132e25-2cb8-4147-855b-3a6d065afc17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85231e6a-4b9d-4786-a273-bccf49bf258c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85231e6a-4b9d-4786-a273-bccf49bf258c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746830430267676618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736bb4ca-77cd-449f-95ca-c0edc1b8e438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8ffa0a-41a1-4b9b-982b-357dab74fa6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8ffa0a-41a1-4b9b-982b-357dab74fa6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10090329144918565099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85231e6a-4b9d-4786-a273-bccf49bf258c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e61d7e2-2585-42b4-84fb-79707b3354f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e61d7e2-2585-42b4-84fb-79707b3354f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2315950155727554429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8ffa0a-41a1-4b9b-982b-357dab74fa6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92fab4d2-bdd6-4cd2-a2d2-3944617602c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fab4d2-bdd6-4cd2-a2d2-3944617602c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4610911937660373764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e61d7e2-2585-42b4-84fb-79707b3354f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fab4d2-bdd6-4cd2-a2d2-3944617602c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7af97f8d-959d-4d74-995a-e64686e1cd4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba164f69-4b0e-49ca-9a6a-c91593ee8435, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af97f8d-959d-4d74-995a-e64686e1cd4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14987779122218209641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba164f69-4b0e-49ca-9a6a-c91593ee8435, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289827481399483221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af97f8d-959d-4d74-995a-e64686e1cd4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaa3c903-4ed8-48e6-bd21-7a767f391b17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa3c903-4ed8-48e6-bd21-7a767f391b17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18219851364675890941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba164f69-4b0e-49ca-9a6a-c91593ee8435, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9a39c40-31b8-46a6-902a-abf2f14eded2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a39c40-31b8-46a6-902a-abf2f14eded2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572333833133777250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa3c903-4ed8-48e6-bd21-7a767f391b17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d7d8f23-6ce0-4d7d-9c9d-5a90782712c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7d8f23-6ce0-4d7d-9c9d-5a90782712c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14371017972566565302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a39c40-31b8-46a6-902a-abf2f14eded2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21d5fe4f-2ecd-46ff-94f2-04baf229f3d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d5fe4f-2ecd-46ff-94f2-04baf229f3d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897018578100695639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7d8f23-6ce0-4d7d-9c9d-5a90782712c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3caf29-3f91-4fc8-b6ee-b7903902dace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3caf29-3f91-4fc8-b6ee-b7903902dace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 911970519884436395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d5fe4f-2ecd-46ff-94f2-04baf229f3d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a187c38-c0c2-45dd-ac27-fcd00af41fbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a187c38-c0c2-45dd-ac27-fcd00af41fbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6278710354722842097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3caf29-3f91-4fc8-b6ee-b7903902dace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfdc1f0a-1063-44d6-a3cc-79c4e7b6cf43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfdc1f0a-1063-44d6-a3cc-79c4e7b6cf43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8883738872068504473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a187c38-c0c2-45dd-ac27-fcd00af41fbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f2f6d9-6eb8-4562-82d2-63ec5c3c4db1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfdc1f0a-1063-44d6-a3cc-79c4e7b6cf43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d542679d-22f4-4959-adc3-f3effebd31e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d542679d-22f4-4959-adc3-f3effebd31e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10768715298760878262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f2f6d9-6eb8-4562-82d2-63ec5c3c4db1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300490886563161017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d542679d-22f4-4959-adc3-f3effebd31e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9a3847d-14ea-4236-a3aa-dee29a96ef23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a3847d-14ea-4236-a3aa-dee29a96ef23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062336098168722825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f2f6d9-6eb8-4562-82d2-63ec5c3c4db1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f61584a-06e6-4833-8a27-b53fe79c15a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f61584a-06e6-4833-8a27-b53fe79c15a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13043836149274097350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a3847d-14ea-4236-a3aa-dee29a96ef23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b854af-497c-48dd-830a-66a4a774f9c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b854af-497c-48dd-830a-66a4a774f9c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6965705350260675183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f61584a-06e6-4833-8a27-b53fe79c15a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9dddc4-b8a5-420b-ae93-2fbf1d66cac3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9dddc4-b8a5-420b-ae93-2fbf1d66cac3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471261596454684639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b854af-497c-48dd-830a-66a4a774f9c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9dddc4-b8a5-420b-ae93-2fbf1d66cac3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0879f09d-624d-4583-9dff-cdcaa88438a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93fb13d3-689e-4014-a71b-930f2538f23a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93fb13d3-689e-4014-a71b-930f2538f23a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16121328765537579862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0879f09d-624d-4583-9dff-cdcaa88438a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341038089664863992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93fb13d3-689e-4014-a71b-930f2538f23a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de52085-7f59-4710-916c-db035a6276d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de52085-7f59-4710-916c-db035a6276d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210202331574263982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0879f09d-624d-4583-9dff-cdcaa88438a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de52085-7f59-4710-916c-db035a6276d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 280793d5-d780-4cd0-adf1-4c2779f8368d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280793d5-d780-4cd0-adf1-4c2779f8368d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501104559030444544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78593b93-e222-4913-a232-6ac4d41796b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78593b93-e222-4913-a232-6ac4d41796b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10382225555070673964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280793d5-d780-4cd0-adf1-4c2779f8368d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0763880-f157-4dc9-917c-eb6d9120616b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0763880-f157-4dc9-917c-eb6d9120616b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11791118536641912138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78593b93-e222-4913-a232-6ac4d41796b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f16d8bb-be08-47e6-961b-974d827ab9c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f16d8bb-be08-47e6-961b-974d827ab9c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656701043772027127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0763880-f157-4dc9-917c-eb6d9120616b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48b21129-496a-4a22-82cc-b4b8b79adafe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b21129-496a-4a22-82cc-b4b8b79adafe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3284819839287927012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f16d8bb-be08-47e6-961b-974d827ab9c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc81b52-ddfc-488d-9ecd-b81778f8015a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc81b52-ddfc-488d-9ecd-b81778f8015a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186936365993991567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b21129-496a-4a22-82cc-b4b8b79adafe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1427eb8-c128-4143-9529-d051f6af5f5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1427eb8-c128-4143-9529-d051f6af5f5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13649461720379182202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc81b52-ddfc-488d-9ecd-b81778f8015a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 939d8a6f-7079-4ea2-8229-06c27c697c56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 939d8a6f-7079-4ea2-8229-06c27c697c56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17185413027511769026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1427eb8-c128-4143-9529-d051f6af5f5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1eb62d9-6c44-4eb6-980f-0fdb67f33b15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eb62d9-6c44-4eb6-980f-0fdb67f33b15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977084729979427259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 939d8a6f-7079-4ea2-8229-06c27c697c56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e56bc61b-e7dc-40f5-8b40-08798b103e13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56bc61b-e7dc-40f5-8b40-08798b103e13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9280637415488426090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56bc61b-e7dc-40f5-8b40-08798b103e13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34af4798-e681-48d2-93ed-8390255f2a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34af4798-e681-48d2-93ed-8390255f2a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981645515712728460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eb62d9-6c44-4eb6-980f-0fdb67f33b15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63aa3499-01f3-4f9f-892c-a959599c6b1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63aa3499-01f3-4f9f-892c-a959599c6b1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16557122450753303175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34af4798-e681-48d2-93ed-8390255f2a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97f6d783-2c87-4c9e-8851-7687f01fc0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97f6d783-2c87-4c9e-8851-7687f01fc0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10493442163408562868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63aa3499-01f3-4f9f-892c-a959599c6b1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea5ea82-beb9-4ac2-abe0-fe5c33f05592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea5ea82-beb9-4ac2-abe0-fe5c33f05592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9806458932890038409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97f6d783-2c87-4c9e-8851-7687f01fc0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47868278-7cb1-4b7b-a61a-c555224468ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47868278-7cb1-4b7b-a61a-c555224468ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13739531281951479778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea5ea82-beb9-4ac2-abe0-fe5c33f05592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f427f3b7-86d0-4ecc-b9a5-a309ecac04f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f427f3b7-86d0-4ecc-b9a5-a309ecac04f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13965011619857426238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47868278-7cb1-4b7b-a61a-c555224468ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec6d834-778f-47fd-82d9-460f947670cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec6d834-778f-47fd-82d9-460f947670cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290579478898065083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f427f3b7-86d0-4ecc-b9a5-a309ecac04f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4eb0bc1-556d-48f1-91eb-49a390935445, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4eb0bc1-556d-48f1-91eb-49a390935445, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386349222746188714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec6d834-778f-47fd-82d9-460f947670cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c604a2b6-268d-4322-a85a-37b2699e37cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c604a2b6-268d-4322-a85a-37b2699e37cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1336504058500237941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4eb0bc1-556d-48f1-91eb-49a390935445, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b2edd64-2f16-48d4-8d4f-23b7df7151ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b2edd64-2f16-48d4-8d4f-23b7df7151ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5037471599608747134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b2edd64-2f16-48d4-8d4f-23b7df7151ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5eef53b-4f21-4274-af89-add7d1875466, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5eef53b-4f21-4274-af89-add7d1875466, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916290019312820721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5eef53b-4f21-4274-af89-add7d1875466, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291eeba7-a8d3-44c9-99a9-163702a5a3bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291eeba7-a8d3-44c9-99a9-163702a5a3bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18343228603986630554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291eeba7-a8d3-44c9-99a9-163702a5a3bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43af98b4-93d3-466c-9d47-f5d63e57c564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43af98b4-93d3-466c-9d47-f5d63e57c564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742271233620115203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c604a2b6-268d-4322-a85a-37b2699e37cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f893c4-e983-48af-84d5-f32526eb0165, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f893c4-e983-48af-84d5-f32526eb0165, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10755760872143893515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43af98b4-93d3-466c-9d47-f5d63e57c564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f893c4-e983-48af-84d5-f32526eb0165, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31ccc6f6-14e2-4502-9132-62f81f3f831b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ccc6f6-14e2-4502-9132-62f81f3f831b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15395158655832217177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58702c94-c189-4851-a10e-f94b3b7d9196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58702c94-c189-4851-a10e-f94b3b7d9196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4800901136532643877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ccc6f6-14e2-4502-9132-62f81f3f831b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d6bbc4e-814e-4a6b-a2f2-fb3b972ad740, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6bbc4e-814e-4a6b-a2f2-fb3b972ad740, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13925359842984626722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58702c94-c189-4851-a10e-f94b3b7d9196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1c669ec-9257-4a72-92f1-8f0aae77d93e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c669ec-9257-4a72-92f1-8f0aae77d93e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1798068962470748265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6bbc4e-814e-4a6b-a2f2-fb3b972ad740, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26f8c24-2321-48a4-b681-49295bfbb415, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26f8c24-2321-48a4-b681-49295bfbb415, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708910289765965082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c669ec-9257-4a72-92f1-8f0aae77d93e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b5339ef-3ddc-4b98-adb7-477331bdfe07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5339ef-3ddc-4b98-adb7-477331bdfe07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15138534101245080683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26f8c24-2321-48a4-b681-49295bfbb415, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1140e12-3b7a-4f8c-ab68-38a33bb63253, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1140e12-3b7a-4f8c-ab68-38a33bb63253, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13853959574884400871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5339ef-3ddc-4b98-adb7-477331bdfe07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c653f93d-549a-45f2-ac9c-cb52adbc75de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c653f93d-549a-45f2-ac9c-cb52adbc75de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17510295517098785456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1140e12-3b7a-4f8c-ab68-38a33bb63253, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76da1fbd-ab96-4c3c-861a-be6897ea6257, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76da1fbd-ab96-4c3c-861a-be6897ea6257, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900814426510671680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c653f93d-549a-45f2-ac9c-cb52adbc75de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76e9e65e-3704-4bc7-9dfa-b7a8c584bf42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e9e65e-3704-4bc7-9dfa-b7a8c584bf42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301973521219913628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76da1fbd-ab96-4c3c-861a-be6897ea6257, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a14a5a1-86fd-4d57-8a02-f31b60a9877f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a14a5a1-86fd-4d57-8a02-f31b60a9877f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757879086089959790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e9e65e-3704-4bc7-9dfa-b7a8c584bf42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d69f3bb-7d5a-46ee-8fbd-c69c1783d40e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d69f3bb-7d5a-46ee-8fbd-c69c1783d40e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7002813325183749900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a14a5a1-86fd-4d57-8a02-f31b60a9877f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2d25a1-1870-476e-9f6c-e7bfd28e1c8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2d25a1-1870-476e-9f6c-e7bfd28e1c8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17148676580094978648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d69f3bb-7d5a-46ee-8fbd-c69c1783d40e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf84528-04d8-4543-8728-5f13b4b2d23c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf84528-04d8-4543-8728-5f13b4b2d23c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350312067780783021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2d25a1-1870-476e-9f6c-e7bfd28e1c8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b981b653-903d-4dfd-9019-a1404dcb9aa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b981b653-903d-4dfd-9019-a1404dcb9aa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764648238678183701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf84528-04d8-4543-8728-5f13b4b2d23c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df4bc157-b1ae-4d3c-b565-6cb2440f3054, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4bc157-b1ae-4d3c-b565-6cb2440f3054, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13857989706224191780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b981b653-903d-4dfd-9019-a1404dcb9aa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f4a3ffe-96e3-43b4-81af-3e33dd387a8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4a3ffe-96e3-43b4-81af-3e33dd387a8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14091223272668399159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4bc157-b1ae-4d3c-b565-6cb2440f3054, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8426915a-15b6-48a8-b932-e1d6ca9a6126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8426915a-15b6-48a8-b932-e1d6ca9a6126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447368614477057904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4a3ffe-96e3-43b4-81af-3e33dd387a8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55fd6251-79e7-4bb8-9d55-30c61361352f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fd6251-79e7-4bb8-9d55-30c61361352f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2285894048329947974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8426915a-15b6-48a8-b932-e1d6ca9a6126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96bb2a7f-2b3d-4727-9346-8e85ccfdaf82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bb2a7f-2b3d-4727-9346-8e85ccfdaf82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565089894651570471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fd6251-79e7-4bb8-9d55-30c61361352f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7502e3-ddda-4c95-b8ff-92660ba21953, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7502e3-ddda-4c95-b8ff-92660ba21953, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17158825934874727493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bb2a7f-2b3d-4727-9346-8e85ccfdaf82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e20ac71-bd4d-4ea6-a366-010e25ee9f2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e20ac71-bd4d-4ea6-a366-010e25ee9f2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151396964301810399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7502e3-ddda-4c95-b8ff-92660ba21953, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a1baf57-76c2-4419-b6e9-ed84d311b75b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a1baf57-76c2-4419-b6e9-ed84d311b75b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 507742185513605249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e20ac71-bd4d-4ea6-a366-010e25ee9f2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53d8301e-c9e1-4342-8ebf-469440df82c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d8301e-c9e1-4342-8ebf-469440df82c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13191412298412982133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a1baf57-76c2-4419-b6e9-ed84d311b75b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79495dff-5862-4eb0-a675-48cc4059c1fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79495dff-5862-4eb0-a675-48cc4059c1fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 723459342680554840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d8301e-c9e1-4342-8ebf-469440df82c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03197feb-095e-44f8-a2e9-52c5f3401a41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03197feb-095e-44f8-a2e9-52c5f3401a41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6277931298590321526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79495dff-5862-4eb0-a675-48cc4059c1fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd6e218-6d61-4da5-9748-1bc59fc09e65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd6e218-6d61-4da5-9748-1bc59fc09e65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692065707139149269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03197feb-095e-44f8-a2e9-52c5f3401a41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bde3eee-051a-49a5-99b7-d41005961edd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bde3eee-051a-49a5-99b7-d41005961edd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182742477191587719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd6e218-6d61-4da5-9748-1bc59fc09e65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 528bbf1b-3bf2-4b1e-a905-b34b0e77a19f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 528bbf1b-3bf2-4b1e-a905-b34b0e77a19f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6987484674226265536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bde3eee-051a-49a5-99b7-d41005961edd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b757564a-f35a-4719-b57b-856aac0a3c24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b757564a-f35a-4719-b57b-856aac0a3c24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16644228935501769887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 528bbf1b-3bf2-4b1e-a905-b34b0e77a19f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e5fa670-1f98-4a0c-bd65-679ae4d6a702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5fa670-1f98-4a0c-bd65-679ae4d6a702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835962351832483816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b757564a-f35a-4719-b57b-856aac0a3c24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ae53bb-835f-480d-9dd9-791a71ff72e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ae53bb-835f-480d-9dd9-791a71ff72e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 918167595817217183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5fa670-1f98-4a0c-bd65-679ae4d6a702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec8a97bc-ecb3-4021-8723-561cb8cddfc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8a97bc-ecb3-4021-8723-561cb8cddfc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5020007733955514525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8a97bc-ecb3-4021-8723-561cb8cddfc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d44777-e0e8-4caa-b309-b041b22cba98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ae53bb-835f-480d-9dd9-791a71ff72e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15997264-df9a-4bc3-860e-8e9521840564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d44777-e0e8-4caa-b309-b041b22cba98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7030984937522622730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15997264-df9a-4bc3-860e-8e9521840564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10791678857431819064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d44777-e0e8-4caa-b309-b041b22cba98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d54e117-8989-4d6d-90a6-d51c4ca417a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d54e117-8989-4d6d-90a6-d51c4ca417a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2495967498489536561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15997264-df9a-4bc3-860e-8e9521840564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e17843b-24a1-406e-ad0c-aca82e2e85b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e17843b-24a1-406e-ad0c-aca82e2e85b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12317816470099613168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d54e117-8989-4d6d-90a6-d51c4ca417a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a12f7c-8f97-4497-8dab-e1f264651047, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e17843b-24a1-406e-ad0c-aca82e2e85b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a12f7c-8f97-4497-8dab-e1f264651047, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060461199020766223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 829f9a81-c3fe-48cd-86cc-ec7f69ddf014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 829f9a81-c3fe-48cd-86cc-ec7f69ddf014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7568429627446421436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a12f7c-8f97-4497-8dab-e1f264651047, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c9c1dec-0506-44c8-880f-94e31f4a33ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9c1dec-0506-44c8-880f-94e31f4a33ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4810158026878272843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 829f9a81-c3fe-48cd-86cc-ec7f69ddf014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d34414c-dab0-4700-8cdd-2be0a32a9592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d34414c-dab0-4700-8cdd-2be0a32a9592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16466286536662544275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9c1dec-0506-44c8-880f-94e31f4a33ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70138483-c2d7-49c0-972e-a2bed60d88d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d34414c-dab0-4700-8cdd-2be0a32a9592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87d93a95-5365-4af4-b933-53b1775fe62f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87d93a95-5365-4af4-b933-53b1775fe62f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18206522934418468109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70138483-c2d7-49c0-972e-a2bed60d88d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8798027556564453133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87d93a95-5365-4af4-b933-53b1775fe62f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5c0395-7668-4c29-a84e-908d1e2c92f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5c0395-7668-4c29-a84e-908d1e2c92f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11578423092749638321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70138483-c2d7-49c0-972e-a2bed60d88d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 678ce559-6930-4766-90b9-ddd14827727a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 678ce559-6930-4766-90b9-ddd14827727a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 344744784200031965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 678ce559-6930-4766-90b9-ddd14827727a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fe28bfa-a62a-423d-ba50-c78459af7b9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe28bfa-a62a-423d-ba50-c78459af7b9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964383687188265263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5c0395-7668-4c29-a84e-908d1e2c92f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b51d8d8e-c183-43d4-b289-6d1d91e8773b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51d8d8e-c183-43d4-b289-6d1d91e8773b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8012673378459594685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe28bfa-a62a-423d-ba50-c78459af7b9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d71bc3c-c714-4e6e-bd23-9c76df587b71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d71bc3c-c714-4e6e-bd23-9c76df587b71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1902040883253637221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51d8d8e-c183-43d4-b289-6d1d91e8773b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff4de662-1aa5-48fc-8647-a3f003ab084c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff4de662-1aa5-48fc-8647-a3f003ab084c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14079429311372290132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d71bc3c-c714-4e6e-bd23-9c76df587b71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98041837-78ba-48f1-84c9-cd5ee30201aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98041837-78ba-48f1-84c9-cd5ee30201aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4467507810043010589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff4de662-1aa5-48fc-8647-a3f003ab084c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d349b3-8853-4076-bcd9-1327c10aad90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d349b3-8853-4076-bcd9-1327c10aad90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714121733002519482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98041837-78ba-48f1-84c9-cd5ee30201aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d349b3-8853-4076-bcd9-1327c10aad90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049ed0b3-f768-4459-8213-8648959cb307, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907d20b7-c897-44ef-9df8-1dca859b1361, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907d20b7-c897-44ef-9df8-1dca859b1361, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5548712133973121008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049ed0b3-f768-4459-8213-8648959cb307, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101007751861515579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907d20b7-c897-44ef-9df8-1dca859b1361, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16417b35-ba7a-4721-813b-ccb1ddad4bed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16417b35-ba7a-4721-813b-ccb1ddad4bed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11544690872569419953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049ed0b3-f768-4459-8213-8648959cb307, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29866e5e-fe60-418f-a3e6-d54bf6289f19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29866e5e-fe60-418f-a3e6-d54bf6289f19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10857677858976302677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16417b35-ba7a-4721-813b-ccb1ddad4bed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd090118-0cdd-4778-8b9c-ee670b2b062c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29866e5e-fe60-418f-a3e6-d54bf6289f19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5af1171-872a-4c9d-b0d6-b198041fcf72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5af1171-872a-4c9d-b0d6-b198041fcf72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13094261056854982437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd090118-0cdd-4778-8b9c-ee670b2b062c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4925561477622213260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5af1171-872a-4c9d-b0d6-b198041fcf72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f12e25-cf8a-499c-9ba8-a439ab2fb0e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f12e25-cf8a-499c-9ba8-a439ab2fb0e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757183311603625240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd090118-0cdd-4778-8b9c-ee670b2b062c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3f62c3-b85c-4754-abe6-f1ab8e743aab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3f62c3-b85c-4754-abe6-f1ab8e743aab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3436998148359776290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f12e25-cf8a-499c-9ba8-a439ab2fb0e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b58a2e-6292-4af2-b40f-b52e0d01587d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b58a2e-6292-4af2-b40f-b52e0d01587d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647850182755693677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3f62c3-b85c-4754-abe6-f1ab8e743aab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b448dde-3e19-4880-8fd9-7722f2eb0e02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b448dde-3e19-4880-8fd9-7722f2eb0e02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12814511703921507263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b58a2e-6292-4af2-b40f-b52e0d01587d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2efb5c6-226e-4915-9dbb-798c7dc49da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2efb5c6-226e-4915-9dbb-798c7dc49da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6016290104254427845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b448dde-3e19-4880-8fd9-7722f2eb0e02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1707ed2-5db2-428f-8156-faa414d180b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2efb5c6-226e-4915-9dbb-798c7dc49da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96df0e4e-4802-4b0c-9479-bd765df12696, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96df0e4e-4802-4b0c-9479-bd765df12696, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2919357613186394294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1707ed2-5db2-428f-8156-faa414d180b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13384273812354550911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96df0e4e-4802-4b0c-9479-bd765df12696, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44d412a-6efc-4ea6-a55c-658b30cc6fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44d412a-6efc-4ea6-a55c-658b30cc6fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596542733264701062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1707ed2-5db2-428f-8156-faa414d180b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cac594e-37ae-4141-a73b-12713aa39c7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cac594e-37ae-4141-a73b-12713aa39c7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6264391813406784836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44d412a-6efc-4ea6-a55c-658b30cc6fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6181b7fa-93c2-4ff8-8b98-5382f325e148, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6181b7fa-93c2-4ff8-8b98-5382f325e148, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2129034785876605977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cac594e-37ae-4141-a73b-12713aa39c7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58db8d67-8507-4a73-8447-d1c804e1d966, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58db8d67-8507-4a73-8447-d1c804e1d966, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321835067825986008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6181b7fa-93c2-4ff8-8b98-5382f325e148, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5360664c-fb67-4655-99f6-a693fb5052b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5360664c-fb67-4655-99f6-a693fb5052b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3506126988931654305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58db8d67-8507-4a73-8447-d1c804e1d966, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9638ea02-eef6-43c7-ae63-b653b4d81633, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9638ea02-eef6-43c7-ae63-b653b4d81633, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8767817349358207094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5360664c-fb67-4655-99f6-a693fb5052b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725a16e8-7dad-4a88-9004-7d2a78617937, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725a16e8-7dad-4a88-9004-7d2a78617937, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7019634933571817764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9638ea02-eef6-43c7-ae63-b653b4d81633, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f826fc-bf9f-4fb5-b3af-1111cc30570e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f826fc-bf9f-4fb5-b3af-1111cc30570e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9573072111927753433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725a16e8-7dad-4a88-9004-7d2a78617937, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1850a77-9a8e-453f-bb28-5dd7bdb925b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1850a77-9a8e-453f-bb28-5dd7bdb925b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4699526814355337805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f826fc-bf9f-4fb5-b3af-1111cc30570e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 325d532d-f5f5-48e0-ae21-8925b38a9e59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325d532d-f5f5-48e0-ae21-8925b38a9e59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438852415346764824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1850a77-9a8e-453f-bb28-5dd7bdb925b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb350ca8-74a3-4051-8ff3-1eff375cabc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb350ca8-74a3-4051-8ff3-1eff375cabc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6207053803955227359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325d532d-f5f5-48e0-ae21-8925b38a9e59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c6c4eff-cfdc-42fc-b9c2-05cf32203994, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c6c4eff-cfdc-42fc-b9c2-05cf32203994, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2054492596957494893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb350ca8-74a3-4051-8ff3-1eff375cabc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a1ae706-b9d4-4c2f-b3f5-d22dbe083001, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1ae706-b9d4-4c2f-b3f5-d22dbe083001, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 496283526359054200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c6c4eff-cfdc-42fc-b9c2-05cf32203994, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31497ff0-2783-4042-bd96-9518f761a38f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31497ff0-2783-4042-bd96-9518f761a38f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4654659183433452010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1ae706-b9d4-4c2f-b3f5-d22dbe083001, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a14450b3-9ee5-4cda-88e6-f3cdfe7c255a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a14450b3-9ee5-4cda-88e6-f3cdfe7c255a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 705650834903284695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31497ff0-2783-4042-bd96-9518f761a38f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ce4e4a-5090-41fb-9cf8-244c666aaa64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ce4e4a-5090-41fb-9cf8-244c666aaa64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17590817530024893834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a14450b3-9ee5-4cda-88e6-f3cdfe7c255a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0540ba6d-f57a-4404-8b5c-bc3a5c5b0b50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0540ba6d-f57a-4404-8b5c-bc3a5c5b0b50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 706833380567901108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ce4e4a-5090-41fb-9cf8-244c666aaa64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e63b8be-5362-423e-9bd1-3528f14afb12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e63b8be-5362-423e-9bd1-3528f14afb12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112514042235234163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0540ba6d-f57a-4404-8b5c-bc3a5c5b0b50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8581b5b4-727d-4203-911e-bcfd1b30a878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8581b5b4-727d-4203-911e-bcfd1b30a878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979871976466626583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8581b5b4-727d-4203-911e-bcfd1b30a878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d643678-68db-4eb7-998b-8d989e939991, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d643678-68db-4eb7-998b-8d989e939991, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2505885324909023131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e63b8be-5362-423e-9bd1-3528f14afb12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf78ca0-45b1-4fe5-bb7d-ac1bb81f2ae9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf78ca0-45b1-4fe5-bb7d-ac1bb81f2ae9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3487631361363494385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d643678-68db-4eb7-998b-8d989e939991, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67603efb-e09c-4fea-a354-bff37d702cc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67603efb-e09c-4fea-a354-bff37d702cc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5675159080092271440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf78ca0-45b1-4fe5-bb7d-ac1bb81f2ae9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58d7a10-5467-448f-9638-7b3d07213fba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58d7a10-5467-448f-9638-7b3d07213fba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18291333525604989063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67603efb-e09c-4fea-a354-bff37d702cc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef41f2a-4269-481d-8e65-9d26b637b34c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef41f2a-4269-481d-8e65-9d26b637b34c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309367084758398977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58d7a10-5467-448f-9638-7b3d07213fba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6930494-ed68-4483-afdc-7458ca58b6e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6930494-ed68-4483-afdc-7458ca58b6e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1761689776760117062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef41f2a-4269-481d-8e65-9d26b637b34c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2abe4e-8e74-4177-929f-e72c2b7e0088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2abe4e-8e74-4177-929f-e72c2b7e0088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021419050239611216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6930494-ed68-4483-afdc-7458ca58b6e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc2f5b59-656a-47da-b48e-4308b723b25f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2f5b59-656a-47da-b48e-4308b723b25f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8201994676892789682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2abe4e-8e74-4177-929f-e72c2b7e0088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10c9e81-380d-473e-9fb2-c12d9b2c0ecf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10c9e81-380d-473e-9fb2-c12d9b2c0ecf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2525556429384446113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2f5b59-656a-47da-b48e-4308b723b25f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0783007-5b24-481e-aaea-252d15adbe3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0783007-5b24-481e-aaea-252d15adbe3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15948498876768291290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10c9e81-380d-473e-9fb2-c12d9b2c0ecf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8510b6d1-525d-49d4-826d-8383cfcfb9bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0783007-5b24-481e-aaea-252d15adbe3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 229728c2-b90b-4612-9ffe-ebd978251711, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229728c2-b90b-4612-9ffe-ebd978251711, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408375763590656612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8510b6d1-525d-49d4-826d-8383cfcfb9bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4622446554701933416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229728c2-b90b-4612-9ffe-ebd978251711, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b42ea67d-721d-4a9d-b9cf-adc36ad34498, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42ea67d-721d-4a9d-b9cf-adc36ad34498, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4398003513730582496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8510b6d1-525d-49d4-826d-8383cfcfb9bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85cfcb6-85c4-47dc-ac8c-9843f1a5ff91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85cfcb6-85c4-47dc-ac8c-9843f1a5ff91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17822540747218289407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42ea67d-721d-4a9d-b9cf-adc36ad34498, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e96fcd0-5678-4c40-87c4-17adad8c26c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e96fcd0-5678-4c40-87c4-17adad8c26c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 380449360314960823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85cfcb6-85c4-47dc-ac8c-9843f1a5ff91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e914b80-3c02-403e-8475-2b23b57adc3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e914b80-3c02-403e-8475-2b23b57adc3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6553637716381715249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e96fcd0-5678-4c40-87c4-17adad8c26c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b4758b-58c8-4fe7-9390-2d15c7830a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b4758b-58c8-4fe7-9390-2d15c7830a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925997886307983214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b4758b-58c8-4fe7-9390-2d15c7830a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcba7911-0480-4461-8087-b534517c6976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcba7911-0480-4461-8087-b534517c6976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241862432929216829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e914b80-3c02-403e-8475-2b23b57adc3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40cb4769-6cc9-4473-a8c0-b028b06dfce6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cb4769-6cc9-4473-a8c0-b028b06dfce6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546560862524223613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcba7911-0480-4461-8087-b534517c6976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4592e4-dd2c-441f-98ba-745aedeef0e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4592e4-dd2c-441f-98ba-745aedeef0e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202181305077989698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4592e4-dd2c-441f-98ba-745aedeef0e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7455a6d8-5829-447e-be12-c13c491d2907, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7455a6d8-5829-447e-be12-c13c491d2907, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788691750571786239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7455a6d8-5829-447e-be12-c13c491d2907, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161aefe8-8a70-44e2-b18f-665ad2346b6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161aefe8-8a70-44e2-b18f-665ad2346b6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 350648389816574596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161aefe8-8a70-44e2-b18f-665ad2346b6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f194e330-3f85-427c-b8ed-bd61d3ffb943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f194e330-3f85-427c-b8ed-bd61d3ffb943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1634631857848210071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f194e330-3f85-427c-b8ed-bd61d3ffb943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2e2a5c2-7de8-4428-b5f1-506e74338446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2e2a5c2-7de8-4428-b5f1-506e74338446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900559756555263529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cb4769-6cc9-4473-a8c0-b028b06dfce6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7727c92b-796a-4d64-a3c8-fcad5c3415cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7727c92b-796a-4d64-a3c8-fcad5c3415cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4028896314124686327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2e2a5c2-7de8-4428-b5f1-506e74338446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd9f4e76-4443-4300-8888-60b7b29c28d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9f4e76-4443-4300-8888-60b7b29c28d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 492547844130692424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7727c92b-796a-4d64-a3c8-fcad5c3415cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e623603f-8b11-46bf-9ada-535a44a2573f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e623603f-8b11-46bf-9ada-535a44a2573f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7489599499918496767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9f4e76-4443-4300-8888-60b7b29c28d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ce73e76-a4ac-46a1-b924-ce07afde71b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce73e76-a4ac-46a1-b924-ce07afde71b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17186676452750315339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e623603f-8b11-46bf-9ada-535a44a2573f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccea1aa-b6e8-40a1-8aa8-ce9eddd50712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccea1aa-b6e8-40a1-8aa8-ce9eddd50712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11677280556094508928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce73e76-a4ac-46a1-b924-ce07afde71b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccea1aa-b6e8-40a1-8aa8-ce9eddd50712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56232d62-f997-4994-a206-f32f28b57681, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56232d62-f997-4994-a206-f32f28b57681, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3254984544456143694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20c465a0-3718-4cd5-8f76-b1aa4ffc8e2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c465a0-3718-4cd5-8f76-b1aa4ffc8e2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1648897916658800219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56232d62-f997-4994-a206-f32f28b57681, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4dba15-a357-4381-83d9-01d32c38d9c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4dba15-a357-4381-83d9-01d32c38d9c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520762396079178712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c465a0-3718-4cd5-8f76-b1aa4ffc8e2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f40e3004-fc67-4b9f-a007-7e9203c51576, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f40e3004-fc67-4b9f-a007-7e9203c51576, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058967135058321769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4dba15-a357-4381-83d9-01d32c38d9c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43539554-c044-4a80-be13-e41f36884825, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43539554-c044-4a80-be13-e41f36884825, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9171429285369465800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f40e3004-fc67-4b9f-a007-7e9203c51576, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d106cab-cdfe-4ebf-a2ba-fffa3c1fc995, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d106cab-cdfe-4ebf-a2ba-fffa3c1fc995, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13212250049108793963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43539554-c044-4a80-be13-e41f36884825, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fe99a08-30c2-4ae6-a103-bec92c771b8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fe99a08-30c2-4ae6-a103-bec92c771b8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15455685894999074929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d106cab-cdfe-4ebf-a2ba-fffa3c1fc995, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd9ddfc3-8b03-4aad-abf1-550afb29e774, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fe99a08-30c2-4ae6-a103-bec92c771b8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9ddfc3-8b03-4aad-abf1-550afb29e774, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10839301562610783397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c642521c-a676-4c33-a532-eed23b44f99f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c642521c-a676-4c33-a532-eed23b44f99f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12813112311880656580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9ddfc3-8b03-4aad-abf1-550afb29e774, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8326b27d-a2d5-4422-83c0-63bb1c9d5a32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8326b27d-a2d5-4422-83c0-63bb1c9d5a32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214054668230418831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c642521c-a676-4c33-a532-eed23b44f99f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dcda9e0-6d48-4a5a-ba75-a329e59e3ae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8326b27d-a2d5-4422-83c0-63bb1c9d5a32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a9b1a5-a0f4-491e-9f65-b75428b08ea0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a9b1a5-a0f4-491e-9f65-b75428b08ea0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412999041368446176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcda9e0-6d48-4a5a-ba75-a329e59e3ae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867338751547477158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcda9e0-6d48-4a5a-ba75-a329e59e3ae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a9b1a5-a0f4-491e-9f65-b75428b08ea0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4a5c27-7fbf-4d0e-8858-fe039b371f71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4a5c27-7fbf-4d0e-8858-fe039b371f71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16730867668356549936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75e10033-f704-4c00-b5e2-e068c40dd004, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e10033-f704-4c00-b5e2-e068c40dd004, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791205477731246479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4a5c27-7fbf-4d0e-8858-fe039b371f71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135b0ee4-5df3-4d7e-9d63-90756a6c2910, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135b0ee4-5df3-4d7e-9d63-90756a6c2910, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4323913887169663059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e10033-f704-4c00-b5e2-e068c40dd004, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 672c9700-9390-40d0-9d54-79fb1ef68e64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672c9700-9390-40d0-9d54-79fb1ef68e64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3472338404960303098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135b0ee4-5df3-4d7e-9d63-90756a6c2910, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80d17d8c-cdc7-46e0-b8f9-34cd2c8674ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672c9700-9390-40d0-9d54-79fb1ef68e64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d17d8c-cdc7-46e0-b8f9-34cd2c8674ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14758672990826131871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab573259-3b56-4459-81d3-a3ec7f8de65e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab573259-3b56-4459-81d3-a3ec7f8de65e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 619321101698087227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d17d8c-cdc7-46e0-b8f9-34cd2c8674ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63733b23-6c1e-4494-ae79-e9df18eb0051, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63733b23-6c1e-4494-ae79-e9df18eb0051, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271883415327321473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab573259-3b56-4459-81d3-a3ec7f8de65e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f541918f-51ac-4daa-8f47-f9fe862909aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f541918f-51ac-4daa-8f47-f9fe862909aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8484536269747404697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63733b23-6c1e-4494-ae79-e9df18eb0051, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479ac2c7-60dd-40a1-b24a-29dc379ac6d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479ac2c7-60dd-40a1-b24a-29dc379ac6d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15535250383630870719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f541918f-51ac-4daa-8f47-f9fe862909aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aca9c22d-7557-4ac5-b92e-746ae1197e4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca9c22d-7557-4ac5-b92e-746ae1197e4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13115668908216550075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca9c22d-7557-4ac5-b92e-746ae1197e4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3172f97b-9f99-49b6-b5fb-136126b994fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479ac2c7-60dd-40a1-b24a-29dc379ac6d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73ef0caa-7321-409c-940e-3c7d43e886f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3172f97b-9f99-49b6-b5fb-136126b994fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270727869222971008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ef0caa-7321-409c-940e-3c7d43e886f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6259060133120413507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3172f97b-9f99-49b6-b5fb-136126b994fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ef0caa-7321-409c-940e-3c7d43e886f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3ab262c-9ed4-46d6-8629-135ad9c80d3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ab262c-9ed4-46d6-8629-135ad9c80d3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1652389605097329402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa384d3f-4bac-45b2-9e9f-298d6b0686a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa384d3f-4bac-45b2-9e9f-298d6b0686a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10691142136826175406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ab262c-9ed4-46d6-8629-135ad9c80d3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7fdea5f-5158-495f-93e7-dcd1ffce22a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fdea5f-5158-495f-93e7-dcd1ffce22a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7871373867950856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa384d3f-4bac-45b2-9e9f-298d6b0686a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fdea5f-5158-495f-93e7-dcd1ffce22a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d468d760-1f0a-4d2d-90f0-33c588443bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d468d760-1f0a-4d2d-90f0-33c588443bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15810955775704736324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e666d31-c69b-4a5f-8861-e8d81db3aefc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d468d760-1f0a-4d2d-90f0-33c588443bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2e9742f-c6d5-488c-b6e9-b807831ff346, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e666d31-c69b-4a5f-8861-e8d81db3aefc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4769887069181171563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e9742f-c6d5-488c-b6e9-b807831ff346, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15713339120011053405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e666d31-c69b-4a5f-8861-e8d81db3aefc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 764b269f-d53e-478c-aa90-4fc872d5f02d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764b269f-d53e-478c-aa90-4fc872d5f02d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535289499846068524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e9742f-c6d5-488c-b6e9-b807831ff346, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b445a973-1675-4b97-a408-c2a34597c9db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b445a973-1675-4b97-a408-c2a34597c9db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1493191317637298346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764b269f-d53e-478c-aa90-4fc872d5f02d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fda5af8e-fd9d-46db-8b77-d87bb21505a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda5af8e-fd9d-46db-8b77-d87bb21505a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7537819966079536768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b445a973-1675-4b97-a408-c2a34597c9db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 711066f6-3887-4d87-bcb7-ff405eda0d0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711066f6-3887-4d87-bcb7-ff405eda0d0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067554030802875254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda5af8e-fd9d-46db-8b77-d87bb21505a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d9446b7-ce39-4e34-ac97-3682e969b38d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9446b7-ce39-4e34-ac97-3682e969b38d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905575917961669952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711066f6-3887-4d87-bcb7-ff405eda0d0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d4a68ca-1f4d-45a3-8024-91bd8a303c31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d4a68ca-1f4d-45a3-8024-91bd8a303c31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9997735402707118487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9446b7-ce39-4e34-ac97-3682e969b38d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 363d082a-bb82-433f-afe8-3fb4a0a2db3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363d082a-bb82-433f-afe8-3fb4a0a2db3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7833997162945779440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d4a68ca-1f4d-45a3-8024-91bd8a303c31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4d2bfbe-56e2-46bb-b16f-206d9c7775a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d2bfbe-56e2-46bb-b16f-206d9c7775a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061000598569570665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363d082a-bb82-433f-afe8-3fb4a0a2db3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d14568b-8c42-49e8-93e8-41da9bdb0f1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d14568b-8c42-49e8-93e8-41da9bdb0f1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3696775829625470482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d2bfbe-56e2-46bb-b16f-206d9c7775a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1ac7b4-e373-428e-b1ca-4317b2dfe44a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1ac7b4-e373-428e-b1ca-4317b2dfe44a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679861467230386070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d14568b-8c42-49e8-93e8-41da9bdb0f1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2661ce84-1180-4884-8aa9-8450ed36244f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2661ce84-1180-4884-8aa9-8450ed36244f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725173207140898029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1ac7b4-e373-428e-b1ca-4317b2dfe44a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d01a2673-7c2f-4308-a67d-28a7bd56380b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d01a2673-7c2f-4308-a67d-28a7bd56380b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14630943442743351435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2661ce84-1180-4884-8aa9-8450ed36244f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a034c534-263e-49de-9e59-a2c87d5710f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a034c534-263e-49de-9e59-a2c87d5710f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12134829041729500837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d01a2673-7c2f-4308-a67d-28a7bd56380b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a2646d2-a517-462d-869e-97133ad7eb6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2646d2-a517-462d-869e-97133ad7eb6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6662580767146751077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a034c534-263e-49de-9e59-a2c87d5710f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8e18c6-f0e2-46b6-a9ef-094e23b7a83f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8e18c6-f0e2-46b6-a9ef-094e23b7a83f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5950744047176893270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2646d2-a517-462d-869e-97133ad7eb6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96c529e-61dc-4245-b21d-83edddb3de3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96c529e-61dc-4245-b21d-83edddb3de3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14386883635582682049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8e18c6-f0e2-46b6-a9ef-094e23b7a83f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fccffdb-c10b-48a7-a2e1-789d36824cc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fccffdb-c10b-48a7-a2e1-789d36824cc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374080047300740756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96c529e-61dc-4245-b21d-83edddb3de3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a74d7d91-a098-472b-9a67-6e8fbef01e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74d7d91-a098-472b-9a67-6e8fbef01e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1620997331110829275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fccffdb-c10b-48a7-a2e1-789d36824cc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b67a9d22-d75c-42df-9b5c-f1108f1af0d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67a9d22-d75c-42df-9b5c-f1108f1af0d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13779155813682655986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74d7d91-a098-472b-9a67-6e8fbef01e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29290b5a-1ca6-437c-9889-02ca3f8b4a7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29290b5a-1ca6-437c-9889-02ca3f8b4a7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2011420094109798844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67a9d22-d75c-42df-9b5c-f1108f1af0d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6c1c45d-ad7f-47d9-8d75-04a4f216f313, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c1c45d-ad7f-47d9-8d75-04a4f216f313, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16838113629307324684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29290b5a-1ca6-437c-9889-02ca3f8b4a7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea70f72d-a256-47fd-8823-e7ad2eed7cc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea70f72d-a256-47fd-8823-e7ad2eed7cc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134398881254123325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c1c45d-ad7f-47d9-8d75-04a4f216f313, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c22805-f0f7-476b-b0d1-a304ea3b8cea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c22805-f0f7-476b-b0d1-a304ea3b8cea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11841328062333702106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea70f72d-a256-47fd-8823-e7ad2eed7cc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf0c13c7-f92f-493f-a906-a269b7eeb809, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf0c13c7-f92f-493f-a906-a269b7eeb809, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6006803605709789627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c22805-f0f7-476b-b0d1-a304ea3b8cea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10a73b4b-2ab2-4aff-98a1-e2a276053e1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a73b4b-2ab2-4aff-98a1-e2a276053e1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719374129864223395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf0c13c7-f92f-493f-a906-a269b7eeb809, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc472514-abb7-4fb1-8c2a-77c61f4f8065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc472514-abb7-4fb1-8c2a-77c61f4f8065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11995584199521033066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a73b4b-2ab2-4aff-98a1-e2a276053e1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb49a17e-290c-435a-b6bb-c0ef7581eee6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb49a17e-290c-435a-b6bb-c0ef7581eee6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713820993915294527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc472514-abb7-4fb1-8c2a-77c61f4f8065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a08711f4-40fa-4e2a-922f-eafa63cadc91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08711f4-40fa-4e2a-922f-eafa63cadc91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8085613145482203639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb49a17e-290c-435a-b6bb-c0ef7581eee6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac16190d-17bb-4f6f-b650-e3d890fc31b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac16190d-17bb-4f6f-b650-e3d890fc31b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132153993896133978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08711f4-40fa-4e2a-922f-eafa63cadc91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3c8d5c9-89b6-471f-bf92-3fdcb976e158, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c8d5c9-89b6-471f-bf92-3fdcb976e158, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 869788129007277654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac16190d-17bb-4f6f-b650-e3d890fc31b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cebdf522-d3b9-4ee6-9dd4-36911996add2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cebdf522-d3b9-4ee6-9dd4-36911996add2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332008960499977360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c8d5c9-89b6-471f-bf92-3fdcb976e158, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b62e881-7676-4450-858c-ef6a44ada562, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b62e881-7676-4450-858c-ef6a44ada562, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11019677895727524708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cebdf522-d3b9-4ee6-9dd4-36911996add2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef82eed8-161b-4827-a90e-792b04cad5d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef82eed8-161b-4827-a90e-792b04cad5d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8026268417946206325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b62e881-7676-4450-858c-ef6a44ada562, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8540c77-23cc-4135-9d13-40f3995fc477, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8540c77-23cc-4135-9d13-40f3995fc477, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 600767587590161633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef82eed8-161b-4827-a90e-792b04cad5d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c488d444-0634-4f85-9311-da913ba88906, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c488d444-0634-4f85-9311-da913ba88906, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115277008927287283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8540c77-23cc-4135-9d13-40f3995fc477, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03fe3d1-fb80-40d5-90fd-57e46c58d1a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03fe3d1-fb80-40d5-90fd-57e46c58d1a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11898390575103290542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c488d444-0634-4f85-9311-da913ba88906, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bd43c43-bd17-43e8-a533-3c8c79f75e7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd43c43-bd17-43e8-a533-3c8c79f75e7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648239605116902773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03fe3d1-fb80-40d5-90fd-57e46c58d1a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db63d85-be3c-4caf-9e62-0a788cf90f5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db63d85-be3c-4caf-9e62-0a788cf90f5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10799575421542651358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd43c43-bd17-43e8-a533-3c8c79f75e7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cca39f2e-b9c0-4212-a2e3-1cde5b575464, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cca39f2e-b9c0-4212-a2e3-1cde5b575464, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18153503572367197752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db63d85-be3c-4caf-9e62-0a788cf90f5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cca39f2e-b9c0-4212-a2e3-1cde5b575464, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43385e9d-9194-4014-a58c-ec1ae7fcffd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43385e9d-9194-4014-a58c-ec1ae7fcffd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12445877602653065492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea9077cd-842a-4dd9-acb4-6cfc214044ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9077cd-842a-4dd9-acb4-6cfc214044ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8454050212715081476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43385e9d-9194-4014-a58c-ec1ae7fcffd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 009c4449-44e6-44ea-b0f1-8fda6cc178ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9077cd-842a-4dd9-acb4-6cfc214044ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfa12b1d-3f19-48a3-8f2a-ccf7d44cb19b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009c4449-44e6-44ea-b0f1-8fda6cc178ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922747441978237690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa12b1d-3f19-48a3-8f2a-ccf7d44cb19b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14040232658863547470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009c4449-44e6-44ea-b0f1-8fda6cc178ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b806751-f279-4e40-a38b-f29be29e4d01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b806751-f279-4e40-a38b-f29be29e4d01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247589390671508921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa12b1d-3f19-48a3-8f2a-ccf7d44cb19b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7d3d91-4af7-4145-b7d6-69e896bf651c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7d3d91-4af7-4145-b7d6-69e896bf651c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18403142864841740570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b806751-f279-4e40-a38b-f29be29e4d01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7d3d91-4af7-4145-b7d6-69e896bf651c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f2aa07-786f-4045-a636-30cb6b88aecf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed0b40ba-c430-444d-a1d4-d67d17917f7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f2aa07-786f-4045-a636-30cb6b88aecf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964961310561715815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0b40ba-c430-444d-a1d4-d67d17917f7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7673667097705318896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f2aa07-786f-4045-a636-30cb6b88aecf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c2e5538-ad7c-440c-95b5-cfdbea317187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c2e5538-ad7c-440c-95b5-cfdbea317187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12907684404166577078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0b40ba-c430-444d-a1d4-d67d17917f7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81438e6c-30ad-40b5-a60f-eb04c7231d44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81438e6c-30ad-40b5-a60f-eb04c7231d44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858413394667666884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c2e5538-ad7c-440c-95b5-cfdbea317187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec254b3-288c-4c89-9b2b-55bd4fc0b705, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec254b3-288c-4c89-9b2b-55bd4fc0b705, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291252042234029037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81438e6c-30ad-40b5-a60f-eb04c7231d44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5d1f64-0901-4220-89ba-d0dee16664c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec254b3-288c-4c89-9b2b-55bd4fc0b705, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5d1f64-0901-4220-89ba-d0dee16664c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2151288065509220300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b36489d-fed6-447d-97bc-bc8f2ee53089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b36489d-fed6-447d-97bc-bc8f2ee53089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1991754935816696263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5d1f64-0901-4220-89ba-d0dee16664c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f5ce6a-d75c-4ba8-885a-5cfd30470df0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f5ce6a-d75c-4ba8-885a-5cfd30470df0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7644825905565868704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b36489d-fed6-447d-97bc-bc8f2ee53089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee1c0241-0660-46c7-b2aa-4d7afab8c884, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee1c0241-0660-46c7-b2aa-4d7afab8c884, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964435290116022761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f5ce6a-d75c-4ba8-885a-5cfd30470df0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69f4c2bc-d492-4009-906a-858fc4e85b19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f4c2bc-d492-4009-906a-858fc4e85b19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3096945027545853758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f4c2bc-d492-4009-906a-858fc4e85b19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ba80c7-24f2-417c-8ca5-a72c34f494ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ba80c7-24f2-417c-8ca5-a72c34f494ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4328044573270331948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee1c0241-0660-46c7-b2aa-4d7afab8c884, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba255301-e516-487e-954a-94771d0c08b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba255301-e516-487e-954a-94771d0c08b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3061529168893703152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ba80c7-24f2-417c-8ca5-a72c34f494ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba255301-e516-487e-954a-94771d0c08b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a816709-32cb-4c87-a105-477f40608947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a816709-32cb-4c87-a105-477f40608947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4245285993948898117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc34df70-9c05-4931-9ec7-4b5949246a84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc34df70-9c05-4931-9ec7-4b5949246a84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20150364294992841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a816709-32cb-4c87-a105-477f40608947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5b3c212-18df-4381-8e53-be394c36a9da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc34df70-9c05-4931-9ec7-4b5949246a84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5aed7d0-17e8-48db-b7d7-80497a26a9f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aed7d0-17e8-48db-b7d7-80497a26a9f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589907834424498538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b3c212-18df-4381-8e53-be394c36a9da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217480528958966430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aed7d0-17e8-48db-b7d7-80497a26a9f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e8b3b5c-eb86-4e05-a258-b442b9ddb930, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8b3b5c-eb86-4e05-a258-b442b9ddb930, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8167350074204254861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b3c212-18df-4381-8e53-be394c36a9da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dec8e40-bd0f-4690-80fa-76cda862ecfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dec8e40-bd0f-4690-80fa-76cda862ecfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782174392173648384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8b3b5c-eb86-4e05-a258-b442b9ddb930, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efc9fef4-473b-4e06-b5b1-c0ca77b7f27c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efc9fef4-473b-4e06-b5b1-c0ca77b7f27c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702408102216686387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dec8e40-bd0f-4690-80fa-76cda862ecfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca91dd9b-b5fa-47f8-a1d4-66e18133fa86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca91dd9b-b5fa-47f8-a1d4-66e18133fa86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7009141748226268282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efc9fef4-473b-4e06-b5b1-c0ca77b7f27c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3131f999-d6b4-4c04-b8ad-221517534772, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3131f999-d6b4-4c04-b8ad-221517534772, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809731864575052248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca91dd9b-b5fa-47f8-a1d4-66e18133fa86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55ec4968-1ecf-4569-b29e-91f2d8cff1ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55ec4968-1ecf-4569-b29e-91f2d8cff1ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12585065311707779775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3131f999-d6b4-4c04-b8ad-221517534772, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55ec4968-1ecf-4569-b29e-91f2d8cff1ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7aa5b56-3654-44e5-b296-02135714b7ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58a68f7-e594-403d-9e87-76dccaf50298, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58a68f7-e594-403d-9e87-76dccaf50298, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670788348870439160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7aa5b56-3654-44e5-b296-02135714b7ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1040705327812705062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58a68f7-e594-403d-9e87-76dccaf50298, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0c2320-9d61-4705-b41e-97431248d31c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0c2320-9d61-4705-b41e-97431248d31c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1682667475609792074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7aa5b56-3654-44e5-b296-02135714b7ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5629194d-5a72-4c70-bafb-b85ac4d7ea02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5629194d-5a72-4c70-bafb-b85ac4d7ea02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810897434539235126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0c2320-9d61-4705-b41e-97431248d31c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f264fd42-1ea4-4569-9f31-1e97d8de9bdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f264fd42-1ea4-4569-9f31-1e97d8de9bdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6377768179880416166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5629194d-5a72-4c70-bafb-b85ac4d7ea02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 896c69e1-8533-4253-9355-3932e64285b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 896c69e1-8533-4253-9355-3932e64285b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15240600069004516684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f264fd42-1ea4-4569-9f31-1e97d8de9bdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ee6694d-522b-4494-8641-92155c7356d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee6694d-522b-4494-8641-92155c7356d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906686069811144336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 896c69e1-8533-4253-9355-3932e64285b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35539c48-f9b8-4499-9f49-dc11020c106e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35539c48-f9b8-4499-9f49-dc11020c106e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108131755038902879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee6694d-522b-4494-8641-92155c7356d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21f14c37-4e8a-4493-afe4-0b0e8c8b48d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f14c37-4e8a-4493-afe4-0b0e8c8b48d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036434718238338136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35539c48-f9b8-4499-9f49-dc11020c106e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f14c37-4e8a-4493-afe4-0b0e8c8b48d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e188f28e-ca30-4315-954b-ee6a039286a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e188f28e-ca30-4315-954b-ee6a039286a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10121133243630422670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e188f28e-ca30-4315-954b-ee6a039286a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49db237-3405-4ebd-a316-05c42ff5c4b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49db237-3405-4ebd-a316-05c42ff5c4b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14731833892249330280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 040bce8a-f70a-4ffa-91e0-508d0c1d0b2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040bce8a-f70a-4ffa-91e0-508d0c1d0b2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279250152123046439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49db237-3405-4ebd-a316-05c42ff5c4b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7cc2d8-147a-42ac-bd9c-fbadc9fd81cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7cc2d8-147a-42ac-bd9c-fbadc9fd81cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7911261854264962083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040bce8a-f70a-4ffa-91e0-508d0c1d0b2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac05f1d-8c4a-42f8-9544-84cd885794f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7cc2d8-147a-42ac-bd9c-fbadc9fd81cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1400d889-c6a6-46f4-acc4-17016694811b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1400d889-c6a6-46f4-acc4-17016694811b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092622207622991993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac05f1d-8c4a-42f8-9544-84cd885794f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1232785243166015354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1400d889-c6a6-46f4-acc4-17016694811b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4f52ad-70cd-4081-8da6-647ee667a34f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4f52ad-70cd-4081-8da6-647ee667a34f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5613797237121312894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac05f1d-8c4a-42f8-9544-84cd885794f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9d8e827-0441-4a72-9afc-24a3c8c6f420, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d8e827-0441-4a72-9afc-24a3c8c6f420, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9827934423950452421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4f52ad-70cd-4081-8da6-647ee667a34f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c844945f-f0d2-4f7f-8ac4-0544f8f98fae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c844945f-f0d2-4f7f-8ac4-0544f8f98fae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15060211418446882212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d8e827-0441-4a72-9afc-24a3c8c6f420, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d32368f-7ee3-4d09-99cf-6202bc7a51c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d32368f-7ee3-4d09-99cf-6202bc7a51c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7574014055905680957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c844945f-f0d2-4f7f-8ac4-0544f8f98fae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991f43dc-116e-46df-955e-037b7f44b1ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991f43dc-116e-46df-955e-037b7f44b1ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208729005158132908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d32368f-7ee3-4d09-99cf-6202bc7a51c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647aed54-e4d2-45ad-852c-b57e0bb15163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647aed54-e4d2-45ad-852c-b57e0bb15163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128093063425436231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991f43dc-116e-46df-955e-037b7f44b1ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d73742d-3205-4302-b02b-fc4e08a404e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d73742d-3205-4302-b02b-fc4e08a404e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12324050235730442433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647aed54-e4d2-45ad-852c-b57e0bb15163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e99a0eb8-35f8-41c6-8e09-5e24afd45d35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d73742d-3205-4302-b02b-fc4e08a404e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99a0eb8-35f8-41c6-8e09-5e24afd45d35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10476536920968680539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f003343-2bab-4101-ab0f-507a801a494c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f003343-2bab-4101-ab0f-507a801a494c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 286437103896712430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99a0eb8-35f8-41c6-8e09-5e24afd45d35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f003343-2bab-4101-ab0f-507a801a494c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cb8dbc5-edc6-47ca-a3fe-129e87974a96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb8dbc5-edc6-47ca-a3fe-129e87974a96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483942588494200336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2901a857-c4d4-4db8-8142-ee605cd74fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2901a857-c4d4-4db8-8142-ee605cd74fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522795368485934747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb8dbc5-edc6-47ca-a3fe-129e87974a96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df0b472d-9ecf-44dc-bad9-1c8d8e1e94b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0b472d-9ecf-44dc-bad9-1c8d8e1e94b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3356281882950521213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2901a857-c4d4-4db8-8142-ee605cd74fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02026041-005a-424a-9078-180206e2f67f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02026041-005a-424a-9078-180206e2f67f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808318755531159778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0b472d-9ecf-44dc-bad9-1c8d8e1e94b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c7fcb4-ef32-4ff7-8633-c266587896ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c7fcb4-ef32-4ff7-8633-c266587896ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6944501221401684487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02026041-005a-424a-9078-180206e2f67f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334285f5-8cc9-4f4e-8e2d-912abbafb632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c7fcb4-ef32-4ff7-8633-c266587896ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ca1d3d9-ebf1-482a-8ef8-e3b75d77c9d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ca1d3d9-ebf1-482a-8ef8-e3b75d77c9d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12948064509367526683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334285f5-8cc9-4f4e-8e2d-912abbafb632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11890422331778299727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ca1d3d9-ebf1-482a-8ef8-e3b75d77c9d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14807fb4-f723-44f3-a60b-a7b859ebb07b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14807fb4-f723-44f3-a60b-a7b859ebb07b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055570370237219208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334285f5-8cc9-4f4e-8e2d-912abbafb632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 249e1527-34fa-41ff-970c-f0e5176073f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249e1527-34fa-41ff-970c-f0e5176073f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10230965888168615072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14807fb4-f723-44f3-a60b-a7b859ebb07b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e3eade4-84a5-4b4c-88dd-802fc2c7cdc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249e1527-34fa-41ff-970c-f0e5176073f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3eade4-84a5-4b4c-88dd-802fc2c7cdc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10806520220548417509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c89a43-0ff2-4634-8ca3-a99f670b9cec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c89a43-0ff2-4634-8ca3-a99f670b9cec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8048345303331684876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3eade4-84a5-4b4c-88dd-802fc2c7cdc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5e7d68-43f7-490e-b34d-bde75cf90ca9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 25ca7f8f-fe60-43b7-9678-ce3ab69634e0, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 25ca7f8f-fe60-43b7-9678-ce3ab69634e0, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5e7d68-43f7-490e-b34d-bde75cf90ca9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11488456151573999214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c89a43-0ff2-4634-8ca3-a99f670b9cec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fb87a8d-4e0f-4c8c-8051-4ae8f46e3302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb87a8d-4e0f-4c8c-8051-4ae8f46e3302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16154321513050970577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577" } } } 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, 25ca7f8f-fe60-43b7-9678-ce3ab69634e0, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5e7d68-43f7-490e-b34d-bde75cf90ca9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f361058-510a-4d6e-8435-bb5820fda93a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f361058-510a-4d6e-8435-bb5820fda93a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1885140119706275942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb87a8d-4e0f-4c8c-8051-4ae8f46e3302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f515fa0d-cfff-46c9-8ca2-9b021753da0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f515fa0d-cfff-46c9-8ca2-9b021753da0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17443793900243053422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f361058-510a-4d6e-8435-bb5820fda93a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a7f0e69-d044-4e26-b4da-646d1149e682, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7f0e69-d044-4e26-b4da-646d1149e682, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5388650725991194981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f515fa0d-cfff-46c9-8ca2-9b021753da0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7f0e69-d044-4e26-b4da-646d1149e682, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3bbc149-07ad-4ef3-9088-0f96d9f1392c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8450895a-2839-4a2d-83f5-09917678ec4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8450895a-2839-4a2d-83f5-09917678ec4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163831652246915065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bbc149-07ad-4ef3-9088-0f96d9f1392c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485884108594396218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bbc149-07ad-4ef3-9088-0f96d9f1392c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8450895a-2839-4a2d-83f5-09917678ec4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5045ed25-22ad-42ae-b737-6acea0c11ef4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5045ed25-22ad-42ae-b737-6acea0c11ef4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2780218718721106244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a70f16-5377-4642-8953-c4d89484725b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a70f16-5377-4642-8953-c4d89484725b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16417462594366009168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5045ed25-22ad-42ae-b737-6acea0c11ef4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b87268b-d92c-4fca-8d60-2078d14fbd6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b87268b-d92c-4fca-8d60-2078d14fbd6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10618011376080425955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a70f16-5377-4642-8953-c4d89484725b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7f36e43-55f5-4af0-bdaa-8b34c98dc2ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f36e43-55f5-4af0-bdaa-8b34c98dc2ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206999760325885079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b87268b-d92c-4fca-8d60-2078d14fbd6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a9473c2-80fe-4840-8d5b-bc30574ca7a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9473c2-80fe-4840-8d5b-bc30574ca7a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852190034518101215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f36e43-55f5-4af0-bdaa-8b34c98dc2ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92fbbe38-704e-452d-9429-7571d41e96cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fbbe38-704e-452d-9429-7571d41e96cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984756754423321708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9473c2-80fe-4840-8d5b-bc30574ca7a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fbbe38-704e-452d-9429-7571d41e96cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d1dc62-5da3-4564-a6de-948aa111bf20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d1dc62-5da3-4564-a6de-948aa111bf20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331595632414098074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb04496-e804-45cb-b171-b26430a202b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb04496-e804-45cb-b171-b26430a202b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1279594654017375515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d1dc62-5da3-4564-a6de-948aa111bf20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f510e58-9992-48f9-8c5e-3a8548d44332, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f510e58-9992-48f9-8c5e-3a8548d44332, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13742388868497478090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb04496-e804-45cb-b171-b26430a202b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc1dd71-067a-4bc1-a2c2-9b2c5d8e25c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc1dd71-067a-4bc1-a2c2-9b2c5d8e25c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7625095277331651708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f510e58-9992-48f9-8c5e-3a8548d44332, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd4ef64b-fdc8-434d-ba6c-f7d013910e81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4ef64b-fdc8-434d-ba6c-f7d013910e81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8862960909406976450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc1dd71-067a-4bc1-a2c2-9b2c5d8e25c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4ef64b-fdc8-434d-ba6c-f7d013910e81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2e8d273-e72b-4957-a8d3-d689a5d3d237, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e8d273-e72b-4957-a8d3-d689a5d3d237, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717258840587195506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab261196-3313-4e90-b3b6-2be5a6b5ea48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab261196-3313-4e90-b3b6-2be5a6b5ea48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12427975633497697965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e8d273-e72b-4957-a8d3-d689a5d3d237, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed485e5e-3f25-4153-a76f-0ffbecd8e8ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed485e5e-3f25-4153-a76f-0ffbecd8e8ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405000810906233191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab261196-3313-4e90-b3b6-2be5a6b5ea48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d733ed52-605a-493b-9ce9-9ca728a13193, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d733ed52-605a-493b-9ce9-9ca728a13193, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14073712139563924248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed485e5e-3f25-4153-a76f-0ffbecd8e8ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fdb8faa-b3d2-4d54-ae04-19d4461ab826, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fdb8faa-b3d2-4d54-ae04-19d4461ab826, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12082020694404783849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d733ed52-605a-493b-9ce9-9ca728a13193, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fdb8faa-b3d2-4d54-ae04-19d4461ab826, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18a532a8-dc6a-455c-ac80-f4568d325c97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491e8666-f49c-4018-b538-4771a2423134, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491e8666-f49c-4018-b538-4771a2423134, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1545824233035641880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a532a8-dc6a-455c-ac80-f4568d325c97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8241868729012243741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491e8666-f49c-4018-b538-4771a2423134, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5eb7765-994b-47d2-bed7-fee2e584e112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5eb7765-994b-47d2-bed7-fee2e584e112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6508064215059757439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a532a8-dc6a-455c-ac80-f4568d325c97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feaed81f-9ae3-4f0a-a4aa-e32b0caeea71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feaed81f-9ae3-4f0a-a4aa-e32b0caeea71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13991756322619947271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5eb7765-994b-47d2-bed7-fee2e584e112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2335a90-b53e-4055-87c6-95b981386720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2335a90-b53e-4055-87c6-95b981386720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13903837625157478773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feaed81f-9ae3-4f0a-a4aa-e32b0caeea71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bffa64e-52b4-4d30-82a7-12eccc3f4927, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bffa64e-52b4-4d30-82a7-12eccc3f4927, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4917489642193782009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2335a90-b53e-4055-87c6-95b981386720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae84266d-53e6-4bd0-a9c3-5461626a3bda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae84266d-53e6-4bd0-a9c3-5461626a3bda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1374808981837378706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bffa64e-52b4-4d30-82a7-12eccc3f4927, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03d09aa-af53-4183-9b21-a364b24d5bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03d09aa-af53-4183-9b21-a364b24d5bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877918643594934080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae84266d-53e6-4bd0-a9c3-5461626a3bda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03d09aa-af53-4183-9b21-a364b24d5bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6111797c-4778-4c4e-a872-53908945bdca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6111797c-4778-4c4e-a872-53908945bdca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9893120771794355432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea069520-11a8-4122-81c4-4d36f216d80a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea069520-11a8-4122-81c4-4d36f216d80a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171246627810605414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6111797c-4778-4c4e-a872-53908945bdca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea069520-11a8-4122-81c4-4d36f216d80a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1826f817-cfe9-428e-a2c2-091ea1ee0067, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1826f817-cfe9-428e-a2c2-091ea1ee0067, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354952184992504092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35a1b1ef-f1e1-4726-b449-63c4f4b5dfe9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a1b1ef-f1e1-4726-b449-63c4f4b5dfe9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841709789290974556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1826f817-cfe9-428e-a2c2-091ea1ee0067, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4056c4ba-c097-4927-93d2-b423882e4cbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4056c4ba-c097-4927-93d2-b423882e4cbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197532053271865822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a1b1ef-f1e1-4726-b449-63c4f4b5dfe9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e5a6db-3954-41e5-9c1e-bcd3482285b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e5a6db-3954-41e5-9c1e-bcd3482285b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6025427643508002809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4056c4ba-c097-4927-93d2-b423882e4cbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f7fc6bc-29e2-4020-95f2-45c4a4bb2cf8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7fc6bc-29e2-4020-95f2-45c4a4bb2cf8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17562840340661507715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e5a6db-3954-41e5-9c1e-bcd3482285b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eee7298d-71f1-4dc4-843c-8af0c72d54b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee7298d-71f1-4dc4-843c-8af0c72d54b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6940543607256232005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7fc6bc-29e2-4020-95f2-45c4a4bb2cf8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e822a9e9-7da6-4bad-b38e-c41cbf7013b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e822a9e9-7da6-4bad-b38e-c41cbf7013b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10187225877476143638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee7298d-71f1-4dc4-843c-8af0c72d54b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5f8599e-1793-4413-b674-fd0083124cd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f8599e-1793-4413-b674-fd0083124cd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1802046011495876656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f8599e-1793-4413-b674-fd0083124cd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8968dd97-8b55-4688-91c0-109dadd3518b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8968dd97-8b55-4688-91c0-109dadd3518b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4034677655065572828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e822a9e9-7da6-4bad-b38e-c41cbf7013b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d018828-840e-4f82-adca-aad708f5e88d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d018828-840e-4f82-adca-aad708f5e88d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17013638247907070528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8968dd97-8b55-4688-91c0-109dadd3518b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78fdf1ee-60e4-46ad-bb02-c7093aabfa86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fdf1ee-60e4-46ad-bb02-c7093aabfa86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18401467454517128470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d018828-840e-4f82-adca-aad708f5e88d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a8e875d-8aae-4eed-ba13-e4f7412b9781, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8e875d-8aae-4eed-ba13-e4f7412b9781, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2300821523602335232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fdf1ee-60e4-46ad-bb02-c7093aabfa86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 940cc812-249b-4d93-a890-4131f8b0da90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8e875d-8aae-4eed-ba13-e4f7412b9781, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b7a7bf-18ca-4979-bc14-4d2e3e9f8c68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b7a7bf-18ca-4979-bc14-4d2e3e9f8c68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225188400527276876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940cc812-249b-4d93-a890-4131f8b0da90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3061833525570246389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b7a7bf-18ca-4979-bc14-4d2e3e9f8c68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d03f9c-d6e1-4752-be33-60eceb30d97c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d03f9c-d6e1-4752-be33-60eceb30d97c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17460646089025658620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940cc812-249b-4d93-a890-4131f8b0da90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ffdca9-10b4-4793-8f95-78edcd59c47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ffdca9-10b4-4793-8f95-78edcd59c47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17162797102378181284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d03f9c-d6e1-4752-be33-60eceb30d97c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f1427d4-9f49-4c1e-b0f8-739786c5e218, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f1427d4-9f49-4c1e-b0f8-739786c5e218, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527290844253466421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ffdca9-10b4-4793-8f95-78edcd59c47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 473c1395-dfd8-4ae6-93eb-9691a8432a5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473c1395-dfd8-4ae6-93eb-9691a8432a5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12834872797216450719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f1427d4-9f49-4c1e-b0f8-739786c5e218, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e7fcd7-07ff-4bdd-b41d-0bd57316eff1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e7fcd7-07ff-4bdd-b41d-0bd57316eff1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302372474384848307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473c1395-dfd8-4ae6-93eb-9691a8432a5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a55a9c27-b93a-4519-9ca8-35163fef47cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55a9c27-b93a-4519-9ca8-35163fef47cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666469330590786986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55a9c27-b93a-4519-9ca8-35163fef47cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4835906d-d3f1-4fe8-b827-ad528e69e62f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4835906d-d3f1-4fe8-b827-ad528e69e62f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8965727599896059808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e7fcd7-07ff-4bdd-b41d-0bd57316eff1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe7c752-a335-4ac7-9648-0948107d7980, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe7c752-a335-4ac7-9648-0948107d7980, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802844551309719519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4835906d-d3f1-4fe8-b827-ad528e69e62f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de9bc618-7d70-40d9-89e2-bc4649d9fb52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9bc618-7d70-40d9-89e2-bc4649d9fb52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959099893215231081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe7c752-a335-4ac7-9648-0948107d7980, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d761f808-9377-4047-a645-e17f9a175b50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d761f808-9377-4047-a645-e17f9a175b50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503339476674087023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9bc618-7d70-40d9-89e2-bc4649d9fb52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffb2c022-d442-4db5-9d23-2516db8941fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb2c022-d442-4db5-9d23-2516db8941fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8908556355152582486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d761f808-9377-4047-a645-e17f9a175b50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e19acd69-3c9c-4d3e-be58-facdfaaa2f13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19acd69-3c9c-4d3e-be58-facdfaaa2f13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235007379003265247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb2c022-d442-4db5-9d23-2516db8941fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64a7076b-d66a-4b9f-b230-9e80056caa87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a7076b-d66a-4b9f-b230-9e80056caa87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14059914861710065170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19acd69-3c9c-4d3e-be58-facdfaaa2f13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d6445ff-ed49-4055-986a-ca2bd43a0f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a7076b-d66a-4b9f-b230-9e80056caa87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1726510a-fad1-4773-9f91-5dce4b8566b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6445ff-ed49-4055-986a-ca2bd43a0f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15967420700298155995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1726510a-fad1-4773-9f91-5dce4b8566b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931921399063395980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6445ff-ed49-4055-986a-ca2bd43a0f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ced0f5d-6301-4dc4-a4c4-f2416dc70680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1726510a-fad1-4773-9f91-5dce4b8566b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 796b98e1-f4de-4ec1-8726-e902ae4aa04d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796b98e1-f4de-4ec1-8726-e902ae4aa04d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15930897437860654648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ced0f5d-6301-4dc4-a4c4-f2416dc70680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5356568228308682032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796b98e1-f4de-4ec1-8726-e902ae4aa04d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ced0f5d-6301-4dc4-a4c4-f2416dc70680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bacb582f-b13f-45ca-94f4-8fabd640c13c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7d86b7-e6a4-4070-b0c7-6da5c8e7f0ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7d86b7-e6a4-4070-b0c7-6da5c8e7f0ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12209067080479776553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacb582f-b13f-45ca-94f4-8fabd640c13c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2422668458637658269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7d86b7-e6a4-4070-b0c7-6da5c8e7f0ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f58492-2289-4d12-b9ad-e57ce6e63741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f58492-2289-4d12-b9ad-e57ce6e63741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256125690968055939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacb582f-b13f-45ca-94f4-8fabd640c13c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f58492-2289-4d12-b9ad-e57ce6e63741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63ef1c1b-0b3b-491c-abfe-aa592ea6ee52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ef1c1b-0b3b-491c-abfe-aa592ea6ee52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14902160572907836031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0400bbee-4fca-441e-b994-3ae04b8f3747, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0400bbee-4fca-441e-b994-3ae04b8f3747, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 150974465751641907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0400bbee-4fca-441e-b994-3ae04b8f3747, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eab4aea-4fc7-4b55-8ef1-5357dd0bfb2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eab4aea-4fc7-4b55-8ef1-5357dd0bfb2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4434371223960283391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ef1c1b-0b3b-491c-abfe-aa592ea6ee52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81b2a4a9-dd95-4298-a8e8-f3ef2a94c7aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b2a4a9-dd95-4298-a8e8-f3ef2a94c7aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510183270005841207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eab4aea-4fc7-4b55-8ef1-5357dd0bfb2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23aadfa7-4eb2-49be-b239-90baa7ca5215, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23aadfa7-4eb2-49be-b239-90baa7ca5215, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5799059466369943482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b2a4a9-dd95-4298-a8e8-f3ef2a94c7aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95ce5dfd-2c53-47e1-8d6a-d1dcd37a0d6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ce5dfd-2c53-47e1-8d6a-d1dcd37a0d6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13577581900665943718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23aadfa7-4eb2-49be-b239-90baa7ca5215, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c451f-621c-4dff-9a6c-d29b8868c503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c451f-621c-4dff-9a6c-d29b8868c503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2750203728567440085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ce5dfd-2c53-47e1-8d6a-d1dcd37a0d6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae2f7827-28ed-41f3-9746-753520de29e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2f7827-28ed-41f3-9746-753520de29e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11300510866715208483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c451f-621c-4dff-9a6c-d29b8868c503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18b3b75a-b244-486c-bba8-4f5b6768ff9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b3b75a-b244-486c-bba8-4f5b6768ff9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16119448223375192863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2f7827-28ed-41f3-9746-753520de29e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25797f75-4428-4f3c-bf88-d667aa2f4aac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b3b75a-b244-486c-bba8-4f5b6768ff9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12ef2904-f94e-400c-8a9c-1892bfdc19c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ef2904-f94e-400c-8a9c-1892bfdc19c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031423956647286656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25797f75-4428-4f3c-bf88-d667aa2f4aac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15971782466096222340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25797f75-4428-4f3c-bf88-d667aa2f4aac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ef2904-f94e-400c-8a9c-1892bfdc19c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd72900f-c290-4ead-904a-2a6bbbffd255, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd72900f-c290-4ead-904a-2a6bbbffd255, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812304398814476515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907f048c-3448-45e7-8ed5-11a1122f050b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907f048c-3448-45e7-8ed5-11a1122f050b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444997910651042500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd72900f-c290-4ead-904a-2a6bbbffd255, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00b1aaeb-4057-4fc5-80f2-1ec9415b564f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b1aaeb-4057-4fc5-80f2-1ec9415b564f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17781913630488993677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907f048c-3448-45e7-8ed5-11a1122f050b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 381dd00a-28b5-4a89-aaa8-c33aa6f67d06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381dd00a-28b5-4a89-aaa8-c33aa6f67d06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5494405807734113217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b1aaeb-4057-4fc5-80f2-1ec9415b564f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e586cb7-49bb-4c60-839c-d39df5544bba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e586cb7-49bb-4c60-839c-d39df5544bba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5383703369377340199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381dd00a-28b5-4a89-aaa8-c33aa6f67d06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef78d83f-e706-4ddc-b32c-77ecc2bd10ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef78d83f-e706-4ddc-b32c-77ecc2bd10ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080449456576262442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e586cb7-49bb-4c60-839c-d39df5544bba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 649de038-943b-4bb8-b251-54112fbddd41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649de038-943b-4bb8-b251-54112fbddd41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17727640288729371798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef78d83f-e706-4ddc-b32c-77ecc2bd10ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78c74b79-d2cb-4e6c-ad6a-6cd94349662b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c74b79-d2cb-4e6c-ad6a-6cd94349662b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1708440823018176471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649de038-943b-4bb8-b251-54112fbddd41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221a7ac3-b6a5-4a82-9d72-7fae2da487b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c74b79-d2cb-4e6c-ad6a-6cd94349662b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221a7ac3-b6a5-4a82-9d72-7fae2da487b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823356642909463027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1611b00e-946c-46c7-896a-37b63aca1fb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1611b00e-946c-46c7-896a-37b63aca1fb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196315164329897867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221a7ac3-b6a5-4a82-9d72-7fae2da487b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9165a4f-c8f9-454c-9bd5-4465af6bd5f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9165a4f-c8f9-454c-9bd5-4465af6bd5f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360957944611624166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1611b00e-946c-46c7-896a-37b63aca1fb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55cefc4b-00c2-43e7-aefe-aad08a98cc55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cefc4b-00c2-43e7-aefe-aad08a98cc55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11053466018249354978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9165a4f-c8f9-454c-9bd5-4465af6bd5f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c98bee4-c409-46da-a32c-5255e6792271, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c98bee4-c409-46da-a32c-5255e6792271, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309308161075123512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cefc4b-00c2-43e7-aefe-aad08a98cc55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c66ef33-77db-49b8-9a7a-585c274d8367, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c66ef33-77db-49b8-9a7a-585c274d8367, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309449946297281609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c98bee4-c409-46da-a32c-5255e6792271, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca73273-5975-4aeb-bf6d-84feecd797ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca73273-5975-4aeb-bf6d-84feecd797ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5631714115906745724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c66ef33-77db-49b8-9a7a-585c274d8367, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e9e90c8-6329-4318-a138-37959b0e0cbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9e90c8-6329-4318-a138-37959b0e0cbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17259149965042524564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca73273-5975-4aeb-bf6d-84feecd797ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5411ef8-0624-42fa-8633-e025662807d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5411ef8-0624-42fa-8633-e025662807d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6553718349668889786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9e90c8-6329-4318-a138-37959b0e0cbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97eb982b-7bfa-42d2-9466-4a15176619f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97eb982b-7bfa-42d2-9466-4a15176619f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12371848867158452248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5411ef8-0624-42fa-8633-e025662807d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e731b12-c6d1-44b3-96bc-dd4ee7cd4e23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e731b12-c6d1-44b3-96bc-dd4ee7cd4e23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9289584633267028279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97eb982b-7bfa-42d2-9466-4a15176619f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 098c00a5-c98e-4073-b88c-508332f32536, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098c00a5-c98e-4073-b88c-508332f32536, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1433048261982211671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098c00a5-c98e-4073-b88c-508332f32536, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1101923a-aada-40c6-bb7e-c5a8c9682945, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1101923a-aada-40c6-bb7e-c5a8c9682945, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280146162198341871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e731b12-c6d1-44b3-96bc-dd4ee7cd4e23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 941c325d-43de-4d67-9cfe-29a8c5ed8a27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941c325d-43de-4d67-9cfe-29a8c5ed8a27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7450387786680851120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1101923a-aada-40c6-bb7e-c5a8c9682945, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d647fdac-6224-4a1c-92f5-a2277b03d2ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d647fdac-6224-4a1c-92f5-a2277b03d2ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566730047558140666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941c325d-43de-4d67-9cfe-29a8c5ed8a27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fd63464-c61f-499f-afe7-1b42edd9e695, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd63464-c61f-499f-afe7-1b42edd9e695, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755363754964990073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d647fdac-6224-4a1c-92f5-a2277b03d2ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c73a1b-e43b-4d3a-b2e9-24a9c03f8c43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c73a1b-e43b-4d3a-b2e9-24a9c03f8c43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15153275242644536920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd63464-c61f-499f-afe7-1b42edd9e695, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 404e7770-124d-415d-99a2-b0dbb0f78bf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404e7770-124d-415d-99a2-b0dbb0f78bf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202057985707689605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c73a1b-e43b-4d3a-b2e9-24a9c03f8c43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404e7770-124d-415d-99a2-b0dbb0f78bf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 739a8c75-b09f-4efd-aabf-7147d22c9f35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93112f69-6084-4b5f-9cf3-02ab936beb9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93112f69-6084-4b5f-9cf3-02ab936beb9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6376611623244050747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 739a8c75-b09f-4efd-aabf-7147d22c9f35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760277501003274077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93112f69-6084-4b5f-9cf3-02ab936beb9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc18f92-cb2c-4ee5-9902-6ffe7872fac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc18f92-cb2c-4ee5-9902-6ffe7872fac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563865447079144767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 739a8c75-b09f-4efd-aabf-7147d22c9f35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f12771b-49de-42a9-93af-23c67009899e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f12771b-49de-42a9-93af-23c67009899e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9123853791322795709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc18f92-cb2c-4ee5-9902-6ffe7872fac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78a7a463-4c50-4b91-8bfe-9d95ebf78619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a7a463-4c50-4b91-8bfe-9d95ebf78619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18409649751363031608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f12771b-49de-42a9-93af-23c67009899e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 523b1ae8-24f0-4f0a-8920-13d444d93383, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 523b1ae8-24f0-4f0a-8920-13d444d93383, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1746434887243308271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a7a463-4c50-4b91-8bfe-9d95ebf78619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19d9bf1f-2a15-41b0-9f3d-42555f72d08f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d9bf1f-2a15-41b0-9f3d-42555f72d08f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8027554574705585589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 523b1ae8-24f0-4f0a-8920-13d444d93383, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 747debaa-02de-456b-80b8-8868f24c8c05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747debaa-02de-456b-80b8-8868f24c8c05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14175868405261263489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d9bf1f-2a15-41b0-9f3d-42555f72d08f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f1a731-01cf-4a16-9d80-26f805d83b15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f1a731-01cf-4a16-9d80-26f805d83b15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1256854965947899335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747debaa-02de-456b-80b8-8868f24c8c05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d1c5a5-90c8-45bc-a0be-dfb195733074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d1c5a5-90c8-45bc-a0be-dfb195733074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893955200378076572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f1a731-01cf-4a16-9d80-26f805d83b15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22000815-2f6f-44b7-a6b9-7b6065541484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22000815-2f6f-44b7-a6b9-7b6065541484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9572289971580583757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d1c5a5-90c8-45bc-a0be-dfb195733074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 458d6437-a011-4ab8-b8c6-10f779381fae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458d6437-a011-4ab8-b8c6-10f779381fae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7885481212874078978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22000815-2f6f-44b7-a6b9-7b6065541484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e05d4537-e025-4e0a-9187-83f1a8305f7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05d4537-e025-4e0a-9187-83f1a8305f7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10883058800950262282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458d6437-a011-4ab8-b8c6-10f779381fae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9767004-6c9f-4581-9679-b75f2c18fc2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9767004-6c9f-4581-9679-b75f2c18fc2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5652676014908388596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05d4537-e025-4e0a-9187-83f1a8305f7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e5bc949-95dd-44ac-a458-cca3000049d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5bc949-95dd-44ac-a458-cca3000049d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17521526026641875613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9767004-6c9f-4581-9679-b75f2c18fc2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4db3826b-23f0-4245-9831-e3866db2ac85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5bc949-95dd-44ac-a458-cca3000049d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0659288-6bce-4c69-a08b-21a994e035ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0659288-6bce-4c69-a08b-21a994e035ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8821576702383166954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db3826b-23f0-4245-9831-e3866db2ac85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053562003345380802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0659288-6bce-4c69-a08b-21a994e035ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a8d6742-7890-4e6c-b060-9470892ef6d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db3826b-23f0-4245-9831-e3866db2ac85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8d6742-7890-4e6c-b060-9470892ef6d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13111930625040124825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b476bf42-f9fe-4fdb-984c-235e896a778d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b476bf42-f9fe-4fdb-984c-235e896a778d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752344237844023298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8d6742-7890-4e6c-b060-9470892ef6d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b06765a-80db-4987-b3c0-92e5b9de34b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b06765a-80db-4987-b3c0-92e5b9de34b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14606310044940058674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b476bf42-f9fe-4fdb-984c-235e896a778d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9026bb37-0a75-4cee-9df1-bb1ac233b4a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9026bb37-0a75-4cee-9df1-bb1ac233b4a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902598530508068414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b06765a-80db-4987-b3c0-92e5b9de34b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc245021-9189-4908-8c09-bfd1265cd839, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc245021-9189-4908-8c09-bfd1265cd839, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311930085963852643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc245021-9189-4908-8c09-bfd1265cd839, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3459ebf3-aea5-4cbd-b6f0-abeaabe3ef9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9026bb37-0a75-4cee-9df1-bb1ac233b4a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3459ebf3-aea5-4cbd-b6f0-abeaabe3ef9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454456643170069517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8715bfe8-b221-490c-8d65-b29434748c5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8715bfe8-b221-490c-8d65-b29434748c5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5166034993137084148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3459ebf3-aea5-4cbd-b6f0-abeaabe3ef9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8715bfe8-b221-490c-8d65-b29434748c5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2436b442-4255-4e9b-a428-f087a7ee23aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2436b442-4255-4e9b-a428-f087a7ee23aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1560771991380145133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 724fd276-311a-49ec-92e4-0364b86e6c46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724fd276-311a-49ec-92e4-0364b86e6c46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6388863556246924295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2436b442-4255-4e9b-a428-f087a7ee23aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb9adb1-5025-4636-8b0d-3a2178d15a6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb9adb1-5025-4636-8b0d-3a2178d15a6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939139659071649811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724fd276-311a-49ec-92e4-0364b86e6c46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ff3b8d-d842-430e-95af-7291419715ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ff3b8d-d842-430e-95af-7291419715ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13727598718351241017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb9adb1-5025-4636-8b0d-3a2178d15a6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647b49eb-3c01-4be1-8fe0-eb656748ca5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647b49eb-3c01-4be1-8fe0-eb656748ca5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1347898818499819936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ff3b8d-d842-430e-95af-7291419715ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a762d25-cf6a-43b0-9df5-147a58c6cb6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a762d25-cf6a-43b0-9df5-147a58c6cb6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18052612194493224488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647b49eb-3c01-4be1-8fe0-eb656748ca5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 667b6055-ec8f-482c-b23c-0dced0ae548e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a762d25-cf6a-43b0-9df5-147a58c6cb6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d155e420-b8a0-4a5f-8f62-59306a460a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667b6055-ec8f-482c-b23c-0dced0ae548e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7167813965892743274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d155e420-b8a0-4a5f-8f62-59306a460a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4755541581298349344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667b6055-ec8f-482c-b23c-0dced0ae548e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7888506-c34c-4adf-a572-5f891d277703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7888506-c34c-4adf-a572-5f891d277703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11395305110776249370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d155e420-b8a0-4a5f-8f62-59306a460a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd15a2a-23db-4093-89b7-ee7d5c69d878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd15a2a-23db-4093-89b7-ee7d5c69d878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258220815396457968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7888506-c34c-4adf-a572-5f891d277703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfc76d23-54ce-4bec-ad28-a0d484210361, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc76d23-54ce-4bec-ad28-a0d484210361, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212543730767229271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd15a2a-23db-4093-89b7-ee7d5c69d878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f07a7a2-4288-4f51-82f4-cc0067ea5854, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f07a7a2-4288-4f51-82f4-cc0067ea5854, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2331215393006673552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc76d23-54ce-4bec-ad28-a0d484210361, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9109f32a-2dd5-4ffa-882a-0528ed95478a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9109f32a-2dd5-4ffa-882a-0528ed95478a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348260677325343481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f07a7a2-4288-4f51-82f4-cc0067ea5854, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10ba30c2-c7d4-4d61-bb93-296d8297b93f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10ba30c2-c7d4-4d61-bb93-296d8297b93f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10723138955308231678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9109f32a-2dd5-4ffa-882a-0528ed95478a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b218a9f-fa64-4922-932e-c2cb6497af71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b218a9f-fa64-4922-932e-c2cb6497af71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1612326253398158935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10ba30c2-c7d4-4d61-bb93-296d8297b93f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7815d792-ddf2-4c21-9aa4-a8f7dcf32958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7815d792-ddf2-4c21-9aa4-a8f7dcf32958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7173098137942213642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b218a9f-fa64-4922-932e-c2cb6497af71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f35cce-08f4-4587-a837-df357835342d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f35cce-08f4-4587-a837-df357835342d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556801565366237899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7815d792-ddf2-4c21-9aa4-a8f7dcf32958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f35cce-08f4-4587-a837-df357835342d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 205630f9-bd6a-4cd7-88c0-b6829b21f5be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205630f9-bd6a-4cd7-88c0-b6829b21f5be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4311162423174620696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aacc691c-e102-4539-bb95-753fa8e21ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacc691c-e102-4539-bb95-753fa8e21ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10599756462015120427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205630f9-bd6a-4cd7-88c0-b6829b21f5be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db956004-7e2d-4c75-bdde-9c1a44c42c37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db956004-7e2d-4c75-bdde-9c1a44c42c37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306124974010049974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacc691c-e102-4539-bb95-753fa8e21ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db956004-7e2d-4c75-bdde-9c1a44c42c37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772874cf-e802-4f02-90cf-043242a73200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772874cf-e802-4f02-90cf-043242a73200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14687944903623666108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fcbd914-10a4-482c-9f02-c5c4cda60216, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcbd914-10a4-482c-9f02-c5c4cda60216, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 260246931897379772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772874cf-e802-4f02-90cf-043242a73200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c010e6-2d51-44ad-99ff-a1bb5ed9d625, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c010e6-2d51-44ad-99ff-a1bb5ed9d625, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3237542552291520272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcbd914-10a4-482c-9f02-c5c4cda60216, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ec6597-194d-4149-82c4-2008853ebfb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ec6597-194d-4149-82c4-2008853ebfb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051939780459591617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c010e6-2d51-44ad-99ff-a1bb5ed9d625, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b0af44-a0c1-4c92-aacd-1033ecfc4bb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b0af44-a0c1-4c92-aacd-1033ecfc4bb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755120838032517290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ec6597-194d-4149-82c4-2008853ebfb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85df6ef-48cd-435f-977c-35fbaf877f75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85df6ef-48cd-435f-977c-35fbaf877f75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14595288284449248633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b0af44-a0c1-4c92-aacd-1033ecfc4bb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4914137b-eda6-44b5-aa0a-ae8181eafb06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4914137b-eda6-44b5-aa0a-ae8181eafb06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1472496150273829691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85df6ef-48cd-435f-977c-35fbaf877f75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05271185-a4c1-455f-935a-af040108fecd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05271185-a4c1-455f-935a-af040108fecd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517967843114195411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4914137b-eda6-44b5-aa0a-ae8181eafb06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1bbd82b-1384-41e0-b6d2-d4be2a1b01c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bbd82b-1384-41e0-b6d2-d4be2a1b01c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15057066865436993204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05271185-a4c1-455f-935a-af040108fecd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03c18987-cd4f-44c7-83e2-178512f71190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c18987-cd4f-44c7-83e2-178512f71190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840461050346735294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bbd82b-1384-41e0-b6d2-d4be2a1b01c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e69ab38-2c99-418f-9232-f983a991df8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e69ab38-2c99-418f-9232-f983a991df8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1902294547939645372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c18987-cd4f-44c7-83e2-178512f71190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43e00881-c021-44c6-8170-890b548ab742, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e00881-c021-44c6-8170-890b548ab742, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234461417746275067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e69ab38-2c99-418f-9232-f983a991df8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbd5eee6-fe6e-4910-b95a-d47c45f58c59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd5eee6-fe6e-4910-b95a-d47c45f58c59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054701368755619437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e00881-c021-44c6-8170-890b548ab742, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a57f67fe-6cdd-40e1-85cd-f5022f960390, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57f67fe-6cdd-40e1-85cd-f5022f960390, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4723507967611332970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd5eee6-fe6e-4910-b95a-d47c45f58c59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64c907fc-3fb3-4247-9437-b00cd45e6c7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c907fc-3fb3-4247-9437-b00cd45e6c7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10666842123480787228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57f67fe-6cdd-40e1-85cd-f5022f960390, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 476da58f-1438-4cdf-8a47-1046ba466d9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476da58f-1438-4cdf-8a47-1046ba466d9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14480215352012239805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c907fc-3fb3-4247-9437-b00cd45e6c7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7cf529e-1b6b-49dc-8dde-b93e80d59d90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7cf529e-1b6b-49dc-8dde-b93e80d59d90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399718370831252789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476da58f-1438-4cdf-8a47-1046ba466d9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5014e7e4-73d3-4e7e-9436-348b74109f0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5014e7e4-73d3-4e7e-9436-348b74109f0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5061500134208174395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7cf529e-1b6b-49dc-8dde-b93e80d59d90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae760477-a096-4223-b1b5-6f925cfb2f32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae760477-a096-4223-b1b5-6f925cfb2f32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010250030991088251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5014e7e4-73d3-4e7e-9436-348b74109f0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e47477e-36cd-454e-a234-583ae4f24010, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e47477e-36cd-454e-a234-583ae4f24010, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16313720323737419702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae760477-a096-4223-b1b5-6f925cfb2f32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e158b83-9422-4522-8ad9-6561516e5ca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e158b83-9422-4522-8ad9-6561516e5ca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879930870344902421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e47477e-36cd-454e-a234-583ae4f24010, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c34508dc-5559-49da-a546-f8d0f447891d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34508dc-5559-49da-a546-f8d0f447891d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9385128459254527188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e158b83-9422-4522-8ad9-6561516e5ca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bca9af0b-2579-478a-8882-b8725bb87d03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca9af0b-2579-478a-8882-b8725bb87d03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18389121793387547719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34508dc-5559-49da-a546-f8d0f447891d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37471e92-5386-4f2b-8baa-d42ccb614ed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37471e92-5386-4f2b-8baa-d42ccb614ed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17318361841024526211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca9af0b-2579-478a-8882-b8725bb87d03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb98e0be-0a31-428f-aa4d-18c70341c18a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb98e0be-0a31-428f-aa4d-18c70341c18a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17622318014521245401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37471e92-5386-4f2b-8baa-d42ccb614ed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7b3c592-8e02-4cde-9bd8-2e9092b24a19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb98e0be-0a31-428f-aa4d-18c70341c18a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 287321c9-2c92-42c7-9133-39f052e5726a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287321c9-2c92-42c7-9133-39f052e5726a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9191026134820568612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b3c592-8e02-4cde-9bd8-2e9092b24a19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959555337811384607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287321c9-2c92-42c7-9133-39f052e5726a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861c3aae-b4f2-4cee-b4f8-db8a8d9d585c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861c3aae-b4f2-4cee-b4f8-db8a8d9d585c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13461344929367252812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b3c592-8e02-4cde-9bd8-2e9092b24a19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4085caf6-24f8-4139-b7e9-1da27a477285, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4085caf6-24f8-4139-b7e9-1da27a477285, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7786999696894520211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861c3aae-b4f2-4cee-b4f8-db8a8d9d585c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 377bde14-9341-4b23-9681-3b468bfc628e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4085caf6-24f8-4139-b7e9-1da27a477285, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377bde14-9341-4b23-9681-3b468bfc628e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3960382632926863958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb3a8632-12af-4460-bf23-e509af575308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3a8632-12af-4460-bf23-e509af575308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182206389672432433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377bde14-9341-4b23-9681-3b468bfc628e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 438e6090-54d6-40f5-9714-d5ee885725bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438e6090-54d6-40f5-9714-d5ee885725bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138114898306571673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3a8632-12af-4460-bf23-e509af575308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dd53d43-df6c-4ae5-8f39-29c56895daa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd53d43-df6c-4ae5-8f39-29c56895daa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910025211651244151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438e6090-54d6-40f5-9714-d5ee885725bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f253215f-7be6-4bfa-b950-b0550ba4c86c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd53d43-df6c-4ae5-8f39-29c56895daa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d286d044-0444-4222-a8ee-2e6a905943ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d286d044-0444-4222-a8ee-2e6a905943ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16793217875551000598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f253215f-7be6-4bfa-b950-b0550ba4c86c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898369547189715004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d286d044-0444-4222-a8ee-2e6a905943ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f253215f-7be6-4bfa-b950-b0550ba4c86c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fde8533b-d3fe-4b07-88ca-24721ead3363, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde8533b-d3fe-4b07-88ca-24721ead3363, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891628860420715162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fddef191-327d-43ae-a078-d71e379d88fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fddef191-327d-43ae-a078-d71e379d88fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1460490935422175540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde8533b-d3fe-4b07-88ca-24721ead3363, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f7ef682-b968-4bcc-8363-104267cee1d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7ef682-b968-4bcc-8363-104267cee1d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16959442528557226703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fddef191-327d-43ae-a078-d71e379d88fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03b16ef6-cd19-46b7-b0d7-8db49a7cdb4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b16ef6-cd19-46b7-b0d7-8db49a7cdb4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420071805725262896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7ef682-b968-4bcc-8363-104267cee1d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b6a669-a439-4642-a1fc-3f8ada2b7294, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b6a669-a439-4642-a1fc-3f8ada2b7294, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4285277554599837802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b16ef6-cd19-46b7-b0d7-8db49a7cdb4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3ed2886-e97d-4cb9-bfc5-b24d9cdc9424, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3ed2886-e97d-4cb9-bfc5-b24d9cdc9424, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5537957409841911902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b6a669-a439-4642-a1fc-3f8ada2b7294, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2191f96e-c527-40be-9ce9-25ff8b2c1c34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2191f96e-c527-40be-9ce9-25ff8b2c1c34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15182899567935857466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3ed2886-e97d-4cb9-bfc5-b24d9cdc9424, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e7353ff-263c-4632-9dff-de5a8197f56f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e7353ff-263c-4632-9dff-de5a8197f56f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 252940754412378002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2191f96e-c527-40be-9ce9-25ff8b2c1c34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab8e5fe-300c-43d5-9707-a15de7801b1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab8e5fe-300c-43d5-9707-a15de7801b1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307175029517744983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e7353ff-263c-4632-9dff-de5a8197f56f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0213a971-54b6-4126-80f7-22f329034d8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0213a971-54b6-4126-80f7-22f329034d8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5798318098203990105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab8e5fe-300c-43d5-9707-a15de7801b1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de696da-4fd6-45a0-af0e-d7d72ce34c11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de696da-4fd6-45a0-af0e-d7d72ce34c11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9410465073388905124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0213a971-54b6-4126-80f7-22f329034d8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 718c4253-406f-40c6-8cb1-dfd09963611e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 718c4253-406f-40c6-8cb1-dfd09963611e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727528229461476260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de696da-4fd6-45a0-af0e-d7d72ce34c11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57703f11-3bd1-4cd0-96d3-4df506f61dfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57703f11-3bd1-4cd0-96d3-4df506f61dfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11832046934119895692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 718c4253-406f-40c6-8cb1-dfd09963611e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 928d2890-83f1-4f50-b9ae-e28b85458446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 928d2890-83f1-4f50-b9ae-e28b85458446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8485348828019682966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57703f11-3bd1-4cd0-96d3-4df506f61dfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96812e1-610f-434e-8f48-640d94c6e7a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96812e1-610f-434e-8f48-640d94c6e7a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9404795346308601939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 928d2890-83f1-4f50-b9ae-e28b85458446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b52f2b17-7b0c-4310-abcf-5e51c044c88f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52f2b17-7b0c-4310-abcf-5e51c044c88f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8085421562147840105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96812e1-610f-434e-8f48-640d94c6e7a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89cd10e1-561c-4b7f-b6dd-e06dfb65aaae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89cd10e1-561c-4b7f-b6dd-e06dfb65aaae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7048235682972934505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52f2b17-7b0c-4310-abcf-5e51c044c88f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a672756-387f-4e83-ac13-546f0e315210, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a672756-387f-4e83-ac13-546f0e315210, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8810342044772920988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89cd10e1-561c-4b7f-b6dd-e06dfb65aaae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 947dc356-92c0-4b82-93a2-6a778415e317, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947dc356-92c0-4b82-93a2-6a778415e317, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5021430033771037896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a672756-387f-4e83-ac13-546f0e315210, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d8e020-98e7-4527-bcd0-6e9a0c569432, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d8e020-98e7-4527-bcd0-6e9a0c569432, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564703982592453067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947dc356-92c0-4b82-93a2-6a778415e317, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96844880-0ab5-4f81-b3e6-e13021aeabb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96844880-0ab5-4f81-b3e6-e13021aeabb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16700536083061103893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d8e020-98e7-4527-bcd0-6e9a0c569432, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed391b8-9bb4-4af2-a4ee-94979512644e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed391b8-9bb4-4af2-a4ee-94979512644e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7274391341535358583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96844880-0ab5-4f81-b3e6-e13021aeabb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bf994bc-5428-4f3b-a535-f4cddd8c7b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf994bc-5428-4f3b-a535-f4cddd8c7b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572988827863986128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed391b8-9bb4-4af2-a4ee-94979512644e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6af5a151-ed4c-4ad8-ad2a-76033026a599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af5a151-ed4c-4ad8-ad2a-76033026a599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656907547085018025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf994bc-5428-4f3b-a535-f4cddd8c7b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec5f47c-d4c1-4ca9-a403-1377847c5b1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec5f47c-d4c1-4ca9-a403-1377847c5b1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482277401979554652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af5a151-ed4c-4ad8-ad2a-76033026a599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432b0e84-797c-41be-867c-97aa6f7d4dd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432b0e84-797c-41be-867c-97aa6f7d4dd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10203708909384073188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec5f47c-d4c1-4ca9-a403-1377847c5b1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 970b36a0-c10d-45c9-ad08-641830231c31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970b36a0-c10d-45c9-ad08-641830231c31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6881130375926394486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432b0e84-797c-41be-867c-97aa6f7d4dd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 259df66f-1974-4936-b8af-63628f604d52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 259df66f-1974-4936-b8af-63628f604d52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876756306070479772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970b36a0-c10d-45c9-ad08-641830231c31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f01807-9baa-42b9-8b56-d725535f86c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f01807-9baa-42b9-8b56-d725535f86c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7040801462349849606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 259df66f-1974-4936-b8af-63628f604d52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 223ed68e-dd89-40d4-90fb-9eb75b1a39ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223ed68e-dd89-40d4-90fb-9eb75b1a39ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805412398721237835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f01807-9baa-42b9-8b56-d725535f86c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad0f629e-f2fe-4c30-8153-e3836dc962c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0f629e-f2fe-4c30-8153-e3836dc962c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069639292492540405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223ed68e-dd89-40d4-90fb-9eb75b1a39ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f187f7-2404-4768-a3be-a6502e08b3ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f187f7-2404-4768-a3be-a6502e08b3ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7278826110876583198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0f629e-f2fe-4c30-8153-e3836dc962c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1988945-48df-4d4a-8dc6-65c63c4bcd13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1988945-48df-4d4a-8dc6-65c63c4bcd13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5462253376431987934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f187f7-2404-4768-a3be-a6502e08b3ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e821f81b-903f-4690-bc17-9305d5115343, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e821f81b-903f-4690-bc17-9305d5115343, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449832626842156975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1988945-48df-4d4a-8dc6-65c63c4bcd13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79fa022d-96ff-4eb7-8f2c-47389fbf32e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79fa022d-96ff-4eb7-8f2c-47389fbf32e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001977535757725342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79fa022d-96ff-4eb7-8f2c-47389fbf32e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe7cb59d-eba2-4a7b-a59c-f065001ee750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7cb59d-eba2-4a7b-a59c-f065001ee750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8877003095479033120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7cb59d-eba2-4a7b-a59c-f065001ee750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d71d57b-441f-42e1-a110-eb4e46a201a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d71d57b-441f-42e1-a110-eb4e46a201a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18131146371401727153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e821f81b-903f-4690-bc17-9305d5115343, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1c966a3-1b04-45d5-88f6-3f6148a2b2f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c966a3-1b04-45d5-88f6-3f6148a2b2f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3841966508212705504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d71d57b-441f-42e1-a110-eb4e46a201a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14859275-8298-40ee-99d6-96ddb5040628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14859275-8298-40ee-99d6-96ddb5040628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3586383246587278107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c966a3-1b04-45d5-88f6-3f6148a2b2f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d9c7be9-d822-48c9-bb7c-6bd106064e03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d9c7be9-d822-48c9-bb7c-6bd106064e03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15883337752107497152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14859275-8298-40ee-99d6-96ddb5040628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40f1a3ff-611d-4e42-9e3f-459926b6d3ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f1a3ff-611d-4e42-9e3f-459926b6d3ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444296439901434859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d9c7be9-d822-48c9-bb7c-6bd106064e03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a813af-0a4a-47fb-a2b2-699112db85dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a813af-0a4a-47fb-a2b2-699112db85dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4225689132279976359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f1a3ff-611d-4e42-9e3f-459926b6d3ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc3265ff-d170-4a32-a729-d1909ec15ec8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3265ff-d170-4a32-a729-d1909ec15ec8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2608154865644063155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a813af-0a4a-47fb-a2b2-699112db85dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8d35194-10c2-4d23-9def-34c72448a81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d35194-10c2-4d23-9def-34c72448a81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11883295588588268234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3265ff-d170-4a32-a729-d1909ec15ec8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03be729-bab7-46a8-a603-176c3b44257d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d35194-10c2-4d23-9def-34c72448a81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 224bb5fd-20a2-4430-8a15-5ad82b608346, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224bb5fd-20a2-4430-8a15-5ad82b608346, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615825342790627512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03be729-bab7-46a8-a603-176c3b44257d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16060673572060520311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224bb5fd-20a2-4430-8a15-5ad82b608346, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a4a4694-85ce-4707-98df-53b03248808e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4a4694-85ce-4707-98df-53b03248808e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738653566781144066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03be729-bab7-46a8-a603-176c3b44257d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0aae97f-9ec0-4f04-8f8e-fceece7e3bb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0aae97f-9ec0-4f04-8f8e-fceece7e3bb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1864793978638573104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4a4694-85ce-4707-98df-53b03248808e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c7b98f8-1744-4bb5-92aa-c8dd5732cb98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7b98f8-1744-4bb5-92aa-c8dd5732cb98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9117626105400661120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0aae97f-9ec0-4f04-8f8e-fceece7e3bb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ff061ff-ac6d-45e4-9c97-5aa44cacbf10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff061ff-ac6d-45e4-9c97-5aa44cacbf10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054294882413284851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7b98f8-1744-4bb5-92aa-c8dd5732cb98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 283bcafd-ca40-4c92-99f8-a8768c70183c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283bcafd-ca40-4c92-99f8-a8768c70183c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1477879671544532597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff061ff-ac6d-45e4-9c97-5aa44cacbf10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0891e65d-d4ea-4a02-8989-f7a2799f0fbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0891e65d-d4ea-4a02-8989-f7a2799f0fbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557789603850905541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283bcafd-ca40-4c92-99f8-a8768c70183c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c3c9dec-60b4-400b-8cf1-5dbcbc1b0764, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3c9dec-60b4-400b-8cf1-5dbcbc1b0764, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18004965876170894984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0891e65d-d4ea-4a02-8989-f7a2799f0fbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3c9dec-60b4-400b-8cf1-5dbcbc1b0764, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5e05f6-f05f-4a93-80da-ad94783f909a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5e05f6-f05f-4a93-80da-ad94783f909a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2918278956381318560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b947516e-55a2-4366-b189-07aad64ed9fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b947516e-55a2-4366-b189-07aad64ed9fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1498037736514749164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5e05f6-f05f-4a93-80da-ad94783f909a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed30bca-6ef1-483c-b509-bfb80a812b2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed30bca-6ef1-483c-b509-bfb80a812b2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7323724222767214077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b947516e-55a2-4366-b189-07aad64ed9fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d857943-69cb-4563-84a8-3e78681ff8a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d857943-69cb-4563-84a8-3e78681ff8a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17854396003041742481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed30bca-6ef1-483c-b509-bfb80a812b2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68267ec7-006d-49d1-877f-19306c6c4d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68267ec7-006d-49d1-877f-19306c6c4d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3900730448274483205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d857943-69cb-4563-84a8-3e78681ff8a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68267ec7-006d-49d1-877f-19306c6c4d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aedcf074-6178-4593-8186-9474ecbea0d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aedcf074-6178-4593-8186-9474ecbea0d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11041187016829767383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cde26e7-3dcf-405e-b6ed-ae84ec50a233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cde26e7-3dcf-405e-b6ed-ae84ec50a233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4646212203834694297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aedcf074-6178-4593-8186-9474ecbea0d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ced33e-5145-4113-91ab-2f0e5e5ac987, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ced33e-5145-4113-91ab-2f0e5e5ac987, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15609516684854865365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cde26e7-3dcf-405e-b6ed-ae84ec50a233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a04d4d05-e0b1-4424-bba0-466fb0ffc80d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a04d4d05-e0b1-4424-bba0-466fb0ffc80d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12635428571197705074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ced33e-5145-4113-91ab-2f0e5e5ac987, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c1e8cce-3ef0-4165-8717-5d79e9eefea9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1e8cce-3ef0-4165-8717-5d79e9eefea9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9463851347507343152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a04d4d05-e0b1-4424-bba0-466fb0ffc80d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87aa0f85-9cb9-4aef-aa5c-ccf04113216b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa0f85-9cb9-4aef-aa5c-ccf04113216b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3950112365880937149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1e8cce-3ef0-4165-8717-5d79e9eefea9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 962b8d60-dd25-4b1a-bba7-27bd2aed5ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962b8d60-dd25-4b1a-bba7-27bd2aed5ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147652012573614309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa0f85-9cb9-4aef-aa5c-ccf04113216b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52b32487-6a55-4a61-a263-bd3b2a813951, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b32487-6a55-4a61-a263-bd3b2a813951, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9875007764856943703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962b8d60-dd25-4b1a-bba7-27bd2aed5ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3bb1dc7-5ac3-427a-a9c8-d4ee0fde6ff2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3bb1dc7-5ac3-427a-a9c8-d4ee0fde6ff2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10557075516726249529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b32487-6a55-4a61-a263-bd3b2a813951, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e33257f-7cfb-4288-80b6-3ae9a8f087f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e33257f-7cfb-4288-80b6-3ae9a8f087f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 655220213264212629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3bb1dc7-5ac3-427a-a9c8-d4ee0fde6ff2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38184d2-e2ce-4701-882c-a79373768184, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38184d2-e2ce-4701-882c-a79373768184, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4570563060898683343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e33257f-7cfb-4288-80b6-3ae9a8f087f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38184d2-e2ce-4701-882c-a79373768184, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e84a9560-e9f2-4cc1-b0b5-ffd70092e9f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84a9560-e9f2-4cc1-b0b5-ffd70092e9f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034455862475296514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c09e64d8-5a9c-4e64-ac60-7e175e7e53af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09e64d8-5a9c-4e64-ac60-7e175e7e53af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2292720090888641640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84a9560-e9f2-4cc1-b0b5-ffd70092e9f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09e64d8-5a9c-4e64-ac60-7e175e7e53af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92e5aefc-f2f4-463d-abf9-42cae59ddee9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92e5aefc-f2f4-463d-abf9-42cae59ddee9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3782303945008644900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c23e80-6883-478f-94ce-7f6c9f8ec613, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c23e80-6883-478f-94ce-7f6c9f8ec613, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7095302457824612063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92e5aefc-f2f4-463d-abf9-42cae59ddee9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e40b81ad-c8d8-4b5a-a8ae-f465c724c70e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e40b81ad-c8d8-4b5a-a8ae-f465c724c70e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16550217027725238515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c23e80-6883-478f-94ce-7f6c9f8ec613, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b63c49-93f3-45e9-b018-de51059e35b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b63c49-93f3-45e9-b018-de51059e35b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16336975230224988907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e40b81ad-c8d8-4b5a-a8ae-f465c724c70e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90673ab3-2a2e-4e37-b52e-787f489c97f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90673ab3-2a2e-4e37-b52e-787f489c97f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6480986808336885836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b63c49-93f3-45e9-b018-de51059e35b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b514cc70-b71c-4652-a5d3-9a7494be4b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b514cc70-b71c-4652-a5d3-9a7494be4b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6831235264453650815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90673ab3-2a2e-4e37-b52e-787f489c97f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eebefb26-7d01-40d6-b515-17c0ffd979fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eebefb26-7d01-40d6-b515-17c0ffd979fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4445349003762833961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b514cc70-b71c-4652-a5d3-9a7494be4b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae737fd2-469e-4051-9a04-6deb6eae1164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae737fd2-469e-4051-9a04-6deb6eae1164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13267640142241774664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eebefb26-7d01-40d6-b515-17c0ffd979fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 957533d9-2b7d-4ddd-839b-fa18942c844d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 957533d9-2b7d-4ddd-839b-fa18942c844d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10146402257172976997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae737fd2-469e-4051-9a04-6deb6eae1164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a9b1732-b888-4f90-8166-62e6f3f6b775, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 957533d9-2b7d-4ddd-839b-fa18942c844d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9b1732-b888-4f90-8166-62e6f3f6b775, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2276558958305832097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328ea23c-22cf-4170-9c92-9b0f5b84eda9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328ea23c-22cf-4170-9c92-9b0f5b84eda9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5485157346771399412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9b1732-b888-4f90-8166-62e6f3f6b775, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a438f4a-76d7-42fa-8976-cf216e63d6db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a438f4a-76d7-42fa-8976-cf216e63d6db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11095447282142075838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328ea23c-22cf-4170-9c92-9b0f5b84eda9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d1c046-432a-470d-bb0e-6cc393b2ffe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d1c046-432a-470d-bb0e-6cc393b2ffe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8839390038894372033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a438f4a-76d7-42fa-8976-cf216e63d6db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e29f3464-2867-41ce-86b5-bc26e7f7cf30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29f3464-2867-41ce-86b5-bc26e7f7cf30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11176924736520198540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d1c046-432a-470d-bb0e-6cc393b2ffe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff71a5ef-466b-4a38-8418-4744420773c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff71a5ef-466b-4a38-8418-4744420773c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177996662695751976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29f3464-2867-41ce-86b5-bc26e7f7cf30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e1d9ba0-fbb4-46aa-af81-8bbf272a5ff5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1d9ba0-fbb4-46aa-af81-8bbf272a5ff5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13120853535413514850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff71a5ef-466b-4a38-8418-4744420773c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c1cafb8-2449-4106-9b75-078554382948, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1cafb8-2449-4106-9b75-078554382948, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18298614277510517058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1d9ba0-fbb4-46aa-af81-8bbf272a5ff5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f61699a0-4c72-46e8-b33d-69ee1a9a1a56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61699a0-4c72-46e8-b33d-69ee1a9a1a56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488564564891538834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1cafb8-2449-4106-9b75-078554382948, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ee416e-d49d-41a9-9f76-9f6c271f778e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ee416e-d49d-41a9-9f76-9f6c271f778e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197916843027223608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61699a0-4c72-46e8-b33d-69ee1a9a1a56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0bba5b3-e743-49f7-adbb-d3eb95a1fdea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ee416e-d49d-41a9-9f76-9f6c271f778e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0386e572-a229-4501-a4e1-0c2ef36c0fd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bba5b3-e743-49f7-adbb-d3eb95a1fdea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10786411182895651284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0386e572-a229-4501-a4e1-0c2ef36c0fd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1330065169627899508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0386e572-a229-4501-a4e1-0c2ef36c0fd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984a8460-a644-4894-b308-278d724fdff9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984a8460-a644-4894-b308-278d724fdff9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354141856954379792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bba5b3-e743-49f7-adbb-d3eb95a1fdea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce4f5bea-f73b-43c3-9496-352deb59ee42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4f5bea-f73b-43c3-9496-352deb59ee42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370679013560364256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984a8460-a644-4894-b308-278d724fdff9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98065e03-22b7-44de-a635-b7581473acf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98065e03-22b7-44de-a635-b7581473acf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18115408678738035171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4f5bea-f73b-43c3-9496-352deb59ee42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3024116-7421-44e7-9726-a19f97afd162, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3024116-7421-44e7-9726-a19f97afd162, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2219101492237320736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98065e03-22b7-44de-a635-b7581473acf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3024116-7421-44e7-9726-a19f97afd162, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8e293a-d660-4d34-9716-2074816311b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 399d72e4-ac90-4773-ab01-c01c1ba831e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 399d72e4-ac90-4773-ab01-c01c1ba831e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4530056909402897673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8e293a-d660-4d34-9716-2074816311b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835486353374205423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8e293a-d660-4d34-9716-2074816311b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6640a4b8-d11b-4f1e-b965-5fb65bb0f34e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6640a4b8-d11b-4f1e-b965-5fb65bb0f34e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9208595719099208044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 399d72e4-ac90-4773-ab01-c01c1ba831e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81208f91-419c-49b4-8e2b-33f0d00d612e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81208f91-419c-49b4-8e2b-33f0d00d612e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7848734217812526776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6640a4b8-d11b-4f1e-b965-5fb65bb0f34e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5e4eb0-99ce-45bf-900d-700774da44b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5e4eb0-99ce-45bf-900d-700774da44b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11078932414746322752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81208f91-419c-49b4-8e2b-33f0d00d612e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19147244-7e1c-454c-8aeb-49bdb635b8a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5e4eb0-99ce-45bf-900d-700774da44b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab8cf63-8c6b-4937-9710-d8dfb8ac9a78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19147244-7e1c-454c-8aeb-49bdb635b8a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961671193006302595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab8cf63-8c6b-4937-9710-d8dfb8ac9a78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3993152672642516622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19147244-7e1c-454c-8aeb-49bdb635b8a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39556ef-b92f-449b-a525-b2de3c4a0e73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39556ef-b92f-449b-a525-b2de3c4a0e73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17798231642497828535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab8cf63-8c6b-4937-9710-d8dfb8ac9a78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e32bd55a-2a9f-45f7-8c18-e7f6f31f2e2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32bd55a-2a9f-45f7-8c18-e7f6f31f2e2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6760707094766176103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39556ef-b92f-449b-a525-b2de3c4a0e73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71fe77c3-1da9-4fb5-bb32-0a35ba46001c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fe77c3-1da9-4fb5-bb32-0a35ba46001c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1772375899580765919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32bd55a-2a9f-45f7-8c18-e7f6f31f2e2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 837699a9-1110-41e1-8e5a-a0a3a01df9a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837699a9-1110-41e1-8e5a-a0a3a01df9a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10884691350401712917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fe77c3-1da9-4fb5-bb32-0a35ba46001c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd0670c-ec30-4438-aefa-09a353c3c84c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd0670c-ec30-4438-aefa-09a353c3c84c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4663523996239726777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837699a9-1110-41e1-8e5a-a0a3a01df9a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd0670c-ec30-4438-aefa-09a353c3c84c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e526b81-a5e7-498f-94fb-d506a64a3039, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70863714-d8d6-4f19-83d3-d76c9bb63bc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70863714-d8d6-4f19-83d3-d76c9bb63bc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179700505086333387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e526b81-a5e7-498f-94fb-d506a64a3039, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960825747338823224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70863714-d8d6-4f19-83d3-d76c9bb63bc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 763d81e1-0549-4fa8-ba26-ca1569cc85c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763d81e1-0549-4fa8-ba26-ca1569cc85c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5476246451482569083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e526b81-a5e7-498f-94fb-d506a64a3039, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5c06a32-58fc-4436-b758-9270789ecdc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5c06a32-58fc-4436-b758-9270789ecdc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18215447162468237032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763d81e1-0549-4fa8-ba26-ca1569cc85c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3486a16-74cc-4936-9cb8-68332b8d58c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5c06a32-58fc-4436-b758-9270789ecdc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52e0d00-bc27-4535-8369-738873fd26b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e0d00-bc27-4535-8369-738873fd26b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396351709867324473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3486a16-74cc-4936-9cb8-68332b8d58c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12793242527212774917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3486a16-74cc-4936-9cb8-68332b8d58c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e0d00-bc27-4535-8369-738873fd26b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fbe2206-ec4a-4e81-b0b4-f8bec1bdc640, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbe2206-ec4a-4e81-b0b4-f8bec1bdc640, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11514602730832162496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30066f9a-3de6-40be-b3b4-d194066b3526, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30066f9a-3de6-40be-b3b4-d194066b3526, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15414692817753182385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbe2206-ec4a-4e81-b0b4-f8bec1bdc640, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad6e451-8a8b-4b47-8a72-0a35a6dd5f49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad6e451-8a8b-4b47-8a72-0a35a6dd5f49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322743760003227669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30066f9a-3de6-40be-b3b4-d194066b3526, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ed9f51c-dbc3-47e4-9294-43be66bc1f58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed9f51c-dbc3-47e4-9294-43be66bc1f58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15812646143218974622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad6e451-8a8b-4b47-8a72-0a35a6dd5f49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549e3eef-5ee8-4b5a-8080-e5aefee678c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549e3eef-5ee8-4b5a-8080-e5aefee678c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14037701500254948676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed9f51c-dbc3-47e4-9294-43be66bc1f58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea9804c-322a-430b-a1a1-67c3bed673c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea9804c-322a-430b-a1a1-67c3bed673c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15194356694488886613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549e3eef-5ee8-4b5a-8080-e5aefee678c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61b69e5c-45e3-4f88-99d1-84ff43c765c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b69e5c-45e3-4f88-99d1-84ff43c765c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471361709786221991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea9804c-322a-430b-a1a1-67c3bed673c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd8a2da1-6b98-4b4f-bcce-7dd284b42613, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8a2da1-6b98-4b4f-bcce-7dd284b42613, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7342326332194435715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b69e5c-45e3-4f88-99d1-84ff43c765c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ed7812-ab85-496f-a8ef-48c4e21f30de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ed7812-ab85-496f-a8ef-48c4e21f30de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917283530895349723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8a2da1-6b98-4b4f-bcce-7dd284b42613, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc261b9d-4e75-4d3d-b761-98313f10f997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc261b9d-4e75-4d3d-b761-98313f10f997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16404460107813387711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ed7812-ab85-496f-a8ef-48c4e21f30de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cfd7ff1-7844-45e2-9706-67a7dcc2dc2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc261b9d-4e75-4d3d-b761-98313f10f997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cfd7ff1-7844-45e2-9706-67a7dcc2dc2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9337295058754268861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816f8734-319a-46cf-a95c-644e4e6984d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816f8734-319a-46cf-a95c-644e4e6984d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17343182041684111053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cfd7ff1-7844-45e2-9706-67a7dcc2dc2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec63b71-6e0f-487a-8671-63a8395d2def, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec63b71-6e0f-487a-8671-63a8395d2def, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 860717484761682419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816f8734-319a-46cf-a95c-644e4e6984d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d5c60f-a3bc-47ad-b0b6-97dec7c1caa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec63b71-6e0f-487a-8671-63a8395d2def, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0328c725-6527-445e-ad82-1ada8f9eb067, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d5c60f-a3bc-47ad-b0b6-97dec7c1caa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2583442750241558153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0328c725-6527-445e-ad82-1ada8f9eb067, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9606138041194875802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d5c60f-a3bc-47ad-b0b6-97dec7c1caa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad9b14b-17ba-4cbd-8bae-c64547c39c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad9b14b-17ba-4cbd-8bae-c64547c39c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15350049293101458337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0328c725-6527-445e-ad82-1ada8f9eb067, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a678a2-ee54-4d6b-a436-199fcb0bf050, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad9b14b-17ba-4cbd-8bae-c64547c39c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a678a2-ee54-4d6b-a436-199fcb0bf050, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1153376813318649369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99a4c463-dcd9-4e43-bf74-f64cc1fe154a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a4c463-dcd9-4e43-bf74-f64cc1fe154a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706125100263016321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a678a2-ee54-4d6b-a436-199fcb0bf050, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a4c463-dcd9-4e43-bf74-f64cc1fe154a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0562031-28fe-493b-940a-752e829ecc8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e993104-1c16-422f-902a-4cda16a37cbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0562031-28fe-493b-940a-752e829ecc8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17930427917672327351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e993104-1c16-422f-902a-4cda16a37cbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 861173378239408128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0562031-28fe-493b-940a-752e829ecc8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e993104-1c16-422f-902a-4cda16a37cbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 056588a6-61d0-473f-93dc-fd532d41c7a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056588a6-61d0-473f-93dc-fd532d41c7a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632994505792436574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56a73c70-073d-41f5-bb72-a2f32b87012d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a73c70-073d-41f5-bb72-a2f32b87012d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135990574594289730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056588a6-61d0-473f-93dc-fd532d41c7a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e33febc-fd3f-4e49-9fe2-171e81f9a236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e33febc-fd3f-4e49-9fe2-171e81f9a236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1477036188599194367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a73c70-073d-41f5-bb72-a2f32b87012d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5dd67f-cb73-4aaa-8b57-1d010a804291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5dd67f-cb73-4aaa-8b57-1d010a804291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 602200293783554148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5dd67f-cb73-4aaa-8b57-1d010a804291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc9c898b-7a84-4413-aa79-3fd51e41a1a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e33febc-fd3f-4e49-9fe2-171e81f9a236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c706ef5c-bc51-45e2-9cfc-6e9e937c2ea3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9c898b-7a84-4413-aa79-3fd51e41a1a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922704143719635740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c706ef5c-bc51-45e2-9cfc-6e9e937c2ea3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2586425435021283565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9c898b-7a84-4413-aa79-3fd51e41a1a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6ac6e2c-647e-4aa0-b782-09ae42cda81e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ac6e2c-647e-4aa0-b782-09ae42cda81e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1167657026766998101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c706ef5c-bc51-45e2-9cfc-6e9e937c2ea3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9492e6e-47cc-4471-bfa9-4f18688f9e03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9492e6e-47cc-4471-bfa9-4f18688f9e03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13331609427529909737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ac6e2c-647e-4aa0-b782-09ae42cda81e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20e34a94-7f0a-4609-b236-1d98ec6fd632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e34a94-7f0a-4609-b236-1d98ec6fd632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17903087520389881788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9492e6e-47cc-4471-bfa9-4f18688f9e03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ae7c211-9f13-4816-a11a-a842e8cb2065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae7c211-9f13-4816-a11a-a842e8cb2065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5924108726671666280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e34a94-7f0a-4609-b236-1d98ec6fd632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07e3c94-e19d-451d-a8dd-08392a21af84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07e3c94-e19d-451d-a8dd-08392a21af84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109318623703702017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae7c211-9f13-4816-a11a-a842e8cb2065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e64a551-7695-46b6-aeec-604ada64dbdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e64a551-7695-46b6-aeec-604ada64dbdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1649205585249705262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07e3c94-e19d-451d-a8dd-08392a21af84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de189f9-496a-4df5-8d79-3e219a7623c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de189f9-496a-4df5-8d79-3e219a7623c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12042136397872816304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e64a551-7695-46b6-aeec-604ada64dbdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca29584-b623-4331-9cfd-e72195021ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca29584-b623-4331-9cfd-e72195021ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13371068173580900269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca29584-b623-4331-9cfd-e72195021ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cbf65ef-2c83-465d-aeab-da2c29711829, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbf65ef-2c83-465d-aeab-da2c29711829, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9801685450044258722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de189f9-496a-4df5-8d79-3e219a7623c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46bc4166-13ec-48fd-bd66-8bb36681cc7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46bc4166-13ec-48fd-bd66-8bb36681cc7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12711460106230361073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbf65ef-2c83-465d-aeab-da2c29711829, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8efde1c8-51f6-499d-af36-2f8c458fa6a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8efde1c8-51f6-499d-af36-2f8c458fa6a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10373977737174093580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46bc4166-13ec-48fd-bd66-8bb36681cc7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4aabfc6-7426-4dc5-a0c4-16c85253df68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4aabfc6-7426-4dc5-a0c4-16c85253df68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6330306279692304863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8efde1c8-51f6-499d-af36-2f8c458fa6a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc9e2e9-73de-4d67-803b-826086eabf8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc9e2e9-73de-4d67-803b-826086eabf8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397550274078309310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4aabfc6-7426-4dc5-a0c4-16c85253df68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30498042-0e6c-40b6-a255-6d840368c57c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30498042-0e6c-40b6-a255-6d840368c57c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10353093792717848871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc9e2e9-73de-4d67-803b-826086eabf8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d458b4b-6ba8-4221-a3e7-3074e9c763e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d458b4b-6ba8-4221-a3e7-3074e9c763e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12990429279361424649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30498042-0e6c-40b6-a255-6d840368c57c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f604d38d-17b4-4d0b-b36d-badf0499ddda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f604d38d-17b4-4d0b-b36d-badf0499ddda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8845308280882534844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d458b4b-6ba8-4221-a3e7-3074e9c763e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f604d38d-17b4-4d0b-b36d-badf0499ddda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8240f7a4-6307-4c86-9247-0fcfc56f8e95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4804cfba-7179-4694-85dd-1180b5ef049e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4804cfba-7179-4694-85dd-1180b5ef049e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211346814814795798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8240f7a4-6307-4c86-9247-0fcfc56f8e95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7454326516821371072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4804cfba-7179-4694-85dd-1180b5ef049e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a655c5a7-6afc-4879-b887-f94ac26dfe75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a655c5a7-6afc-4879-b887-f94ac26dfe75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5614149417198988432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8240f7a4-6307-4c86-9247-0fcfc56f8e95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49e37cca-42f8-4d65-859b-9eb9a89a7b3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e37cca-42f8-4d65-859b-9eb9a89a7b3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207766218629345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a655c5a7-6afc-4879-b887-f94ac26dfe75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c196dccb-8d72-41b8-945d-8035d697db91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c196dccb-8d72-41b8-945d-8035d697db91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5635577019149980038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e37cca-42f8-4d65-859b-9eb9a89a7b3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7776179-82d9-4883-a2c3-8654dfe2e2f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7776179-82d9-4883-a2c3-8654dfe2e2f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14044290401272899701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c196dccb-8d72-41b8-945d-8035d697db91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963a159f-58b8-408d-b708-5dd1e26d7b48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963a159f-58b8-408d-b708-5dd1e26d7b48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1540302607841583332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7776179-82d9-4883-a2c3-8654dfe2e2f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de833a94-8b05-4dc7-81d6-450fd5f5380c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de833a94-8b05-4dc7-81d6-450fd5f5380c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15785229794224829137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963a159f-58b8-408d-b708-5dd1e26d7b48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35c3f3a-45b5-488d-9042-76d2d4b13475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35c3f3a-45b5-488d-9042-76d2d4b13475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16442005626955022872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de833a94-8b05-4dc7-81d6-450fd5f5380c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cbf0873-ed98-4ba1-a066-b848fcee4b0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbf0873-ed98-4ba1-a066-b848fcee4b0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973977208524750306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35c3f3a-45b5-488d-9042-76d2d4b13475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54bcf990-34f6-4697-9fc7-1ec4a9649017, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bcf990-34f6-4697-9fc7-1ec4a9649017, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9822314011447210086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbf0873-ed98-4ba1-a066-b848fcee4b0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51200c16-3d7e-4794-abbd-b45bf36b5f79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51200c16-3d7e-4794-abbd-b45bf36b5f79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9436965335727003319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bcf990-34f6-4697-9fc7-1ec4a9649017, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f96499c7-fd30-4798-ae51-beef0dcd9ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96499c7-fd30-4798-ae51-beef0dcd9ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12592551775898592652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51200c16-3d7e-4794-abbd-b45bf36b5f79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8422f22b-2823-4b25-b19c-0198afd18bb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8422f22b-2823-4b25-b19c-0198afd18bb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10953898218086727506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8422f22b-2823-4b25-b19c-0198afd18bb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c827c545-2195-46c6-b9a6-d78154742e79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96499c7-fd30-4798-ae51-beef0dcd9ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c827c545-2195-46c6-b9a6-d78154742e79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061021876667785617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8afc370-4b57-4abc-8327-c539a8efa5f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c827c545-2195-46c6-b9a6-d78154742e79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a4b4c7-9c1b-49db-afcc-f3f6972b1630, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a4b4c7-9c1b-49db-afcc-f3f6972b1630, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11041211695218202975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8afc370-4b57-4abc-8327-c539a8efa5f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12830094107263378060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8afc370-4b57-4abc-8327-c539a8efa5f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee327a6-f5b2-4cab-877f-d939d6e01d17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee327a6-f5b2-4cab-877f-d939d6e01d17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285344607894749949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a4b4c7-9c1b-49db-afcc-f3f6972b1630, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60d921a7-295b-477c-af52-2079a74e9333, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60d921a7-295b-477c-af52-2079a74e9333, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5208582034228141180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee327a6-f5b2-4cab-877f-d939d6e01d17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83650f09-5e0a-4a84-96c7-646d0ef3d2df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83650f09-5e0a-4a84-96c7-646d0ef3d2df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12194305490781606676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60d921a7-295b-477c-af52-2079a74e9333, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3b6e21-e2d5-4b35-94cd-8e266c32006b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83650f09-5e0a-4a84-96c7-646d0ef3d2df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41979c61-cea9-4c9e-8a54-d0caa16a23e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3b6e21-e2d5-4b35-94cd-8e266c32006b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4850933742553327816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41979c61-cea9-4c9e-8a54-d0caa16a23e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771526111257452479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3b6e21-e2d5-4b35-94cd-8e266c32006b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f06a8d-3761-4ed6-ac59-d21c027ed5e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41979c61-cea9-4c9e-8a54-d0caa16a23e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e996b6db-d9a8-46d1-91d8-b33b9219fa67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e996b6db-d9a8-46d1-91d8-b33b9219fa67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898565114065074853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f06a8d-3761-4ed6-ac59-d21c027ed5e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15235055167087610077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e996b6db-d9a8-46d1-91d8-b33b9219fa67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3353a3dc-9ab6-470f-a3b2-837e17ebcc60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f06a8d-3761-4ed6-ac59-d21c027ed5e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a712ddd-fbd0-4e87-907a-5a476c9b7c5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a712ddd-fbd0-4e87-907a-5a476c9b7c5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5270108478291378676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3353a3dc-9ab6-470f-a3b2-837e17ebcc60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16004226758900154167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a712ddd-fbd0-4e87-907a-5a476c9b7c5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3353a3dc-9ab6-470f-a3b2-837e17ebcc60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4632117-9573-4afd-bbdf-df3dcee2950b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522ba5fe-bff8-4f83-947c-6bf898592337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4632117-9573-4afd-bbdf-df3dcee2950b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13590028710835385988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522ba5fe-bff8-4f83-947c-6bf898592337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548340499212796250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4632117-9573-4afd-bbdf-df3dcee2950b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9498370-279d-40aa-87eb-973c2c1b00d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9498370-279d-40aa-87eb-973c2c1b00d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506695227522290752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522ba5fe-bff8-4f83-947c-6bf898592337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8d05eaa-be9a-4c1e-adfc-cb530fc30302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d05eaa-be9a-4c1e-adfc-cb530fc30302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12001536613993313595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9498370-279d-40aa-87eb-973c2c1b00d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ec4c460-00cf-46e6-8b7a-84b9d981c09f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec4c460-00cf-46e6-8b7a-84b9d981c09f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929395671757238142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d05eaa-be9a-4c1e-adfc-cb530fc30302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ff9060-1871-4e90-a75c-ffc315163a78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ff9060-1871-4e90-a75c-ffc315163a78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8915473482942687186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec4c460-00cf-46e6-8b7a-84b9d981c09f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06b97828-79f1-471d-931c-393080312901, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b97828-79f1-471d-931c-393080312901, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13657004839275890807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ff9060-1871-4e90-a75c-ffc315163a78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f6eaffe-0d94-434b-8b23-7de383d79c5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6eaffe-0d94-434b-8b23-7de383d79c5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868557333099613815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b97828-79f1-471d-931c-393080312901, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4380a0bb-a2e7-491b-b2d5-580bac50af05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4380a0bb-a2e7-491b-b2d5-580bac50af05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11550950465493688775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6eaffe-0d94-434b-8b23-7de383d79c5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e400c01-810e-4382-8e53-618338cf7f0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e400c01-810e-4382-8e53-618338cf7f0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13453479586871607181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4380a0bb-a2e7-491b-b2d5-580bac50af05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec1ad00f-01bf-40a8-842f-a644d2be4242, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1ad00f-01bf-40a8-842f-a644d2be4242, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8096577929181547590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e400c01-810e-4382-8e53-618338cf7f0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b994dcd-1201-4a48-accc-4ece80f9fa39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b994dcd-1201-4a48-accc-4ece80f9fa39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852196405507606461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1ad00f-01bf-40a8-842f-a644d2be4242, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3d4c7e0-6cb1-40ce-a760-f3047f0317a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d4c7e0-6cb1-40ce-a760-f3047f0317a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10538442888522611916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b994dcd-1201-4a48-accc-4ece80f9fa39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4560149-7e12-4f9f-b1f9-ff3ea122fffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4560149-7e12-4f9f-b1f9-ff3ea122fffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025014928077511260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d4c7e0-6cb1-40ce-a760-f3047f0317a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d258968-0be0-4617-be08-dc6f668fd65e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d258968-0be0-4617-be08-dc6f668fd65e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7660758473001959686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4560149-7e12-4f9f-b1f9-ff3ea122fffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b997336-57f1-4f6b-8ed0-c641e8b47793, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b997336-57f1-4f6b-8ed0-c641e8b47793, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317365462267579111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d258968-0be0-4617-be08-dc6f668fd65e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86c52f5a-fd1b-4081-8bf4-2725fce81ba6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c52f5a-fd1b-4081-8bf4-2725fce81ba6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8894584946704887590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b997336-57f1-4f6b-8ed0-c641e8b47793, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d6966dc-acfe-4019-9dd4-192ba9fffdd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6966dc-acfe-4019-9dd4-192ba9fffdd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11263210262802281258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c52f5a-fd1b-4081-8bf4-2725fce81ba6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be88afb-23e8-4173-919c-0e8b88bd4d5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be88afb-23e8-4173-919c-0e8b88bd4d5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2807436273027977115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6966dc-acfe-4019-9dd4-192ba9fffdd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c588207-794f-4fba-9b81-1bbe79fa7484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be88afb-23e8-4173-919c-0e8b88bd4d5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60cf3247-4af9-473a-a075-ae23879c1b88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cf3247-4af9-473a-a075-ae23879c1b88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324966385914871060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c588207-794f-4fba-9b81-1bbe79fa7484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768139935785946621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cf3247-4af9-473a-a075-ae23879c1b88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed7d725-7588-4da1-892a-9fb8b929318e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed7d725-7588-4da1-892a-9fb8b929318e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560910480159896241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c588207-794f-4fba-9b81-1bbe79fa7484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed7d725-7588-4da1-892a-9fb8b929318e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 792d7f0a-9047-4744-a498-50c59760919e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792d7f0a-9047-4744-a498-50c59760919e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174446440739361109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4763cfc-4ccd-465a-9a9f-d43db1c1617e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4763cfc-4ccd-465a-9a9f-d43db1c1617e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2849955979516875921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792d7f0a-9047-4744-a498-50c59760919e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56c58fe-c2ab-464c-94f5-33f820011e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56c58fe-c2ab-464c-94f5-33f820011e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368966442719268525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4763cfc-4ccd-465a-9a9f-d43db1c1617e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02d437ef-3198-4486-ab23-8f9bbfbd1594, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d437ef-3198-4486-ab23-8f9bbfbd1594, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811377136275030942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56c58fe-c2ab-464c-94f5-33f820011e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ea22a9c-6189-4650-8472-38ed37e64096, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ea22a9c-6189-4650-8472-38ed37e64096, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10733216999474359494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d437ef-3198-4486-ab23-8f9bbfbd1594, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1554ee11-a84b-4079-8dde-b5e41bbb8111, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1554ee11-a84b-4079-8dde-b5e41bbb8111, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13129495827209237347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ea22a9c-6189-4650-8472-38ed37e64096, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 195771bc-7030-45c3-b4fb-0cd7380a4acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195771bc-7030-45c3-b4fb-0cd7380a4acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438467130145112882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1554ee11-a84b-4079-8dde-b5e41bbb8111, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb67a6b-114b-4414-bb1d-0ef32c8da73f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb67a6b-114b-4414-bb1d-0ef32c8da73f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228344761642723233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195771bc-7030-45c3-b4fb-0cd7380a4acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad2f10c9-190c-48e1-9ad7-4b4000e86afd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2f10c9-190c-48e1-9ad7-4b4000e86afd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 225553036889786941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb67a6b-114b-4414-bb1d-0ef32c8da73f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cb19c7c-937d-4aa9-b633-56107fe8a41f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb19c7c-937d-4aa9-b633-56107fe8a41f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14940559574715686807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2f10c9-190c-48e1-9ad7-4b4000e86afd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c12384ab-043e-49b1-ac66-7e5fe948db32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12384ab-043e-49b1-ac66-7e5fe948db32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3581295044128944677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb19c7c-937d-4aa9-b633-56107fe8a41f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2b701f1-093c-4433-b0e2-ece30fda19c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b701f1-093c-4433-b0e2-ece30fda19c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15250945619804869187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12384ab-043e-49b1-ac66-7e5fe948db32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48be95d5-7689-4f94-a90c-bb396d2ecfef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b701f1-093c-4433-b0e2-ece30fda19c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48be95d5-7689-4f94-a90c-bb396d2ecfef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1175881923213356045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a7672e8-2c50-422d-bdfb-d0fab02ea1ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7672e8-2c50-422d-bdfb-d0fab02ea1ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463952259358225092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48be95d5-7689-4f94-a90c-bb396d2ecfef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f83f5d-c4b8-49c9-a50e-b537277b366d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f83f5d-c4b8-49c9-a50e-b537277b366d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8208462869282575543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7672e8-2c50-422d-bdfb-d0fab02ea1ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbdf31e5-b3bb-44fb-a0a9-c09f623752d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbdf31e5-b3bb-44fb-a0a9-c09f623752d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17063555508631371294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f83f5d-c4b8-49c9-a50e-b537277b366d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e66ea6f-9fa1-480e-baba-f47ba030f75b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e66ea6f-9fa1-480e-baba-f47ba030f75b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1364754136272583619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbdf31e5-b3bb-44fb-a0a9-c09f623752d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ce25c41-5c98-4757-9af0-78fe6783822e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce25c41-5c98-4757-9af0-78fe6783822e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101572253001367371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e66ea6f-9fa1-480e-baba-f47ba030f75b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ada085-3e76-46fd-9f2a-c5094206f8e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ada085-3e76-46fd-9f2a-c5094206f8e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787493614862354084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce25c41-5c98-4757-9af0-78fe6783822e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0ab7854-f66e-4671-8e66-870136a54632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ab7854-f66e-4671-8e66-870136a54632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17257925469524862987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ada085-3e76-46fd-9f2a-c5094206f8e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba87291d-7db4-42c3-bf04-d42936692234, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba87291d-7db4-42c3-bf04-d42936692234, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497144590694590074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ab7854-f66e-4671-8e66-870136a54632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 341dfa01-68bc-4361-bc5b-3e4040ffaabc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341dfa01-68bc-4361-bc5b-3e4040ffaabc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1347948830291386108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba87291d-7db4-42c3-bf04-d42936692234, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0a6b15-4e68-4ca3-b200-8bc621b2ad37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0a6b15-4e68-4ca3-b200-8bc621b2ad37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235000904116572511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341dfa01-68bc-4361-bc5b-3e4040ffaabc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0a6b15-4e68-4ca3-b200-8bc621b2ad37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba31c9b3-157c-412a-9776-fc9ac951c366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba31c9b3-157c-412a-9776-fc9ac951c366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10920114565379896683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c45ca0fe-2e5e-4396-9624-cdece54a7cd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45ca0fe-2e5e-4396-9624-cdece54a7cd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8895616856194086865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45ca0fe-2e5e-4396-9624-cdece54a7cd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945cffc8-001c-49eb-97b7-aa1b5d7716a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945cffc8-001c-49eb-97b7-aa1b5d7716a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13357590234689638319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba31c9b3-157c-412a-9776-fc9ac951c366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea009eb8-540d-4600-a0ec-ede41c6af9b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea009eb8-540d-4600-a0ec-ede41c6af9b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5811019930543419332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945cffc8-001c-49eb-97b7-aa1b5d7716a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c483cf62-1e68-4e64-aab9-808576b054b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c483cf62-1e68-4e64-aab9-808576b054b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18320112774070952384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea009eb8-540d-4600-a0ec-ede41c6af9b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e58daf0-182e-498f-9ee0-f77f244f18b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e58daf0-182e-498f-9ee0-f77f244f18b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14769052139821956163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c483cf62-1e68-4e64-aab9-808576b054b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4490d80f-193b-4db5-ace0-69fa719d0cb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4490d80f-193b-4db5-ace0-69fa719d0cb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18056450808687308173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e58daf0-182e-498f-9ee0-f77f244f18b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d71cda-34ae-4f3d-84c9-c999e12df428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d71cda-34ae-4f3d-84c9-c999e12df428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15778627783661323121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4490d80f-193b-4db5-ace0-69fa719d0cb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20dab96b-f49c-46e0-9a80-8664a3e73868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20dab96b-f49c-46e0-9a80-8664a3e73868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190530397905184755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d71cda-34ae-4f3d-84c9-c999e12df428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454eac16-5009-4962-8b60-742e042cc9d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454eac16-5009-4962-8b60-742e042cc9d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4549308689213451460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20dab96b-f49c-46e0-9a80-8664a3e73868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d9410b0-6a1d-42e8-b9e5-08ee754f470c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d9410b0-6a1d-42e8-b9e5-08ee754f470c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3810628740785086990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454eac16-5009-4962-8b60-742e042cc9d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 876f15e1-9652-4b3a-8706-8c2ce5e07422, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876f15e1-9652-4b3a-8706-8c2ce5e07422, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15170538496646751246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876f15e1-9652-4b3a-8706-8c2ce5e07422, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f9e5f5f-5c69-4c0f-ae62-a2d08c0c0e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9e5f5f-5c69-4c0f-ae62-a2d08c0c0e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7042600303440327383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d9410b0-6a1d-42e8-b9e5-08ee754f470c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34851fac-fd74-4c8e-afa6-9ceac47ce519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34851fac-fd74-4c8e-afa6-9ceac47ce519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13113552831824893964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9e5f5f-5c69-4c0f-ae62-a2d08c0c0e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e915bfe-9387-4b06-986d-0a56b7fa4b06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e915bfe-9387-4b06-986d-0a56b7fa4b06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17898277992403074749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34851fac-fd74-4c8e-afa6-9ceac47ce519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a99fd1-ebfc-4865-b0d2-77e10ac05397, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a99fd1-ebfc-4865-b0d2-77e10ac05397, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7521403671318863312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e915bfe-9387-4b06-986d-0a56b7fa4b06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d6c4e73-7c63-4905-b14e-2855be769045, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d6c4e73-7c63-4905-b14e-2855be769045, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 259673990842282061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a99fd1-ebfc-4865-b0d2-77e10ac05397, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d395b980-a55a-4608-853e-def5b186b134, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d6c4e73-7c63-4905-b14e-2855be769045, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a947b3c-5b9f-4b6d-8eff-be2ac24fa8d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a947b3c-5b9f-4b6d-8eff-be2ac24fa8d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10501302767637890377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d395b980-a55a-4608-853e-def5b186b134, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11680717911450953967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a947b3c-5b9f-4b6d-8eff-be2ac24fa8d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d395b980-a55a-4608-853e-def5b186b134, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bd01bb1-ca82-4f68-ba15-c7e8d9c64442, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd01bb1-ca82-4f68-ba15-c7e8d9c64442, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906587191483599933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50b21ee3-dc87-4d05-a7b3-4fd75eabcd2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50b21ee3-dc87-4d05-a7b3-4fd75eabcd2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1999198311017796316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50b21ee3-dc87-4d05-a7b3-4fd75eabcd2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f741319-8fc5-4e87-8c1b-1e9ba2f917fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd01bb1-ca82-4f68-ba15-c7e8d9c64442, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7110c2a-6794-4fb3-8f9c-a5ad056568b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7110c2a-6794-4fb3-8f9c-a5ad056568b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7092321855426954942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f741319-8fc5-4e87-8c1b-1e9ba2f917fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741298400512366983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f741319-8fc5-4e87-8c1b-1e9ba2f917fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 726848bb-84c6-4678-b320-6c2c770a2fb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726848bb-84c6-4678-b320-6c2c770a2fb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1960870718337491391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7110c2a-6794-4fb3-8f9c-a5ad056568b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6372d2-893b-4aed-b88b-096f62e0e9b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6372d2-893b-4aed-b88b-096f62e0e9b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8829480896091202361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726848bb-84c6-4678-b320-6c2c770a2fb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2dac22c-045c-41dd-99bb-8d801af85d4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2dac22c-045c-41dd-99bb-8d801af85d4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9018577516003460796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6372d2-893b-4aed-b88b-096f62e0e9b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1057b272-86fe-4617-9403-6861b3b5e62b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1057b272-86fe-4617-9403-6861b3b5e62b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4355749937760369931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2dac22c-045c-41dd-99bb-8d801af85d4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489e8915-7e5a-48d8-a8f5-3b92e7e922a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489e8915-7e5a-48d8-a8f5-3b92e7e922a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498178412544782710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1057b272-86fe-4617-9403-6861b3b5e62b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87089bad-353d-45c5-a1ab-1b1b9bddf97f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87089bad-353d-45c5-a1ab-1b1b9bddf97f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1427135794191381175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489e8915-7e5a-48d8-a8f5-3b92e7e922a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec92997-131c-4c30-852f-8f8a81668c13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec92997-131c-4c30-852f-8f8a81668c13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6106170618031847290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87089bad-353d-45c5-a1ab-1b1b9bddf97f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc19948-c1d6-48a4-8832-6c200641c82b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc19948-c1d6-48a4-8832-6c200641c82b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695493667548156176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec92997-131c-4c30-852f-8f8a81668c13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cadd3f5-2af8-438d-a6f8-0b08f4250436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cadd3f5-2af8-438d-a6f8-0b08f4250436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631138904814221051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc19948-c1d6-48a4-8832-6c200641c82b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454a0aed-6e9c-430a-a271-a76086273f8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454a0aed-6e9c-430a-a271-a76086273f8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 583164083376946673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454a0aed-6e9c-430a-a271-a76086273f8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24d4c8a-c754-47ae-bdd4-ae0ccb136e6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24d4c8a-c754-47ae-bdd4-ae0ccb136e6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11860728341062800618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cadd3f5-2af8-438d-a6f8-0b08f4250436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f62051-495f-4b2b-ae8f-1daeb1214d57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f62051-495f-4b2b-ae8f-1daeb1214d57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675277835644053084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f62051-495f-4b2b-ae8f-1daeb1214d57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fc8aeef-d050-450f-be64-4c67c98c1f65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc8aeef-d050-450f-be64-4c67c98c1f65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617836852452693200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24d4c8a-c754-47ae-bdd4-ae0ccb136e6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9852552c-02da-48a9-897a-ed034bbbae71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9852552c-02da-48a9-897a-ed034bbbae71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13698239170318965387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc8aeef-d050-450f-be64-4c67c98c1f65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83555105-30b5-4221-bf72-8f9e69ef34fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83555105-30b5-4221-bf72-8f9e69ef34fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1041664094974227562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83555105-30b5-4221-bf72-8f9e69ef34fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c086a50-184b-4122-955e-2d5eece73690, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c086a50-184b-4122-955e-2d5eece73690, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617445933696015922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c086a50-184b-4122-955e-2d5eece73690, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc02d2b-2f30-47b0-a9d1-8d5a6c070d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc02d2b-2f30-47b0-a9d1-8d5a6c070d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16184422431010885645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc02d2b-2f30-47b0-a9d1-8d5a6c070d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b1c122-61fe-40c5-b021-c3fdf26ca179, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b1c122-61fe-40c5-b021-c3fdf26ca179, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17931949327792515674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9852552c-02da-48a9-897a-ed034bbbae71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb87976b-bdd8-49f6-8e84-179de979d0f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb87976b-bdd8-49f6-8e84-179de979d0f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16934188221090732587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b1c122-61fe-40c5-b021-c3fdf26ca179, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6588fb8-ee6d-44b4-b064-de61e40259ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6588fb8-ee6d-44b4-b064-de61e40259ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345645015776303825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb87976b-bdd8-49f6-8e84-179de979d0f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 057e0fbb-e119-4c47-a470-9bacc67d1aa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057e0fbb-e119-4c47-a470-9bacc67d1aa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15997768836061337944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6588fb8-ee6d-44b4-b064-de61e40259ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9553629a-9861-465e-9e88-021d3d0113a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9553629a-9861-465e-9e88-021d3d0113a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422711424578515725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057e0fbb-e119-4c47-a470-9bacc67d1aa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 443104c6-7708-4f10-b1cf-0dd440a80ba4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443104c6-7708-4f10-b1cf-0dd440a80ba4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9710733116796306635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9553629a-9861-465e-9e88-021d3d0113a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95368abf-e187-4083-a5b6-fe45ee7f873c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95368abf-e187-4083-a5b6-fe45ee7f873c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15604699764281318433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443104c6-7708-4f10-b1cf-0dd440a80ba4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5d0bde-5d25-452c-902a-264ad960b3cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5d0bde-5d25-452c-902a-264ad960b3cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12358566427742167323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95368abf-e187-4083-a5b6-fe45ee7f873c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac18eca-cda9-4102-b9de-5b50fc749b78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac18eca-cda9-4102-b9de-5b50fc749b78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731515706629490220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5d0bde-5d25-452c-902a-264ad960b3cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fced8eb-c1d4-4d9e-89c3-8a4ef2633e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fced8eb-c1d4-4d9e-89c3-8a4ef2633e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6582960496272289922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac18eca-cda9-4102-b9de-5b50fc749b78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fced8eb-c1d4-4d9e-89c3-8a4ef2633e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2bb7cc4-29e0-4382-97b1-caff7cdd93dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2a3eede-6ed7-4718-8c63-69d0c3d6c32a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a3eede-6ed7-4718-8c63-69d0c3d6c32a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10139639044438680252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2bb7cc4-29e0-4382-97b1-caff7cdd93dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588266485181240804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a3eede-6ed7-4718-8c63-69d0c3d6c32a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6652158-757a-412d-baae-1f3bfc8351df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6652158-757a-412d-baae-1f3bfc8351df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402143626368056948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2bb7cc4-29e0-4382-97b1-caff7cdd93dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09113e2f-9f98-47c9-b43f-378a929f1599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09113e2f-9f98-47c9-b43f-378a929f1599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9981528204336701482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09113e2f-9f98-47c9-b43f-378a929f1599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67ac4019-991b-44a3-b24f-e06ed33df70b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ac4019-991b-44a3-b24f-e06ed33df70b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334519800383045065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6652158-757a-412d-baae-1f3bfc8351df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c902cc6-9c4f-49b9-836b-0cf07ed74b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c902cc6-9c4f-49b9-836b-0cf07ed74b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11966381704678319955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ac4019-991b-44a3-b24f-e06ed33df70b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 814cb42d-5ca3-42cf-ba8c-ea81207dbd67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814cb42d-5ca3-42cf-ba8c-ea81207dbd67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11482126268200835730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c902cc6-9c4f-49b9-836b-0cf07ed74b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c403ed3-6282-4f03-8482-2743807ee383, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c403ed3-6282-4f03-8482-2743807ee383, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7824444673452276947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814cb42d-5ca3-42cf-ba8c-ea81207dbd67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65df1063-708e-4a34-8cf0-33f82d1a0cf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65df1063-708e-4a34-8cf0-33f82d1a0cf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13672259473916885388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c403ed3-6282-4f03-8482-2743807ee383, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb40d32e-7edf-4d2e-96de-b971b3112e90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb40d32e-7edf-4d2e-96de-b971b3112e90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808787492762555089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65df1063-708e-4a34-8cf0-33f82d1a0cf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 029d7cf2-ab80-436e-90e1-37e882cdcc94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029d7cf2-ab80-436e-90e1-37e882cdcc94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18380353152406528275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029d7cf2-ab80-436e-90e1-37e882cdcc94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a4f577-76d5-4766-9923-8fa8aab739a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a4f577-76d5-4766-9923-8fa8aab739a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13837604751568257166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb40d32e-7edf-4d2e-96de-b971b3112e90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5363b674-4571-490e-8352-6d5f3162c479, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a4f577-76d5-4766-9923-8fa8aab739a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5363b674-4571-490e-8352-6d5f3162c479, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15997642467213491514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6cd28c3-ccf1-40fc-9887-9fad9bbe06c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6cd28c3-ccf1-40fc-9887-9fad9bbe06c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885315189682145961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5363b674-4571-490e-8352-6d5f3162c479, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7766b59b-b80f-4c95-bd2f-a8ed1ec6dc8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7766b59b-b80f-4c95-bd2f-a8ed1ec6dc8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2580428098532939669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6cd28c3-ccf1-40fc-9887-9fad9bbe06c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecec3035-bd04-4ce3-86e1-4c28f0c739b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecec3035-bd04-4ce3-86e1-4c28f0c739b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205593309198831385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7766b59b-b80f-4c95-bd2f-a8ed1ec6dc8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d64841-094a-4c1f-b70c-5bedf6fe0bcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d64841-094a-4c1f-b70c-5bedf6fe0bcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2977627435320539091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecec3035-bd04-4ce3-86e1-4c28f0c739b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfbf069b-3ce4-403b-b31f-f9ab7e243d46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbf069b-3ce4-403b-b31f-f9ab7e243d46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4765224565972070495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d64841-094a-4c1f-b70c-5bedf6fe0bcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0cf053d-ee88-4178-ba91-b601cd075d26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0cf053d-ee88-4178-ba91-b601cd075d26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7531862133421019053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbf069b-3ce4-403b-b31f-f9ab7e243d46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3a2ef20-debe-45ed-97ad-0ffd3cd7cfcb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a2ef20-debe-45ed-97ad-0ffd3cd7cfcb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2368860550708336000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0cf053d-ee88-4178-ba91-b601cd075d26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 490fc116-45b9-4863-83d0-c897c8b0059f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 490fc116-45b9-4863-83d0-c897c8b0059f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15425700367658721370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a2ef20-debe-45ed-97ad-0ffd3cd7cfcb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479e846f-0afe-4e6c-afeb-ba8410bdd45a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479e846f-0afe-4e6c-afeb-ba8410bdd45a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059902646806509027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 490fc116-45b9-4863-83d0-c897c8b0059f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ab887e4-abf0-436a-a73a-2ed9144db8fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ab887e4-abf0-436a-a73a-2ed9144db8fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15199039442932748745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479e846f-0afe-4e6c-afeb-ba8410bdd45a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efcc6d52-09c5-4fb6-b166-4c46b6b43c52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efcc6d52-09c5-4fb6-b166-4c46b6b43c52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14792825935805444950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ab887e4-abf0-436a-a73a-2ed9144db8fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eabfd519-9a1e-40e0-b465-22dd687c5084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabfd519-9a1e-40e0-b465-22dd687c5084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538890738612815393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efcc6d52-09c5-4fb6-b166-4c46b6b43c52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a449f98-ce06-4d4c-ac10-3436e55a92dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a449f98-ce06-4d4c-ac10-3436e55a92dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10319499838805191584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabfd519-9a1e-40e0-b465-22dd687c5084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f2fa40-865d-47fd-bd14-ae50967f3f11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f2fa40-865d-47fd-bd14-ae50967f3f11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576396739401461555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a449f98-ce06-4d4c-ac10-3436e55a92dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09d2ce18-0d84-49e8-82b2-ff906c4df961, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09d2ce18-0d84-49e8-82b2-ff906c4df961, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9538577628988243395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09d2ce18-0d84-49e8-82b2-ff906c4df961, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29f24024-6ba7-459d-b159-13338e3dc7e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f24024-6ba7-459d-b159-13338e3dc7e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617143438584988160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f2fa40-865d-47fd-bd14-ae50967f3f11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f24024-6ba7-459d-b159-13338e3dc7e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c33dff2-c0d9-4d04-a936-ef0de003f124, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c33dff2-c0d9-4d04-a936-ef0de003f124, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14486011653323561729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c63d0a4c-1dd9-4714-a1c0-3635a134fc7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63d0a4c-1dd9-4714-a1c0-3635a134fc7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17585750676879089958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63d0a4c-1dd9-4714-a1c0-3635a134fc7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b54045c-8fa6-4486-84a1-7a30da3dd537, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c33dff2-c0d9-4d04-a936-ef0de003f124, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ebad070-0cc2-442a-9f04-2dbdb0bae43f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b54045c-8fa6-4486-84a1-7a30da3dd537, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848077032993798620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ebad070-0cc2-442a-9f04-2dbdb0bae43f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114269113235656985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b54045c-8fa6-4486-84a1-7a30da3dd537, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e278c84-5bdf-4689-9c15-0feb50290fe0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e278c84-5bdf-4689-9c15-0feb50290fe0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14726233580814845330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ebad070-0cc2-442a-9f04-2dbdb0bae43f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 464a5137-22a4-4e5d-ad31-92c0b2a200d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 464a5137-22a4-4e5d-ad31-92c0b2a200d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12953657057474569219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e278c84-5bdf-4689-9c15-0feb50290fe0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec53f84-678b-4b92-b662-5d3baeac2912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec53f84-678b-4b92-b662-5d3baeac2912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16233027374193715543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 464a5137-22a4-4e5d-ad31-92c0b2a200d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ef7ee9-b4c1-4612-ba3b-603610172a2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ef7ee9-b4c1-4612-ba3b-603610172a2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947698261517359932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec53f84-678b-4b92-b662-5d3baeac2912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3faa6066-120e-49a6-abe7-3b8820a9279c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa6066-120e-49a6-abe7-3b8820a9279c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6166476852025965419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ef7ee9-b4c1-4612-ba3b-603610172a2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274d5d2c-f022-4422-b3ad-1eb64d542e0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274d5d2c-f022-4422-b3ad-1eb64d542e0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581813129818901283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa6066-120e-49a6-abe7-3b8820a9279c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b91a3b-9d26-4e10-bf3d-d27c592f1cf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b91a3b-9d26-4e10-bf3d-d27c592f1cf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7148006232838964459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274d5d2c-f022-4422-b3ad-1eb64d542e0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dce7de5-9249-4238-9d92-5de950971e98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dce7de5-9249-4238-9d92-5de950971e98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4113761640118578195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b91a3b-9d26-4e10-bf3d-d27c592f1cf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ea4aa9-4372-4530-9e1e-c06ffd73bda5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ea4aa9-4372-4530-9e1e-c06ffd73bda5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5417350654435585252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dce7de5-9249-4238-9d92-5de950971e98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64f94600-ba38-4a72-8b96-f589633e99fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f94600-ba38-4a72-8b96-f589633e99fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078108186631826076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f94600-ba38-4a72-8b96-f589633e99fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c687d7e8-1c50-4af8-9051-124b94e1de4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c687d7e8-1c50-4af8-9051-124b94e1de4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10128474829763928571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ea4aa9-4372-4530-9e1e-c06ffd73bda5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28f170c6-18f7-442c-8ba1-271811103596, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f170c6-18f7-442c-8ba1-271811103596, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4147788969455479298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c687d7e8-1c50-4af8-9051-124b94e1de4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a32b77-3e0b-41c4-ab28-c446eb0ef7d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a32b77-3e0b-41c4-ab28-c446eb0ef7d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050549744315643039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f170c6-18f7-442c-8ba1-271811103596, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eeb1062-7d0a-4603-a699-f6872f495655, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeb1062-7d0a-4603-a699-f6872f495655, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14947915397162693569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a32b77-3e0b-41c4-ab28-c446eb0ef7d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199d6253-db88-4dc2-9ed4-05bc97d4e3ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199d6253-db88-4dc2-9ed4-05bc97d4e3ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089818167417497211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeb1062-7d0a-4603-a699-f6872f495655, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c855a35-c687-4cf9-8b30-9bef5bf6ed9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c855a35-c687-4cf9-8b30-9bef5bf6ed9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2223361196859326901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199d6253-db88-4dc2-9ed4-05bc97d4e3ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c855a35-c687-4cf9-8b30-9bef5bf6ed9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2968aac9-bccb-43ba-95ac-b9250de5b0ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d8f51b-ae34-4ddf-98a2-3a4f8c826d2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d8f51b-ae34-4ddf-98a2-3a4f8c826d2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13589934921862406944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2968aac9-bccb-43ba-95ac-b9250de5b0ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4871464925929571139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2968aac9-bccb-43ba-95ac-b9250de5b0ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7b9c3f-70ab-4466-a7fd-ff8395ac6b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7b9c3f-70ab-4466-a7fd-ff8395ac6b67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15841487734985831507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d8f51b-ae34-4ddf-98a2-3a4f8c826d2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 702450ec-de1b-455c-809c-91bffb69c9ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702450ec-de1b-455c-809c-91bffb69c9ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6391412696758705935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7b9c3f-70ab-4466-a7fd-ff8395ac6b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097eff2c-85d0-4f7b-af97-baff669245e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097eff2c-85d0-4f7b-af97-baff669245e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501144068606765196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702450ec-de1b-455c-809c-91bffb69c9ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f8a67b8-8527-41b4-b4d3-fb3114799d1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8a67b8-8527-41b4-b4d3-fb3114799d1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727929415338151892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097eff2c-85d0-4f7b-af97-baff669245e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44ff4d2f-e5fe-4331-be64-4bb2bf1fc8ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ff4d2f-e5fe-4331-be64-4bb2bf1fc8ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12813422332103719020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ff4d2f-e5fe-4331-be64-4bb2bf1fc8ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8a67b8-8527-41b4-b4d3-fb3114799d1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e18a7e5-8dd7-4ede-846b-20aa9fbcfda9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e18a7e5-8dd7-4ede-846b-20aa9fbcfda9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228572609654040470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cade049a-f7cd-43d1-a347-d1eca2fa401b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cade049a-f7cd-43d1-a347-d1eca2fa401b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869510931989384503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cade049a-f7cd-43d1-a347-d1eca2fa401b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f25761e9-3993-4037-8ca5-5815dbd1213e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e18a7e5-8dd7-4ede-846b-20aa9fbcfda9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcae73f-8c98-4368-b0b1-90b47c3268da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcae73f-8c98-4368-b0b1-90b47c3268da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154797323975404646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25761e9-3993-4037-8ca5-5815dbd1213e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13749847240090165940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcae73f-8c98-4368-b0b1-90b47c3268da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1abca8b4-a93b-4392-be15-927c35d8e61f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abca8b4-a93b-4392-be15-927c35d8e61f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15451166144104875467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25761e9-3993-4037-8ca5-5815dbd1213e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d01f490-06d3-42df-b9d0-82afbc071f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d01f490-06d3-42df-b9d0-82afbc071f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16129723757667018078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abca8b4-a93b-4392-be15-927c35d8e61f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a01b5172-7d4b-4003-9e35-22fad0c144ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01b5172-7d4b-4003-9e35-22fad0c144ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431628581218637599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d01f490-06d3-42df-b9d0-82afbc071f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc2c5f5-bf75-4f00-835a-b856f3d29725, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc2c5f5-bf75-4f00-835a-b856f3d29725, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074636874389352450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01b5172-7d4b-4003-9e35-22fad0c144ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc2c5f5-bf75-4f00-835a-b856f3d29725, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb512508-42d2-4d1a-826a-8cf5b1270ffe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb512508-42d2-4d1a-826a-8cf5b1270ffe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18184064225366659603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfab520c-3ca4-4780-9380-4b0a175b02af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfab520c-3ca4-4780-9380-4b0a175b02af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8415681653835418833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb512508-42d2-4d1a-826a-8cf5b1270ffe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dceb829c-cc42-4fc1-a5c7-deba229a44f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dceb829c-cc42-4fc1-a5c7-deba229a44f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4963538722318740697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfab520c-3ca4-4780-9380-4b0a175b02af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2927d1f4-9057-46fa-8b7e-75e210e5592b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2927d1f4-9057-46fa-8b7e-75e210e5592b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12624627703384112148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dceb829c-cc42-4fc1-a5c7-deba229a44f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c06cdb-33bd-45bc-901c-d508b6e9374b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c06cdb-33bd-45bc-901c-d508b6e9374b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12039221907736901589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2927d1f4-9057-46fa-8b7e-75e210e5592b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1fbf1e3-b4f3-404e-840a-0874c3f06171, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1fbf1e3-b4f3-404e-840a-0874c3f06171, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9920865202567758054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c06cdb-33bd-45bc-901c-d508b6e9374b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19ccfaf-ff64-440a-a118-0d338c3623d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19ccfaf-ff64-440a-a118-0d338c3623d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997125720195479627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1fbf1e3-b4f3-404e-840a-0874c3f06171, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81661f33-8b98-4d49-85e5-b1b95695561f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81661f33-8b98-4d49-85e5-b1b95695561f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158462218880235887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19ccfaf-ff64-440a-a118-0d338c3623d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c18acdb7-e638-4556-abca-699e0e1ac803, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18acdb7-e638-4556-abca-699e0e1ac803, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733403588700668035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81661f33-8b98-4d49-85e5-b1b95695561f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6be59101-e322-4ccb-a182-ded8c6146016, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be59101-e322-4ccb-a182-ded8c6146016, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10391622739347421205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18acdb7-e638-4556-abca-699e0e1ac803, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5b1d6ce-d8a0-4710-af4c-767a18ac4440, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b1d6ce-d8a0-4710-af4c-767a18ac4440, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036646545132299780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be59101-e322-4ccb-a182-ded8c6146016, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e626f1f6-e1f7-4f49-86a8-fc19aaea3dbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e626f1f6-e1f7-4f49-86a8-fc19aaea3dbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9850209687305285505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b1d6ce-d8a0-4710-af4c-767a18ac4440, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47be15ae-0420-4b23-8dbb-7cd96e65bdb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47be15ae-0420-4b23-8dbb-7cd96e65bdb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15232815748186011639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e626f1f6-e1f7-4f49-86a8-fc19aaea3dbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5bd488-6261-4579-871d-08cda889cdcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5bd488-6261-4579-871d-08cda889cdcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12230104837029370745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47be15ae-0420-4b23-8dbb-7cd96e65bdb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 701ff0fb-eca0-4978-9a20-872801d37d51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701ff0fb-eca0-4978-9a20-872801d37d51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153631952796274532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5bd488-6261-4579-871d-08cda889cdcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20adce01-128c-48d8-b6b5-785334de2260, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20adce01-128c-48d8-b6b5-785334de2260, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13610651504093643608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701ff0fb-eca0-4978-9a20-872801d37d51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57fe2f44-5c67-47fa-abe1-34a3ce3506c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57fe2f44-5c67-47fa-abe1-34a3ce3506c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15977449702994132748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20adce01-128c-48d8-b6b5-785334de2260, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 643cc5a7-7019-4651-a184-b5d8d2a2cf83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643cc5a7-7019-4651-a184-b5d8d2a2cf83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592494911949013339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57fe2f44-5c67-47fa-abe1-34a3ce3506c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 469902a3-9ffb-4eb4-965f-5f6865ac4ca2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469902a3-9ffb-4eb4-965f-5f6865ac4ca2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964175495207626873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643cc5a7-7019-4651-a184-b5d8d2a2cf83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c51fa040-88c6-44e9-b829-c30b88a784bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c51fa040-88c6-44e9-b829-c30b88a784bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802821264743371277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469902a3-9ffb-4eb4-965f-5f6865ac4ca2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4ca8f1b-9673-41c0-b827-26f5e453842b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ca8f1b-9673-41c0-b827-26f5e453842b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15136075569649651623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c51fa040-88c6-44e9-b829-c30b88a784bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044539a0-f6b6-4bfd-9094-92b616a5e671, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044539a0-f6b6-4bfd-9094-92b616a5e671, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975776416854469298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044539a0-f6b6-4bfd-9094-92b616a5e671, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbee0042-6072-4bae-9d52-1bceb950b59a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ca8f1b-9673-41c0-b827-26f5e453842b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbee0042-6072-4bae-9d52-1bceb950b59a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11641069760101479650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748fb59c-e4be-4337-992d-844f159d83ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748fb59c-e4be-4337-992d-844f159d83ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8804399254209905578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbee0042-6072-4bae-9d52-1bceb950b59a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b91adb-328a-4943-b61c-45e5d8c57539, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b91adb-328a-4943-b61c-45e5d8c57539, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17449690735216882572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748fb59c-e4be-4337-992d-844f159d83ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b65aac1-6727-4d50-b41d-8b9aff706bae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b91adb-328a-4943-b61c-45e5d8c57539, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b65aac1-6727-4d50-b41d-8b9aff706bae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016400379190811427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce3c6c4c-a67e-4d21-98fc-a4dd8fb3803f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3c6c4c-a67e-4d21-98fc-a4dd8fb3803f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801767304711679463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b65aac1-6727-4d50-b41d-8b9aff706bae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d522c9a5-1901-409d-a0d5-41980bec6ff1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d522c9a5-1901-409d-a0d5-41980bec6ff1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866131397274118562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3c6c4c-a67e-4d21-98fc-a4dd8fb3803f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d60fe1ab-645e-49b0-82e5-423f977ceb09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60fe1ab-645e-49b0-82e5-423f977ceb09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11831838428505797074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d522c9a5-1901-409d-a0d5-41980bec6ff1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab5af4e6-42a3-4e53-a6a9-16e4c357e1dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5af4e6-42a3-4e53-a6a9-16e4c357e1dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435953141757355280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60fe1ab-645e-49b0-82e5-423f977ceb09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab40b48-c534-4af3-8b9a-94ec3f045448, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab40b48-c534-4af3-8b9a-94ec3f045448, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2792778781004762461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5af4e6-42a3-4e53-a6a9-16e4c357e1dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 114333ba-a670-462f-98b6-f565a1fd4ed3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114333ba-a670-462f-98b6-f565a1fd4ed3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1713384453250312641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab40b48-c534-4af3-8b9a-94ec3f045448, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f128177-357e-450d-b920-a218e7df5db4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f128177-357e-450d-b920-a218e7df5db4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3155286111502754692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114333ba-a670-462f-98b6-f565a1fd4ed3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2785c76c-5579-461d-8096-e699a20191dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2785c76c-5579-461d-8096-e699a20191dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657281481067096934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f128177-357e-450d-b920-a218e7df5db4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2785c76c-5579-461d-8096-e699a20191dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8d35778-eb8f-4db6-aec5-d2e1a2357958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d35778-eb8f-4db6-aec5-d2e1a2357958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8835271904670648657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717a40ad-5c9b-4d8f-a659-6fcb78e872ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717a40ad-5c9b-4d8f-a659-6fcb78e872ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354175577014548598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d35778-eb8f-4db6-aec5-d2e1a2357958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717a40ad-5c9b-4d8f-a659-6fcb78e872ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8daaae9-6465-4acc-8659-2e0789ce85a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8daaae9-6465-4acc-8659-2e0789ce85a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8406010834538989686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e9f676-288d-45dc-9d48-3d7c3fbace96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e9f676-288d-45dc-9d48-3d7c3fbace96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986712637788894033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e9f676-288d-45dc-9d48-3d7c3fbace96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f8cc1f-6a64-4a97-b5b8-4f04b3c9e43b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8daaae9-6465-4acc-8659-2e0789ce85a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6069d6ac-3a0f-413f-b55b-b386bdd6e9a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6069d6ac-3a0f-413f-b55b-b386bdd6e9a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7123775340469775130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f8cc1f-6a64-4a97-b5b8-4f04b3c9e43b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 832733890079522276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6069d6ac-3a0f-413f-b55b-b386bdd6e9a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1145553a-c0a3-48b3-b664-1a45a5df86c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1145553a-c0a3-48b3-b664-1a45a5df86c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298992825250914174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f8cc1f-6a64-4a97-b5b8-4f04b3c9e43b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c55436-c272-4427-a188-d236b198d8ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c55436-c272-4427-a188-d236b198d8ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 304259406825810616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1145553a-c0a3-48b3-b664-1a45a5df86c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3fb085e-8723-4d58-941f-efa38d7e4e72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fb085e-8723-4d58-941f-efa38d7e4e72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8217173535397034560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c55436-c272-4427-a188-d236b198d8ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29d98c0f-c381-4c58-9813-138dbe673326, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d98c0f-c381-4c58-9813-138dbe673326, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795539606283309664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fb085e-8723-4d58-941f-efa38d7e4e72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7c0beb-0062-4e0c-a19c-74238165d30c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7c0beb-0062-4e0c-a19c-74238165d30c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17889144396204473362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d98c0f-c381-4c58-9813-138dbe673326, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18d5071a-2639-4129-bdec-4e70dff23cbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d5071a-2639-4129-bdec-4e70dff23cbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606998548737154721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7c0beb-0062-4e0c-a19c-74238165d30c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bc3a75c-3182-42b8-bbe5-67efa0cdbd4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc3a75c-3182-42b8-bbe5-67efa0cdbd4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15506983217928174294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d5071a-2639-4129-bdec-4e70dff23cbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 163dab26-e1c3-44f7-81cd-022fc565758c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 163dab26-e1c3-44f7-81cd-022fc565758c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717763582967404251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc3a75c-3182-42b8-bbe5-67efa0cdbd4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b8205d-d6a9-4a7b-946a-c133092d50db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b8205d-d6a9-4a7b-946a-c133092d50db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8710461963324872304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 163dab26-e1c3-44f7-81cd-022fc565758c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 867f3a43-943b-491a-8519-5fdce2f46b31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867f3a43-943b-491a-8519-5fdce2f46b31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4257009415934906292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b8205d-d6a9-4a7b-946a-c133092d50db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65904d81-a524-4d24-a0f4-6c1d008c5c63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65904d81-a524-4d24-a0f4-6c1d008c5c63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16931231225362971252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867f3a43-943b-491a-8519-5fdce2f46b31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65904d81-a524-4d24-a0f4-6c1d008c5c63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8705a4ae-6bc5-48fe-94ea-17cb032bc0d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8705a4ae-6bc5-48fe-94ea-17cb032bc0d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10070223641098442771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d4b2c0d-2dc9-4e04-a482-025ceaaf82f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d4b2c0d-2dc9-4e04-a482-025ceaaf82f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6234590770589593244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d4b2c0d-2dc9-4e04-a482-025ceaaf82f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f4bf2b1-4323-4b62-91fc-3c1f7df738cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f4bf2b1-4323-4b62-91fc-3c1f7df738cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4343411281705018469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8705a4ae-6bc5-48fe-94ea-17cb032bc0d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c55b32-f717-4249-bb83-a6a8ae0ea4c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c55b32-f717-4249-bb83-a6a8ae0ea4c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14295051359788986953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f4bf2b1-4323-4b62-91fc-3c1f7df738cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75c15e8b-63a0-45c8-bd9b-ff87f78e074e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c15e8b-63a0-45c8-bd9b-ff87f78e074e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814943092003296750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c55b32-f717-4249-bb83-a6a8ae0ea4c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c15e8b-63a0-45c8-bd9b-ff87f78e074e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8ca88bd-96fa-43f5-ab76-b3c5e2e01cdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ca88bd-96fa-43f5-ab76-b3c5e2e01cdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 755213435935403394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4879e74f-e9cf-43fa-94e6-b7a302f0bfed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4879e74f-e9cf-43fa-94e6-b7a302f0bfed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1233468107964594527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ca88bd-96fa-43f5-ab76-b3c5e2e01cdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab56ceeb-5b7e-4648-9d8a-e4cfbc9ede03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab56ceeb-5b7e-4648-9d8a-e4cfbc9ede03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092152895958541488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4879e74f-e9cf-43fa-94e6-b7a302f0bfed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 159a54be-8d5e-49db-bda1-0cea6e597b8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 159a54be-8d5e-49db-bda1-0cea6e597b8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137943449713950601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab56ceeb-5b7e-4648-9d8a-e4cfbc9ede03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a9507c-d042-4148-90de-f0d2968a16c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a9507c-d042-4148-90de-f0d2968a16c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005178148796950522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a9507c-d042-4148-90de-f0d2968a16c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f703ba7a-e890-4c4c-b9d1-403a44c732f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f703ba7a-e890-4c4c-b9d1-403a44c732f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813029814522344412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 159a54be-8d5e-49db-bda1-0cea6e597b8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e401f425-0973-466f-9ff2-02fefe09c209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e401f425-0973-466f-9ff2-02fefe09c209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220693943742892111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f703ba7a-e890-4c4c-b9d1-403a44c732f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d2bbda6-78ac-4af8-842f-b8c608eaec4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2bbda6-78ac-4af8-842f-b8c608eaec4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17830589144576425845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e401f425-0973-466f-9ff2-02fefe09c209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a1774e8-9eec-43c6-891b-a1d784078f90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1774e8-9eec-43c6-891b-a1d784078f90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8017687975011574378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2bbda6-78ac-4af8-842f-b8c608eaec4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb04e55e-f7f5-4407-941c-d8e9383b881d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb04e55e-f7f5-4407-941c-d8e9383b881d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1219671629133101833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1774e8-9eec-43c6-891b-a1d784078f90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d8ae043-99af-44f8-a8a8-ad6af150ef10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8ae043-99af-44f8-a8a8-ad6af150ef10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17813241716307177848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb04e55e-f7f5-4407-941c-d8e9383b881d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8ae043-99af-44f8-a8a8-ad6af150ef10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8fc0eaf-0407-4b6c-8de4-4ce8a3c1c250, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8fc0eaf-0407-4b6c-8de4-4ce8a3c1c250, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12211766383691707450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ced844a3-1144-4469-bb35-1d6a3bc9d066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced844a3-1144-4469-bb35-1d6a3bc9d066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299342608822337795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8fc0eaf-0407-4b6c-8de4-4ce8a3c1c250, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37db7b0d-b5d5-47e1-833d-56f7b8507b14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37db7b0d-b5d5-47e1-833d-56f7b8507b14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17593441886146902096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced844a3-1144-4469-bb35-1d6a3bc9d066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a99fac7-5fa1-4196-be41-feae4038dd42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a99fac7-5fa1-4196-be41-feae4038dd42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10379192931242501463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37db7b0d-b5d5-47e1-833d-56f7b8507b14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbd2238f-a41c-49e3-9f70-b57e7bdcd989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd2238f-a41c-49e3-9f70-b57e7bdcd989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12441235796243536965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a99fac7-5fa1-4196-be41-feae4038dd42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fae3175-feef-423f-b971-81239adc7a10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd2238f-a41c-49e3-9f70-b57e7bdcd989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7008fe49-2f2e-44df-8c5d-f47256740509, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7008fe49-2f2e-44df-8c5d-f47256740509, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9513666704012495337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fae3175-feef-423f-b971-81239adc7a10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8747389682837176796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7008fe49-2f2e-44df-8c5d-f47256740509, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 578ae422-bef2-4efc-a1e9-5eb1e18a36f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578ae422-bef2-4efc-a1e9-5eb1e18a36f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11410014920716455270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fae3175-feef-423f-b971-81239adc7a10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba17cc60-2053-4ed8-8ce2-6213e5115d17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba17cc60-2053-4ed8-8ce2-6213e5115d17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18284523422390281725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578ae422-bef2-4efc-a1e9-5eb1e18a36f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb57695-adaf-4189-8a35-8f5bc32b9028, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb57695-adaf-4189-8a35-8f5bc32b9028, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8263163233971706809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba17cc60-2053-4ed8-8ce2-6213e5115d17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 129fd18e-ca07-47b8-85d3-855c1dbfb2db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129fd18e-ca07-47b8-85d3-855c1dbfb2db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5630360401744695877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb57695-adaf-4189-8a35-8f5bc32b9028, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 905cbb6e-7022-4de1-99bb-402ca20d49ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905cbb6e-7022-4de1-99bb-402ca20d49ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200985439377302103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129fd18e-ca07-47b8-85d3-855c1dbfb2db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a3c5b4-4d97-46b0-82d4-f01b4e57ee52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a3c5b4-4d97-46b0-82d4-f01b4e57ee52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 820618245375393346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905cbb6e-7022-4de1-99bb-402ca20d49ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dab6d060-35c3-4055-9d82-6f56bf66b35f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a3c5b4-4d97-46b0-82d4-f01b4e57ee52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab6d060-35c3-4055-9d82-6f56bf66b35f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7329714366246875338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b94a430-a433-4f56-8a94-6aaecbc37258, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b94a430-a433-4f56-8a94-6aaecbc37258, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11880173485220969419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab6d060-35c3-4055-9d82-6f56bf66b35f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 778e1666-b5f0-4608-91b3-3c9009119783, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b94a430-a433-4f56-8a94-6aaecbc37258, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 473110ef-8f78-4286-905e-517c9a4357a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473110ef-8f78-4286-905e-517c9a4357a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202794197150192892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778e1666-b5f0-4608-91b3-3c9009119783, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14081876508941063222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473110ef-8f78-4286-905e-517c9a4357a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2e5299-9dda-428c-bb72-f56f538e4327, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2e5299-9dda-428c-bb72-f56f538e4327, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036416207325725242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778e1666-b5f0-4608-91b3-3c9009119783, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d4fbfb8-c0bd-430b-a061-573ccbf2851b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4fbfb8-c0bd-430b-a061-573ccbf2851b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5612456639869448758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2e5299-9dda-428c-bb72-f56f538e4327, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fb77e84-a1be-44e0-a561-df7588607b82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb77e84-a1be-44e0-a561-df7588607b82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8541235162928037180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4fbfb8-c0bd-430b-a061-573ccbf2851b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab40b7e4-5dcc-4f3c-8323-acd0fbe30e05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab40b7e4-5dcc-4f3c-8323-acd0fbe30e05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16743859627513480197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab40b7e4-5dcc-4f3c-8323-acd0fbe30e05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb77e84-a1be-44e0-a561-df7588607b82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac00982-965f-49db-8f73-04752e78f13e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac00982-965f-49db-8f73-04752e78f13e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9413472654159947355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf7181e-6ece-4d10-8e09-8b9e7d985472, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf7181e-6ece-4d10-8e09-8b9e7d985472, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3803393133475488398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac00982-965f-49db-8f73-04752e78f13e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7c953d6-3389-49d9-bce3-d12c2c3575d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c953d6-3389-49d9-bce3-d12c2c3575d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137502945436028246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf7181e-6ece-4d10-8e09-8b9e7d985472, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319a05e3-458c-4388-bf1a-90d9333db923, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319a05e3-458c-4388-bf1a-90d9333db923, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837117060809472600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c953d6-3389-49d9-bce3-d12c2c3575d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e079f99f-a593-41ec-accd-11df80b92c55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319a05e3-458c-4388-bf1a-90d9333db923, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e079f99f-a593-41ec-accd-11df80b92c55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275061651329747661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d35ea26-bf66-4ae2-87a2-9160796cba5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d35ea26-bf66-4ae2-87a2-9160796cba5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457560532714967940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e079f99f-a593-41ec-accd-11df80b92c55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0a5a6e7-96c3-4fb9-9b0f-9f351edbd979, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0a5a6e7-96c3-4fb9-9b0f-9f351edbd979, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261849840514571015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d35ea26-bf66-4ae2-87a2-9160796cba5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaff0bf9-74ac-4c3c-9c7c-78599bd4e9ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaff0bf9-74ac-4c3c-9c7c-78599bd4e9ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5833137782682390978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0a5a6e7-96c3-4fb9-9b0f-9f351edbd979, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c612cd6c-c759-4efd-a98e-d150315ee13b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c612cd6c-c759-4efd-a98e-d150315ee13b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054141082186872619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaff0bf9-74ac-4c3c-9c7c-78599bd4e9ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fa5d47c-7e73-4a1a-84cf-477e543c10dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa5d47c-7e73-4a1a-84cf-477e543c10dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17024902820649763026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c612cd6c-c759-4efd-a98e-d150315ee13b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45e5cf5-acfb-4d5a-bfac-6828ee4303ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa5d47c-7e73-4a1a-84cf-477e543c10dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45e5cf5-acfb-4d5a-bfac-6828ee4303ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11721519995900490320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3410922-45e4-42ac-88cd-4c7e2d9a7167, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3410922-45e4-42ac-88cd-4c7e2d9a7167, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925683254402097109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45e5cf5-acfb-4d5a-bfac-6828ee4303ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d58779f-47f4-4a13-a057-c800a9dd3431, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d58779f-47f4-4a13-a057-c800a9dd3431, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6504359777308623345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3410922-45e4-42ac-88cd-4c7e2d9a7167, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb71ebf5-ead9-4336-bf14-f3aa268e1115, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb71ebf5-ead9-4336-bf14-f3aa268e1115, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663583127191965782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d58779f-47f4-4a13-a057-c800a9dd3431, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929d36ae-2a95-41bc-b5e0-e9888b96dd2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929d36ae-2a95-41bc-b5e0-e9888b96dd2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14629067494135177113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb71ebf5-ead9-4336-bf14-f3aa268e1115, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f10f2b7-d04c-4db7-a446-1e4d580d11a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929d36ae-2a95-41bc-b5e0-e9888b96dd2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c0c3489-378f-4940-b6fa-3282868f242d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c0c3489-378f-4940-b6fa-3282868f242d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596896354026218804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f10f2b7-d04c-4db7-a446-1e4d580d11a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10785556503973492899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c0c3489-378f-4940-b6fa-3282868f242d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32eb5392-97ca-478e-9767-3f3c1ae45357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f10f2b7-d04c-4db7-a446-1e4d580d11a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb5af66-4f10-4ce2-9381-5a4bc65d2bbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb5af66-4f10-4ce2-9381-5a4bc65d2bbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2053268312214450205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32eb5392-97ca-478e-9767-3f3c1ae45357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5665868604755131141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32eb5392-97ca-478e-9767-3f3c1ae45357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8461f776-422f-40fb-85a1-d2ca737d7ae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8461f776-422f-40fb-85a1-d2ca737d7ae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1767199032592102778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb5af66-4f10-4ce2-9381-5a4bc65d2bbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f92e6713-6d9d-433f-836b-1f62b26ea975, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8461f776-422f-40fb-85a1-d2ca737d7ae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f92e6713-6d9d-433f-836b-1f62b26ea975, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414107853990366909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba70f1c3-c11c-4d4b-8cd7-92cad8645829, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba70f1c3-c11c-4d4b-8cd7-92cad8645829, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1579685750967578463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f92e6713-6d9d-433f-836b-1f62b26ea975, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6611c35-0467-48af-8f83-a8a75c9ba58e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6611c35-0467-48af-8f83-a8a75c9ba58e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3395970279396051506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba70f1c3-c11c-4d4b-8cd7-92cad8645829, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db985b58-12eb-4906-98fd-e0ebfe609bf2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db985b58-12eb-4906-98fd-e0ebfe609bf2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509629160010885982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6611c35-0467-48af-8f83-a8a75c9ba58e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5a30e58-392f-472b-848c-fbd14c15ecfd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a30e58-392f-472b-848c-fbd14c15ecfd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2643855457564473847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db985b58-12eb-4906-98fd-e0ebfe609bf2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd90c2e0-0bcc-47b1-bb9a-b0e21fdd3914, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd90c2e0-0bcc-47b1-bb9a-b0e21fdd3914, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 974270431897959402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a30e58-392f-472b-848c-fbd14c15ecfd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91dc64cf-6255-40fd-bec4-d50d2e6b80a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91dc64cf-6255-40fd-bec4-d50d2e6b80a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9945590056362429632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd90c2e0-0bcc-47b1-bb9a-b0e21fdd3914, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b988b483-fa0d-40ba-b91a-f1d58e8fe222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b988b483-fa0d-40ba-b91a-f1d58e8fe222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9998957096774464354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91dc64cf-6255-40fd-bec4-d50d2e6b80a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ef818e-28ed-4107-99d2-4ed5ad1804d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ef818e-28ed-4107-99d2-4ed5ad1804d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17626913264201246397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b988b483-fa0d-40ba-b91a-f1d58e8fe222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e13f93b-afcb-436f-9821-c6b964c73cb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e13f93b-afcb-436f-9821-c6b964c73cb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2770095218818182754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ef818e-28ed-4107-99d2-4ed5ad1804d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b28856bd-16f9-4cb4-a749-f29336cd36bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28856bd-16f9-4cb4-a749-f29336cd36bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882742095444310729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e13f93b-afcb-436f-9821-c6b964c73cb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4692b194-0cbf-4060-88c6-f8bf6123c813, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4692b194-0cbf-4060-88c6-f8bf6123c813, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1473680778968796545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28856bd-16f9-4cb4-a749-f29336cd36bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12bf8697-fa9e-4c91-a0e3-9e2d6f1b3f1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bf8697-fa9e-4c91-a0e3-9e2d6f1b3f1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18173260833644910428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4692b194-0cbf-4060-88c6-f8bf6123c813, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dbf4056-ba45-40ca-9a57-a43d0d297482, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dbf4056-ba45-40ca-9a57-a43d0d297482, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131674738427978913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bf8697-fa9e-4c91-a0e3-9e2d6f1b3f1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c82473c7-3268-4312-a753-88f850b1bde6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82473c7-3268-4312-a753-88f850b1bde6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15140537361081610249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dbf4056-ba45-40ca-9a57-a43d0d297482, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65170166-94d5-4f4a-8a62-6d2b7568f550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65170166-94d5-4f4a-8a62-6d2b7568f550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6086020110239942055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65170166-94d5-4f4a-8a62-6d2b7568f550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b36ae8bc-8122-4e8a-a3e1-0367433de8f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82473c7-3268-4312-a753-88f850b1bde6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36ae8bc-8122-4e8a-a3e1-0367433de8f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828471604573995979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11a425d6-ec6c-4e23-8345-1f05b0aee1d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a425d6-ec6c-4e23-8345-1f05b0aee1d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14544059069512362344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36ae8bc-8122-4e8a-a3e1-0367433de8f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4049708e-b386-42b6-8c02-1e735dff158b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4049708e-b386-42b6-8c02-1e735dff158b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520681106087303622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a425d6-ec6c-4e23-8345-1f05b0aee1d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c17185c-bfca-4733-b365-726ee0a113df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c17185c-bfca-4733-b365-726ee0a113df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18244600914112781110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4049708e-b386-42b6-8c02-1e735dff158b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b06ca552-00a6-4927-b191-b17b4caa099c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06ca552-00a6-4927-b191-b17b4caa099c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18129569350801984679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c17185c-bfca-4733-b365-726ee0a113df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06ca552-00a6-4927-b191-b17b4caa099c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54c5590c-f7ab-4cf7-b81a-a517762a16bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54c5590c-f7ab-4cf7-b81a-a517762a16bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3003354140698766774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94d97b44-2dcd-4458-8c92-83af994b87f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d97b44-2dcd-4458-8c92-83af994b87f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5141649297398289063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54c5590c-f7ab-4cf7-b81a-a517762a16bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401736f6-e2cc-4dc2-b9d7-c8c9fcd97dbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401736f6-e2cc-4dc2-b9d7-c8c9fcd97dbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5493789871044909809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d97b44-2dcd-4458-8c92-83af994b87f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f4d9adb-6af9-4b61-a9b9-8efe65ee97db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4d9adb-6af9-4b61-a9b9-8efe65ee97db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9664440333854838409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401736f6-e2cc-4dc2-b9d7-c8c9fcd97dbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d77347-2064-40ee-93f6-2f27fab5dcd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d77347-2064-40ee-93f6-2f27fab5dcd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939599080308075623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4d9adb-6af9-4b61-a9b9-8efe65ee97db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca8503f-0ba8-4c1e-b240-fd4fa085ff14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca8503f-0ba8-4c1e-b240-fd4fa085ff14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2425328544428418592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d77347-2064-40ee-93f6-2f27fab5dcd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eb3bf0d-4dbd-4366-9ece-715b0ccf0dca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eb3bf0d-4dbd-4366-9ece-715b0ccf0dca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564064268611569695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca8503f-0ba8-4c1e-b240-fd4fa085ff14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f103378e-0fed-4822-af02-926504721e59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eb3bf0d-4dbd-4366-9ece-715b0ccf0dca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 430ef21d-39db-4957-bc7e-95880120ed3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f103378e-0fed-4822-af02-926504721e59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12859330385209581143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430ef21d-39db-4957-bc7e-95880120ed3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298152895207044172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f103378e-0fed-4822-af02-926504721e59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968ce6c3-e3cd-4b4d-af34-1a6fd8732155, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968ce6c3-e3cd-4b4d-af34-1a6fd8732155, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768066590412578622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430ef21d-39db-4957-bc7e-95880120ed3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81af6aff-daa9-4e38-888b-e6bd79d8a0da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81af6aff-daa9-4e38-888b-e6bd79d8a0da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415060400839362578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81af6aff-daa9-4e38-888b-e6bd79d8a0da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f827064f-f15b-4075-98f5-f5e3d995bdd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f827064f-f15b-4075-98f5-f5e3d995bdd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4857592021028448940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968ce6c3-e3cd-4b4d-af34-1a6fd8732155, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85819b65-1f5b-4c61-83c1-c089dbd08324, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85819b65-1f5b-4c61-83c1-c089dbd08324, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4607908346684182637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f827064f-f15b-4075-98f5-f5e3d995bdd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bd2d4bf-178e-40a2-8109-b26a5b47c56c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd2d4bf-178e-40a2-8109-b26a5b47c56c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129581073763929940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85819b65-1f5b-4c61-83c1-c089dbd08324, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b7f6cc5-8b1b-4ad7-9913-1e7840541b9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7f6cc5-8b1b-4ad7-9913-1e7840541b9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730809897207692417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd2d4bf-178e-40a2-8109-b26a5b47c56c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38d34557-b871-4ffa-887a-c14a02657511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d34557-b871-4ffa-887a-c14a02657511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16056188150620659887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7f6cc5-8b1b-4ad7-9913-1e7840541b9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d34557-b871-4ffa-887a-c14a02657511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08adede-d1ae-40fd-8075-032d1d8541bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08adede-d1ae-40fd-8075-032d1d8541bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17351672263314930151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4055090f-0cae-4303-8af1-71b17e9d8a83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4055090f-0cae-4303-8af1-71b17e9d8a83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432824518832104553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08adede-d1ae-40fd-8075-032d1d8541bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4055090f-0cae-4303-8af1-71b17e9d8a83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d99a9b8c-007f-48b7-b1a6-e1e8339e9d11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99a9b8c-007f-48b7-b1a6-e1e8339e9d11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15493300974193519844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b894a2bd-480a-46c7-abf9-fc7f2ed645c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b894a2bd-480a-46c7-abf9-fc7f2ed645c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291629100381974351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99a9b8c-007f-48b7-b1a6-e1e8339e9d11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265dbf67-9fc3-463c-b2e3-14f8ff20c7db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b894a2bd-480a-46c7-abf9-fc7f2ed645c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2fbbb5a-080a-4b1a-97e0-8a737c729ed2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2fbbb5a-080a-4b1a-97e0-8a737c729ed2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788459856239683289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265dbf67-9fc3-463c-b2e3-14f8ff20c7db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011625950389875276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2fbbb5a-080a-4b1a-97e0-8a737c729ed2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef7ad406-f08b-4f47-a7ef-965cd3f0077d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7ad406-f08b-4f47-a7ef-965cd3f0077d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774678296471321520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265dbf67-9fc3-463c-b2e3-14f8ff20c7db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d92a7c38-bd62-4d22-8e55-3e83813bc281, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92a7c38-bd62-4d22-8e55-3e83813bc281, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914936694076316858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7ad406-f08b-4f47-a7ef-965cd3f0077d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 480fc4db-eda6-447a-a728-3b3f7563b0e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480fc4db-eda6-447a-a728-3b3f7563b0e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555870733245841407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92a7c38-bd62-4d22-8e55-3e83813bc281, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51da82a1-e722-4b4a-8fec-328f01d3cc64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51da82a1-e722-4b4a-8fec-328f01d3cc64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8240159064584768394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480fc4db-eda6-447a-a728-3b3f7563b0e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e48ceda4-45d3-48e4-89e5-f7d5e7dcebfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e48ceda4-45d3-48e4-89e5-f7d5e7dcebfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13058114584332419874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51da82a1-e722-4b4a-8fec-328f01d3cc64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11d785d5-ab85-475d-8d70-bd3f4a03b9a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d785d5-ab85-475d-8d70-bd3f4a03b9a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3170216264197030937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e48ceda4-45d3-48e4-89e5-f7d5e7dcebfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355099cd-0f52-41b0-ad53-c5d14d8555fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355099cd-0f52-41b0-ad53-c5d14d8555fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11404433532048255817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d785d5-ab85-475d-8d70-bd3f4a03b9a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530dbbee-5f89-4ea8-94b2-0de63df7df3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530dbbee-5f89-4ea8-94b2-0de63df7df3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17058943882661381526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355099cd-0f52-41b0-ad53-c5d14d8555fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 800449d5-4570-4db2-a2b1-9eafda8a5de3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800449d5-4570-4db2-a2b1-9eafda8a5de3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7858648566136116902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530dbbee-5f89-4ea8-94b2-0de63df7df3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42058202-7726-47fe-9707-b7763fec2a60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42058202-7726-47fe-9707-b7763fec2a60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727205017594548287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800449d5-4570-4db2-a2b1-9eafda8a5de3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83bdfc04-b182-479f-8c12-b464c028b6a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42058202-7726-47fe-9707-b7763fec2a60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc00356-8c02-4c4f-ba7c-5aa54dd1d965, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bdfc04-b182-479f-8c12-b464c028b6a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14593476349381353479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc00356-8c02-4c4f-ba7c-5aa54dd1d965, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233890957595957613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bdfc04-b182-479f-8c12-b464c028b6a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44864910-a57a-4fab-b1ca-749676ffeb69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44864910-a57a-4fab-b1ca-749676ffeb69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497764117293165448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc00356-8c02-4c4f-ba7c-5aa54dd1d965, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee82363d-2447-478c-9271-575de089207a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee82363d-2447-478c-9271-575de089207a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11741658697203807975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44864910-a57a-4fab-b1ca-749676ffeb69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77ccc09e-1ba1-4695-a9f2-4c2cfc2b9dd7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77ccc09e-1ba1-4695-a9f2-4c2cfc2b9dd7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340332319484954059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee82363d-2447-478c-9271-575de089207a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16848ca4-69f3-40a6-85e5-66be57808127, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16848ca4-69f3-40a6-85e5-66be57808127, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7632830446008249388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77ccc09e-1ba1-4695-a9f2-4c2cfc2b9dd7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ad8f72-65e7-4c89-a2d7-2e6ccc70983d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad8f72-65e7-4c89-a2d7-2e6ccc70983d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6424277693030073474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16848ca4-69f3-40a6-85e5-66be57808127, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0b1ecb9-be9c-4681-af26-2ed4f2ab5e6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b1ecb9-be9c-4681-af26-2ed4f2ab5e6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8173300510869118632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad8f72-65e7-4c89-a2d7-2e6ccc70983d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ed9911-ce2e-4deb-b00d-6cdda4fcd601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ed9911-ce2e-4deb-b00d-6cdda4fcd601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11974110515046585244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b1ecb9-be9c-4681-af26-2ed4f2ab5e6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 937d3537-8445-42b7-86e5-fec55eb90692, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 937d3537-8445-42b7-86e5-fec55eb90692, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318650944263579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ed9911-ce2e-4deb-b00d-6cdda4fcd601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53b5bff9-2e93-47b3-abb0-807ffe077528, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 937d3537-8445-42b7-86e5-fec55eb90692, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72cc034f-bd84-4adb-9af9-85ddb8b5eac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cc034f-bd84-4adb-9af9-85ddb8b5eac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6268821542759466651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b5bff9-2e93-47b3-abb0-807ffe077528, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557420607765251949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cc034f-bd84-4adb-9af9-85ddb8b5eac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d49edba1-134c-483e-96be-b595fd9719aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49edba1-134c-483e-96be-b595fd9719aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 198997410691397318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b5bff9-2e93-47b3-abb0-807ffe077528, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d32a6cd-ab91-4edc-946f-d98636636c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d32a6cd-ab91-4edc-946f-d98636636c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205293961554087903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49edba1-134c-483e-96be-b595fd9719aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a282537-7b2d-46fe-ba17-420532a3cf4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d32a6cd-ab91-4edc-946f-d98636636c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c06aae-7564-4b0f-9a1f-d1f20ad02e82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c06aae-7564-4b0f-9a1f-d1f20ad02e82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096976308000795795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a282537-7b2d-46fe-ba17-420532a3cf4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978828113017579118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c06aae-7564-4b0f-9a1f-d1f20ad02e82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a282537-7b2d-46fe-ba17-420532a3cf4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f297fea-c255-4425-8519-9ebf81eeb355, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f297fea-c255-4425-8519-9ebf81eeb355, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10037460501636427320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 875891ad-3036-44e9-8347-076eb014c018, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875891ad-3036-44e9-8347-076eb014c018, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9959902398335752324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f297fea-c255-4425-8519-9ebf81eeb355, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 063b6fb5-ea59-4643-8d2a-7d0b7615d66a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063b6fb5-ea59-4643-8d2a-7d0b7615d66a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235152015211950902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875891ad-3036-44e9-8347-076eb014c018, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca265b7-66ec-4d7f-969a-93752dfd7f6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca265b7-66ec-4d7f-969a-93752dfd7f6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11994126059738418388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063b6fb5-ea59-4643-8d2a-7d0b7615d66a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f67e6fa-4284-43ed-a3ac-cba469efaa56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f67e6fa-4284-43ed-a3ac-cba469efaa56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791050646406884526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca265b7-66ec-4d7f-969a-93752dfd7f6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31da8897-5cec-4c72-8a63-19ac18908cf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31da8897-5cec-4c72-8a63-19ac18908cf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695752906357749283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f67e6fa-4284-43ed-a3ac-cba469efaa56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3f66859-9bb0-43f3-bbcd-6cf4a2c6107f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3f66859-9bb0-43f3-bbcd-6cf4a2c6107f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7862616300372433944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31da8897-5cec-4c72-8a63-19ac18908cf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8661588-85e8-44ee-a9cb-a04aa3806174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8661588-85e8-44ee-a9cb-a04aa3806174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706226416578263009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3f66859-9bb0-43f3-bbcd-6cf4a2c6107f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6098cae8-508a-4a4c-a024-964feb46a150, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6098cae8-508a-4a4c-a024-964feb46a150, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713649875725969795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8661588-85e8-44ee-a9cb-a04aa3806174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5314ba-7c44-4e62-82ca-3dbdbd274066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5314ba-7c44-4e62-82ca-3dbdbd274066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764506730631620252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6098cae8-508a-4a4c-a024-964feb46a150, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fdadf6f-a0b7-4717-8b65-427e42cb27f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdadf6f-a0b7-4717-8b65-427e42cb27f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867667726869914642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5314ba-7c44-4e62-82ca-3dbdbd274066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 139e16cc-a7dd-48b3-b871-8c7af9103e1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 139e16cc-a7dd-48b3-b871-8c7af9103e1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981240238140704890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdadf6f-a0b7-4717-8b65-427e42cb27f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275725c2-26d8-47bb-8686-02bd96178bc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275725c2-26d8-47bb-8686-02bd96178bc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196359981218457942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 139e16cc-a7dd-48b3-b871-8c7af9103e1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97cd7d59-cad3-490d-87ef-c0df6829c48a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97cd7d59-cad3-490d-87ef-c0df6829c48a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9892971884472616892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275725c2-26d8-47bb-8686-02bd96178bc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cc0bf6-a31d-45a5-939c-45b347586fe1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cc0bf6-a31d-45a5-939c-45b347586fe1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6022777397725900686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97cd7d59-cad3-490d-87ef-c0df6829c48a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a331e9c-bdbe-40f5-b60d-f8fd961ee5d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a331e9c-bdbe-40f5-b60d-f8fd961ee5d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16006048409446667294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cc0bf6-a31d-45a5-939c-45b347586fe1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4f27119-ed65-40c0-af88-48b925b76d88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f27119-ed65-40c0-af88-48b925b76d88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12463255890171157377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a331e9c-bdbe-40f5-b60d-f8fd961ee5d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 703f286d-295f-4810-bb0c-709e1484ef83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f27119-ed65-40c0-af88-48b925b76d88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5194815e-acf6-4806-9c80-f68a4e154ec9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 703f286d-295f-4810-bb0c-709e1484ef83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899825100866441876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5194815e-acf6-4806-9c80-f68a4e154ec9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11834155429400642361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 703f286d-295f-4810-bb0c-709e1484ef83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a6b2446-1837-4c10-aa92-785cb98bfba7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6b2446-1837-4c10-aa92-785cb98bfba7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13452837585365780848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5194815e-acf6-4806-9c80-f68a4e154ec9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09d4e7d-1ce9-40e5-bb8c-b3bdf715f275, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09d4e7d-1ce9-40e5-bb8c-b3bdf715f275, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008598879316480895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09d4e7d-1ce9-40e5-bb8c-b3bdf715f275, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111576cc-332e-42e6-9d5b-2c2c233189a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111576cc-332e-42e6-9d5b-2c2c233189a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12221725400982788115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6b2446-1837-4c10-aa92-785cb98bfba7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5df5a8f-6338-486f-8820-ae519d309228, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5df5a8f-6338-486f-8820-ae519d309228, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5627318822256848083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111576cc-332e-42e6-9d5b-2c2c233189a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abe0b3d0-d39c-4bda-9374-54b9d70619c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe0b3d0-d39c-4bda-9374-54b9d70619c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8008907849561361107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5df5a8f-6338-486f-8820-ae519d309228, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14a410df-d752-42b3-9c60-04637796af03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a410df-d752-42b3-9c60-04637796af03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695640752395581338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe0b3d0-d39c-4bda-9374-54b9d70619c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cf66736-340d-4b35-b3d5-e592e1ef8fb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf66736-340d-4b35-b3d5-e592e1ef8fb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200555147712931927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a410df-d752-42b3-9c60-04637796af03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a18411c-7558-4d44-960c-0c9655c089ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a18411c-7558-4d44-960c-0c9655c089ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2714775117906629483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf66736-340d-4b35-b3d5-e592e1ef8fb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27a51b1c-e507-47ab-98d0-7500bde2c39b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a51b1c-e507-47ab-98d0-7500bde2c39b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368206329535117005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a18411c-7558-4d44-960c-0c9655c089ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a745d7a1-0c73-473e-a52a-4f3dcef72a15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a745d7a1-0c73-473e-a52a-4f3dcef72a15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943733593772195214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a51b1c-e507-47ab-98d0-7500bde2c39b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ed49b6-bce0-4870-a5f4-e0512a24764b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a745d7a1-0c73-473e-a52a-4f3dcef72a15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ed49b6-bce0-4870-a5f4-e0512a24764b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1781628108921376097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea43e11e-5e21-481e-9fef-1ab0121ab188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea43e11e-5e21-481e-9fef-1ab0121ab188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9673132988540613549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ed49b6-bce0-4870-a5f4-e0512a24764b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63412c8c-55b9-4b03-bd69-ae142bcc5a10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63412c8c-55b9-4b03-bd69-ae142bcc5a10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7729351642679788737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea43e11e-5e21-481e-9fef-1ab0121ab188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95388412-b973-4a44-85d7-4b1ada45164d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95388412-b973-4a44-85d7-4b1ada45164d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11038935459934440613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63412c8c-55b9-4b03-bd69-ae142bcc5a10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe183f71-fa61-4adf-a7bd-2dc3f882a4bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe183f71-fa61-4adf-a7bd-2dc3f882a4bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 470298000559877483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95388412-b973-4a44-85d7-4b1ada45164d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8096727f-0e92-4742-bd05-c74cac95c9a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8096727f-0e92-4742-bd05-c74cac95c9a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12079387741889225858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe183f71-fa61-4adf-a7bd-2dc3f882a4bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce44d4e2-49de-4308-8eff-6f4d86d0e15e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce44d4e2-49de-4308-8eff-6f4d86d0e15e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10483936665582719999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8096727f-0e92-4742-bd05-c74cac95c9a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7317c66-fe8d-455c-b03b-fff2911d9779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7317c66-fe8d-455c-b03b-fff2911d9779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18322807488804734066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce44d4e2-49de-4308-8eff-6f4d86d0e15e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7317c66-fe8d-455c-b03b-fff2911d9779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe4b7b4a-e4da-4f88-aca4-c4f828890deb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe4b7b4a-e4da-4f88-aca4-c4f828890deb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362341439012108603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d6d0148-edbe-43b0-a904-b5b608e7fa4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6d0148-edbe-43b0-a904-b5b608e7fa4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8027455729456700675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe4b7b4a-e4da-4f88-aca4-c4f828890deb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a6a30f3-8f6e-4e29-8b5a-1b113d9c746a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6a30f3-8f6e-4e29-8b5a-1b113d9c746a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17078673195740716563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6d0148-edbe-43b0-a904-b5b608e7fa4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ccd7bfe-d677-45c9-9f8d-337ea3fca09f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ccd7bfe-d677-45c9-9f8d-337ea3fca09f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14516448295390112728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6a30f3-8f6e-4e29-8b5a-1b113d9c746a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d79a4f-de55-4e49-8cab-5c601abecc96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d79a4f-de55-4e49-8cab-5c601abecc96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16937850450247617855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ccd7bfe-d677-45c9-9f8d-337ea3fca09f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a6cc12-b24b-4d19-ac23-d036aede4064, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a6cc12-b24b-4d19-ac23-d036aede4064, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8152049802302138698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d79a4f-de55-4e49-8cab-5c601abecc96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a684a2e3-120c-4475-86df-7efc48906bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a684a2e3-120c-4475-86df-7efc48906bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18333634572419020823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a6cc12-b24b-4d19-ac23-d036aede4064, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f6f5888-721a-433d-9704-26a8dd21858c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6f5888-721a-433d-9704-26a8dd21858c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9838327623899230004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a684a2e3-120c-4475-86df-7efc48906bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ad0b70e-815f-4b5e-af9b-1105aad1de90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad0b70e-815f-4b5e-af9b-1105aad1de90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364909112648236032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6f5888-721a-433d-9704-26a8dd21858c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 536de10c-9543-45bb-b98c-ec4155134d5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536de10c-9543-45bb-b98c-ec4155134d5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8935276925595888273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad0b70e-815f-4b5e-af9b-1105aad1de90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d84ef43-4b86-4cdd-bd18-aecbc50321fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d84ef43-4b86-4cdd-bd18-aecbc50321fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6612048282092294604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536de10c-9543-45bb-b98c-ec4155134d5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27ac7646-c01f-46b7-8e78-5e7ce2ecc024, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27ac7646-c01f-46b7-8e78-5e7ce2ecc024, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17418181288585765196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d84ef43-4b86-4cdd-bd18-aecbc50321fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dd6fac8-bcf2-4e44-a089-a53f0dd8a506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd6fac8-bcf2-4e44-a089-a53f0dd8a506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457788139245057725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27ac7646-c01f-46b7-8e78-5e7ce2ecc024, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd6fac8-bcf2-4e44-a089-a53f0dd8a506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f08f236-9be0-4885-9a98-10b4dbd96be3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5954d1e-619a-4015-8fa8-cd282e6a75df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f08f236-9be0-4885-9a98-10b4dbd96be3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4613978257299786985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5954d1e-619a-4015-8fa8-cd282e6a75df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12632548523895268175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f08f236-9be0-4885-9a98-10b4dbd96be3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc01fd5-90c3-40d2-9b3b-df8c572445df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5954d1e-619a-4015-8fa8-cd282e6a75df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa09265-119b-4487-b929-89d2b7f35fff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc01fd5-90c3-40d2-9b3b-df8c572445df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886931834952916292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa09265-119b-4487-b929-89d2b7f35fff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13223261063826002902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc01fd5-90c3-40d2-9b3b-df8c572445df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcfbb5d8-e1b2-4236-abd6-3aa5287570e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcfbb5d8-e1b2-4236-abd6-3aa5287570e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863285342640531464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa09265-119b-4487-b929-89d2b7f35fff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 035ccf59-febc-400d-935a-8ebea0ffa5f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035ccf59-febc-400d-935a-8ebea0ffa5f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17664244501875327018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcfbb5d8-e1b2-4236-abd6-3aa5287570e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bb1bacb-940a-4261-84d4-d9344ee8c003, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb1bacb-940a-4261-84d4-d9344ee8c003, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6101805166099179171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035ccf59-febc-400d-935a-8ebea0ffa5f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27f5bfa7-d764-4084-97a9-97ddaee20710, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f5bfa7-d764-4084-97a9-97ddaee20710, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905864075472893048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb1bacb-940a-4261-84d4-d9344ee8c003, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5cd59bf-f389-4290-9bfe-e11ff8a79926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cd59bf-f389-4290-9bfe-e11ff8a79926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4455732944347674073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f5bfa7-d764-4084-97a9-97ddaee20710, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50584241-0719-402b-ae98-e6ab830fa546, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50584241-0719-402b-ae98-e6ab830fa546, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929211570521589532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cd59bf-f389-4290-9bfe-e11ff8a79926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5ab901c-fdf0-4061-b549-7ed878821468, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ab901c-fdf0-4061-b549-7ed878821468, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4871321842608334026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50584241-0719-402b-ae98-e6ab830fa546, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e191de85-2dfd-4dff-9273-f21d93da10bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e191de85-2dfd-4dff-9273-f21d93da10bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7458468642809619982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ab901c-fdf0-4061-b549-7ed878821468, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e191de85-2dfd-4dff-9273-f21d93da10bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59c0c040-13a0-4f49-8217-793f9b1393ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72de0ba6-11ca-4a08-940b-e3863779a990, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72de0ba6-11ca-4a08-940b-e3863779a990, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6423469349441273528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c0c040-13a0-4f49-8217-793f9b1393ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288904173890433368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c0c040-13a0-4f49-8217-793f9b1393ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e9222d-bb22-42d8-8e33-1739803124d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e9222d-bb22-42d8-8e33-1739803124d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12464918632622475875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72de0ba6-11ca-4a08-940b-e3863779a990, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97707ff6-a128-43b4-b219-5d57e0bb2341, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97707ff6-a128-43b4-b219-5d57e0bb2341, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6330020296022982332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e9222d-bb22-42d8-8e33-1739803124d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a0909a-f2d9-42f7-b4ca-19fa190a36d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a0909a-f2d9-42f7-b4ca-19fa190a36d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756073645694627218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a0909a-f2d9-42f7-b4ca-19fa190a36d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbce5184-af94-474d-9047-cff54dba30cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbce5184-af94-474d-9047-cff54dba30cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1290732927355742130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97707ff6-a128-43b4-b219-5d57e0bb2341, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19180d1b-8b06-4092-a565-2be6ee365f86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19180d1b-8b06-4092-a565-2be6ee365f86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622526541308433675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbce5184-af94-474d-9047-cff54dba30cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c83e3b4a-2f55-4123-ae4e-39ff72c54a24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83e3b4a-2f55-4123-ae4e-39ff72c54a24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083940676943803198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19180d1b-8b06-4092-a565-2be6ee365f86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc32eb4e-d5fb-4411-819d-a300aab0cade, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc32eb4e-d5fb-4411-819d-a300aab0cade, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16466230596553684897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83e3b4a-2f55-4123-ae4e-39ff72c54a24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816b625f-5c03-4d4f-866b-bbc28103ad9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816b625f-5c03-4d4f-866b-bbc28103ad9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509343680138815715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc32eb4e-d5fb-4411-819d-a300aab0cade, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b4912ff-38e5-4132-9cdf-2e55a0340e5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816b625f-5c03-4d4f-866b-bbc28103ad9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b4912ff-38e5-4132-9cdf-2e55a0340e5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519753348409520769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad91ba8-a0a5-4a0b-b2a2-dba3c32c0645, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad91ba8-a0a5-4a0b-b2a2-dba3c32c0645, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12098583942403163762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b4912ff-38e5-4132-9cdf-2e55a0340e5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c2f808-5fc4-4391-ad52-21798d9cfe4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c2f808-5fc4-4391-ad52-21798d9cfe4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5006213343751674901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad91ba8-a0a5-4a0b-b2a2-dba3c32c0645, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5e65b8-5131-42d5-84b7-e49e3d052751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5e65b8-5131-42d5-84b7-e49e3d052751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9043011076176302260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c2f808-5fc4-4391-ad52-21798d9cfe4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a60bf7a-589c-4bc7-9165-28038e39a1ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a60bf7a-589c-4bc7-9165-28038e39a1ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876893085547092328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5e65b8-5131-42d5-84b7-e49e3d052751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a1af97-dba1-47a8-a8f5-289564058614, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a1af97-dba1-47a8-a8f5-289564058614, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6990987308660896012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a60bf7a-589c-4bc7-9165-28038e39a1ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5af6ac2d-0d07-4947-8361-dabc64b4036c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af6ac2d-0d07-4947-8361-dabc64b4036c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382893522355582223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a1af97-dba1-47a8-a8f5-289564058614, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2023410-7292-41f1-8661-4a76b2112d27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2023410-7292-41f1-8661-4a76b2112d27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7477530492008367309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af6ac2d-0d07-4947-8361-dabc64b4036c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b32ca55-8ecc-48ee-a0f3-407fd7087477, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b32ca55-8ecc-48ee-a0f3-407fd7087477, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16185730540504200837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2023410-7292-41f1-8661-4a76b2112d27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8f12962-9bc1-4e2c-8d84-329301ec4de5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f12962-9bc1-4e2c-8d84-329301ec4de5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419917605768267418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b32ca55-8ecc-48ee-a0f3-407fd7087477, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0588e3ec-e5c9-40bf-a3ad-6549c2633646, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0588e3ec-e5c9-40bf-a3ad-6549c2633646, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12043446563293016807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f12962-9bc1-4e2c-8d84-329301ec4de5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4b7faf-d6b6-4785-9526-2b92e192eba8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4b7faf-d6b6-4785-9526-2b92e192eba8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11517793023289173821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0588e3ec-e5c9-40bf-a3ad-6549c2633646, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0f2bc9-d935-49cf-af13-67bb489c9d9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0f2bc9-d935-49cf-af13-67bb489c9d9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12089452389436874874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4b7faf-d6b6-4785-9526-2b92e192eba8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07826638-9ea2-4946-92e5-e51c1933e2ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0f2bc9-d935-49cf-af13-67bb489c9d9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdbe1965-5750-4a0a-8ea4-7520416cd9ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07826638-9ea2-4946-92e5-e51c1933e2ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14803201208315253147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbe1965-5750-4a0a-8ea4-7520416cd9ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478481016720618213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07826638-9ea2-4946-92e5-e51c1933e2ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a70fb23-c07f-499c-bb81-167b347c6af3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a70fb23-c07f-499c-bb81-167b347c6af3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261491046103816706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbe1965-5750-4a0a-8ea4-7520416cd9ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161817ba-bd77-47df-ab4b-57e5f52da503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161817ba-bd77-47df-ab4b-57e5f52da503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7999149545752898078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a70fb23-c07f-499c-bb81-167b347c6af3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f0e1147-a728-4438-b629-4ceefc6b6779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0e1147-a728-4438-b629-4ceefc6b6779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261876089921165352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161817ba-bd77-47df-ab4b-57e5f52da503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ce0841d-7cf1-4c42-a905-a796629c1aaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce0841d-7cf1-4c42-a905-a796629c1aaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7111914466397114019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0e1147-a728-4438-b629-4ceefc6b6779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c84cce8e-c3b8-400b-8f35-bff9a8b26e74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84cce8e-c3b8-400b-8f35-bff9a8b26e74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17945497871072504757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce0841d-7cf1-4c42-a905-a796629c1aaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5af8676-019f-4b5f-b4d0-6120024cf240, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5af8676-019f-4b5f-b4d0-6120024cf240, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13935879671686954941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84cce8e-c3b8-400b-8f35-bff9a8b26e74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb5e7c6d-2591-41e5-8085-9b93c5d5c322, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5e7c6d-2591-41e5-8085-9b93c5d5c322, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 959679660731449621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5af8676-019f-4b5f-b4d0-6120024cf240, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0d3e7e-a81d-4881-8b14-ed5a70334771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0d3e7e-a81d-4881-8b14-ed5a70334771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8106315097522144709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5e7c6d-2591-41e5-8085-9b93c5d5c322, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d071f43-b65a-4292-8c2f-b3a53d4622f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d071f43-b65a-4292-8c2f-b3a53d4622f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428740949699291696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0d3e7e-a81d-4881-8b14-ed5a70334771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b60d1ed-1fe6-4f3c-ad50-87f4c84e267c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b60d1ed-1fe6-4f3c-ad50-87f4c84e267c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14786837428936243546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d071f43-b65a-4292-8c2f-b3a53d4622f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725bce2d-d79e-432f-94e5-541476ab19e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725bce2d-d79e-432f-94e5-541476ab19e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301761589716969341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b60d1ed-1fe6-4f3c-ad50-87f4c84e267c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1bc8862-b526-4c2c-a1b0-cc99c0706325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1bc8862-b526-4c2c-a1b0-cc99c0706325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7556264713093340172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725bce2d-d79e-432f-94e5-541476ab19e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16be1ab9-b736-4df5-930d-bc22fb97812f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16be1ab9-b736-4df5-930d-bc22fb97812f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1248033914410532121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1bc8862-b526-4c2c-a1b0-cc99c0706325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b12d8c61-9589-45dc-bb56-047bcfb36b4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12d8c61-9589-45dc-bb56-047bcfb36b4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976827622472412463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16be1ab9-b736-4df5-930d-bc22fb97812f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, becf97cf-13d0-4c2e-9318-431a33a9c7d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, becf97cf-13d0-4c2e-9318-431a33a9c7d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660011777518919612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12d8c61-9589-45dc-bb56-047bcfb36b4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8982ab8b-6c9a-44db-8860-a18a1d5e64e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8982ab8b-6c9a-44db-8860-a18a1d5e64e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048371506074366481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, becf97cf-13d0-4c2e-9318-431a33a9c7d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 171ba900-d0db-48a7-a1c7-4f7b84fdaf06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171ba900-d0db-48a7-a1c7-4f7b84fdaf06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8117956903817240597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8982ab8b-6c9a-44db-8860-a18a1d5e64e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 516e906c-64b3-497c-a549-9453403c35d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516e906c-64b3-497c-a549-9453403c35d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11381644369249600869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171ba900-d0db-48a7-a1c7-4f7b84fdaf06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f504e732-1ddc-4cf3-b4d5-bbcaa8d86c23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f504e732-1ddc-4cf3-b4d5-bbcaa8d86c23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12643557933577124985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516e906c-64b3-497c-a549-9453403c35d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772b4c12-42f1-4931-b715-9e5859c6c01e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772b4c12-42f1-4931-b715-9e5859c6c01e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12835083383119924908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f504e732-1ddc-4cf3-b4d5-bbcaa8d86c23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7877d5c-c9a3-4e45-97d9-e42aca964088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772b4c12-42f1-4931-b715-9e5859c6c01e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7877d5c-c9a3-4e45-97d9-e42aca964088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1515945681308186886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1448da-6df4-4f8b-98f1-e9f5d61d2a22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1448da-6df4-4f8b-98f1-e9f5d61d2a22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760605582083239884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7877d5c-c9a3-4e45-97d9-e42aca964088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11858d71-e5c9-4cfa-ae61-6b7e830b120e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11858d71-e5c9-4cfa-ae61-6b7e830b120e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7205157388172912430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1448da-6df4-4f8b-98f1-e9f5d61d2a22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 481f1e32-ce81-4749-83a9-034277a43595, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481f1e32-ce81-4749-83a9-034277a43595, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648847032350769527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11858d71-e5c9-4cfa-ae61-6b7e830b120e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a0ec728-a620-4801-91bd-cf33b125e3b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a0ec728-a620-4801-91bd-cf33b125e3b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4134937032946209350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481f1e32-ce81-4749-83a9-034277a43595, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a954df3-d128-44de-bc79-4b9caf0c781c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a954df3-d128-44de-bc79-4b9caf0c781c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9555334173113544058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a0ec728-a620-4801-91bd-cf33b125e3b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a954df3-d128-44de-bc79-4b9caf0c781c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ec176f2-832a-4772-a465-e263cd3dbecd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec176f2-832a-4772-a465-e263cd3dbecd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904483828313310494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e3fee52-dfef-47d5-a99a-5d209a813d44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3fee52-dfef-47d5-a99a-5d209a813d44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756494432473980428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec176f2-832a-4772-a465-e263cd3dbecd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d22acb38-e3e2-4390-86d2-ab457a017b03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d22acb38-e3e2-4390-86d2-ab457a017b03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13858039820666759671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3fee52-dfef-47d5-a99a-5d209a813d44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16844db8-f331-4a1e-9140-2114ebb8977b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d22acb38-e3e2-4390-86d2-ab457a017b03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d54e84-ac27-4600-849f-f67f2ae8fb07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d54e84-ac27-4600-849f-f67f2ae8fb07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17720997436087979008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16844db8-f331-4a1e-9140-2114ebb8977b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14673284240236162280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d54e84-ac27-4600-849f-f67f2ae8fb07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5093b18f-e468-4ba0-a2bd-9403f3bdbf87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16844db8-f331-4a1e-9140-2114ebb8977b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88fecb8f-c6b9-4c72-8bdd-19b745c14fa0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5093b18f-e468-4ba0-a2bd-9403f3bdbf87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8628861315860860883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fecb8f-c6b9-4c72-8bdd-19b745c14fa0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5476536292777581339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5093b18f-e468-4ba0-a2bd-9403f3bdbf87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fecb8f-c6b9-4c72-8bdd-19b745c14fa0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf43de6-551d-4949-baa9-ffe8c64a02ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 982b9037-2db8-47bc-8a2f-f27747d826ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf43de6-551d-4949-baa9-ffe8c64a02ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433885943841930180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 982b9037-2db8-47bc-8a2f-f27747d826ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5230892768674534915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 982b9037-2db8-47bc-8a2f-f27747d826ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d321bded-9875-4bca-a825-3943ec3e6545, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf43de6-551d-4949-baa9-ffe8c64a02ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3dbdd7c-f24a-449e-87c5-7da67f229be8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3dbdd7c-f24a-449e-87c5-7da67f229be8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092657183748706135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d321bded-9875-4bca-a825-3943ec3e6545, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918481877238149658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d321bded-9875-4bca-a825-3943ec3e6545, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a2ec11-3429-4e16-af3b-d21824f0ca61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a2ec11-3429-4e16-af3b-d21824f0ca61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437884475608688100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3dbdd7c-f24a-449e-87c5-7da67f229be8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dba2cf75-ac87-45df-9fc1-6d88c638c413, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba2cf75-ac87-45df-9fc1-6d88c638c413, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5479411008979241360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a2ec11-3429-4e16-af3b-d21824f0ca61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8417d7fb-28c7-409e-a19e-1ff285a0f28d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8417d7fb-28c7-409e-a19e-1ff285a0f28d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932332065611822510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba2cf75-ac87-45df-9fc1-6d88c638c413, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3284678-d6c3-4f1e-8ddb-76f7e21677ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3284678-d6c3-4f1e-8ddb-76f7e21677ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696746235528233069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8417d7fb-28c7-409e-a19e-1ff285a0f28d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fffbdce1-3321-4906-8d97-fce60f0cad12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fffbdce1-3321-4906-8d97-fce60f0cad12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11238213478197037347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3284678-d6c3-4f1e-8ddb-76f7e21677ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96749a3a-732c-47a2-a94f-b2da9d8678c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96749a3a-732c-47a2-a94f-b2da9d8678c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5488385075805740003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fffbdce1-3321-4906-8d97-fce60f0cad12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12d36474-c882-44b2-88d4-ecfd2f1b6d08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d36474-c882-44b2-88d4-ecfd2f1b6d08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545552992078203279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96749a3a-732c-47a2-a94f-b2da9d8678c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbfc84d2-4117-4d6c-8c6b-7e64a29ac263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfc84d2-4117-4d6c-8c6b-7e64a29ac263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 847263642417014881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d36474-c882-44b2-88d4-ecfd2f1b6d08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec74a1c-68ac-415d-b34f-5976e2bcd0aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec74a1c-68ac-415d-b34f-5976e2bcd0aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18259496560298696981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfc84d2-4117-4d6c-8c6b-7e64a29ac263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a465a600-df47-46c6-9cab-5031de31172b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a465a600-df47-46c6-9cab-5031de31172b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667973040237712120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec74a1c-68ac-415d-b34f-5976e2bcd0aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3aa1a7d8-88c8-4aa4-9980-009ae0d501de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa1a7d8-88c8-4aa4-9980-009ae0d501de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502049452131900988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a465a600-df47-46c6-9cab-5031de31172b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 989bdaed-486e-4615-a236-6cb900cc37c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989bdaed-486e-4615-a236-6cb900cc37c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4465077168559224212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa1a7d8-88c8-4aa4-9980-009ae0d501de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47ae7b3-4a96-4feb-98f1-4d1ce42e1888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47ae7b3-4a96-4feb-98f1-4d1ce42e1888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17473638896997717491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989bdaed-486e-4615-a236-6cb900cc37c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78611dfd-835d-406d-8db6-3e8e4b21fe7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78611dfd-835d-406d-8db6-3e8e4b21fe7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14249985112851556317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47ae7b3-4a96-4feb-98f1-4d1ce42e1888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9db762-d818-4894-8add-989259f50612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9db762-d818-4894-8add-989259f50612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14871552218155162736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78611dfd-835d-406d-8db6-3e8e4b21fe7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7347714-72a6-4c07-9330-27a725ba9a04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7347714-72a6-4c07-9330-27a725ba9a04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18164082700714696945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9db762-d818-4894-8add-989259f50612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07c3306-51f4-4a67-86e0-1288dc252ede, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07c3306-51f4-4a67-86e0-1288dc252ede, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165868728323750134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7347714-72a6-4c07-9330-27a725ba9a04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2f4ade-6212-42ba-8261-8fffb40b8daf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2f4ade-6212-42ba-8261-8fffb40b8daf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7076472108168500769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07c3306-51f4-4a67-86e0-1288dc252ede, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b507417-c631-41af-8dc0-3c2d624591ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b507417-c631-41af-8dc0-3c2d624591ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075741155955696950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2f4ade-6212-42ba-8261-8fffb40b8daf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2aefd5f-0265-4fdc-8784-f0d1304d64a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b507417-c631-41af-8dc0-3c2d624591ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 278e63ba-c287-4a76-b57a-2c3d02d22344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 278e63ba-c287-4a76-b57a-2c3d02d22344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110177908563744572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2aefd5f-0265-4fdc-8784-f0d1304d64a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372740678307550363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 278e63ba-c287-4a76-b57a-2c3d02d22344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca48d4a0-9fbc-492c-b0e7-ab0bb76fcf06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca48d4a0-9fbc-492c-b0e7-ab0bb76fcf06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13232946648146550956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2aefd5f-0265-4fdc-8784-f0d1304d64a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21687646-f888-47a9-8ff0-ffe67e4929c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21687646-f888-47a9-8ff0-ffe67e4929c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8710823066931893531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca48d4a0-9fbc-492c-b0e7-ab0bb76fcf06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d52c44-5b8e-4146-820c-967ed528d100, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21687646-f888-47a9-8ff0-ffe67e4929c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcd4933-29c5-40ca-a241-3be3aee20ae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d52c44-5b8e-4146-820c-967ed528d100, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15574999817332613483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcd4933-29c5-40ca-a241-3be3aee20ae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5720503334277590243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d52c44-5b8e-4146-820c-967ed528d100, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c463c8-da58-4248-b8a4-819647e38661, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c463c8-da58-4248-b8a4-819647e38661, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16740061706668158701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcd4933-29c5-40ca-a241-3be3aee20ae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9898d15-6eaa-41e0-b02e-3fb1d800fcc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9898d15-6eaa-41e0-b02e-3fb1d800fcc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3242402527486976005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c463c8-da58-4248-b8a4-819647e38661, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0fdf6cf-af07-43f5-83e0-7a6a5d4f0628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9898d15-6eaa-41e0-b02e-3fb1d800fcc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dedabc0-7722-4db7-bc36-6d2409bed4b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ad19d344-73c4-4245-be3c-7b820b0fc694, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0fdf6cf-af07-43f5-83e0-7a6a5d4f0628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404172148529026795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ad19d344-73c4-4245-be3c-7b820b0fc694, localhost:62275): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dedabc0-7722-4db7-bc36-6d2409bed4b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085833970175237475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0fdf6cf-af07-43f5-83e0-7a6a5d4f0628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd6d0e0c-df34-4046-9c61-4876fbd708df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6d0e0c-df34-4046-9c61-4876fbd708df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092942646706739764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764" } } } 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, ad19d344-73c4-4245-be3c-7b820b0fc694, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13675 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-gnft54blbu.auto.internal" port: 9655 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-gnft54blbu.auto.internal:13675, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:9655, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dedabc0-7722-4db7-bc36-6d2409bed4b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9758d10d-594b-4b55-9636-30e9bd2d9cfa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9758d10d-594b-4b55-9636-30e9bd2d9cfa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2851783875534229304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6d0e0c-df34-4046-9c61-4876fbd708df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cec6d30f-5a99-44e0-beca-6ef88e4db022, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec6d30f-5a99-44e0-beca-6ef88e4db022, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9036011147584797313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9758d10d-594b-4b55-9636-30e9bd2d9cfa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec6d30f-5a99-44e0-beca-6ef88e4db022, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e8863e-a11c-4a65-b436-b7233b8880d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c949738a-a0e9-479a-8a35-f4a23cf99d3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c949738a-a0e9-479a-8a35-f4a23cf99d3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804914525110713305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e8863e-a11c-4a65-b436-b7233b8880d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6728594560868344548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c949738a-a0e9-479a-8a35-f4a23cf99d3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e8863e-a11c-4a65-b436-b7233b8880d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2286aac-6347-40b2-88f1-223fd4d3b5fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2286aac-6347-40b2-88f1-223fd4d3b5fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173905079941155097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 195d11a6-43df-446e-b969-330547ab14fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2286aac-6347-40b2-88f1-223fd4d3b5fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195d11a6-43df-446e-b969-330547ab14fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402153031067025237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a72f9b20-b73a-4d73-9137-b2c42d499294, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72f9b20-b73a-4d73-9137-b2c42d499294, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6421372120605855188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195d11a6-43df-446e-b969-330547ab14fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ed9293-b296-45ab-a3cb-39b0fa6dec7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ed9293-b296-45ab-a3cb-39b0fa6dec7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9035910589422948484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72f9b20-b73a-4d73-9137-b2c42d499294, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4368b62-f5d4-4abc-98e8-c82f31bbfe20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4368b62-f5d4-4abc-98e8-c82f31bbfe20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690014395054751105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ed9293-b296-45ab-a3cb-39b0fa6dec7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e277361f-4519-4c15-936c-687de9563ea2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e277361f-4519-4c15-936c-687de9563ea2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338420972409409571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4368b62-f5d4-4abc-98e8-c82f31bbfe20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0198f00d-4d0d-4194-8ceb-2b3ad8104e7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0198f00d-4d0d-4194-8ceb-2b3ad8104e7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415369594526374699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e277361f-4519-4c15-936c-687de9563ea2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5ee736c-585e-4480-b021-bf86c4007a63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ee736c-585e-4480-b021-bf86c4007a63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13972636501374688330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0198f00d-4d0d-4194-8ceb-2b3ad8104e7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf4f0dd-f17c-4a3d-b6da-24d0aab20c7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf4f0dd-f17c-4a3d-b6da-24d0aab20c7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6143061878236757945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ee736c-585e-4480-b021-bf86c4007a63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb45c89-ceb5-4360-bf49-d994f9737d75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb45c89-ceb5-4360-bf49-d994f9737d75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15731495005608212714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf4f0dd-f17c-4a3d-b6da-24d0aab20c7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb45c89-ceb5-4360-bf49-d994f9737d75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4ef0b3-0c50-4d93-885a-3d87f812f088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4ef0b3-0c50-4d93-885a-3d87f812f088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5216842497360776146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932cb554-0078-46c5-b968-987a5ff1bc05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932cb554-0078-46c5-b968-987a5ff1bc05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536451552205306716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4ef0b3-0c50-4d93-885a-3d87f812f088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0246189-6585-4fe7-ad60-040265e3dded, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932cb554-0078-46c5-b968-987a5ff1bc05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33f0b0c0-eefe-4782-bbb7-e3216276b3c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f0b0c0-eefe-4782-bbb7-e3216276b3c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13801181359129740939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0246189-6585-4fe7-ad60-040265e3dded, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10888194262899106211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f0b0c0-eefe-4782-bbb7-e3216276b3c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0246189-6585-4fe7-ad60-040265e3dded, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcefc3b-13b6-4689-b4ec-ebd36aadd0a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcefc3b-13b6-4689-b4ec-ebd36aadd0a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7782938861525976407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b9f9bd-12e9-48e6-bb13-c0c1c0badb2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b9f9bd-12e9-48e6-bb13-c0c1c0badb2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17200085444171001423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcefc3b-13b6-4689-b4ec-ebd36aadd0a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c575d3f-b930-4799-8e6a-f665a8d2fdc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c575d3f-b930-4799-8e6a-f665a8d2fdc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17623169337422052342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b9f9bd-12e9-48e6-bb13-c0c1c0badb2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5187a18-a60a-466e-8276-de91bd107876, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5187a18-a60a-466e-8276-de91bd107876, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886478078803604658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c575d3f-b930-4799-8e6a-f665a8d2fdc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6045e37-d412-462d-94ee-cf7c2199d8a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6045e37-d412-462d-94ee-cf7c2199d8a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644455131209786178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5187a18-a60a-466e-8276-de91bd107876, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae64b945-045d-4232-9d6b-3ccb071e5417, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae64b945-045d-4232-9d6b-3ccb071e5417, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2248560821425528718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6045e37-d412-462d-94ee-cf7c2199d8a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd7eb25d-60c6-470c-9eaf-2180d4eee73a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7eb25d-60c6-470c-9eaf-2180d4eee73a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11776370926468634703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae64b945-045d-4232-9d6b-3ccb071e5417, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84bd681b-c96f-4e72-982c-ff3f0747ec75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84bd681b-c96f-4e72-982c-ff3f0747ec75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8777458087810541638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84bd681b-c96f-4e72-982c-ff3f0747ec75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4df09b93-2ee0-4fe8-93a6-a1f4cca8cc2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4df09b93-2ee0-4fe8-93a6-a1f4cca8cc2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743405069112321744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7eb25d-60c6-470c-9eaf-2180d4eee73a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed086443-c55d-4207-bc2b-b20703f1bf19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed086443-c55d-4207-bc2b-b20703f1bf19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7639949829475466607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4df09b93-2ee0-4fe8-93a6-a1f4cca8cc2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 843a7e26-1061-4474-b245-5d35b19c468e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843a7e26-1061-4474-b245-5d35b19c468e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7697541437935041061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed086443-c55d-4207-bc2b-b20703f1bf19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcea7fd2-238f-4fee-8945-18fe51f94958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea7fd2-238f-4fee-8945-18fe51f94958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5839271442898412619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843a7e26-1061-4474-b245-5d35b19c468e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a1144da-96a7-40fc-9e15-954a25c31af6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a1144da-96a7-40fc-9e15-954a25c31af6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4209014914253360264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea7fd2-238f-4fee-8945-18fe51f94958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7609d1a5-12cf-4f7c-a6a5-33abbd348e4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7609d1a5-12cf-4f7c-a6a5-33abbd348e4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10381141045097578091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a1144da-96a7-40fc-9e15-954a25c31af6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf45f281-006e-4710-9e06-5b622bb97ed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf45f281-006e-4710-9e06-5b622bb97ed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15616880467120262952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf45f281-006e-4710-9e06-5b622bb97ed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644aa570-b168-4605-9e0f-bf49afdb3535, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644aa570-b168-4605-9e0f-bf49afdb3535, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9777151995238462320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644aa570-b168-4605-9e0f-bf49afdb3535, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35625db6-4f42-414c-87f7-7f59a7129302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35625db6-4f42-414c-87f7-7f59a7129302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17849807433801157900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7609d1a5-12cf-4f7c-a6a5-33abbd348e4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31706515-b0f4-4e98-b0c7-824b91bc3078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31706515-b0f4-4e98-b0c7-824b91bc3078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1323525065323321259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35625db6-4f42-414c-87f7-7f59a7129302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb405805-d1b1-476e-9dea-6b13340270b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb405805-d1b1-476e-9dea-6b13340270b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500901438163154380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb405805-d1b1-476e-9dea-6b13340270b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54357e0-2298-4fdf-919e-9e6c1d67c9b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54357e0-2298-4fdf-919e-9e6c1d67c9b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374734375660258904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31706515-b0f4-4e98-b0c7-824b91bc3078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86b3e164-1e45-4477-8962-e8cc8e86819c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b3e164-1e45-4477-8962-e8cc8e86819c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10176350784409426172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54357e0-2298-4fdf-919e-9e6c1d67c9b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22046d9-7e0b-4748-8f88-880fb20b6b7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22046d9-7e0b-4748-8f88-880fb20b6b7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2767137751817745288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b3e164-1e45-4477-8962-e8cc8e86819c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bca9a0c-8d2a-4d0c-83c2-094fdd677a9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bca9a0c-8d2a-4d0c-83c2-094fdd677a9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11167144437763115246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22046d9-7e0b-4748-8f88-880fb20b6b7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24395799-dd19-468d-9775-786a720e7b53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24395799-dd19-468d-9775-786a720e7b53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796281706108510331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bca9a0c-8d2a-4d0c-83c2-094fdd677a9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96412c6-0eff-4a4e-8c02-0b8e20620746, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96412c6-0eff-4a4e-8c02-0b8e20620746, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13528574611397635842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24395799-dd19-468d-9775-786a720e7b53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73087178-3a0e-4b44-9813-325bb861c3c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73087178-3a0e-4b44-9813-325bb861c3c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6068258949115114049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96412c6-0eff-4a4e-8c02-0b8e20620746, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73087178-3a0e-4b44-9813-325bb861c3c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc19bcc-bd1d-4dd6-8cf5-d443f1233276, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834e4bcf-e181-45c1-9755-dd57179701cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834e4bcf-e181-45c1-9755-dd57179701cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10538994257019075926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc19bcc-bd1d-4dd6-8cf5-d443f1233276, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 22256955092828520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc19bcc-bd1d-4dd6-8cf5-d443f1233276, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd20f84c-0452-469c-b707-d4e08f524d74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd20f84c-0452-469c-b707-d4e08f524d74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14617630490634688407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834e4bcf-e181-45c1-9755-dd57179701cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b343eb0a-33e0-49d8-9e18-d63f3a883b12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b343eb0a-33e0-49d8-9e18-d63f3a883b12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101451587592147902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd20f84c-0452-469c-b707-d4e08f524d74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce440aca-cd7b-45bd-bf5a-47e3ff6a8981, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce440aca-cd7b-45bd-bf5a-47e3ff6a8981, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947530326266491850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b343eb0a-33e0-49d8-9e18-d63f3a883b12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abf5ed2c-4d2d-420b-bfb3-395ccd35ddc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf5ed2c-4d2d-420b-bfb3-395ccd35ddc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1515996607948071989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce440aca-cd7b-45bd-bf5a-47e3ff6a8981, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf5ed2c-4d2d-420b-bfb3-395ccd35ddc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c858912-7922-4263-82af-7f64c96f15e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c858912-7922-4263-82af-7f64c96f15e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6194059535764979595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5d5ba1a-44ba-4c39-a0d2-a6d5fc222fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d5ba1a-44ba-4c39-a0d2-a6d5fc222fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077098194808095745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d5ba1a-44ba-4c39-a0d2-a6d5fc222fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41daf1ee-5b30-4a90-870b-459204afc026, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41daf1ee-5b30-4a90-870b-459204afc026, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13158423878852876673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c858912-7922-4263-82af-7f64c96f15e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8446fa2-6d10-4c31-81a1-cdf49c4f9cec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8446fa2-6d10-4c31-81a1-cdf49c4f9cec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15507608752746988198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41daf1ee-5b30-4a90-870b-459204afc026, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 279498d5-f98f-44d7-b727-44e3229205f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279498d5-f98f-44d7-b727-44e3229205f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11742492612982977386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8446fa2-6d10-4c31-81a1-cdf49c4f9cec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 724bd28d-ee3b-4f58-92f2-c35d58a74df6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724bd28d-ee3b-4f58-92f2-c35d58a74df6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18064763702595134412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279498d5-f98f-44d7-b727-44e3229205f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b13f1e-693e-446f-a94d-ce577458b35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b13f1e-693e-446f-a94d-ce577458b35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13193311334019061388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724bd28d-ee3b-4f58-92f2-c35d58a74df6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c79077-eb63-4181-8cf8-e9ac4c20eed6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c79077-eb63-4181-8cf8-e9ac4c20eed6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3245059265986589257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c79077-eb63-4181-8cf8-e9ac4c20eed6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7e21190-852e-41f1-8fc9-43d6ee87d29f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e21190-852e-41f1-8fc9-43d6ee87d29f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11085928325774875508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e21190-852e-41f1-8fc9-43d6ee87d29f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54844a7b-b755-4714-9eb5-2872d7a8e9ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54844a7b-b755-4714-9eb5-2872d7a8e9ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 47103808655308225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b13f1e-693e-446f-a94d-ce577458b35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b165d62-f73d-42bf-a351-a2b4a08af9cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b165d62-f73d-42bf-a351-a2b4a08af9cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15474291519370217179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54844a7b-b755-4714-9eb5-2872d7a8e9ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9207453a-d08f-4873-87b3-fbdf9709fd09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9207453a-d08f-4873-87b3-fbdf9709fd09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094642886905255075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b165d62-f73d-42bf-a351-a2b4a08af9cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a131d0b-23c3-4e7a-858e-c4f59c68eacd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a131d0b-23c3-4e7a-858e-c4f59c68eacd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9046248827306128799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9207453a-d08f-4873-87b3-fbdf9709fd09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64e39b93-76a2-4481-a518-5ed581aaa2b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e39b93-76a2-4481-a518-5ed581aaa2b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18357452313098941051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a131d0b-23c3-4e7a-858e-c4f59c68eacd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ea4c4aa-85b2-49ce-aeb5-feb0fc3712a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ea4c4aa-85b2-49ce-aeb5-feb0fc3712a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893794709533792769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e39b93-76a2-4481-a518-5ed581aaa2b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec3b7ac8-f050-47c5-b8ca-edff46419fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ea4c4aa-85b2-49ce-aeb5-feb0fc3712a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b48997-3ff5-4871-8ed0-6afd7096cf8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3b7ac8-f050-47c5-b8ca-edff46419fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2140297881326451134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b48997-3ff5-4871-8ed0-6afd7096cf8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3246239108690520895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3b7ac8-f050-47c5-b8ca-edff46419fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32f8a89-64d3-4c28-b64e-172f96228281, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32f8a89-64d3-4c28-b64e-172f96228281, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5990020867480930549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b48997-3ff5-4871-8ed0-6afd7096cf8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451e4ca7-23f0-4947-a5c2-34317bd529d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451e4ca7-23f0-4947-a5c2-34317bd529d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7482578341510404023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32f8a89-64d3-4c28-b64e-172f96228281, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c3f5a8-2bf7-4c84-9b2e-32c37d833970, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c3f5a8-2bf7-4c84-9b2e-32c37d833970, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117282116392305881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451e4ca7-23f0-4947-a5c2-34317bd529d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03d4a2b3-8146-4e5c-a6a2-c0931dcff080, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d4a2b3-8146-4e5c-a6a2-c0931dcff080, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3700083673928400019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c3f5a8-2bf7-4c84-9b2e-32c37d833970, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e7b6462-6c41-4fc2-91b4-b159197be6c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7b6462-6c41-4fc2-91b4-b159197be6c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15982382200807022445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d4a2b3-8146-4e5c-a6a2-c0931dcff080, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b933d1-e936-4518-9e85-f80015cbdeb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b933d1-e936-4518-9e85-f80015cbdeb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5066040408220602215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7b6462-6c41-4fc2-91b4-b159197be6c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f34ef2e6-bf3f-489d-855c-3912ae6a9233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f34ef2e6-bf3f-489d-855c-3912ae6a9233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342022532251108045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b933d1-e936-4518-9e85-f80015cbdeb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56dfa79d-44b6-45d2-a866-4ea690490027, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56dfa79d-44b6-45d2-a866-4ea690490027, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996502510784303204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f34ef2e6-bf3f-489d-855c-3912ae6a9233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cecb35e2-a505-4772-ae88-fbe5e6ddfbda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cecb35e2-a505-4772-ae88-fbe5e6ddfbda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4362792627338011855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56dfa79d-44b6-45d2-a866-4ea690490027, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c83ccb4a-16fc-440b-863d-9275a331c0e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83ccb4a-16fc-440b-863d-9275a331c0e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063446059670752492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cecb35e2-a505-4772-ae88-fbe5e6ddfbda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83a51239-1e62-4dec-a413-2ab7c5265f8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a51239-1e62-4dec-a413-2ab7c5265f8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607820103039807427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83ccb4a-16fc-440b-863d-9275a331c0e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901b7d3e-47a1-4ded-b251-3afdd939217b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901b7d3e-47a1-4ded-b251-3afdd939217b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193291802665319694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a51239-1e62-4dec-a413-2ab7c5265f8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f1499d2-7663-4c81-ba5e-c98667cd70bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1499d2-7663-4c81-ba5e-c98667cd70bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17540729514716777756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901b7d3e-47a1-4ded-b251-3afdd939217b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a473700-a867-4ccf-ae58-be6c14131174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a473700-a867-4ccf-ae58-be6c14131174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3595268636698145548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a473700-a867-4ccf-ae58-be6c14131174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ebc975f-d55d-462a-b87f-596745e948ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebc975f-d55d-462a-b87f-596745e948ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17415894733317358342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1499d2-7663-4c81-ba5e-c98667cd70bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d0edffe-5250-4abe-9681-8775a5c666e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0edffe-5250-4abe-9681-8775a5c666e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17722606920225704513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebc975f-d55d-462a-b87f-596745e948ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a2d6bbd-1b94-4247-8c4c-820c0eeed667, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2d6bbd-1b94-4247-8c4c-820c0eeed667, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326008223920644989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0edffe-5250-4abe-9681-8775a5c666e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c06c02b4-a9ec-4a26-800e-ce8628fdbc63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06c02b4-a9ec-4a26-800e-ce8628fdbc63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395815966442315806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2d6bbd-1b94-4247-8c4c-820c0eeed667, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1817be4-5fd0-4016-8ce7-d2c48a4d5912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1817be4-5fd0-4016-8ce7-d2c48a4d5912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168276080320987567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06c02b4-a9ec-4a26-800e-ce8628fdbc63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cae5e42-b560-4531-9790-9a2c8e44df63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cae5e42-b560-4531-9790-9a2c8e44df63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16465689579093491050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1817be4-5fd0-4016-8ce7-d2c48a4d5912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7cd9ee-173a-4971-b4d0-80788769ab45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7cd9ee-173a-4971-b4d0-80788769ab45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 872903056588344194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7cd9ee-173a-4971-b4d0-80788769ab45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceadeebf-16b7-4699-ac9a-5debf590c211, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceadeebf-16b7-4699-ac9a-5debf590c211, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12164063398319633671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cae5e42-b560-4531-9790-9a2c8e44df63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c45cc9b6-16e8-4d6b-bf03-5ca27c544838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceadeebf-16b7-4699-ac9a-5debf590c211, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45cc9b6-16e8-4d6b-bf03-5ca27c544838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13674018036372226896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1be7b280-8fa0-480e-8df0-3159eae94582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be7b280-8fa0-480e-8df0-3159eae94582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5019537762718124940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45cc9b6-16e8-4d6b-bf03-5ca27c544838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2494b414-1621-47c8-a10f-eeb7b9f786b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2494b414-1621-47c8-a10f-eeb7b9f786b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069921956097394703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be7b280-8fa0-480e-8df0-3159eae94582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c7e5a83-44a1-4fd8-80c4-4d4e0466bcc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7e5a83-44a1-4fd8-80c4-4d4e0466bcc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9045399866702407738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2494b414-1621-47c8-a10f-eeb7b9f786b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79e33de4-f892-4a80-a9cb-4dba9a898981, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e33de4-f892-4a80-a9cb-4dba9a898981, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7850798152819643044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7e5a83-44a1-4fd8-80c4-4d4e0466bcc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7dd665a-8a45-4a69-8044-ffce0dd48059, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7dd665a-8a45-4a69-8044-ffce0dd48059, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703812922770801729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e33de4-f892-4a80-a9cb-4dba9a898981, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7a13e9a-8363-476a-80ce-c6a344832de9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7dd665a-8a45-4a69-8044-ffce0dd48059, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efb1aeae-59c1-41c2-a15e-8f236cc8a314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a13e9a-8363-476a-80ce-c6a344832de9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 130622568314592492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb1aeae-59c1-41c2-a15e-8f236cc8a314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5398419698070862408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a13e9a-8363-476a-80ce-c6a344832de9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7719ddc4-ee3c-4f0f-b4e7-006aec637a99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7719ddc4-ee3c-4f0f-b4e7-006aec637a99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115911551575108930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb1aeae-59c1-41c2-a15e-8f236cc8a314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fa1922d-c2fd-4c85-841a-dbc40fddff5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa1922d-c2fd-4c85-841a-dbc40fddff5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8203309613086130810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7719ddc4-ee3c-4f0f-b4e7-006aec637a99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d30fc61-9bb3-4cea-bf11-7c5c5b43e96e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d30fc61-9bb3-4cea-bf11-7c5c5b43e96e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13107820689583220859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa1922d-c2fd-4c85-841a-dbc40fddff5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea7cd4d0-ba30-47c3-a92b-647f3a97b60b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7cd4d0-ba30-47c3-a92b-647f3a97b60b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8851528858129305939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d30fc61-9bb3-4cea-bf11-7c5c5b43e96e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5acf18e-a2c2-4f6d-8dee-a3c54daf44cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5acf18e-a2c2-4f6d-8dee-a3c54daf44cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12096563467092704034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7cd4d0-ba30-47c3-a92b-647f3a97b60b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85cec05-a892-4a09-a7dd-9e043cdcf933, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85cec05-a892-4a09-a7dd-9e043cdcf933, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14569938225833930116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5acf18e-a2c2-4f6d-8dee-a3c54daf44cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 188730fb-0b26-4e7f-b463-539e579ef771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188730fb-0b26-4e7f-b463-539e579ef771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1696440910495416321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85cec05-a892-4a09-a7dd-9e043cdcf933, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 672aaf4a-ae21-4d8b-8007-e054d273e16b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672aaf4a-ae21-4d8b-8007-e054d273e16b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14645841080632333160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188730fb-0b26-4e7f-b463-539e579ef771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89c008bd-2af2-473a-8dda-026faeffc352, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c008bd-2af2-473a-8dda-026faeffc352, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034377113863112168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672aaf4a-ae21-4d8b-8007-e054d273e16b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97fb01fa-c13c-443e-9fd3-fe708c65cad9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fb01fa-c13c-443e-9fd3-fe708c65cad9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14471640309862686303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c008bd-2af2-473a-8dda-026faeffc352, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e3b0c93-d53f-4582-9c82-929f9dc334c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3b0c93-d53f-4582-9c82-929f9dc334c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620110322688540150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fb01fa-c13c-443e-9fd3-fe708c65cad9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c6c5f28-9543-4837-b4fb-69793b3032ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6c5f28-9543-4837-b4fb-69793b3032ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3533675676163074253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3b0c93-d53f-4582-9c82-929f9dc334c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53f7c767-360a-4626-8391-999f4f1b9b4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f7c767-360a-4626-8391-999f4f1b9b4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5476828867272458737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6c5f28-9543-4837-b4fb-69793b3032ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75f78b52-60cd-4d34-94bd-45b5c6a536f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f78b52-60cd-4d34-94bd-45b5c6a536f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4155078094369031625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f7c767-360a-4626-8391-999f4f1b9b4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647a165e-44bc-4783-9bdb-1dfbb6355540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647a165e-44bc-4783-9bdb-1dfbb6355540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3313064345495205462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f78b52-60cd-4d34-94bd-45b5c6a536f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13f99a7f-fe06-467d-b88f-8110b4f26d0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f99a7f-fe06-467d-b88f-8110b4f26d0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277158559253297319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647a165e-44bc-4783-9bdb-1dfbb6355540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e52a021-75bd-43da-9695-71b81f9a8b36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e52a021-75bd-43da-9695-71b81f9a8b36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14271651223224611025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f99a7f-fe06-467d-b88f-8110b4f26d0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2fd3818-a90f-4ae3-9f5d-7f11f7bd79d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e52a021-75bd-43da-9695-71b81f9a8b36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed99e28-22a5-4bfd-b8b6-2ba86f603ccc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2fd3818-a90f-4ae3-9f5d-7f11f7bd79d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14864027979151275000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed99e28-22a5-4bfd-b8b6-2ba86f603ccc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522457604205670782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2fd3818-a90f-4ae3-9f5d-7f11f7bd79d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ba0a4dd-d2c1-470e-89b3-066f5e69c116, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba0a4dd-d2c1-470e-89b3-066f5e69c116, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4835444389172592285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed99e28-22a5-4bfd-b8b6-2ba86f603ccc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa6d0ee8-754a-44be-9e4b-1db42da2678b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa6d0ee8-754a-44be-9e4b-1db42da2678b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14223946709394083993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba0a4dd-d2c1-470e-89b3-066f5e69c116, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c10b8cde-1084-4658-806d-993bcb88cf82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10b8cde-1084-4658-806d-993bcb88cf82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2196655393318738499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa6d0ee8-754a-44be-9e4b-1db42da2678b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 891aa7d9-6bcd-45c4-9f51-19f5704de90e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 891aa7d9-6bcd-45c4-9f51-19f5704de90e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3614403548959126437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10b8cde-1084-4658-806d-993bcb88cf82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0693923-3ef0-4397-8c3e-7f5d6fb5ccf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0693923-3ef0-4397-8c3e-7f5d6fb5ccf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981886554040086039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 891aa7d9-6bcd-45c4-9f51-19f5704de90e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 120c7615-352b-4c7b-87ba-9df2dee506ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120c7615-352b-4c7b-87ba-9df2dee506ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4138328711907999741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0693923-3ef0-4397-8c3e-7f5d6fb5ccf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54d4327-8070-4d59-bad6-e53ded4ddac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54d4327-8070-4d59-bad6-e53ded4ddac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14382572318930347664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120c7615-352b-4c7b-87ba-9df2dee506ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fbd5957-c912-4afd-bd21-e8c78435a865, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbd5957-c912-4afd-bd21-e8c78435a865, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13983958959118727968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54d4327-8070-4d59-bad6-e53ded4ddac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a32edd59-082c-40a5-97be-63e5d88f7804, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a32edd59-082c-40a5-97be-63e5d88f7804, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15462502877965662435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbd5957-c912-4afd-bd21-e8c78435a865, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3431b08-10a7-49db-985c-16801ca88d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3431b08-10a7-49db-985c-16801ca88d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18411740249566377376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a32edd59-082c-40a5-97be-63e5d88f7804, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ec83d30-da9b-4e31-ab49-466138103308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ec83d30-da9b-4e31-ab49-466138103308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910015971623065194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3431b08-10a7-49db-985c-16801ca88d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 852057b2-fd58-43eb-972d-474bc2381a64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 852057b2-fd58-43eb-972d-474bc2381a64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7893581680660513902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ec83d30-da9b-4e31-ab49-466138103308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c55d56-564b-4ffc-8ed5-4949c8aa2796, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c55d56-564b-4ffc-8ed5-4949c8aa2796, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12466113345531803337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 852057b2-fd58-43eb-972d-474bc2381a64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6aad14f-3182-456f-bd52-6ca2b463f60d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6aad14f-3182-456f-bd52-6ca2b463f60d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16975487555690698412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c55d56-564b-4ffc-8ed5-4949c8aa2796, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17de359b-a62f-4686-a0ee-8d8e1ac20e00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17de359b-a62f-4686-a0ee-8d8e1ac20e00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10518614140465835195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6aad14f-3182-456f-bd52-6ca2b463f60d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575932be-ba57-4bbb-b251-7ec1d74f958f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575932be-ba57-4bbb-b251-7ec1d74f958f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258399020825083485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17de359b-a62f-4686-a0ee-8d8e1ac20e00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afb6e53c-0533-4518-8716-fada80a22d1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afb6e53c-0533-4518-8716-fada80a22d1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6409846799957367746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575932be-ba57-4bbb-b251-7ec1d74f958f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96a176c-8036-4521-9176-41d9a975e531, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96a176c-8036-4521-9176-41d9a975e531, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12089573968308452329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afb6e53c-0533-4518-8716-fada80a22d1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac77e569-1f43-4e03-b098-1a113d653364, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac77e569-1f43-4e03-b098-1a113d653364, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386577728488428891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96a176c-8036-4521-9176-41d9a975e531, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b15f989-db8f-4189-997c-8d7cb90344cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b15f989-db8f-4189-997c-8d7cb90344cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16227224506733376152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac77e569-1f43-4e03-b098-1a113d653364, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267232cc-ef11-479c-ac4f-c5421600eaed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267232cc-ef11-479c-ac4f-c5421600eaed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992765196033266721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b15f989-db8f-4189-997c-8d7cb90344cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147ac33b-686c-49a5-8977-a3dbd5f0d1db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147ac33b-686c-49a5-8977-a3dbd5f0d1db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296361463934732015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267232cc-ef11-479c-ac4f-c5421600eaed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147ac33b-686c-49a5-8977-a3dbd5f0d1db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6442645c-10b8-4509-a672-513834699d70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb0c2c0-469c-4ba6-a340-eb7847b86778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb0c2c0-469c-4ba6-a340-eb7847b86778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1278724525365693029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6442645c-10b8-4509-a672-513834699d70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5724148115337678028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb0c2c0-469c-4ba6-a340-eb7847b86778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd77e9fd-7804-45de-82e4-63c1168ee1da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd77e9fd-7804-45de-82e4-63c1168ee1da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593331467523214453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6442645c-10b8-4509-a672-513834699d70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f952dfc0-4c6d-40ff-bd6c-1ba366f94e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f952dfc0-4c6d-40ff-bd6c-1ba366f94e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12300552386309706057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd77e9fd-7804-45de-82e4-63c1168ee1da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ead1ad0-5246-482a-8751-782580165378, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ead1ad0-5246-482a-8751-782580165378, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11764264778429149007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f952dfc0-4c6d-40ff-bd6c-1ba366f94e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ead1ad0-5246-482a-8751-782580165378, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5530426-5d71-4689-b4d2-49fef3f48aaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5530426-5d71-4689-b4d2-49fef3f48aaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9091399732120525447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66b57abd-0098-4e7c-a6e4-17ad9c8da8db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66b57abd-0098-4e7c-a6e4-17ad9c8da8db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6597853845428486564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5530426-5d71-4689-b4d2-49fef3f48aaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd74494-2416-4cc6-a21f-43c6daa43ca6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd74494-2416-4cc6-a21f-43c6daa43ca6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9978372916915219120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66b57abd-0098-4e7c-a6e4-17ad9c8da8db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5152428-dd2c-4ead-88b7-fab80b9fb7f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5152428-dd2c-4ead-88b7-fab80b9fb7f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842534819052495277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd74494-2416-4cc6-a21f-43c6daa43ca6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e37ee54e-9d6b-4f43-9a80-310e795fba2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37ee54e-9d6b-4f43-9a80-310e795fba2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2321708310557816196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5152428-dd2c-4ead-88b7-fab80b9fb7f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ea4318-055c-4a3e-ba77-77dbc5a82fe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ea4318-055c-4a3e-ba77-77dbc5a82fe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15588198062166727644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37ee54e-9d6b-4f43-9a80-310e795fba2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0965b2af-e0a8-4369-814d-ebaea4b4f159, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0965b2af-e0a8-4369-814d-ebaea4b4f159, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14215136473920571854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ea4318-055c-4a3e-ba77-77dbc5a82fe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e2b272-73da-4b09-adde-71db4d3901ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e2b272-73da-4b09-adde-71db4d3901ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10707087320225894754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0965b2af-e0a8-4369-814d-ebaea4b4f159, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f2110eb-df60-496a-b0a2-5c3d0c1c4374, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2110eb-df60-496a-b0a2-5c3d0c1c4374, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449430908574640348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e2b272-73da-4b09-adde-71db4d3901ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8f2a2d7-a38f-4817-a143-98d190b9c793, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f2a2d7-a38f-4817-a143-98d190b9c793, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877955961497602062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2110eb-df60-496a-b0a2-5c3d0c1c4374, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b60be3-7a42-4e28-bef0-79523593e1c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b60be3-7a42-4e28-bef0-79523593e1c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14722438387109622909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f2a2d7-a38f-4817-a143-98d190b9c793, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5147dc3-967a-4ed2-9a7e-452f4b93d65a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5147dc3-967a-4ed2-9a7e-452f4b93d65a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10132428584718995196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5147dc3-967a-4ed2-9a7e-452f4b93d65a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b7a6fc-fd3f-4da6-b104-fcdc2c4fb846, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b7a6fc-fd3f-4da6-b104-fcdc2c4fb846, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2062068291776824903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b60be3-7a42-4e28-bef0-79523593e1c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87426666-f01f-4989-9537-fef1bbd851c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87426666-f01f-4989-9537-fef1bbd851c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3687249169668108893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b7a6fc-fd3f-4da6-b104-fcdc2c4fb846, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d985d0f-4bc1-4c0a-895c-3b4c4497bc5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d985d0f-4bc1-4c0a-895c-3b4c4497bc5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068374788333289446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87426666-f01f-4989-9537-fef1bbd851c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c4a02c-4a38-47ec-ba6f-195afb5bd57d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d985d0f-4bc1-4c0a-895c-3b4c4497bc5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d61b3889-f521-4cdc-b27f-f68bc66d8dd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c4a02c-4a38-47ec-ba6f-195afb5bd57d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6386204126248370813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61b3889-f521-4cdc-b27f-f68bc66d8dd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15316232828581097596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c4a02c-4a38-47ec-ba6f-195afb5bd57d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f87c63e-27cd-4f0d-ba32-95591768c83f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f87c63e-27cd-4f0d-ba32-95591768c83f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173795198424751540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61b3889-f521-4cdc-b27f-f68bc66d8dd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afac26d2-76ba-453e-832a-432f753da1ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afac26d2-76ba-453e-832a-432f753da1ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706445652136114667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f87c63e-27cd-4f0d-ba32-95591768c83f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67291a8c-1eaf-4a82-ab95-b43f3850151c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67291a8c-1eaf-4a82-ab95-b43f3850151c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10208920589128871237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afac26d2-76ba-453e-832a-432f753da1ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25f911d2-407a-44ab-a6cc-c57310d2ce2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f911d2-407a-44ab-a6cc-c57310d2ce2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413626353454533901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67291a8c-1eaf-4a82-ab95-b43f3850151c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4622fb91-5e3c-4c4b-ac16-325f31058e9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4622fb91-5e3c-4c4b-ac16-325f31058e9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6020455998289907832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f911d2-407a-44ab-a6cc-c57310d2ce2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2133f3c9-b4e1-45bb-91f9-b981955ad33e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2133f3c9-b4e1-45bb-91f9-b981955ad33e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530906453568741552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4622fb91-5e3c-4c4b-ac16-325f31058e9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42ec580f-0826-42c9-92b7-53a998407c7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42ec580f-0826-42c9-92b7-53a998407c7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17840843857505499307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2133f3c9-b4e1-45bb-91f9-b981955ad33e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e5ebac-add9-4a35-b216-7c2a339c3042, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42ec580f-0826-42c9-92b7-53a998407c7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56db1291-7d20-4e44-8cb0-fbd01089cc3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56db1291-7d20-4e44-8cb0-fbd01089cc3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9057483546877796780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e5ebac-add9-4a35-b216-7c2a339c3042, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5407068744725501042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56db1291-7d20-4e44-8cb0-fbd01089cc3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5011bab-7e51-4aac-809e-71639eb1ec8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5011bab-7e51-4aac-809e-71639eb1ec8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345600003785994944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e5ebac-add9-4a35-b216-7c2a339c3042, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 574d6a0a-51d9-4fb6-a0b9-f24a873d19cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574d6a0a-51d9-4fb6-a0b9-f24a873d19cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2808128184396599874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5011bab-7e51-4aac-809e-71639eb1ec8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a837bea0-8d84-47db-92a6-83a59b77ef8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a837bea0-8d84-47db-92a6-83a59b77ef8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12451704723961625405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574d6a0a-51d9-4fb6-a0b9-f24a873d19cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8147e34-5dff-4b37-9345-95aa21f7564f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a837bea0-8d84-47db-92a6-83a59b77ef8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8147e34-5dff-4b37-9345-95aa21f7564f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947466371466518289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9631176-490c-4e17-8ada-94c52051f099, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9631176-490c-4e17-8ada-94c52051f099, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7063421746267637244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8147e34-5dff-4b37-9345-95aa21f7564f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7af3fa6-563a-4a92-85a6-1c5977498bed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7af3fa6-563a-4a92-85a6-1c5977498bed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16171567568910402932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9631176-490c-4e17-8ada-94c52051f099, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86bfb194-58a9-4568-84e9-3652cbee80e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86bfb194-58a9-4568-84e9-3652cbee80e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14515220732976658192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7af3fa6-563a-4a92-85a6-1c5977498bed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7077a81-cc00-4101-bdba-3f9985d3ffed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7077a81-cc00-4101-bdba-3f9985d3ffed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444229025375039590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86bfb194-58a9-4568-84e9-3652cbee80e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3437a20c-9990-4c3d-9aa9-32c92cc6b174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3437a20c-9990-4c3d-9aa9-32c92cc6b174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9066093160222383362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7077a81-cc00-4101-bdba-3f9985d3ffed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451d24c6-b6f1-4c3a-b4c2-ceb0fb36a94c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451d24c6-b6f1-4c3a-b4c2-ceb0fb36a94c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12648170809573457007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3437a20c-9990-4c3d-9aa9-32c92cc6b174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce6e659c-8ee7-4e17-802f-b02095e59b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451d24c6-b6f1-4c3a-b4c2-ceb0fb36a94c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35567e8-3e25-4664-acfc-e49b1050ad1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6e659c-8ee7-4e17-802f-b02095e59b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8571089631988086395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35567e8-3e25-4664-acfc-e49b1050ad1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4160132348512809525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6e659c-8ee7-4e17-802f-b02095e59b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff527e99-b54f-4746-a3b4-2ba54c2c7c9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35567e8-3e25-4664-acfc-e49b1050ad1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff527e99-b54f-4746-a3b4-2ba54c2c7c9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5371075713511935592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8df6b18-8f5a-4d26-bb89-52c6084045cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8df6b18-8f5a-4d26-bb89-52c6084045cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7324588325016357622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff527e99-b54f-4746-a3b4-2ba54c2c7c9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ba6085-3007-4c6f-8a69-f9ff9937e780, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ba6085-3007-4c6f-8a69-f9ff9937e780, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18046652581548263505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8df6b18-8f5a-4d26-bb89-52c6084045cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d63bdfc5-3b88-4e20-894b-81997665bb88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63bdfc5-3b88-4e20-894b-81997665bb88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436439639505340145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ba6085-3007-4c6f-8a69-f9ff9937e780, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ba137a-1c85-4a02-90a6-1f1d4ba85072, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ba137a-1c85-4a02-90a6-1f1d4ba85072, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16644541506740665878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ba137a-1c85-4a02-90a6-1f1d4ba85072, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88769acb-0eea-424c-8a22-aa3b6f3f296c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88769acb-0eea-424c-8a22-aa3b6f3f296c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9407647057032246643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63bdfc5-3b88-4e20-894b-81997665bb88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e5c8b5a-0a38-4429-8962-1098af9b983d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5c8b5a-0a38-4429-8962-1098af9b983d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13198510460391797969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88769acb-0eea-424c-8a22-aa3b6f3f296c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07e207d5-eda8-4ca4-8d1a-5c895ce5a952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e207d5-eda8-4ca4-8d1a-5c895ce5a952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8754039090445256152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5c8b5a-0a38-4429-8962-1098af9b983d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e207d5-eda8-4ca4-8d1a-5c895ce5a952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0afd9e57-094c-4ff9-9bb9-d70e653c584c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0afd9e57-094c-4ff9-9bb9-d70e653c584c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16510830537383249865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 888d005c-2ea2-4e0b-90c8-565a48caa993, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 888d005c-2ea2-4e0b-90c8-565a48caa993, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11798493107741543786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0afd9e57-094c-4ff9-9bb9-d70e653c584c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55897a7c-de94-4633-92f2-37909d833f78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55897a7c-de94-4633-92f2-37909d833f78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7231928688367040195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 888d005c-2ea2-4e0b-90c8-565a48caa993, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d3bd27-4403-4053-9ba2-f8e5b45f78bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d3bd27-4403-4053-9ba2-f8e5b45f78bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2016981431589317848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55897a7c-de94-4633-92f2-37909d833f78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d3bd27-4403-4053-9ba2-f8e5b45f78bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a888bd7c-1452-43ae-af51-adacfd20c163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a888bd7c-1452-43ae-af51-adacfd20c163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14430776090191986923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e55191-dde7-430e-af19-523559390629, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e55191-dde7-430e-af19-523559390629, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9210040686236428182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e55191-dde7-430e-af19-523559390629, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1f1c628-fc42-492e-a1ab-90273880b41d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f1c628-fc42-492e-a1ab-90273880b41d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6195692460226689719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a888bd7c-1452-43ae-af51-adacfd20c163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4109ce49-67ba-47e4-8327-985cdbe430ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4109ce49-67ba-47e4-8327-985cdbe430ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2975572020016831829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f1c628-fc42-492e-a1ab-90273880b41d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b191b8e-f6ad-4884-bf02-dc3677aff7b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b191b8e-f6ad-4884-bf02-dc3677aff7b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5899101619713499153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4109ce49-67ba-47e4-8327-985cdbe430ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dcfa2fe-d670-40db-b0cd-e083d550d519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dcfa2fe-d670-40db-b0cd-e083d550d519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 882260421856995748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b191b8e-f6ad-4884-bf02-dc3677aff7b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2750dbd-22c6-4b6d-ba10-c0a52bbc41d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2750dbd-22c6-4b6d-ba10-c0a52bbc41d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6510936616662938762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dcfa2fe-d670-40db-b0cd-e083d550d519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3d7efae-db95-402c-a1a7-f832797212ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d7efae-db95-402c-a1a7-f832797212ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912009120328500408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2750dbd-22c6-4b6d-ba10-c0a52bbc41d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 849920eb-5e21-4612-a904-e0b5595ff13e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849920eb-5e21-4612-a904-e0b5595ff13e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600632592304124764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849920eb-5e21-4612-a904-e0b5595ff13e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c93b053a-0d43-415e-9ace-440b1364237f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c93b053a-0d43-415e-9ace-440b1364237f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14696304088061356328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d7efae-db95-402c-a1a7-f832797212ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb8b6d0-778e-45ae-8a2b-b2cbbcae3b4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb8b6d0-778e-45ae-8a2b-b2cbbcae3b4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17170860114243884034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c93b053a-0d43-415e-9ace-440b1364237f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e092e92b-b9b5-4870-a402-b945d25ed989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e092e92b-b9b5-4870-a402-b945d25ed989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096649244725518879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb8b6d0-778e-45ae-8a2b-b2cbbcae3b4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 382509a5-1f72-4f01-b931-d3b0eac36ca8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 382509a5-1f72-4f01-b931-d3b0eac36ca8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8402302249911519330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e092e92b-b9b5-4870-a402-b945d25ed989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a05f6c-4538-4951-a93e-9da1bd396b7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a05f6c-4538-4951-a93e-9da1bd396b7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4100862006152768776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 382509a5-1f72-4f01-b931-d3b0eac36ca8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb6fdce4-9bea-4a5f-9bb3-64b703f1e747, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a05f6c-4538-4951-a93e-9da1bd396b7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9056ea0f-ec65-407e-96d7-04ce63e43e93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6fdce4-9bea-4a5f-9bb3-64b703f1e747, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5730358895661431624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9056ea0f-ec65-407e-96d7-04ce63e43e93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10316043642817768256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6fdce4-9bea-4a5f-9bb3-64b703f1e747, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c40331e4-416f-4894-af71-b4e8184a72a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40331e4-416f-4894-af71-b4e8184a72a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2027739770730956699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9056ea0f-ec65-407e-96d7-04ce63e43e93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa30fcd0-89a9-4b34-893f-63fcfb8f26a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa30fcd0-89a9-4b34-893f-63fcfb8f26a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6834202572788003741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40331e4-416f-4894-af71-b4e8184a72a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96ac1729-084a-4dde-92f4-a236c42c21c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ac1729-084a-4dde-92f4-a236c42c21c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982826683528477765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa30fcd0-89a9-4b34-893f-63fcfb8f26a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a325ac39-2c73-489b-b566-de6111f985fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a325ac39-2c73-489b-b566-de6111f985fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12891224899809922913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ac1729-084a-4dde-92f4-a236c42c21c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2d314f-0d92-4205-9599-d65eca413867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2d314f-0d92-4205-9599-d65eca413867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5674618626411256437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a325ac39-2c73-489b-b566-de6111f985fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab195e42-931d-41ca-a907-576f758e76e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab195e42-931d-41ca-a907-576f758e76e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14529194660244436024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2d314f-0d92-4205-9599-d65eca413867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d42726fe-10dd-4ab9-8dd7-49841b3b5a15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42726fe-10dd-4ab9-8dd7-49841b3b5a15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661991649156999839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab195e42-931d-41ca-a907-576f758e76e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50dae31f-2e0d-45c7-aa32-b0a300227680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50dae31f-2e0d-45c7-aa32-b0a300227680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12770185010287822289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42726fe-10dd-4ab9-8dd7-49841b3b5a15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ecbbd78-2f77-4bd9-a73f-09256b06ac46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ecbbd78-2f77-4bd9-a73f-09256b06ac46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7197436944205792258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50dae31f-2e0d-45c7-aa32-b0a300227680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ecbbd78-2f77-4bd9-a73f-09256b06ac46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45ea28bb-ee8d-481f-96d9-b9846ed37622, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45ea28bb-ee8d-481f-96d9-b9846ed37622, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11132042074096049934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef1228a-55be-4c78-9909-17f9a72b8f83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef1228a-55be-4c78-9909-17f9a72b8f83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7722548424959106716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45ea28bb-ee8d-481f-96d9-b9846ed37622, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef1228a-55be-4c78-9909-17f9a72b8f83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf11402a-4396-496b-85f5-14fcb9ba2511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf11402a-4396-496b-85f5-14fcb9ba2511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5073560224052061232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed906817-ec42-480e-92f1-35a62274aec4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed906817-ec42-480e-92f1-35a62274aec4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130765107819291557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf11402a-4396-496b-85f5-14fcb9ba2511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed906817-ec42-480e-92f1-35a62274aec4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52e5e6a-b446-42de-a562-e720eeee090b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e5e6a-b446-42de-a562-e720eeee090b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322755129778421747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec07aee6-060c-4165-a043-57ed61736d5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec07aee6-060c-4165-a043-57ed61736d5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1375868121640279652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e5e6a-b446-42de-a562-e720eeee090b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bac8eccf-b2b6-4096-b996-01913e8c00ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac8eccf-b2b6-4096-b996-01913e8c00ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802672349680874183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec07aee6-060c-4165-a043-57ed61736d5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c63f72-6cc0-40e6-abac-521a8531bbb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac8eccf-b2b6-4096-b996-01913e8c00ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c63f72-6cc0-40e6-abac-521a8531bbb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225712437092781305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20530d76-c51a-426d-a5f8-7d4fd8dcfb84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20530d76-c51a-426d-a5f8-7d4fd8dcfb84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16206757285739695866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c63f72-6cc0-40e6-abac-521a8531bbb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed515189-f2dc-4afb-9828-4d627fdc0cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed515189-f2dc-4afb-9828-4d627fdc0cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5532528098564253696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20530d76-c51a-426d-a5f8-7d4fd8dcfb84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cee93bd0-a88d-4e16-b536-9354815306c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed515189-f2dc-4afb-9828-4d627fdc0cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522ca200-41c1-4e36-a405-1bb68ff41d60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee93bd0-a88d-4e16-b536-9354815306c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10116523787052805130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522ca200-41c1-4e36-a405-1bb68ff41d60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926144930468712644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee93bd0-a88d-4e16-b536-9354815306c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522ca200-41c1-4e36-a405-1bb68ff41d60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0132eb41-d58b-4a31-87f6-b88f1c737d35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0132eb41-d58b-4a31-87f6-b88f1c737d35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922737500286936076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f19776a-1633-49e7-96ae-212c23bb6d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f19776a-1633-49e7-96ae-212c23bb6d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13294191974395272188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0132eb41-d58b-4a31-87f6-b88f1c737d35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4625fd96-8620-4e3e-b6b5-613ae9e84097, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f19776a-1633-49e7-96ae-212c23bb6d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4625fd96-8620-4e3e-b6b5-613ae9e84097, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2881820917342485879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08d37e3-696e-4c8a-aef2-a416a5f487e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08d37e3-696e-4c8a-aef2-a416a5f487e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8113248501298754593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4625fd96-8620-4e3e-b6b5-613ae9e84097, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b39fb8b-954c-4ea7-85b3-916bf1035b81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08d37e3-696e-4c8a-aef2-a416a5f487e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b39fb8b-954c-4ea7-85b3-916bf1035b81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887487755732482393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f7d282-5ab4-4d44-84f2-fe0dacacb91e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f7d282-5ab4-4d44-84f2-fe0dacacb91e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10571417331887118442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b39fb8b-954c-4ea7-85b3-916bf1035b81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e146627-fae0-44e4-8bdc-74466c5f99b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e146627-fae0-44e4-8bdc-74466c5f99b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15417838228231074086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f7d282-5ab4-4d44-84f2-fe0dacacb91e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e146627-fae0-44e4-8bdc-74466c5f99b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea168e8d-6cad-4b92-9805-e6443c8c1152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea168e8d-6cad-4b92-9805-e6443c8c1152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4217881394057499968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f28f5f5-614f-48c4-9ea2-0c3b8024c5e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f28f5f5-614f-48c4-9ea2-0c3b8024c5e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570714532509645519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea168e8d-6cad-4b92-9805-e6443c8c1152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bce7b54-fd4a-418f-9144-e4fef23fa69c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bce7b54-fd4a-418f-9144-e4fef23fa69c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1801458044402034795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f28f5f5-614f-48c4-9ea2-0c3b8024c5e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75a4caa5-5c3e-43d9-a821-dab94d954729, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a4caa5-5c3e-43d9-a821-dab94d954729, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2922273785723255645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bce7b54-fd4a-418f-9144-e4fef23fa69c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bde7144-ad72-48af-bc3a-36b88bba95c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bde7144-ad72-48af-bc3a-36b88bba95c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16555289446218909140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a4caa5-5c3e-43d9-a821-dab94d954729, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c569fb-ed2c-433f-a634-32bc806e989a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c569fb-ed2c-433f-a634-32bc806e989a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490206565903483822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bde7144-ad72-48af-bc3a-36b88bba95c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9552ce-4a18-456e-a644-dd09e6e502a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9552ce-4a18-456e-a644-dd09e6e502a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12136349716897691297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c569fb-ed2c-433f-a634-32bc806e989a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e44b68f-7559-48e0-8290-e962c5b0a57f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9552ce-4a18-456e-a644-dd09e6e502a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e44b68f-7559-48e0-8290-e962c5b0a57f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1740828236872926630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 553cca73-178d-40d5-aa87-fab8ba51d2fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553cca73-178d-40d5-aa87-fab8ba51d2fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053583607136938383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e44b68f-7559-48e0-8290-e962c5b0a57f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553cca73-178d-40d5-aa87-fab8ba51d2fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b544fc-3161-45b5-b972-6146bd462bcf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b544fc-3161-45b5-b972-6146bd462bcf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293537293590686706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71766f93-d0f1-4086-b0ed-e6a121ffe665, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71766f93-d0f1-4086-b0ed-e6a121ffe665, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661968210217938661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b544fc-3161-45b5-b972-6146bd462bcf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da30e56b-20bd-4ad3-bed8-7f2143cdd0e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da30e56b-20bd-4ad3-bed8-7f2143cdd0e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12013374091047279028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71766f93-d0f1-4086-b0ed-e6a121ffe665, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9216aa1-e76d-4fa8-b20b-7e600f4b3ea6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9216aa1-e76d-4fa8-b20b-7e600f4b3ea6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069334118753858896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da30e56b-20bd-4ad3-bed8-7f2143cdd0e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5d7dd9-40a8-40a5-82cd-5954053001ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5d7dd9-40a8-40a5-82cd-5954053001ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547232156171098384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9216aa1-e76d-4fa8-b20b-7e600f4b3ea6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de26638b-dca8-4078-9c9f-6158028ed9d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de26638b-dca8-4078-9c9f-6158028ed9d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6513660292002960603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5d7dd9-40a8-40a5-82cd-5954053001ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5cef844-21b8-4fa1-ba72-63953448bae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cef844-21b8-4fa1-ba72-63953448bae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17214770467735044459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de26638b-dca8-4078-9c9f-6158028ed9d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2bf6b9-735a-4d8b-8d38-9e137340d071, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2bf6b9-735a-4d8b-8d38-9e137340d071, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12000000043128396082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cef844-21b8-4fa1-ba72-63953448bae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2bf6b9-735a-4d8b-8d38-9e137340d071, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991ad876-d8c0-4d9f-aab4-460d2ede05b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991ad876-d8c0-4d9f-aab4-460d2ede05b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11368209996748509298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bf5d894-e665-487b-8168-f4b1b344bf5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf5d894-e665-487b-8168-f4b1b344bf5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13968860707073833415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991ad876-d8c0-4d9f-aab4-460d2ede05b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0643dadb-b690-426d-a59b-d278ad53cadc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0643dadb-b690-426d-a59b-d278ad53cadc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16298483823046800771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf5d894-e665-487b-8168-f4b1b344bf5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d3dcceb-0f87-4547-ad6f-dd41ff0d74dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3dcceb-0f87-4547-ad6f-dd41ff0d74dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10382287990102142038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0643dadb-b690-426d-a59b-d278ad53cadc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c60ba3b-cebb-4362-a663-178d40a19efa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c60ba3b-cebb-4362-a663-178d40a19efa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5295110049975315026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3dcceb-0f87-4547-ad6f-dd41ff0d74dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ecf79b-405b-41eb-8e66-df1c47f6659c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ecf79b-405b-41eb-8e66-df1c47f6659c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820968350392508773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c60ba3b-cebb-4362-a663-178d40a19efa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee9ea056-401a-485c-97c2-f9ddcbce03b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ecf79b-405b-41eb-8e66-df1c47f6659c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5886dd7-8f8b-47ba-af67-42fc20842b6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5886dd7-8f8b-47ba-af67-42fc20842b6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16662472269282520023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9ea056-401a-485c-97c2-f9ddcbce03b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593558203416921799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5886dd7-8f8b-47ba-af67-42fc20842b6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75f17a6f-4c15-413c-9767-452df8f86715, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f17a6f-4c15-413c-9767-452df8f86715, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2480685603306458056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9ea056-401a-485c-97c2-f9ddcbce03b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e3ebbe-359f-444d-8803-98c187e63e29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e3ebbe-359f-444d-8803-98c187e63e29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2037614147133068518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f17a6f-4c15-413c-9767-452df8f86715, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97b73320-c0e7-4f90-958c-9ad6836e3250, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b73320-c0e7-4f90-958c-9ad6836e3250, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779759289161643887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e3ebbe-359f-444d-8803-98c187e63e29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10b7d5b-a62b-4213-9de0-9bf7f5e410c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10b7d5b-a62b-4213-9de0-9bf7f5e410c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500796503710585953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b73320-c0e7-4f90-958c-9ad6836e3250, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7d82833-30aa-47a4-83f3-e7340b690b35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d82833-30aa-47a4-83f3-e7340b690b35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4200579795271992375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10b7d5b-a62b-4213-9de0-9bf7f5e410c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e450c2-516d-4e50-8b57-72319a185e24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e450c2-516d-4e50-8b57-72319a185e24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833644565592985318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d82833-30aa-47a4-83f3-e7340b690b35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91cac8c3-f06b-4251-8dfc-e675821f0f09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91cac8c3-f06b-4251-8dfc-e675821f0f09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7445667078294053735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91cac8c3-f06b-4251-8dfc-e675821f0f09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf11652-08d8-4554-8e9a-5b2603c5b761, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e450c2-516d-4e50-8b57-72319a185e24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 692771dc-44f6-4d8e-9fa0-14a86714bc4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf11652-08d8-4554-8e9a-5b2603c5b761, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11705459425382302857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692771dc-44f6-4d8e-9fa0-14a86714bc4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457812869426920647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692771dc-44f6-4d8e-9fa0-14a86714bc4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf11652-08d8-4554-8e9a-5b2603c5b761, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a7d3a30-2181-4db9-a0d6-57e5ca42304b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a7d3a30-2181-4db9-a0d6-57e5ca42304b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 913582028445948784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00825c6f-17a8-4cc1-a163-c143c9791bc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00825c6f-17a8-4cc1-a163-c143c9791bc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059420751342112709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a7d3a30-2181-4db9-a0d6-57e5ca42304b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e027c833-c495-4d47-9355-4e21844b61f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e027c833-c495-4d47-9355-4e21844b61f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 446166264145005544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00825c6f-17a8-4cc1-a163-c143c9791bc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e36e63c-dea0-4cea-9f91-8fc5a5f4000f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e36e63c-dea0-4cea-9f91-8fc5a5f4000f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369548660633268796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e027c833-c495-4d47-9355-4e21844b61f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86a9651f-4c44-4a6c-9f68-949ee8f85b31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a9651f-4c44-4a6c-9f68-949ee8f85b31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4336956986727684164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e36e63c-dea0-4cea-9f91-8fc5a5f4000f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 028bc98e-987e-431e-9e39-66d231b68459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028bc98e-987e-431e-9e39-66d231b68459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2531757774275247330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a9651f-4c44-4a6c-9f68-949ee8f85b31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f77c531-f4cc-4f34-8b0a-3e470264b675, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f77c531-f4cc-4f34-8b0a-3e470264b675, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188650845633681357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028bc98e-987e-431e-9e39-66d231b68459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19c2d06-9c9b-4a33-a275-970d04bc9f3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19c2d06-9c9b-4a33-a275-970d04bc9f3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245629870391356309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f77c531-f4cc-4f34-8b0a-3e470264b675, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6bbe60-d3c7-494c-a9db-e2456963eb3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6bbe60-d3c7-494c-a9db-e2456963eb3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7024985726064204822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19c2d06-9c9b-4a33-a275-970d04bc9f3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33636208-ac2b-45d0-a2b7-f968ae978c51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33636208-ac2b-45d0-a2b7-f968ae978c51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14905116022818353155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6bbe60-d3c7-494c-a9db-e2456963eb3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a30f4c9-356c-482a-872f-8e4391b6faed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a30f4c9-356c-482a-872f-8e4391b6faed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7221514178233961804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33636208-ac2b-45d0-a2b7-f968ae978c51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c99472a-6445-4012-863f-3c05122007d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c99472a-6445-4012-863f-3c05122007d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613609082945203552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a30f4c9-356c-482a-872f-8e4391b6faed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81b6062-5afb-4540-95dd-5473891020d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81b6062-5afb-4540-95dd-5473891020d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16067979463931595865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c99472a-6445-4012-863f-3c05122007d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a99b183-9a2b-447c-9bd2-774e0a1245a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a99b183-9a2b-447c-9bd2-774e0a1245a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11372806858787072374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81b6062-5afb-4540-95dd-5473891020d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d6e8e1-382a-4c1a-995f-78e778a524d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a99b183-9a2b-447c-9bd2-774e0a1245a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d6e8e1-382a-4c1a-995f-78e778a524d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13585472061809639774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6ec5fd0-31e7-4d7b-9e66-7767aede3185, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ec5fd0-31e7-4d7b-9e66-7767aede3185, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11231480762888770449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d6e8e1-382a-4c1a-995f-78e778a524d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00bec58e-6dd1-4d19-b1bf-8759e1e0bea7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bec58e-6dd1-4d19-b1bf-8759e1e0bea7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18002632648345515896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ec5fd0-31e7-4d7b-9e66-7767aede3185, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2644609-1962-4d94-94c3-25d63902e3f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2644609-1962-4d94-94c3-25d63902e3f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386679355434801680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bec58e-6dd1-4d19-b1bf-8759e1e0bea7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48cf87a4-dcd4-480e-bc38-50a60dad3bcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cf87a4-dcd4-480e-bc38-50a60dad3bcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967988657899133847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2644609-1962-4d94-94c3-25d63902e3f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a11cdee-9a8c-46c0-9f86-b05ed7ed1928, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a11cdee-9a8c-46c0-9f86-b05ed7ed1928, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10611422749617323579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cf87a4-dcd4-480e-bc38-50a60dad3bcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6881349-1d83-4704-ae76-30384bf44738, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a11cdee-9a8c-46c0-9f86-b05ed7ed1928, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4191342c-71b3-4170-b570-abd0e481543f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4191342c-71b3-4170-b570-abd0e481543f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093175893347533021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6881349-1d83-4704-ae76-30384bf44738, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021132942877395618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4191342c-71b3-4170-b570-abd0e481543f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ada885-365f-4419-a9ed-09d2fb9e120f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ada885-365f-4419-a9ed-09d2fb9e120f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085116711309719910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6881349-1d83-4704-ae76-30384bf44738, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9696171-bcda-4bc4-ae76-31a27a81b24a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9696171-bcda-4bc4-ae76-31a27a81b24a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902744467030183543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ada885-365f-4419-a9ed-09d2fb9e120f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9696171-bcda-4bc4-ae76-31a27a81b24a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 126f189e-cdc3-4615-9b2a-9d5709a5bb25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 126f189e-cdc3-4615-9b2a-9d5709a5bb25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238784925420052697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53f04d18-3647-42e8-9859-854d268678b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f04d18-3647-42e8-9859-854d268678b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3226576102970779318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 126f189e-cdc3-4615-9b2a-9d5709a5bb25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91870c6f-6bf6-47a8-9330-ee0b54f1333e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91870c6f-6bf6-47a8-9330-ee0b54f1333e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13189929501154838879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f04d18-3647-42e8-9859-854d268678b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e857ae29-22ff-42c8-ae4a-252bd83c9a76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e857ae29-22ff-42c8-ae4a-252bd83c9a76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15331470907973943032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91870c6f-6bf6-47a8-9330-ee0b54f1333e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 500af096-1698-417c-bb11-77a74d4286ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500af096-1698-417c-bb11-77a74d4286ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10780406347836066083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e857ae29-22ff-42c8-ae4a-252bd83c9a76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56961f93-f843-408b-b6ec-577b62af6e4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56961f93-f843-408b-b6ec-577b62af6e4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3939332290303777415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500af096-1698-417c-bb11-77a74d4286ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5624a03-357e-48ab-9d77-193fbaea16d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5624a03-357e-48ab-9d77-193fbaea16d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810855881483111052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56961f93-f843-408b-b6ec-577b62af6e4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c86685f-a63e-41f7-bca8-e214ff9c28c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c86685f-a63e-41f7-bca8-e214ff9c28c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964448368411100069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5624a03-357e-48ab-9d77-193fbaea16d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7715e088-033f-497d-8a86-8e91f0b42196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7715e088-033f-497d-8a86-8e91f0b42196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14743134401047239037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c86685f-a63e-41f7-bca8-e214ff9c28c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec5cbf88-3e3e-40af-9656-7fc41d57e27a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5cbf88-3e3e-40af-9656-7fc41d57e27a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378416326955185013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7715e088-033f-497d-8a86-8e91f0b42196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 498e0eb5-9638-47c4-8b18-20014257b158, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 498e0eb5-9638-47c4-8b18-20014257b158, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1325941634654142956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5cbf88-3e3e-40af-9656-7fc41d57e27a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31916574-fac5-42c5-9531-603a586b4619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31916574-fac5-42c5-9531-603a586b4619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6307295098229177395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 498e0eb5-9638-47c4-8b18-20014257b158, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37ed89fe-47b9-4f0d-b66e-dc586f148e09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ed89fe-47b9-4f0d-b66e-dc586f148e09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117810111233028537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31916574-fac5-42c5-9531-603a586b4619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eaf8af9-772d-4b8d-835c-bfb3320b8996, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaf8af9-772d-4b8d-835c-bfb3320b8996, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4536662287095149304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaf8af9-772d-4b8d-835c-bfb3320b8996, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a5f394c-0a46-409e-89c5-4d9d10b38b3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a5f394c-0a46-409e-89c5-4d9d10b38b3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10572215168972880953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ed89fe-47b9-4f0d-b66e-dc586f148e09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c551ceb6-4f5b-4b08-92d9-2cbd76944859, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c551ceb6-4f5b-4b08-92d9-2cbd76944859, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757069505238503039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a5f394c-0a46-409e-89c5-4d9d10b38b3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c551ceb6-4f5b-4b08-92d9-2cbd76944859, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3367dccd-6815-4c04-973b-1fd6ab7b278d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4059210d-9a81-407f-8fbb-1fc30ae804e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3367dccd-6815-4c04-973b-1fd6ab7b278d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054599806677458214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4059210d-9a81-407f-8fbb-1fc30ae804e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3454764200166564040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4059210d-9a81-407f-8fbb-1fc30ae804e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3367dccd-6815-4c04-973b-1fd6ab7b278d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d90b3ed3-cbf1-4b06-b334-0b42e712f126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8568afa5-c8a1-472a-b911-1e301088950a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8568afa5-c8a1-472a-b911-1e301088950a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 339403626399398222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90b3ed3-cbf1-4b06-b334-0b42e712f126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14929936539253484821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8568afa5-c8a1-472a-b911-1e301088950a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9f0aec-28e9-486b-b0fb-e01befe2c2ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9f0aec-28e9-486b-b0fb-e01befe2c2ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5578788596484110397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90b3ed3-cbf1-4b06-b334-0b42e712f126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2905a9c-dcd0-482a-be03-e298ffc9cf4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2905a9c-dcd0-482a-be03-e298ffc9cf4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1476429366272358553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9f0aec-28e9-486b-b0fb-e01befe2c2ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2315307e-0195-4854-9468-eb284b323a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2905a9c-dcd0-482a-be03-e298ffc9cf4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0f54146-1dcf-401d-b89a-fdcd64a73334, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2315307e-0195-4854-9468-eb284b323a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8556563674402835123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f54146-1dcf-401d-b89a-fdcd64a73334, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10994616677376907520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2315307e-0195-4854-9468-eb284b323a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bb2f5dd-375d-4f45-afaa-eb3bdc3ff6e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb2f5dd-375d-4f45-afaa-eb3bdc3ff6e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522644539528009880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f54146-1dcf-401d-b89a-fdcd64a73334, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df751d1c-6661-4ed6-acbd-52c91657576d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df751d1c-6661-4ed6-acbd-52c91657576d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6227036053610559489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb2f5dd-375d-4f45-afaa-eb3bdc3ff6e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84bcd089-e204-43ff-8e87-008837f0aea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84bcd089-e204-43ff-8e87-008837f0aea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1009035273511691898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df751d1c-6661-4ed6-acbd-52c91657576d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55d6b74d-0aff-4c6d-9c68-b124ddb38097, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d6b74d-0aff-4c6d-9c68-b124ddb38097, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13258814456293565609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84bcd089-e204-43ff-8e87-008837f0aea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64bfd679-2e09-42d7-8345-3846f65b907c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64bfd679-2e09-42d7-8345-3846f65b907c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14769392309319625347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d6b74d-0aff-4c6d-9c68-b124ddb38097, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0474ddc9-4d40-483c-8d3e-c92c6243191b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0474ddc9-4d40-483c-8d3e-c92c6243191b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890749428139704286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64bfd679-2e09-42d7-8345-3846f65b907c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f7734bb-48fd-4365-81f0-efa35465d509, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7734bb-48fd-4365-81f0-efa35465d509, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 117105211212770083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0474ddc9-4d40-483c-8d3e-c92c6243191b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb037041-c5fb-44ca-80a5-e8fd0f5a72d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb037041-c5fb-44ca-80a5-e8fd0f5a72d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12666142928679398438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7734bb-48fd-4365-81f0-efa35465d509, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb037041-c5fb-44ca-80a5-e8fd0f5a72d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0b37458-5f80-4493-81dc-e600e113613a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b37458-5f80-4493-81dc-e600e113613a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13925728614916011091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11150f08-0432-41cc-90d4-90872067c9e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11150f08-0432-41cc-90d4-90872067c9e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6166394150375225163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b37458-5f80-4493-81dc-e600e113613a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d1baef-fcc3-4e37-a28b-e5ec991b1e6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d1baef-fcc3-4e37-a28b-e5ec991b1e6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18019074733194398858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11150f08-0432-41cc-90d4-90872067c9e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b773aac9-a187-4b5d-9f8b-d8600cee2e00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b773aac9-a187-4b5d-9f8b-d8600cee2e00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369603860342355759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d1baef-fcc3-4e37-a28b-e5ec991b1e6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b773aac9-a187-4b5d-9f8b-d8600cee2e00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb3bb36-4d32-4cb4-9c30-a5c2c3519362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb3bb36-4d32-4cb4-9c30-a5c2c3519362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1730360726502044729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2c9fab8-c7c7-4a04-9dc3-ce83fbc31de4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c9fab8-c7c7-4a04-9dc3-ce83fbc31de4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 675935158661934110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb3bb36-4d32-4cb4-9c30-a5c2c3519362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b35f2c4-7a7b-4063-b787-acfa1162500f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b35f2c4-7a7b-4063-b787-acfa1162500f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6848435175186289848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c9fab8-c7c7-4a04-9dc3-ce83fbc31de4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33d45f70-1b3d-41f5-8bc2-ad7b18d7dff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d45f70-1b3d-41f5-8bc2-ad7b18d7dff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15434095785580326132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b35f2c4-7a7b-4063-b787-acfa1162500f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca81a107-d8b9-4c38-a0f2-d5401a193115, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca81a107-d8b9-4c38-a0f2-d5401a193115, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16686074287601232505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca81a107-d8b9-4c38-a0f2-d5401a193115, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d187e83a-edb7-41e5-adcb-76cc25dd893b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d187e83a-edb7-41e5-adcb-76cc25dd893b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3442023991530881896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d45f70-1b3d-41f5-8bc2-ad7b18d7dff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c0b61eb-4c0b-4408-af09-717874b3871e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c0b61eb-4c0b-4408-af09-717874b3871e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15925728821469889575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d187e83a-edb7-41e5-adcb-76cc25dd893b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a36002-b14a-4097-bcf2-8962a79f4ff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a36002-b14a-4097-bcf2-8962a79f4ff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18381848454791429122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c0b61eb-4c0b-4408-af09-717874b3871e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0877798c-d02e-4981-a1a9-f06fab10bfb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0877798c-d02e-4981-a1a9-f06fab10bfb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 164560793127857537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a36002-b14a-4097-bcf2-8962a79f4ff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa232fc-81e2-49a8-b8d9-e9dbc8c14812, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa232fc-81e2-49a8-b8d9-e9dbc8c14812, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7944022018772233741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0877798c-d02e-4981-a1a9-f06fab10bfb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da9cb152-2cdb-48c5-b4a8-d2347d4a88f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da9cb152-2cdb-48c5-b4a8-d2347d4a88f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 448538523388958490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa232fc-81e2-49a8-b8d9-e9dbc8c14812, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05668e31-dd4f-48c4-9c23-f2799ac51040, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05668e31-dd4f-48c4-9c23-f2799ac51040, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5545628820081346572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da9cb152-2cdb-48c5-b4a8-d2347d4a88f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed7f7c4-ceb4-4ed6-927e-08279b93cd1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed7f7c4-ceb4-4ed6-927e-08279b93cd1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11547135711873744891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05668e31-dd4f-48c4-9c23-f2799ac51040, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f453ff3d-3f60-4b3e-847e-81025a6ec71b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f453ff3d-3f60-4b3e-847e-81025a6ec71b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843801630868880102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed7f7c4-ceb4-4ed6-927e-08279b93cd1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e8a385a-5d89-4068-bee2-99103f1c4b75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8a385a-5d89-4068-bee2-99103f1c4b75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726848204403404496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f453ff3d-3f60-4b3e-847e-81025a6ec71b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa873ef-ef60-4409-bd90-f47496fe6a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa873ef-ef60-4409-bd90-f47496fe6a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12154607441736887556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa873ef-ef60-4409-bd90-f47496fe6a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a4f650d-2689-431b-b81e-f5bdc11889ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8a385a-5d89-4068-bee2-99103f1c4b75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf8765f7-4938-4957-9ae5-6e8f0a891a16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf8765f7-4938-4957-9ae5-6e8f0a891a16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8082650513067141617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4f650d-2689-431b-b81e-f5bdc11889ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8597190590016512611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf8765f7-4938-4957-9ae5-6e8f0a891a16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec89490c-66d6-4338-8d63-8ad9f3e8e32a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec89490c-66d6-4338-8d63-8ad9f3e8e32a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3523758603972324460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4f650d-2689-431b-b81e-f5bdc11889ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa00094-b018-4960-a826-739a00c5c4df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa00094-b018-4960-a826-739a00c5c4df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082191998994507803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec89490c-66d6-4338-8d63-8ad9f3e8e32a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9401b06f-94fb-4613-8749-f7207b679cff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9401b06f-94fb-4613-8749-f7207b679cff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1885454283816219122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa00094-b018-4960-a826-739a00c5c4df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0697b26c-741a-4a28-86be-fab3f7af3256, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0697b26c-741a-4a28-86be-fab3f7af3256, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631322782036579522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9401b06f-94fb-4613-8749-f7207b679cff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af9b7c7a-3d7e-4847-aeb4-83dae8dfb0be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9b7c7a-3d7e-4847-aeb4-83dae8dfb0be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14377863871032299282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0697b26c-741a-4a28-86be-fab3f7af3256, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85f1c8db-d2ce-4230-a4b9-8a50e1d10814, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f1c8db-d2ce-4230-a4b9-8a50e1d10814, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9231732241204332754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9b7c7a-3d7e-4847-aeb4-83dae8dfb0be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a4195b-2bad-4708-81dd-b9327ad63ca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a4195b-2bad-4708-81dd-b9327ad63ca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4573897992392212946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f1c8db-d2ce-4230-a4b9-8a50e1d10814, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc75f27-79e4-43f0-a4f4-1d95fe0baf37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc75f27-79e4-43f0-a4f4-1d95fe0baf37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3166485824096953539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a4195b-2bad-4708-81dd-b9327ad63ca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1380d0f6-b5cb-4833-b6ab-7b014aa3c4d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1380d0f6-b5cb-4833-b6ab-7b014aa3c4d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2063948590521985907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc75f27-79e4-43f0-a4f4-1d95fe0baf37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56269379-e50d-4441-88a4-441a5296bebb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56269379-e50d-4441-88a4-441a5296bebb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586799228324998015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1380d0f6-b5cb-4833-b6ab-7b014aa3c4d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fdd25a7-4636-4110-b994-28d562fd9f46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fdd25a7-4636-4110-b994-28d562fd9f46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555214769712700358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56269379-e50d-4441-88a4-441a5296bebb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74590f7-4a1f-42b6-83e0-460a5f8136af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74590f7-4a1f-42b6-83e0-460a5f8136af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3916969288515746906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fdd25a7-4636-4110-b994-28d562fd9f46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57498f9f-c1ad-474e-9ea9-466a30729b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57498f9f-c1ad-474e-9ea9-466a30729b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054617917667365212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74590f7-4a1f-42b6-83e0-460a5f8136af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fc001d-1b7b-4345-873b-88aedd445435, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fc001d-1b7b-4345-873b-88aedd445435, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517596230015355041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57498f9f-c1ad-474e-9ea9-466a30729b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7332454-df11-43a4-9592-4599ef82d93a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7332454-df11-43a4-9592-4599ef82d93a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9696432131907560173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fc001d-1b7b-4345-873b-88aedd445435, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea3b752-5159-4a7c-9b23-4c1357b26fd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7332454-df11-43a4-9592-4599ef82d93a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea3b752-5159-4a7c-9b23-4c1357b26fd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1339884001964984140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b447a9bd-2d8c-4182-bffd-e5170802c4a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b447a9bd-2d8c-4182-bffd-e5170802c4a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11156770031895947589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea3b752-5159-4a7c-9b23-4c1357b26fd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48727ac6-39e5-4390-b6d2-94bdf62b44cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48727ac6-39e5-4390-b6d2-94bdf62b44cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4798220026086994668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b447a9bd-2d8c-4182-bffd-e5170802c4a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70a9f91e-d196-424b-91b6-e9d3ce449dac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a9f91e-d196-424b-91b6-e9d3ce449dac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068952622238811777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48727ac6-39e5-4390-b6d2-94bdf62b44cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e290f3bd-90b1-4735-94bc-5c32e54228e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e290f3bd-90b1-4735-94bc-5c32e54228e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252567033857544061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a9f91e-d196-424b-91b6-e9d3ce449dac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e460f335-2b72-4da6-9c3d-0bf11b6a98e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e460f335-2b72-4da6-9c3d-0bf11b6a98e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402858944890147079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e290f3bd-90b1-4735-94bc-5c32e54228e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e171b2d-5d77-4baf-9002-5ba42ac53e82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e171b2d-5d77-4baf-9002-5ba42ac53e82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3666149535643750922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e460f335-2b72-4da6-9c3d-0bf11b6a98e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c2ce9c-3c8d-48bd-b2fa-415152078ef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c2ce9c-3c8d-48bd-b2fa-415152078ef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896707076453300613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e171b2d-5d77-4baf-9002-5ba42ac53e82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 879b3502-5916-44f2-8f1f-5e7f3e491a85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879b3502-5916-44f2-8f1f-5e7f3e491a85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371969707204326158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c2ce9c-3c8d-48bd-b2fa-415152078ef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b15c43-13ef-4771-aa59-1bae3d2e3672, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b15c43-13ef-4771-aa59-1bae3d2e3672, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943434618337928838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879b3502-5916-44f2-8f1f-5e7f3e491a85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40f5c712-0a7b-47c8-a667-ac9fb16f2c19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f5c712-0a7b-47c8-a667-ac9fb16f2c19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14479670255858917104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b15c43-13ef-4771-aa59-1bae3d2e3672, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b1788ce-a6c7-48a8-86a3-18e5a0e21a4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1788ce-a6c7-48a8-86a3-18e5a0e21a4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3947712526095165884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f5c712-0a7b-47c8-a667-ac9fb16f2c19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a663d2b2-0277-434d-b131-d253d795ac6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a663d2b2-0277-434d-b131-d253d795ac6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12599905219921835811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1788ce-a6c7-48a8-86a3-18e5a0e21a4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ca0f44-11b2-4cf6-b999-ccb5f385dc0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ca0f44-11b2-4cf6-b999-ccb5f385dc0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709700441490520896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a663d2b2-0277-434d-b131-d253d795ac6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeba5dc8-33c4-43b0-87f0-000ee332eb94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ca0f44-11b2-4cf6-b999-ccb5f385dc0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeba5dc8-33c4-43b0-87f0-000ee332eb94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8486718242421113799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f73813b-44f9-402c-b22b-8aec7e06f9f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f73813b-44f9-402c-b22b-8aec7e06f9f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11573363491599914708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeba5dc8-33c4-43b0-87f0-000ee332eb94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b464e7fa-db7e-4202-9451-c4ac3dbc8356, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b464e7fa-db7e-4202-9451-c4ac3dbc8356, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1215944198452903225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f73813b-44f9-402c-b22b-8aec7e06f9f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e43e14-70c0-4e68-a24f-ffe61f285e22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e43e14-70c0-4e68-a24f-ffe61f285e22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776397496139567696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b464e7fa-db7e-4202-9451-c4ac3dbc8356, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65b91c16-340c-46a5-a1e5-3ab4c1df9e14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b91c16-340c-46a5-a1e5-3ab4c1df9e14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1481545008131350976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e43e14-70c0-4e68-a24f-ffe61f285e22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7551b295-4268-4ad3-95f2-a57a8975cd9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7551b295-4268-4ad3-95f2-a57a8975cd9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113290366686992775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b91c16-340c-46a5-a1e5-3ab4c1df9e14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09116325-716c-4004-a8d7-e1c6877be842, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09116325-716c-4004-a8d7-e1c6877be842, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7215141545381340670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7551b295-4268-4ad3-95f2-a57a8975cd9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20e6b6fe-552e-4dc7-9077-bd02e4f0e5ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e6b6fe-552e-4dc7-9077-bd02e4f0e5ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1706446087978502432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e6b6fe-552e-4dc7-9077-bd02e4f0e5ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee12941c-da9f-4b8c-9be0-2a7189cb66ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee12941c-da9f-4b8c-9be0-2a7189cb66ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508338697905172438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09116325-716c-4004-a8d7-e1c6877be842, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f860e55-db7d-49f8-88db-44b6866a1898, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f860e55-db7d-49f8-88db-44b6866a1898, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16743898694665882845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee12941c-da9f-4b8c-9be0-2a7189cb66ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 941852c3-dcc2-4d0f-a6f8-56b17080134b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941852c3-dcc2-4d0f-a6f8-56b17080134b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288659559471065728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f860e55-db7d-49f8-88db-44b6866a1898, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05808ebf-47fe-41ae-ba4c-187eae151b7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05808ebf-47fe-41ae-ba4c-187eae151b7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16528678177651115407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941852c3-dcc2-4d0f-a6f8-56b17080134b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321f1c85-0c8e-4209-abaa-4483878548cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321f1c85-0c8e-4209-abaa-4483878548cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16300564356205661450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05808ebf-47fe-41ae-ba4c-187eae151b7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6580885-dfb9-410f-a013-74cd3a9d64ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321f1c85-0c8e-4209-abaa-4483878548cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdebb8cf-0579-48e4-9fc7-14cb7df65f17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdebb8cf-0579-48e4-9fc7-14cb7df65f17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14231263734796010262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6580885-dfb9-410f-a013-74cd3a9d64ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7359648384674005871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdebb8cf-0579-48e4-9fc7-14cb7df65f17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2853de-0664-4d0f-9422-d59619005635, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2853de-0664-4d0f-9422-d59619005635, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369282016739659555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6580885-dfb9-410f-a013-74cd3a9d64ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cde438af-2541-434c-9a31-c1d28232a2ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde438af-2541-434c-9a31-c1d28232a2ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402560614350808962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2853de-0664-4d0f-9422-d59619005635, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 184866fb-b687-4b00-b0c0-b751587bbfb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 184866fb-b687-4b00-b0c0-b751587bbfb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341929167396707585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde438af-2541-434c-9a31-c1d28232a2ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 301eb12d-5457-4982-808d-091ae87cda3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 184866fb-b687-4b00-b0c0-b751587bbfb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeee73d9-a769-4d5c-9f4d-746cfc468742, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeee73d9-a769-4d5c-9f4d-746cfc468742, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384133986723810551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301eb12d-5457-4982-808d-091ae87cda3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11947859232797828913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeee73d9-a769-4d5c-9f4d-746cfc468742, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50d95947-a010-4a06-b6e7-4cb859f610b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d95947-a010-4a06-b6e7-4cb859f610b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16944349435363058661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301eb12d-5457-4982-808d-091ae87cda3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6bd7e61-d37f-434a-9951-1f3230e8035e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6bd7e61-d37f-434a-9951-1f3230e8035e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578700670910548634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d95947-a010-4a06-b6e7-4cb859f610b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1324c178-6199-4e4b-8dc2-9c62342756d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1324c178-6199-4e4b-8dc2-9c62342756d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8346018665416766483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6bd7e61-d37f-434a-9951-1f3230e8035e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b1c55b-b51b-43b5-a0ad-58b2fd6a7d90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b1c55b-b51b-43b5-a0ad-58b2fd6a7d90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738384228654115408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1324c178-6199-4e4b-8dc2-9c62342756d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b1c55b-b51b-43b5-a0ad-58b2fd6a7d90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f05d0725-6d51-47b2-8b7d-abbc6accc4ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05d0725-6d51-47b2-8b7d-abbc6accc4ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134727748350158542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51faa86b-05a8-4a19-afe0-226fdc18b17f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51faa86b-05a8-4a19-afe0-226fdc18b17f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5590891881716193351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05d0725-6d51-47b2-8b7d-abbc6accc4ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c95d013d-4b1d-479a-a95a-0cc40c78175d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95d013d-4b1d-479a-a95a-0cc40c78175d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3683762850777617803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51faa86b-05a8-4a19-afe0-226fdc18b17f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6cb0d1e-8f97-44c6-b177-fef5e04a4909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6cb0d1e-8f97-44c6-b177-fef5e04a4909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643164339392837372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95d013d-4b1d-479a-a95a-0cc40c78175d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae7dc951-58b5-40e6-982e-7f6c3e5ebe48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7dc951-58b5-40e6-982e-7f6c3e5ebe48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879969588321928851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6cb0d1e-8f97-44c6-b177-fef5e04a4909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e0e34e-c501-4c02-8e93-daeeddb3d9f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e0e34e-c501-4c02-8e93-daeeddb3d9f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15857592504538230085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e0e34e-c501-4c02-8e93-daeeddb3d9f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7dc951-58b5-40e6-982e-7f6c3e5ebe48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdd406e-0105-434a-b56c-d09929600623, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdd406e-0105-434a-b56c-d09929600623, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 833534742847781998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b594646-c56e-43b2-b76b-f60077e3b682, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b594646-c56e-43b2-b76b-f60077e3b682, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13306170623708956804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdd406e-0105-434a-b56c-d09929600623, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 469862db-bb65-4b4b-8097-db66b2771b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b594646-c56e-43b2-b76b-f60077e3b682, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469862db-bb65-4b4b-8097-db66b2771b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4327801881218429621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08fcd330-fd89-4c4c-bb8c-4ee0f9304679, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469862db-bb65-4b4b-8097-db66b2771b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 949029a0-69d6-43f8-a5d9-2140422330d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949029a0-69d6-43f8-a5d9-2140422330d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6761077453803139375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fcd330-fd89-4c4c-bb8c-4ee0f9304679, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7030034289956243728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949029a0-69d6-43f8-a5d9-2140422330d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fcd330-fd89-4c4c-bb8c-4ee0f9304679, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3775f71e-47f0-4a40-aa1a-ae66e2e1f187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3775f71e-47f0-4a40-aa1a-ae66e2e1f187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12356128041320690854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a8ac75-9be3-478e-b405-dea394ce813f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a8ac75-9be3-478e-b405-dea394ce813f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2373274376556878860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3775f71e-47f0-4a40-aa1a-ae66e2e1f187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a8ac75-9be3-478e-b405-dea394ce813f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed986ac-0077-4f7d-97c3-174a5a070f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed986ac-0077-4f7d-97c3-174a5a070f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3458725652309346759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb0cfaa-3e89-43f7-a2e1-0d04f25381fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb0cfaa-3e89-43f7-a2e1-0d04f25381fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9103013175180047204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed986ac-0077-4f7d-97c3-174a5a070f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74476bf7-4af3-48d7-bd71-2b73554bc27c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74476bf7-4af3-48d7-bd71-2b73554bc27c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14019824652839878934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb0cfaa-3e89-43f7-a2e1-0d04f25381fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e345ac1e-4d70-4080-ae92-d724591fb786, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e345ac1e-4d70-4080-ae92-d724591fb786, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067531293382631584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74476bf7-4af3-48d7-bd71-2b73554bc27c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d586b47-60c2-441c-9811-691dd010a2cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d586b47-60c2-441c-9811-691dd010a2cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14121774198141324843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e345ac1e-4d70-4080-ae92-d724591fb786, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d586b47-60c2-441c-9811-691dd010a2cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e4cdd3c-f22e-4aad-9e4f-f7dbdc2ad1ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e4cdd3c-f22e-4aad-9e4f-f7dbdc2ad1ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669482453159172029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7225ce65-28e5-4984-b3e1-1b001c4a7cb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7225ce65-28e5-4984-b3e1-1b001c4a7cb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782451163646135428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e4cdd3c-f22e-4aad-9e4f-f7dbdc2ad1ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f078780a-c55b-498c-894d-a99a49b04d82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f078780a-c55b-498c-894d-a99a49b04d82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937674978324420486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7225ce65-28e5-4984-b3e1-1b001c4a7cb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8bf8132-94db-45ab-8140-4a57be640584, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8bf8132-94db-45ab-8140-4a57be640584, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640518906310277497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f078780a-c55b-498c-894d-a99a49b04d82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ebcdec-d35b-41a3-bf4a-361b45f5d145, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ebcdec-d35b-41a3-bf4a-361b45f5d145, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406682115948897610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8bf8132-94db-45ab-8140-4a57be640584, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864ebbbf-7698-48af-b968-bb8b28bebac8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864ebbbf-7698-48af-b968-bb8b28bebac8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9837317041984932869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ebcdec-d35b-41a3-bf4a-361b45f5d145, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 160945b7-b0f1-4900-b148-f916941dcac8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160945b7-b0f1-4900-b148-f916941dcac8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879785351952258920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864ebbbf-7698-48af-b968-bb8b28bebac8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160945b7-b0f1-4900-b148-f916941dcac8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cde74d8-966b-466b-91f2-507974a5cc36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cde74d8-966b-466b-91f2-507974a5cc36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12903266845596364845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f0b3063-b338-4cbd-a6e1-72898e70563d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0b3063-b338-4cbd-a6e1-72898e70563d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527684542306735554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cde74d8-966b-466b-91f2-507974a5cc36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f61023-9c46-4a6a-86e6-633b95246372, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f61023-9c46-4a6a-86e6-633b95246372, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3494987763769251405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0b3063-b338-4cbd-a6e1-72898e70563d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 515188a7-988f-422d-9b2f-f2d7f0a7b4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515188a7-988f-422d-9b2f-f2d7f0a7b4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647110224628361823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f61023-9c46-4a6a-86e6-633b95246372, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515188a7-988f-422d-9b2f-f2d7f0a7b4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8cbe50a-1848-46d4-936d-74c58908bd55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8cbe50a-1848-46d4-936d-74c58908bd55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7249732034824406855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b010653-0b6f-443a-b24a-54a64740ae4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b010653-0b6f-443a-b24a-54a64740ae4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370744645037919524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8cbe50a-1848-46d4-936d-74c58908bd55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8952c984-e0a1-44bd-a347-025b52a65436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b010653-0b6f-443a-b24a-54a64740ae4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d1d9df8-cbc6-493b-afa8-323fec2e1fcf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d1d9df8-cbc6-493b-afa8-323fec2e1fcf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3802634291107581855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8952c984-e0a1-44bd-a347-025b52a65436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5720067938957293797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d1d9df8-cbc6-493b-afa8-323fec2e1fcf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c99fd07-0c7f-4f71-8f4b-6854e463e365, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c99fd07-0c7f-4f71-8f4b-6854e463e365, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16280553281383600764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8952c984-e0a1-44bd-a347-025b52a65436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c99fd07-0c7f-4f71-8f4b-6854e463e365, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c28411f1-ed94-497b-93a4-e52f0c9b9f98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28411f1-ed94-497b-93a4-e52f0c9b9f98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6899027204756857530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaaab820-b2ad-4eff-ab46-891a920002bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaaab820-b2ad-4eff-ab46-891a920002bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18050623691056976744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28411f1-ed94-497b-93a4-e52f0c9b9f98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f446b32-273e-4b48-9723-c4b8a52dab55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f446b32-273e-4b48-9723-c4b8a52dab55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12150058196032803366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaaab820-b2ad-4eff-ab46-891a920002bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c12cb4c6-558c-49f8-b33b-5f63731e5aa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12cb4c6-558c-49f8-b33b-5f63731e5aa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5197110881192917205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f446b32-273e-4b48-9723-c4b8a52dab55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c223178e-061d-48e9-8dc3-d6d5246463d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c223178e-061d-48e9-8dc3-d6d5246463d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15619432430349365514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12cb4c6-558c-49f8-b33b-5f63731e5aa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c691d44d-2e2a-4490-a1fe-1f5562981421, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c691d44d-2e2a-4490-a1fe-1f5562981421, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191767175249791021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c223178e-061d-48e9-8dc3-d6d5246463d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d234bee-886f-4e12-858d-2fa8c7093c32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d234bee-886f-4e12-858d-2fa8c7093c32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4680897392683665952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c691d44d-2e2a-4490-a1fe-1f5562981421, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84fe4fbb-3437-4969-a03a-16e383b029f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fe4fbb-3437-4969-a03a-16e383b029f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1079981322304715068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d234bee-886f-4e12-858d-2fa8c7093c32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fe4fbb-3437-4969-a03a-16e383b029f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29526f1e-a77d-4135-8624-eb94b10a2351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29526f1e-a77d-4135-8624-eb94b10a2351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14757443684720286718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf43f0c3-839f-4f95-bf52-b2457d7cb281, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf43f0c3-839f-4f95-bf52-b2457d7cb281, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9353460862741447188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29526f1e-a77d-4135-8624-eb94b10a2351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf43f0c3-839f-4f95-bf52-b2457d7cb281, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60963547-80d9-4876-80b0-4fabf25bd0fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60963547-80d9-4876-80b0-4fabf25bd0fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12536251883473518652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6faa7df-c0b9-4679-8391-7f95883d9f5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6faa7df-c0b9-4679-8391-7f95883d9f5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4080622994776392232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60963547-80d9-4876-80b0-4fabf25bd0fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af196021-3e98-4316-b175-16f63355428f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af196021-3e98-4316-b175-16f63355428f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14872698089771865396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6faa7df-c0b9-4679-8391-7f95883d9f5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 501902e0-daaa-44b8-99bb-54a157518e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501902e0-daaa-44b8-99bb-54a157518e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591063232439598552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af196021-3e98-4316-b175-16f63355428f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e424b914-c121-43a8-acde-342e6a3901b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e424b914-c121-43a8-acde-342e6a3901b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003247753694179939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501902e0-daaa-44b8-99bb-54a157518e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a81280-5d6c-4678-a2e4-426482df597b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a81280-5d6c-4678-a2e4-426482df597b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17091000629187065667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e424b914-c121-43a8-acde-342e6a3901b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f5ea19-7f5e-4097-81ff-fa3af26f81d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f5ea19-7f5e-4097-81ff-fa3af26f81d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3406033060851497770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a81280-5d6c-4678-a2e4-426482df597b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d9cede4-18b8-415c-8f4d-e06267cb6f9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9cede4-18b8-415c-8f4d-e06267cb6f9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1696957712590977529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f5ea19-7f5e-4097-81ff-fa3af26f81d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b95397a9-ce99-49ef-9c58-775806f3594c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9cede4-18b8-415c-8f4d-e06267cb6f9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95397a9-ce99-49ef-9c58-775806f3594c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847653791626054347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 013bd015-c060-48e4-9891-7d3eb783c02c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013bd015-c060-48e4-9891-7d3eb783c02c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548342371122324727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95397a9-ce99-49ef-9c58-775806f3594c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e17dad-98a2-47a0-aa43-eb93d8beb4c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e17dad-98a2-47a0-aa43-eb93d8beb4c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14024273207767172145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013bd015-c060-48e4-9891-7d3eb783c02c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4c855e-3f05-4a51-9f23-ae02c151ab3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4c855e-3f05-4a51-9f23-ae02c151ab3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4191904899731972672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e17dad-98a2-47a0-aa43-eb93d8beb4c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7de33141-1610-4e05-b378-02d56dff03fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7de33141-1610-4e05-b378-02d56dff03fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982371644880933522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4c855e-3f05-4a51-9f23-ae02c151ab3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0546ce19-af2a-453c-a0b7-6cde8f7ded5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0546ce19-af2a-453c-a0b7-6cde8f7ded5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8355074900074912639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7de33141-1610-4e05-b378-02d56dff03fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e970abd-af6f-4ced-bf8d-4327d3b98081, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e970abd-af6f-4ced-bf8d-4327d3b98081, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098404505480848162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0546ce19-af2a-453c-a0b7-6cde8f7ded5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a3c831-d4c5-493f-8cf7-751bb607b4f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a3c831-d4c5-493f-8cf7-751bb607b4f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811493505154204080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e970abd-af6f-4ced-bf8d-4327d3b98081, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c92606dc-cece-4b7b-b29c-fe28f701f60c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c92606dc-cece-4b7b-b29c-fe28f701f60c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 57405110813000842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a3c831-d4c5-493f-8cf7-751bb607b4f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60186f64-8284-426a-bbf4-484dc0760b59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60186f64-8284-426a-bbf4-484dc0760b59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2545858860260310979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c92606dc-cece-4b7b-b29c-fe28f701f60c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e610511-434c-46d4-bf12-8e4ad05fb01c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60186f64-8284-426a-bbf4-484dc0760b59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125eb8b4-7de7-4f49-aac1-b7931761a0cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125eb8b4-7de7-4f49-aac1-b7931761a0cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12871765629399761293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e610511-434c-46d4-bf12-8e4ad05fb01c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10738071530647144778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125eb8b4-7de7-4f49-aac1-b7931761a0cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e610511-434c-46d4-bf12-8e4ad05fb01c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf714b6-21fd-4740-9295-40f10c597a0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf714b6-21fd-4740-9295-40f10c597a0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879961750630704356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d560471e-53d4-4d00-8350-ff8119d6fa25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d560471e-53d4-4d00-8350-ff8119d6fa25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5204181357671677489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf714b6-21fd-4740-9295-40f10c597a0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f11896-44b7-4ed6-9de3-1338081c862e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d560471e-53d4-4d00-8350-ff8119d6fa25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23a77d5f-d3b1-4f5c-ab94-476fe92c6eed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a77d5f-d3b1-4f5c-ab94-476fe92c6eed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18407494203868826391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f11896-44b7-4ed6-9de3-1338081c862e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571117173525817279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f11896-44b7-4ed6-9de3-1338081c862e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30bdb51a-41e6-44e3-b201-07bbf7bfd5f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30bdb51a-41e6-44e3-b201-07bbf7bfd5f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7686148393108076981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a77d5f-d3b1-4f5c-ab94-476fe92c6eed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7469eba7-581c-4ebc-9e5a-9af401dc8eff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7469eba7-581c-4ebc-9e5a-9af401dc8eff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2197407202646314941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30bdb51a-41e6-44e3-b201-07bbf7bfd5f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7469eba7-581c-4ebc-9e5a-9af401dc8eff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac9f8583-ebd9-47dc-b98f-7b993cc4479e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9f8583-ebd9-47dc-b98f-7b993cc4479e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1235160289346735262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0182ec4a-2ee2-4532-9710-28f3d7bd777b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0182ec4a-2ee2-4532-9710-28f3d7bd777b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11941561020088488561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9f8583-ebd9-47dc-b98f-7b993cc4479e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7488798d-43b9-4a67-a805-9be8f560f346, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7488798d-43b9-4a67-a805-9be8f560f346, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949674755624223688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0182ec4a-2ee2-4532-9710-28f3d7bd777b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97744ac7-7822-407d-816f-f83f49ca76f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97744ac7-7822-407d-816f-f83f49ca76f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143876974235075466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7488798d-43b9-4a67-a805-9be8f560f346, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6255dcb4-67ce-41ca-819b-c6620482bf18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97744ac7-7822-407d-816f-f83f49ca76f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad0540fb-a722-425f-874f-ed4ca7c62cd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0540fb-a722-425f-874f-ed4ca7c62cd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4214099783551731083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6255dcb4-67ce-41ca-819b-c6620482bf18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6348547968494099901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6255dcb4-67ce-41ca-819b-c6620482bf18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b85c3f-0828-4812-b6b8-8db7964cec5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b85c3f-0828-4812-b6b8-8db7964cec5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322642303332611498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0540fb-a722-425f-874f-ed4ca7c62cd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 403ebf51-efa1-42e6-af41-5329017784a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403ebf51-efa1-42e6-af41-5329017784a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669994475468395917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b85c3f-0828-4812-b6b8-8db7964cec5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 383d7125-162a-4b1e-9889-9a07b2c4f741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383d7125-162a-4b1e-9889-9a07b2c4f741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8853542748893877161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403ebf51-efa1-42e6-af41-5329017784a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d583eb58-6ef7-47e7-a988-fb9fd6381769, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d583eb58-6ef7-47e7-a988-fb9fd6381769, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3676006907821709340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d583eb58-6ef7-47e7-a988-fb9fd6381769, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 095d7116-5b8d-48bf-b6ab-f1cf52196ce1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 095d7116-5b8d-48bf-b6ab-f1cf52196ce1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409855947901721270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383d7125-162a-4b1e-9889-9a07b2c4f741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e47cd20d-3e9c-4611-84c8-e348f4f16a8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47cd20d-3e9c-4611-84c8-e348f4f16a8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840510657959205154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47cd20d-3e9c-4611-84c8-e348f4f16a8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09e8d16-cf2f-4969-b4ce-ac537002267e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09e8d16-cf2f-4969-b4ce-ac537002267e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585255451601681540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 095d7116-5b8d-48bf-b6ab-f1cf52196ce1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9d9d3bd-eb8a-4e96-b949-9880f5f7d873, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d9d3bd-eb8a-4e96-b949-9880f5f7d873, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660966844049340107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d9d3bd-eb8a-4e96-b949-9880f5f7d873, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 017155ca-3a52-40e4-b732-5fb56d5a1e1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017155ca-3a52-40e4-b732-5fb56d5a1e1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5364205011149856277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09e8d16-cf2f-4969-b4ce-ac537002267e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9da4d946-40ac-4603-b07b-f27af24b55bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da4d946-40ac-4603-b07b-f27af24b55bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17757935793483568069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017155ca-3a52-40e4-b732-5fb56d5a1e1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 760b797f-b7d8-4d9c-90d1-e3478f52ebd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760b797f-b7d8-4d9c-90d1-e3478f52ebd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248237921669628552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da4d946-40ac-4603-b07b-f27af24b55bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd84fc68-5e25-4139-9c83-3a0fec5916f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd84fc68-5e25-4139-9c83-3a0fec5916f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563723641743990627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd84fc68-5e25-4139-9c83-3a0fec5916f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c000bd67-3509-4698-8793-5ca7436db6a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c000bd67-3509-4698-8793-5ca7436db6a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15478790971402630032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760b797f-b7d8-4d9c-90d1-e3478f52ebd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97c82e5a-83fa-49ea-8e95-b2d8141ca4ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c82e5a-83fa-49ea-8e95-b2d8141ca4ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 558522126404406205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c000bd67-3509-4698-8793-5ca7436db6a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 005e3d70-59bb-4610-ba33-597dc10e1719, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005e3d70-59bb-4610-ba33-597dc10e1719, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10116096467617496069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c82e5a-83fa-49ea-8e95-b2d8141ca4ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f33aa6-1d57-42ca-81ca-b8d4737983cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f33aa6-1d57-42ca-81ca-b8d4737983cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807848438719180585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f33aa6-1d57-42ca-81ca-b8d4737983cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9839e61-db8c-4392-b681-802301810d79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9839e61-db8c-4392-b681-802301810d79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18273675386000436004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9839e61-db8c-4392-b681-802301810d79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3bff79e-b0f1-4b90-9969-59439273e19b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3bff79e-b0f1-4b90-9969-59439273e19b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464856279756676405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005e3d70-59bb-4610-ba33-597dc10e1719, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62be4486-17e5-4362-abd1-141e3d83af37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62be4486-17e5-4362-abd1-141e3d83af37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8065225974394624691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3bff79e-b0f1-4b90-9969-59439273e19b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4e828c-f1dc-4fc0-9a1a-a75006155228, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4e828c-f1dc-4fc0-9a1a-a75006155228, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3246276198734581337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62be4486-17e5-4362-abd1-141e3d83af37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b6cff4-30a3-4d00-8ee6-b3c976fac1d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b6cff4-30a3-4d00-8ee6-b3c976fac1d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8382984607547707711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4e828c-f1dc-4fc0-9a1a-a75006155228, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8346e449-6a97-4ce6-a5c4-788a8da84901, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8346e449-6a97-4ce6-a5c4-788a8da84901, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16025184597989988111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b6cff4-30a3-4d00-8ee6-b3c976fac1d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e02dd811-89af-4a3b-8997-85e52a63543f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02dd811-89af-4a3b-8997-85e52a63543f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13191138693880679704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8346e449-6a97-4ce6-a5c4-788a8da84901, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f339478-2ffc-4758-b481-52c9b2362c30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f339478-2ffc-4758-b481-52c9b2362c30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077462752419915564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02dd811-89af-4a3b-8997-85e52a63543f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f339478-2ffc-4758-b481-52c9b2362c30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee164bb-69ee-4af0-8014-0522f74f7074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee164bb-69ee-4af0-8014-0522f74f7074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13243732197493739471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a3ae7e-bfac-4aaf-a031-7f3c43eaca98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a3ae7e-bfac-4aaf-a031-7f3c43eaca98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510007258890521244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a3ae7e-bfac-4aaf-a031-7f3c43eaca98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63459a58-778e-4bbe-9bfd-bb2f99a60bdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63459a58-778e-4bbe-9bfd-bb2f99a60bdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621008625819505154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee164bb-69ee-4af0-8014-0522f74f7074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b721aa0e-7d8a-4ce8-ab29-603d80d9e3cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b721aa0e-7d8a-4ce8-ab29-603d80d9e3cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2163664204250326571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63459a58-778e-4bbe-9bfd-bb2f99a60bdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec9fc4b3-4ab2-433f-88da-6422341b1197, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9fc4b3-4ab2-433f-88da-6422341b1197, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270591803375652773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b721aa0e-7d8a-4ce8-ab29-603d80d9e3cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc17b1c-0c33-4e3b-8ec6-4d46949ddb26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc17b1c-0c33-4e3b-8ec6-4d46949ddb26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663366409142298849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9fc4b3-4ab2-433f-88da-6422341b1197, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47400310-e369-47ac-9334-4edd913587f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47400310-e369-47ac-9334-4edd913587f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17118858685281845070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc17b1c-0c33-4e3b-8ec6-4d46949ddb26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e2e021-0734-4ece-8b2e-8a0ae7dcffc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e2e021-0734-4ece-8b2e-8a0ae7dcffc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288671496965122981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47400310-e369-47ac-9334-4edd913587f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a44be83-a204-43be-87d0-5a5ae3fb2aec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a44be83-a204-43be-87d0-5a5ae3fb2aec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14526478904400652481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e2e021-0734-4ece-8b2e-8a0ae7dcffc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96ec3777-2d6c-4c65-a011-835e53ba9385, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ec3777-2d6c-4c65-a011-835e53ba9385, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9199758794036696141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a44be83-a204-43be-87d0-5a5ae3fb2aec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcafb8d3-97f3-4aec-97ce-d0254f4f1020, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcafb8d3-97f3-4aec-97ce-d0254f4f1020, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764184509376256325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ec3777-2d6c-4c65-a011-835e53ba9385, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 041783e6-bf66-4ad2-8dac-1c288b20a92c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041783e6-bf66-4ad2-8dac-1c288b20a92c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4198039882978936149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcafb8d3-97f3-4aec-97ce-d0254f4f1020, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ab9628-d590-4d6a-a6b0-8f26aa343ea6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ab9628-d590-4d6a-a6b0-8f26aa343ea6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326859321197727167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041783e6-bf66-4ad2-8dac-1c288b20a92c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc7e958-ddf5-4838-b5c3-19a032bc1735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc7e958-ddf5-4838-b5c3-19a032bc1735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656947827895661139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc7e958-ddf5-4838-b5c3-19a032bc1735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac6a8b81-84f9-44be-8293-480ce00e700c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6a8b81-84f9-44be-8293-480ce00e700c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9666066860834431375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6a8b81-84f9-44be-8293-480ce00e700c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 859207dd-1a34-478e-a428-c41813dfe66f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 859207dd-1a34-478e-a428-c41813dfe66f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3791144649209659406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ab9628-d590-4d6a-a6b0-8f26aa343ea6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 345117d1-55bb-4558-bf4d-a456ca3a64bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345117d1-55bb-4558-bf4d-a456ca3a64bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11984649756109603808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 859207dd-1a34-478e-a428-c41813dfe66f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c90d2535-4a87-4459-a7fe-0a1eea7d7c79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90d2535-4a87-4459-a7fe-0a1eea7d7c79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885591598781217666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345117d1-55bb-4558-bf4d-a456ca3a64bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ece76fc8-b35c-4141-90e5-621c09c15f8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece76fc8-b35c-4141-90e5-621c09c15f8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539587212015747560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90d2535-4a87-4459-a7fe-0a1eea7d7c79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfcb1cd4-6374-4d4c-9b33-9dfa52a78b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcb1cd4-6374-4d4c-9b33-9dfa52a78b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113339408354265520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece76fc8-b35c-4141-90e5-621c09c15f8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79439e1e-46ee-4fb5-805a-865b09aff3d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcb1cd4-6374-4d4c-9b33-9dfa52a78b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91fb553-e0f5-4fb3-90bc-478ec8904cfd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91fb553-e0f5-4fb3-90bc-478ec8904cfd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000862594925231798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79439e1e-46ee-4fb5-805a-865b09aff3d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10887892333100301852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91fb553-e0f5-4fb3-90bc-478ec8904cfd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d3bae6-fd4a-43ee-b428-a2db3865af76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d3bae6-fd4a-43ee-b428-a2db3865af76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2891452859987100229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79439e1e-46ee-4fb5-805a-865b09aff3d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19054a78-793a-422c-81cb-8e000f710b88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19054a78-793a-422c-81cb-8e000f710b88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8210387264919632660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d3bae6-fd4a-43ee-b428-a2db3865af76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4963a721-c3c3-4433-b7d9-cbb42c36b4ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4963a721-c3c3-4433-b7d9-cbb42c36b4ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13379069450982262136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19054a78-793a-422c-81cb-8e000f710b88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 118a78fe-4569-4fff-ae56-53fa8ecd7889, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118a78fe-4569-4fff-ae56-53fa8ecd7889, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383504451953994147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4963a721-c3c3-4433-b7d9-cbb42c36b4ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76cc9163-6159-44c4-94ab-7881f5c16855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cc9163-6159-44c4-94ab-7881f5c16855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3063606274342496896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118a78fe-4569-4fff-ae56-53fa8ecd7889, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab7d61f2-a16e-4ca4-b85d-61ed4e649e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7d61f2-a16e-4ca4-b85d-61ed4e649e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15768532225540120269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cc9163-6159-44c4-94ab-7881f5c16855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e4e2ccd-c3b9-412f-9d48-d371f9a56e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e4e2ccd-c3b9-412f-9d48-d371f9a56e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 282554508465238857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7d61f2-a16e-4ca4-b85d-61ed4e649e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9c5f083-c39f-4ccb-a390-895c806b2344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c5f083-c39f-4ccb-a390-895c806b2344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 906224071712353017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e4e2ccd-c3b9-412f-9d48-d371f9a56e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95417cf3-12b5-49bc-a73a-0ccc3dfce96c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95417cf3-12b5-49bc-a73a-0ccc3dfce96c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8304967591065935578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c5f083-c39f-4ccb-a390-895c806b2344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee42389-152a-473c-8651-12348489c9e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee42389-152a-473c-8651-12348489c9e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15762809753582834124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95417cf3-12b5-49bc-a73a-0ccc3dfce96c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f730df9-8dbc-4578-b56f-d61b8a488520, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f730df9-8dbc-4578-b56f-d61b8a488520, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12928845112245270718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee42389-152a-473c-8651-12348489c9e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be0ec962-6ada-4c32-9111-f7b90c644593, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0ec962-6ada-4c32-9111-f7b90c644593, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570371946650548021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0ec962-6ada-4c32-9111-f7b90c644593, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2d94f2a-6596-4649-b070-452b61701aa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2d94f2a-6596-4649-b070-452b61701aa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7046761317307956610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f730df9-8dbc-4578-b56f-d61b8a488520, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ecde10-ca45-4d4b-b2f1-488261da8c43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ecde10-ca45-4d4b-b2f1-488261da8c43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15203164107276801579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2d94f2a-6596-4649-b070-452b61701aa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbddfcdf-e56f-4fcc-860b-8c0725fe2522, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ecde10-ca45-4d4b-b2f1-488261da8c43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a025f-efb4-4f88-8bac-43eecab6f285, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbddfcdf-e56f-4fcc-860b-8c0725fe2522, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 140409317095932521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a025f-efb4-4f88-8bac-43eecab6f285, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 851957225458694641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbddfcdf-e56f-4fcc-860b-8c0725fe2522, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a025f-efb4-4f88-8bac-43eecab6f285, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846c66e7-426e-473e-9249-031dcde09bee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb608b25-0b22-4f78-a808-6d9a5ce8a156, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb608b25-0b22-4f78-a808-6d9a5ce8a156, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14656332241600091414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846c66e7-426e-473e-9249-031dcde09bee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18160504881997710119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb608b25-0b22-4f78-a808-6d9a5ce8a156, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bebf031-701c-4aa4-88f5-4fc440074f33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bebf031-701c-4aa4-88f5-4fc440074f33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1160783821766652497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846c66e7-426e-473e-9249-031dcde09bee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8948d29c-59d3-468a-b37f-b807ec2a2e3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8948d29c-59d3-468a-b37f-b807ec2a2e3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5701431386296763333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bebf031-701c-4aa4-88f5-4fc440074f33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83694c7e-9695-41e7-9506-7bb29ace7d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83694c7e-9695-41e7-9506-7bb29ace7d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 405746555605556950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8948d29c-59d3-468a-b37f-b807ec2a2e3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f995f7-838b-4440-a6a2-83a173563a77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f995f7-838b-4440-a6a2-83a173563a77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14804768213826578744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83694c7e-9695-41e7-9506-7bb29ace7d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 393b56f9-4415-4cdb-9b3e-d165ec05ea36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 393b56f9-4415-4cdb-9b3e-d165ec05ea36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13962972421995731439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f995f7-838b-4440-a6a2-83a173563a77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 323df579-1492-4b39-9ca7-672badc980e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 323df579-1492-4b39-9ca7-672badc980e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8645134370747318762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 393b56f9-4415-4cdb-9b3e-d165ec05ea36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b7ffff3-bdd4-4435-be21-19aba53fb7b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7ffff3-bdd4-4435-be21-19aba53fb7b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18234845380482209714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 323df579-1492-4b39-9ca7-672badc980e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fca8438-2027-4796-ae3f-1f83e883a4aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fca8438-2027-4796-ae3f-1f83e883a4aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8604227806593544237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7ffff3-bdd4-4435-be21-19aba53fb7b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10c1aa40-9286-48aa-9b24-d1f80bd236a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c1aa40-9286-48aa-9b24-d1f80bd236a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6708935593716230379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fca8438-2027-4796-ae3f-1f83e883a4aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 811597b5-9f7f-468c-81d1-0371072892af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811597b5-9f7f-468c-81d1-0371072892af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434593337436947392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c1aa40-9286-48aa-9b24-d1f80bd236a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbe9569-b391-4875-a135-e33200554396, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbe9569-b391-4875-a135-e33200554396, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147389623784467547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811597b5-9f7f-468c-81d1-0371072892af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c761f53-7b59-4fa8-b5b2-57d423554bf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c761f53-7b59-4fa8-b5b2-57d423554bf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3291654999442452397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbe9569-b391-4875-a135-e33200554396, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7fe293-776a-421d-b24f-fd9071db1db7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7fe293-776a-421d-b24f-fd9071db1db7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411641139454347025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c761f53-7b59-4fa8-b5b2-57d423554bf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f9d59f-db09-47e6-bd04-a39aafaa0719, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f9d59f-db09-47e6-bd04-a39aafaa0719, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10107446898836536363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7fe293-776a-421d-b24f-fd9071db1db7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e03e300-abd1-43a9-b366-c3ecbc2a165a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e03e300-abd1-43a9-b366-c3ecbc2a165a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3492672675929098942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f9d59f-db09-47e6-bd04-a39aafaa0719, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7a6cdd-25a8-48f7-8ec3-99dbf6f6c683, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7a6cdd-25a8-48f7-8ec3-99dbf6f6c683, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663307858950064243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e03e300-abd1-43a9-b366-c3ecbc2a165a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e009aa-6ead-4dff-82d9-e8bc44c73100, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e009aa-6ead-4dff-82d9-e8bc44c73100, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16913551130617374457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7a6cdd-25a8-48f7-8ec3-99dbf6f6c683, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 623ec157-215a-4539-be7c-f1be25e6ecaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623ec157-215a-4539-be7c-f1be25e6ecaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293658618645518198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e009aa-6ead-4dff-82d9-e8bc44c73100, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca11aaa-6165-4c7b-86a7-f2c8299fd0a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca11aaa-6165-4c7b-86a7-f2c8299fd0a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408312074089839747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623ec157-215a-4539-be7c-f1be25e6ecaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82288438-3e63-4625-824d-48832dae3b34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82288438-3e63-4625-824d-48832dae3b34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601196910755348734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca11aaa-6165-4c7b-86a7-f2c8299fd0a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcc9bb8d-a7cf-499b-9cfb-865310aafb66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc9bb8d-a7cf-499b-9cfb-865310aafb66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489601513223678359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82288438-3e63-4625-824d-48832dae3b34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 667b4291-2ac0-4469-ab10-cc33212c4908, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667b4291-2ac0-4469-ab10-cc33212c4908, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318304048642149722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc9bb8d-a7cf-499b-9cfb-865310aafb66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441a9552-454c-4f14-8841-bcfdb8131a4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441a9552-454c-4f14-8841-bcfdb8131a4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2490241534733644258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667b4291-2ac0-4469-ab10-cc33212c4908, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441a9552-454c-4f14-8841-bcfdb8131a4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccecc025-e944-44c1-b50f-5ab8e5278f9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8957ee5-87e3-4eb4-9e82-83e636b91df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8957ee5-87e3-4eb4-9e82-83e636b91df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16352490093229139738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccecc025-e944-44c1-b50f-5ab8e5278f9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15944600517151762354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8957ee5-87e3-4eb4-9e82-83e636b91df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e06a71fe-c821-4282-b117-ec11c39a837e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccecc025-e944-44c1-b50f-5ab8e5278f9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e06a71fe-c821-4282-b117-ec11c39a837e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5143387686301506531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0cb818a-e0d9-4478-83ed-98e3f9af2bd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cb818a-e0d9-4478-83ed-98e3f9af2bd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13323006805046526470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e06a71fe-c821-4282-b117-ec11c39a837e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4570f2cb-f0b3-4454-8814-830ff3f9248f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4570f2cb-f0b3-4454-8814-830ff3f9248f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14178887666348907265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cb818a-e0d9-4478-83ed-98e3f9af2bd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d527468-783e-4e38-9f25-b990ad307019, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d527468-783e-4e38-9f25-b990ad307019, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8251563684547288020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4570f2cb-f0b3-4454-8814-830ff3f9248f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16be5120-2b7a-498a-a32a-c258d892f9e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d527468-783e-4e38-9f25-b990ad307019, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 074d1364-90e9-45b0-8137-24039aa966f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074d1364-90e9-45b0-8137-24039aa966f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12057778735388417186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16be5120-2b7a-498a-a32a-c258d892f9e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17323233482616796403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074d1364-90e9-45b0-8137-24039aa966f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f94065-dc95-46f0-a2ab-766dedc2ccda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f94065-dc95-46f0-a2ab-766dedc2ccda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432253925906632528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16be5120-2b7a-498a-a32a-c258d892f9e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2f6c6b-407a-4b53-bfdc-49403bb8743b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2f6c6b-407a-4b53-bfdc-49403bb8743b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3361245491051557974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f94065-dc95-46f0-a2ab-766dedc2ccda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 691695af-daa1-48aa-b35c-77e57d52964b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691695af-daa1-48aa-b35c-77e57d52964b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15855956046515989074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2f6c6b-407a-4b53-bfdc-49403bb8743b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e74bb9-11f7-4100-a2c5-8b094f6a57fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e74bb9-11f7-4100-a2c5-8b094f6a57fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5001469265478699222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691695af-daa1-48aa-b35c-77e57d52964b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, effce65c-bf38-45c8-a1fd-2e8c23566d1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, effce65c-bf38-45c8-a1fd-2e8c23566d1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193707492461366543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e74bb9-11f7-4100-a2c5-8b094f6a57fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba58487-313b-4da5-b841-69d35fb3f370, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba58487-313b-4da5-b841-69d35fb3f370, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10293800639011801167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, effce65c-bf38-45c8-a1fd-2e8c23566d1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf4b5e7e-1c7a-4094-bdda-7616e3a9010d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf4b5e7e-1c7a-4094-bdda-7616e3a9010d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132267045090994995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba58487-313b-4da5-b841-69d35fb3f370, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceaa8e2c-da65-4efa-aba0-26df4c228ee2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceaa8e2c-da65-4efa-aba0-26df4c228ee2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6601054244972176675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf4b5e7e-1c7a-4094-bdda-7616e3a9010d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65851078-e3f6-4d54-b9f7-d8e145a6193c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65851078-e3f6-4d54-b9f7-d8e145a6193c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6478112199395130921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceaa8e2c-da65-4efa-aba0-26df4c228ee2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 154d40f9-1585-42bc-9ee3-ec7708b32579, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 154d40f9-1585-42bc-9ee3-ec7708b32579, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718081354974925034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65851078-e3f6-4d54-b9f7-d8e145a6193c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d34a7712-29f4-457a-bf74-de48719f8c31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d34a7712-29f4-457a-bf74-de48719f8c31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198641624151299933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 154d40f9-1585-42bc-9ee3-ec7708b32579, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fd6fe7c-899f-4e01-a517-4ff868e74ad5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd6fe7c-899f-4e01-a517-4ff868e74ad5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283279565181397225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d34a7712-29f4-457a-bf74-de48719f8c31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644eceea-6831-4841-a663-33492bc76298, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644eceea-6831-4841-a663-33492bc76298, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166362339778538486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd6fe7c-899f-4e01-a517-4ff868e74ad5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f1d355-76d0-4130-ad44-aa56e11754fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f1d355-76d0-4130-ad44-aa56e11754fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13809539616035239754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644eceea-6831-4841-a663-33492bc76298, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0afd3d-fef4-424a-9540-d4e4d53dccbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0afd3d-fef4-424a-9540-d4e4d53dccbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16475239652716499978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f1d355-76d0-4130-ad44-aa56e11754fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a23f0771-f395-4097-a86a-9a2f79adb5ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23f0771-f395-4097-a86a-9a2f79adb5ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12210934611719120078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0afd3d-fef4-424a-9540-d4e4d53dccbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cd85d93-1eba-49f2-b936-c8be4299a71a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd85d93-1eba-49f2-b936-c8be4299a71a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16825640908832345997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23f0771-f395-4097-a86a-9a2f79adb5ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d8c29a1-b4da-4d42-b900-4706e968bc20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8c29a1-b4da-4d42-b900-4706e968bc20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 541011280319833500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd85d93-1eba-49f2-b936-c8be4299a71a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a64dd4f2-e823-40b0-83a6-64fc9369292e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64dd4f2-e823-40b0-83a6-64fc9369292e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3408223061202832361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8c29a1-b4da-4d42-b900-4706e968bc20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a926b4fc-a9bf-43ce-9c9d-05ffb27cd311, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a926b4fc-a9bf-43ce-9c9d-05ffb27cd311, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15490587405827320538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a926b4fc-a9bf-43ce-9c9d-05ffb27cd311, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6051d14-8d3f-46e3-82ea-e828d0ea6acb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6051d14-8d3f-46e3-82ea-e828d0ea6acb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787484139099186484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64dd4f2-e823-40b0-83a6-64fc9369292e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf91375a-f242-43e2-8378-b2a7c88c07e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf91375a-f242-43e2-8378-b2a7c88c07e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11991102916212445908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6051d14-8d3f-46e3-82ea-e828d0ea6acb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dc2a0f3-968e-4624-8ecd-23f472cc1d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc2a0f3-968e-4624-8ecd-23f472cc1d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944423979932331112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf91375a-f242-43e2-8378-b2a7c88c07e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 305c57e4-26ad-4b87-b83f-6549bbe04699, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305c57e4-26ad-4b87-b83f-6549bbe04699, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14762713638554456426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc2a0f3-968e-4624-8ecd-23f472cc1d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a8e7cab-1fb0-4c7a-8399-b894f72816d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8e7cab-1fb0-4c7a-8399-b894f72816d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7392679694386880590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305c57e4-26ad-4b87-b83f-6549bbe04699, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8af02fa-7d0b-4789-b558-d71a72fa8bc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8af02fa-7d0b-4789-b558-d71a72fa8bc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6201892391755267842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8e7cab-1fb0-4c7a-8399-b894f72816d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a3ebf28-9844-4079-9217-fe70a3e9ec7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3ebf28-9844-4079-9217-fe70a3e9ec7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239892394297884491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8af02fa-7d0b-4789-b558-d71a72fa8bc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c99ddff-a0e3-49e1-a514-b889a0561060, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c99ddff-a0e3-49e1-a514-b889a0561060, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5044195966212863834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3ebf28-9844-4079-9217-fe70a3e9ec7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbcdf4f-977d-4a94-9c05-a694888fcfab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbcdf4f-977d-4a94-9c05-a694888fcfab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1070507733064222146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbcdf4f-977d-4a94-9c05-a694888fcfab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22289f50-c0c2-4f1b-992a-847626a180a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c99ddff-a0e3-49e1-a514-b889a0561060, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22289f50-c0c2-4f1b-992a-847626a180a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16259826534534956845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f66ab3-d8b6-4636-bb19-27081630e173, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f66ab3-d8b6-4636-bb19-27081630e173, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557398493153899676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22289f50-c0c2-4f1b-992a-847626a180a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f66ab3-d8b6-4636-bb19-27081630e173, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2406ee87-d82d-437d-a2c3-517f48c4da6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2406ee87-d82d-437d-a2c3-517f48c4da6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5224441850808067295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c09b019c-6e73-406e-93c6-c41e98da67e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09b019c-6e73-406e-93c6-c41e98da67e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11249156290148930490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2406ee87-d82d-437d-a2c3-517f48c4da6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73b04a3-d416-4c6b-b2c0-13bdbba78ac3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73b04a3-d416-4c6b-b2c0-13bdbba78ac3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303142270843566744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09b019c-6e73-406e-93c6-c41e98da67e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864dcc57-f2fd-404a-bfed-03d29fc9dcb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864dcc57-f2fd-404a-bfed-03d29fc9dcb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 748299974091152564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73b04a3-d416-4c6b-b2c0-13bdbba78ac3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 100f07d8-4183-4bce-8cd2-5d6d23b16ed8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 100f07d8-4183-4bce-8cd2-5d6d23b16ed8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8725234307907667965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864dcc57-f2fd-404a-bfed-03d29fc9dcb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59e28a5e-6bc0-4335-8238-f0042a2deb92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e28a5e-6bc0-4335-8238-f0042a2deb92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248094176058680739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 100f07d8-4183-4bce-8cd2-5d6d23b16ed8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92b206bb-5c3f-459e-bac0-c478b97edcab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b206bb-5c3f-459e-bac0-c478b97edcab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11404833080255176861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e28a5e-6bc0-4335-8238-f0042a2deb92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e247b2f0-c10b-4532-8c77-1e561cc6671b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e247b2f0-c10b-4532-8c77-1e561cc6671b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 232174871433720580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b206bb-5c3f-459e-bac0-c478b97edcab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daa261ff-719f-4395-aaed-2aa32a420842, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e247b2f0-c10b-4532-8c77-1e561cc6671b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97df892-7e73-4d9b-a116-64753ea2fecd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa261ff-719f-4395-aaed-2aa32a420842, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207207508810233839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97df892-7e73-4d9b-a116-64753ea2fecd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152940977418397866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa261ff-719f-4395-aaed-2aa32a420842, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ce44f22-4ce9-4db6-ba52-f0e9ea576b77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97df892-7e73-4d9b-a116-64753ea2fecd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce44f22-4ce9-4db6-ba52-f0e9ea576b77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17520825247409037320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7ea97fb-6ffb-45e7-b0c5-b28bc4d5d867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ea97fb-6ffb-45e7-b0c5-b28bc4d5d867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9328518414884021938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce44f22-4ce9-4db6-ba52-f0e9ea576b77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd72843a-a99e-4398-a4ab-040a91123048, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd72843a-a99e-4398-a4ab-040a91123048, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443917177029793953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ea97fb-6ffb-45e7-b0c5-b28bc4d5d867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7f60868-74ab-46a9-9fd1-6b9cbc042e9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f60868-74ab-46a9-9fd1-6b9cbc042e9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11543609988356801330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd72843a-a99e-4398-a4ab-040a91123048, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 067ec420-9189-491c-9a72-3686983adc0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 067ec420-9189-491c-9a72-3686983adc0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983726025096085102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f60868-74ab-46a9-9fd1-6b9cbc042e9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45f1ebb-cd59-4607-b2a1-68e8eb46cae7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45f1ebb-cd59-4607-b2a1-68e8eb46cae7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8209181371279868543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 067ec420-9189-491c-9a72-3686983adc0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d8c5197-8d27-4a8a-8951-bc9656847b4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8c5197-8d27-4a8a-8951-bc9656847b4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3305436698988068514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45f1ebb-cd59-4607-b2a1-68e8eb46cae7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f3c4a8-e7aa-4676-979e-033145536b21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8c5197-8d27-4a8a-8951-bc9656847b4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f3c4a8-e7aa-4676-979e-033145536b21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4192109729929718058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b975f02-aa2a-4aa1-99f2-a3a5f1f1873f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b975f02-aa2a-4aa1-99f2-a3a5f1f1873f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14822032480936651124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b975f02-aa2a-4aa1-99f2-a3a5f1f1873f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62515e1-020f-4c0f-a99f-38066bb76989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62515e1-020f-4c0f-a99f-38066bb76989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5817882474909256694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f3c4a8-e7aa-4676-979e-033145536b21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d131398-ea20-4b9c-8f2f-36bc700b206c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d131398-ea20-4b9c-8f2f-36bc700b206c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10879711819217476187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d131398-ea20-4b9c-8f2f-36bc700b206c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb19add7-7b70-4b76-a032-eebe0346740e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb19add7-7b70-4b76-a032-eebe0346740e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16930866949482959875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62515e1-020f-4c0f-a99f-38066bb76989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e7c6621-6b1e-4dd2-bb5d-38cff559dd9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7c6621-6b1e-4dd2-bb5d-38cff559dd9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15094917442983910036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb19add7-7b70-4b76-a032-eebe0346740e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc35d25a-be5e-48da-8b5f-e47093ec2b76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7c6621-6b1e-4dd2-bb5d-38cff559dd9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25b1f366-4ba4-4196-9cc7-f88a65a6e91f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc35d25a-be5e-48da-8b5f-e47093ec2b76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675537295453595357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b1f366-4ba4-4196-9cc7-f88a65a6e91f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4704316997901686920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc35d25a-be5e-48da-8b5f-e47093ec2b76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b1f366-4ba4-4196-9cc7-f88a65a6e91f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd589d9-edb6-4b51-bf73-dab28c8e9c8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae97af9-7548-416b-afeb-7bdcbd2a6619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd589d9-edb6-4b51-bf73-dab28c8e9c8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098000333820904683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae97af9-7548-416b-afeb-7bdcbd2a6619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3794936592043028400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd589d9-edb6-4b51-bf73-dab28c8e9c8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd201720-a474-4c79-9a50-31d208cee5c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd201720-a474-4c79-9a50-31d208cee5c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456991642444927339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae97af9-7548-416b-afeb-7bdcbd2a6619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e2cd82c-7131-4721-93d6-9c328bea89e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2cd82c-7131-4721-93d6-9c328bea89e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147664967616143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2cd82c-7131-4721-93d6-9c328bea89e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc71f3a-b7ff-44fc-ad66-39aed5fbd706, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc71f3a-b7ff-44fc-ad66-39aed5fbd706, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674442306650013770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd201720-a474-4c79-9a50-31d208cee5c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc71f3a-b7ff-44fc-ad66-39aed5fbd706, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1da22de4-51e4-4a05-b5ff-4da850c1e275, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da22de4-51e4-4a05-b5ff-4da850c1e275, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17031972711458483883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c1ab4f5-18f1-4df2-873a-6ed71a2bb92c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1ab4f5-18f1-4df2-873a-6ed71a2bb92c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6497771612106089319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da22de4-51e4-4a05-b5ff-4da850c1e275, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b927b88c-8feb-47e2-80f0-3edda4d7dcc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b927b88c-8feb-47e2-80f0-3edda4d7dcc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15315608245713778775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1ab4f5-18f1-4df2-873a-6ed71a2bb92c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3bc0692-6ac9-45fd-a8c7-8f93c5a8fb76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bc0692-6ac9-45fd-a8c7-8f93c5a8fb76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8215248209090660292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b927b88c-8feb-47e2-80f0-3edda4d7dcc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97d3895a-b121-453c-8f85-37a342c7b693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d3895a-b121-453c-8f85-37a342c7b693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3015949644933059373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bc0692-6ac9-45fd-a8c7-8f93c5a8fb76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8738d9ba-8d59-415d-80b6-246c479c6fce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8738d9ba-8d59-415d-80b6-246c479c6fce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4336328056175272808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d3895a-b121-453c-8f85-37a342c7b693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 258f1d89-253d-498a-bbc8-60739c98147d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258f1d89-253d-498a-bbc8-60739c98147d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3310758072890908488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8738d9ba-8d59-415d-80b6-246c479c6fce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a1a23b0-a953-46ed-8e5f-34a039dbf763, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1a23b0-a953-46ed-8e5f-34a039dbf763, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901383562698471303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258f1d89-253d-498a-bbc8-60739c98147d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1deb6ff-7938-4fce-98a0-fb42ae199325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1a23b0-a953-46ed-8e5f-34a039dbf763, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1deb6ff-7938-4fce-98a0-fb42ae199325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12046638227086350562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6617dfaa-1ad9-417e-a31a-5b50a73825d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6617dfaa-1ad9-417e-a31a-5b50a73825d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255407750294464619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1deb6ff-7938-4fce-98a0-fb42ae199325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1345076-e49c-43d4-9e93-0648c1f12689, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1345076-e49c-43d4-9e93-0648c1f12689, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 292904346164264881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6617dfaa-1ad9-417e-a31a-5b50a73825d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 118266ac-0231-4f14-98c5-fd44c9cc6506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118266ac-0231-4f14-98c5-fd44c9cc6506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569327421077848692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1345076-e49c-43d4-9e93-0648c1f12689, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed1814a3-b323-4378-958e-6061b4632891, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1814a3-b323-4378-958e-6061b4632891, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289294157307421268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118266ac-0231-4f14-98c5-fd44c9cc6506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed12e82-b32a-4cbc-9965-8adb7a02aad8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed12e82-b32a-4cbc-9965-8adb7a02aad8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5234016156053636974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1814a3-b323-4378-958e-6061b4632891, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc0ae10-d5e5-4888-a96e-04171bd2bbd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed12e82-b32a-4cbc-9965-8adb7a02aad8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09635cbd-7ac7-4a0b-b8c2-e8e5e0d92c79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc0ae10-d5e5-4888-a96e-04171bd2bbd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10046359965394759852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09635cbd-7ac7-4a0b-b8c2-e8e5e0d92c79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7270695046925908397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc0ae10-d5e5-4888-a96e-04171bd2bbd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd17e19d-6a92-45c1-aa0f-f064f9d4a853, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd17e19d-6a92-45c1-aa0f-f064f9d4a853, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59781211182011535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09635cbd-7ac7-4a0b-b8c2-e8e5e0d92c79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf9f47c8-48ae-4b57-8579-0fe7042fb800, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9f47c8-48ae-4b57-8579-0fe7042fb800, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1019727464093929698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd17e19d-6a92-45c1-aa0f-f064f9d4a853, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e24ad76-bcb2-403a-b347-5e79f1373c65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e24ad76-bcb2-403a-b347-5e79f1373c65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12655371165206349209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9f47c8-48ae-4b57-8579-0fe7042fb800, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad3c8f8-45c4-467c-9214-d4c08294208c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad3c8f8-45c4-467c-9214-d4c08294208c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192429397082011808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad3c8f8-45c4-467c-9214-d4c08294208c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e24ad76-bcb2-403a-b347-5e79f1373c65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e2d745-90ab-49c1-b237-920dc6e51a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e2d745-90ab-49c1-b237-920dc6e51a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2613392354121090787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86aedc20-d564-4fac-baf5-ccbc7a8524f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86aedc20-d564-4fac-baf5-ccbc7a8524f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873573597561448007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e2d745-90ab-49c1-b237-920dc6e51a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6384ea70-618e-41d7-9967-0ffde5d8cf4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6384ea70-618e-41d7-9967-0ffde5d8cf4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172054101112651980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86aedc20-d564-4fac-baf5-ccbc7a8524f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4063cf0-5eba-4622-bb98-3f24f3bc2ed1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4063cf0-5eba-4622-bb98-3f24f3bc2ed1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12402425416095445501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6384ea70-618e-41d7-9967-0ffde5d8cf4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec802f2-f4d0-41b9-9035-c0eb8684617e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec802f2-f4d0-41b9-9035-c0eb8684617e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10504596961332271487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4063cf0-5eba-4622-bb98-3f24f3bc2ed1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 569126cd-0869-48d0-97ca-3f2eebf5b16c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 569126cd-0869-48d0-97ca-3f2eebf5b16c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823569421129355934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec802f2-f4d0-41b9-9035-c0eb8684617e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6e42bf9-2c5e-4c34-903b-a59ec61c3a60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e42bf9-2c5e-4c34-903b-a59ec61c3a60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7931781171903484243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 569126cd-0869-48d0-97ca-3f2eebf5b16c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd68af9c-72c3-4439-b88f-9adb3c37fa87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd68af9c-72c3-4439-b88f-9adb3c37fa87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1244620374334416499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e42bf9-2c5e-4c34-903b-a59ec61c3a60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d929b903-885d-495c-89f1-64b654922585, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d929b903-885d-495c-89f1-64b654922585, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16908585462926899995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd68af9c-72c3-4439-b88f-9adb3c37fa87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dfd5ba2-899f-4456-8f81-8c0ad39e50d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dfd5ba2-899f-4456-8f81-8c0ad39e50d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17507612650893449816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d929b903-885d-495c-89f1-64b654922585, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26893d9a-6388-4ca1-ae0c-93306f207839, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dfd5ba2-899f-4456-8f81-8c0ad39e50d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a968918f-a6f2-4a9b-9a52-32a706eb2cb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a968918f-a6f2-4a9b-9a52-32a706eb2cb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13466498135699673796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26893d9a-6388-4ca1-ae0c-93306f207839, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6538329841413904574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a968918f-a6f2-4a9b-9a52-32a706eb2cb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 521ed153-00a1-467c-ac60-fc6cde47d895, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521ed153-00a1-467c-ac60-fc6cde47d895, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9728280055805738274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26893d9a-6388-4ca1-ae0c-93306f207839, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5e482c1-5dfa-4fba-ac75-890e95ad3ba7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e482c1-5dfa-4fba-ac75-890e95ad3ba7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4967275325764195759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521ed153-00a1-467c-ac60-fc6cde47d895, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f5ae1cf-ef54-4513-b4c9-ed5d9ac66ff7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5ae1cf-ef54-4513-b4c9-ed5d9ac66ff7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11920503882120256400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e482c1-5dfa-4fba-ac75-890e95ad3ba7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14b2a1cf-3660-49f5-9961-0d42f07292fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b2a1cf-3660-49f5-9961-0d42f07292fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851917021350575238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5ae1cf-ef54-4513-b4c9-ed5d9ac66ff7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319a84ba-5db2-4730-8ec7-33427b4c0169, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319a84ba-5db2-4730-8ec7-33427b4c0169, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12346423800734104519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b2a1cf-3660-49f5-9961-0d42f07292fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5f8c2d-f611-443c-a76e-d897e74ea4dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5f8c2d-f611-443c-a76e-d897e74ea4dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733974773529350519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319a84ba-5db2-4730-8ec7-33427b4c0169, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932ed884-3334-42e8-a5a3-05586e3a5db1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932ed884-3334-42e8-a5a3-05586e3a5db1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8532906618934929939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5f8c2d-f611-443c-a76e-d897e74ea4dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47001d31-de4e-4402-9410-1bdeab97a396, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932ed884-3334-42e8-a5a3-05586e3a5db1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291cd303-deb4-4504-89d8-0d533aa2e767, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47001d31-de4e-4402-9410-1bdeab97a396, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825985265387817739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291cd303-deb4-4504-89d8-0d533aa2e767, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18118546316981251536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47001d31-de4e-4402-9410-1bdeab97a396, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291cd303-deb4-4504-89d8-0d533aa2e767, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eea9b97-62aa-4444-a8ad-df93c27893b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eea9b97-62aa-4444-a8ad-df93c27893b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3059670619764525455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d288a85-8169-4e4c-a33d-5afd0e336f51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d288a85-8169-4e4c-a33d-5afd0e336f51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4866614392494291711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eea9b97-62aa-4444-a8ad-df93c27893b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8963b3f-969b-4c96-bff7-4bd4cafe11cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8963b3f-969b-4c96-bff7-4bd4cafe11cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449340212291992181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d288a85-8169-4e4c-a33d-5afd0e336f51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e0f10b-0b2d-41fa-a565-eb262d5d5ddd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e0f10b-0b2d-41fa-a565-eb262d5d5ddd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18031149562030616365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8963b3f-969b-4c96-bff7-4bd4cafe11cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3478f0e5-bd04-49fc-9d96-e435143e6975, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3478f0e5-bd04-49fc-9d96-e435143e6975, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15720600260171048079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e0f10b-0b2d-41fa-a565-eb262d5d5ddd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e12d98-5d12-4f18-a1aa-e3156f46ea92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e12d98-5d12-4f18-a1aa-e3156f46ea92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544160315613667906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3478f0e5-bd04-49fc-9d96-e435143e6975, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa493a35-9364-404f-8ee1-a3cc54cb34e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa493a35-9364-404f-8ee1-a3cc54cb34e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438052040720314848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e12d98-5d12-4f18-a1aa-e3156f46ea92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb19372-21ee-4c45-a74c-2efdfdc958fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb19372-21ee-4c45-a74c-2efdfdc958fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6805448142381282366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa493a35-9364-404f-8ee1-a3cc54cb34e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df07f025-9d95-453d-9290-b6145e6b5ac3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df07f025-9d95-453d-9290-b6145e6b5ac3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248990749648227729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb19372-21ee-4c45-a74c-2efdfdc958fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94f5f9a2-1355-4ccb-8604-855c5ec7b89a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f5f9a2-1355-4ccb-8604-855c5ec7b89a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953274655617436394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df07f025-9d95-453d-9290-b6145e6b5ac3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3567fca-91d9-436f-ac22-d146b88624d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3567fca-91d9-436f-ac22-d146b88624d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13062422074261083723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f5f9a2-1355-4ccb-8604-855c5ec7b89a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c69777-9188-49ee-b5d5-f9631f129bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c69777-9188-49ee-b5d5-f9631f129bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 662230604219127036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3567fca-91d9-436f-ac22-d146b88624d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6707147-718f-41d5-a166-c0b1e28bd0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6707147-718f-41d5-a166-c0b1e28bd0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17730255517226892092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c69777-9188-49ee-b5d5-f9631f129bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348e774b-6e27-4866-b7c2-6112e1ae42e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6707147-718f-41d5-a166-c0b1e28bd0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348e774b-6e27-4866-b7c2-6112e1ae42e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17168463289536733999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9a26da5-7257-46c4-836d-518c2e3db86a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a26da5-7257-46c4-836d-518c2e3db86a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132085056720888017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348e774b-6e27-4866-b7c2-6112e1ae42e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a26da5-7257-46c4-836d-518c2e3db86a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d72a31d1-3365-4424-9707-dbc3a8c09378, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d72a31d1-3365-4424-9707-dbc3a8c09378, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587376920201485741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e686e8be-3f0b-48dc-8ecb-f4353e63a6fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e686e8be-3f0b-48dc-8ecb-f4353e63a6fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245225125796746832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d72a31d1-3365-4424-9707-dbc3a8c09378, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6439fab6-9d1d-45b1-9b41-9f8672211a4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6439fab6-9d1d-45b1-9b41-9f8672211a4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7086766000017082629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e686e8be-3f0b-48dc-8ecb-f4353e63a6fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5df07d2d-45cb-43d5-9c6d-6c321d06769d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df07d2d-45cb-43d5-9c6d-6c321d06769d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3255331873878227843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6439fab6-9d1d-45b1-9b41-9f8672211a4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f86395a5-a1a1-43fd-ba5c-4d28d81f64dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86395a5-a1a1-43fd-ba5c-4d28d81f64dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764055657354349981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df07d2d-45cb-43d5-9c6d-6c321d06769d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86395a5-a1a1-43fd-ba5c-4d28d81f64dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c012538-be80-4303-a835-aa0a537ecaf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c012538-be80-4303-a835-aa0a537ecaf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15857323846544512611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf358a18-87fb-4438-8639-1c439be23992, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c012538-be80-4303-a835-aa0a537ecaf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf358a18-87fb-4438-8639-1c439be23992, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17483036231526140265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b744cf-e30f-4701-8f63-31dd1685a5ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b744cf-e30f-4701-8f63-31dd1685a5ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7141502063246346725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf358a18-87fb-4438-8639-1c439be23992, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db0ecc2c-52b5-4f79-8395-d76ea33a2f30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0ecc2c-52b5-4f79-8395-d76ea33a2f30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908497080047372180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b744cf-e30f-4701-8f63-31dd1685a5ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a21c4ea5-7926-4e28-9d76-5d68af3d64be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21c4ea5-7926-4e28-9d76-5d68af3d64be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197597575552812155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21c4ea5-7926-4e28-9d76-5d68af3d64be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1027dfd3-2c76-40e8-8103-831138cad366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1027dfd3-2c76-40e8-8103-831138cad366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12119546270852998843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0ecc2c-52b5-4f79-8395-d76ea33a2f30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 349208e4-8b86-4e5b-8182-d0443aab3b0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 349208e4-8b86-4e5b-8182-d0443aab3b0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15430857372220235385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 349208e4-8b86-4e5b-8182-d0443aab3b0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d23f03-4d94-43e1-a8c3-63b18e68418c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d23f03-4d94-43e1-a8c3-63b18e68418c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11249148682905767862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1027dfd3-2c76-40e8-8103-831138cad366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a3f2c56-f751-4153-a11e-419da6406ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3f2c56-f751-4153-a11e-419da6406ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16231654871775685486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d23f03-4d94-43e1-a8c3-63b18e68418c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f0fb6f7-3380-4668-8976-cf45329e5f5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f0fb6f7-3380-4668-8976-cf45329e5f5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3374149519695308456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3f2c56-f751-4153-a11e-419da6406ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e29f6b26-764f-490a-8698-05743033dc10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29f6b26-764f-490a-8698-05743033dc10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644521504629757444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29f6b26-764f-490a-8698-05743033dc10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85a0206e-d197-4aaf-86e2-e8d7fb0c6cd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a0206e-d197-4aaf-86e2-e8d7fb0c6cd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4006811380966477562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f0fb6f7-3380-4668-8976-cf45329e5f5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04b89412-119d-48a7-a98f-1c9d3f3b9550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b89412-119d-48a7-a98f-1c9d3f3b9550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196146589776045418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a0206e-d197-4aaf-86e2-e8d7fb0c6cd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad5032c-45ba-44ce-81d5-6ab0d2835402, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad5032c-45ba-44ce-81d5-6ab0d2835402, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9133231277103224487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b89412-119d-48a7-a98f-1c9d3f3b9550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad5032c-45ba-44ce-81d5-6ab0d2835402, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e04b5f-d158-4554-9382-2c1561d77e17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e04b5f-d158-4554-9382-2c1561d77e17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760196420081587324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537dcb53-5142-4ef8-945d-772d1da7b590, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537dcb53-5142-4ef8-945d-772d1da7b590, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11872081497260280117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e04b5f-d158-4554-9382-2c1561d77e17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d90de13-f218-4343-9112-f27140797a50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d90de13-f218-4343-9112-f27140797a50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4720014405721579256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537dcb53-5142-4ef8-945d-772d1da7b590, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 338f2b6d-bd4c-4564-adbc-ff487b54e5b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338f2b6d-bd4c-4564-adbc-ff487b54e5b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10090211707379971452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d90de13-f218-4343-9112-f27140797a50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a8568f6-940b-4350-be78-bc7aca88d537, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8568f6-940b-4350-be78-bc7aca88d537, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759433203759316081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338f2b6d-bd4c-4564-adbc-ff487b54e5b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6f6d4b-c5b3-443a-beca-cda83b15ffcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6f6d4b-c5b3-443a-beca-cda83b15ffcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932457316474012610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8568f6-940b-4350-be78-bc7aca88d537, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe9bc1b0-a5d0-4e70-8dbc-3ad1c1bdbe74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9bc1b0-a5d0-4e70-8dbc-3ad1c1bdbe74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3610939752107750410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6f6d4b-c5b3-443a-beca-cda83b15ffcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c61f0927-4852-4269-b4a5-c457ffa8d18d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9bc1b0-a5d0-4e70-8dbc-3ad1c1bdbe74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9ed02e-ad6c-4866-a81a-9421844c59ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9ed02e-ad6c-4866-a81a-9421844c59ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16338022367802575040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61f0927-4852-4269-b4a5-c457ffa8d18d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1125186543002307169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9ed02e-ad6c-4866-a81a-9421844c59ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a7897b9-517e-4ddc-8452-c44df018f693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7897b9-517e-4ddc-8452-c44df018f693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16072592165084363904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61f0927-4852-4269-b4a5-c457ffa8d18d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1271ca02-ca99-431a-ba83-dfeb9c6fa2cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1271ca02-ca99-431a-ba83-dfeb9c6fa2cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8937487348222948717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7897b9-517e-4ddc-8452-c44df018f693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c917b6a-ef61-4a28-bf39-8389f62b6bf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c917b6a-ef61-4a28-bf39-8389f62b6bf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787921056590169015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1271ca02-ca99-431a-ba83-dfeb9c6fa2cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb78ed46-42bb-499a-876e-626a2a0a6aa3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb78ed46-42bb-499a-876e-626a2a0a6aa3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4407400890507006179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c917b6a-ef61-4a28-bf39-8389f62b6bf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4371ad95-03ec-4cdf-8b9d-8f7ff920098d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4371ad95-03ec-4cdf-8b9d-8f7ff920098d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9286227391170379823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb78ed46-42bb-499a-876e-626a2a0a6aa3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b399a51-26ce-4176-9744-4b1a82d6edfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b399a51-26ce-4176-9744-4b1a82d6edfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15360605803840227803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4371ad95-03ec-4cdf-8b9d-8f7ff920098d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f713c5-38c9-4372-b203-6f56bbafeb7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f713c5-38c9-4372-b203-6f56bbafeb7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15027173596518717939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b399a51-26ce-4176-9744-4b1a82d6edfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf42dbac-489a-4e00-ac3b-836033bdfd16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf42dbac-489a-4e00-ac3b-836033bdfd16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3559569343922175730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f713c5-38c9-4372-b203-6f56bbafeb7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e627ee5-4b7a-4a55-aa36-85599b3c0a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e627ee5-4b7a-4a55-aa36-85599b3c0a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531583242181840236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf42dbac-489a-4e00-ac3b-836033bdfd16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07dbef4-bd56-45f5-bce4-43e5dcbd6453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07dbef4-bd56-45f5-bce4-43e5dcbd6453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2547883492508547589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e627ee5-4b7a-4a55-aa36-85599b3c0a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7900d2dd-6f73-4356-aed1-08ac73d61822, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7900d2dd-6f73-4356-aed1-08ac73d61822, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12237003234778007210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07dbef4-bd56-45f5-bce4-43e5dcbd6453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e323d0e-3822-4bc3-9e42-ee39b6a56712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e323d0e-3822-4bc3-9e42-ee39b6a56712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695446749187011008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7900d2dd-6f73-4356-aed1-08ac73d61822, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e323d0e-3822-4bc3-9e42-ee39b6a56712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 586a4eb7-5e85-4ff2-acda-ebd66d2444c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b26eb8c-b398-4647-8b88-ca63023396f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 586a4eb7-5e85-4ff2-acda-ebd66d2444c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3067953040491178008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b26eb8c-b398-4647-8b88-ca63023396f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2378507947259778643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 586a4eb7-5e85-4ff2-acda-ebd66d2444c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23caed71-7e21-4a82-9952-03f9eda86069, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b26eb8c-b398-4647-8b88-ca63023396f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1447032-233b-4fe1-83c3-56d42adc8a31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1447032-233b-4fe1-83c3-56d42adc8a31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360674348466325105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23caed71-7e21-4a82-9952-03f9eda86069, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3360976564935768610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23caed71-7e21-4a82-9952-03f9eda86069, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9774369f-7e0a-435a-8e47-c590b95aea45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9774369f-7e0a-435a-8e47-c590b95aea45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12753262301708668328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1447032-233b-4fe1-83c3-56d42adc8a31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71134701-a3ed-46be-8ac2-d9183c5921ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71134701-a3ed-46be-8ac2-d9183c5921ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16724077029976249702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9774369f-7e0a-435a-8e47-c590b95aea45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, def50bab-fc40-4448-b87f-20c7d3252289, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71134701-a3ed-46be-8ac2-d9183c5921ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def50bab-fc40-4448-b87f-20c7d3252289, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11389862217308750068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5e75c81-55ec-4637-b742-be48c3638e61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e75c81-55ec-4637-b742-be48c3638e61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081534765886186826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def50bab-fc40-4448-b87f-20c7d3252289, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a656d530-9e30-4c15-bd42-06c08059f4ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a656d530-9e30-4c15-bd42-06c08059f4ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6703041943749850320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e75c81-55ec-4637-b742-be48c3638e61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faeed5d2-e599-43f1-95c2-b8bfce44436b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a656d530-9e30-4c15-bd42-06c08059f4ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faeed5d2-e599-43f1-95c2-b8bfce44436b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7007866330520266781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e59b9be-d620-4d07-97b1-1b80d10b8698, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e59b9be-d620-4d07-97b1-1b80d10b8698, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9036563983390018771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faeed5d2-e599-43f1-95c2-b8bfce44436b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef21b19a-4c6f-4c20-961b-3d1ef03a71fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef21b19a-4c6f-4c20-961b-3d1ef03a71fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2020936012963345523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e59b9be-d620-4d07-97b1-1b80d10b8698, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e16360-7ad2-4a09-954d-d50ba95b9faf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e16360-7ad2-4a09-954d-d50ba95b9faf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596929066868023299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef21b19a-4c6f-4c20-961b-3d1ef03a71fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9a8940-d30a-4d20-97cc-80bfac8b9d7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9a8940-d30a-4d20-97cc-80bfac8b9d7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264776300446302325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e16360-7ad2-4a09-954d-d50ba95b9faf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6731572b-52ce-4780-9af1-ef3aaa2b9b1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6731572b-52ce-4780-9af1-ef3aaa2b9b1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14670146742686060126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9a8940-d30a-4d20-97cc-80bfac8b9d7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e6474b3-ffb2-43f0-b21c-7aef723c1e19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6474b3-ffb2-43f0-b21c-7aef723c1e19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13286740840272673834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6731572b-52ce-4780-9af1-ef3aaa2b9b1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59a50485-6588-48de-9466-2a199f362d46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a50485-6588-48de-9466-2a199f362d46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1410063231188861537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6474b3-ffb2-43f0-b21c-7aef723c1e19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f0aad06-4421-467b-abd2-af9a6922d963, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f0aad06-4421-467b-abd2-af9a6922d963, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4493996813375816936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a50485-6588-48de-9466-2a199f362d46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64906e0d-b156-4902-86b1-02473972fd82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f0aad06-4421-467b-abd2-af9a6922d963, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7fb3efa-4ddf-4d93-92d9-023472063149, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64906e0d-b156-4902-86b1-02473972fd82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6271953027989179649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fb3efa-4ddf-4d93-92d9-023472063149, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2190231031149273234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64906e0d-b156-4902-86b1-02473972fd82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a45e18-35f2-4169-be35-23d0fdc0d046, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fb3efa-4ddf-4d93-92d9-023472063149, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0269a373-ce40-4aa7-b0f6-42e988ecaee0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a45e18-35f2-4169-be35-23d0fdc0d046, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13722655428827667460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0269a373-ce40-4aa7-b0f6-42e988ecaee0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158839869018570067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a45e18-35f2-4169-be35-23d0fdc0d046, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e546a040-2731-4505-a4d6-0abd36b4c465, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e546a040-2731-4505-a4d6-0abd36b4c465, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6928282064182812967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e546a040-2731-4505-a4d6-0abd36b4c465, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfe90b97-584f-43fa-97bf-414d467edb22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe90b97-584f-43fa-97bf-414d467edb22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2319648664647666269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0269a373-ce40-4aa7-b0f6-42e988ecaee0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceefcd9e-70fa-4794-874c-de4c513b3b7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe90b97-584f-43fa-97bf-414d467edb22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceefcd9e-70fa-4794-874c-de4c513b3b7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7092779390477900146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0eb0165-7489-418b-b6ed-c16a6a14a425, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0eb0165-7489-418b-b6ed-c16a6a14a425, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4584278055822257481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceefcd9e-70fa-4794-874c-de4c513b3b7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0eb0165-7489-418b-b6ed-c16a6a14a425, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8de323d3-a093-4419-9f22-789548cb0168, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a9a11d-7b33-40a0-ab19-341dfc272421, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a9a11d-7b33-40a0-ab19-341dfc272421, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680596901987316970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de323d3-a093-4419-9f22-789548cb0168, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829979181165669150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a9a11d-7b33-40a0-ab19-341dfc272421, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0389b643-62cb-4902-bd0e-930e5182bafa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0389b643-62cb-4902-bd0e-930e5182bafa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2578694108703846686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de323d3-a093-4419-9f22-789548cb0168, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f032e1f4-252f-4dda-bd8a-c7ccab8efe9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f032e1f4-252f-4dda-bd8a-c7ccab8efe9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16593958538838313892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0389b643-62cb-4902-bd0e-930e5182bafa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f032e1f4-252f-4dda-bd8a-c7ccab8efe9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9936e07-2f41-439d-9caf-679707a96776, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9936e07-2f41-439d-9caf-679707a96776, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096115383184353767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b23af35-f4d1-4e8e-bad9-9c8515cc05c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b23af35-f4d1-4e8e-bad9-9c8515cc05c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810176152241014013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9936e07-2f41-439d-9caf-679707a96776, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5148f30e-a2d8-4328-be51-d9971539ade1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5148f30e-a2d8-4328-be51-d9971539ade1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431544145870343370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b23af35-f4d1-4e8e-bad9-9c8515cc05c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400f081c-d6d5-4682-acf8-81f0a876b8f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400f081c-d6d5-4682-acf8-81f0a876b8f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250006982370640865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5148f30e-a2d8-4328-be51-d9971539ade1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5521acfb-5e83-4448-bf73-865aefed446a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400f081c-d6d5-4682-acf8-81f0a876b8f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5521acfb-5e83-4448-bf73-865aefed446a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304023256840882457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b20c27-f680-470d-be86-f838c6af077c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b20c27-f680-470d-be86-f838c6af077c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725168112929710129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5521acfb-5e83-4448-bf73-865aefed446a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b20c27-f680-470d-be86-f838c6af077c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1db0922c-1c7f-4392-ad54-94da878cb295, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc246cab-32b4-4a12-8183-ffb64863dedf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc246cab-32b4-4a12-8183-ffb64863dedf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17209034564407915751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1db0922c-1c7f-4392-ad54-94da878cb295, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795438059032134956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc246cab-32b4-4a12-8183-ffb64863dedf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d767ae8b-6597-493e-9efc-0f392e32dc8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d767ae8b-6597-493e-9efc-0f392e32dc8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18038166409499823862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1db0922c-1c7f-4392-ad54-94da878cb295, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddcd7df1-8dc7-4c34-915c-8cfdc0175129, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddcd7df1-8dc7-4c34-915c-8cfdc0175129, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 892772788385672412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d767ae8b-6597-493e-9efc-0f392e32dc8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e311c7b-398f-439a-ae62-23183dd4d666, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e311c7b-398f-439a-ae62-23183dd4d666, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5968741530214154828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddcd7df1-8dc7-4c34-915c-8cfdc0175129, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 064f4e84-7935-4fae-9e35-c95bd8de6794, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064f4e84-7935-4fae-9e35-c95bd8de6794, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646771025718024844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e311c7b-398f-439a-ae62-23183dd4d666, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf2bde0-d918-4743-87df-4ef3a6ee82de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf2bde0-d918-4743-87df-4ef3a6ee82de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736964551903265328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064f4e84-7935-4fae-9e35-c95bd8de6794, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf2bde0-d918-4743-87df-4ef3a6ee82de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ea0f00-2410-4420-976c-68ec75649c97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea0f00-2410-4420-976c-68ec75649c97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828974271510116621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f357f319-74f8-4c23-b91e-9929d7f12c6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f357f319-74f8-4c23-b91e-9929d7f12c6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454241212901775201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea0f00-2410-4420-976c-68ec75649c97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 507f1ad1-8e9c-4113-a44a-6ee5972d45f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 507f1ad1-8e9c-4113-a44a-6ee5972d45f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568869929529731888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f357f319-74f8-4c23-b91e-9929d7f12c6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b18316b8-b39f-46b8-a6e8-e225aebadebf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b18316b8-b39f-46b8-a6e8-e225aebadebf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022846887210899684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 507f1ad1-8e9c-4113-a44a-6ee5972d45f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b09c7e-a1c3-451d-954d-cc7ba696483d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b09c7e-a1c3-451d-954d-cc7ba696483d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9221284245704155502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b18316b8-b39f-46b8-a6e8-e225aebadebf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 833fa595-768c-4eb5-a64e-efd5604ae7fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833fa595-768c-4eb5-a64e-efd5604ae7fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13859249650383172466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b09c7e-a1c3-451d-954d-cc7ba696483d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f53fa3-2bd9-4242-8c28-00f67f2dd907, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f53fa3-2bd9-4242-8c28-00f67f2dd907, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6959936256538968614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833fa595-768c-4eb5-a64e-efd5604ae7fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf74081-450f-4231-b979-a97ca4406c34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf74081-450f-4231-b979-a97ca4406c34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 571303928907065766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f53fa3-2bd9-4242-8c28-00f67f2dd907, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f56e838-a0ae-4443-b01e-16629b8f3878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f56e838-a0ae-4443-b01e-16629b8f3878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10105962474655420875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf74081-450f-4231-b979-a97ca4406c34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff051db-08b2-41e4-b20f-14d386e2ce3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff051db-08b2-41e4-b20f-14d386e2ce3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8181209140570156677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f56e838-a0ae-4443-b01e-16629b8f3878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a30352c1-21f5-459e-b3fc-8516c25e96f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30352c1-21f5-459e-b3fc-8516c25e96f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13308437219421592400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff051db-08b2-41e4-b20f-14d386e2ce3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 506e77da-e7ba-4f86-9dfb-54ed266ade65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506e77da-e7ba-4f86-9dfb-54ed266ade65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7329256311738142556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30352c1-21f5-459e-b3fc-8516c25e96f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 000efd0e-1f53-4aab-b68b-6f28e490a7d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000efd0e-1f53-4aab-b68b-6f28e490a7d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7254713058936945217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506e77da-e7ba-4f86-9dfb-54ed266ade65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7eb1e27-34a5-4df6-b4e6-784d94d4ca1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7eb1e27-34a5-4df6-b4e6-784d94d4ca1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949276183018123699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000efd0e-1f53-4aab-b68b-6f28e490a7d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7eb1e27-34a5-4df6-b4e6-784d94d4ca1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85309560-4c36-4e6f-96eb-277b0411c909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e44e34f-d216-4010-b7bf-b0e671364f42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85309560-4c36-4e6f-96eb-277b0411c909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029215050168171087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e44e34f-d216-4010-b7bf-b0e671364f42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008854574830325715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85309560-4c36-4e6f-96eb-277b0411c909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7de4d25-45c2-4c24-bed7-496bcec11d14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7de4d25-45c2-4c24-bed7-496bcec11d14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13746395955178600003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e44e34f-d216-4010-b7bf-b0e671364f42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6c58c2-030a-4fc0-9f06-51f481598f48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6c58c2-030a-4fc0-9f06-51f481598f48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3756040575204545956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6c58c2-030a-4fc0-9f06-51f481598f48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3606bb-817e-40f0-aa6c-9b3e353420b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7de4d25-45c2-4c24-bed7-496bcec11d14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3606bb-817e-40f0-aa6c-9b3e353420b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6903799188632722748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7e88eb-8442-45ee-a9dc-cfd117f45fbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7e88eb-8442-45ee-a9dc-cfd117f45fbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302881040171080233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3606bb-817e-40f0-aa6c-9b3e353420b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bfb1635-a50e-4c82-b90a-d8104046d521, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfb1635-a50e-4c82-b90a-d8104046d521, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3351926453416246362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7e88eb-8442-45ee-a9dc-cfd117f45fbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34e52ff7-4171-478e-9fa9-2217af771f8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e52ff7-4171-478e-9fa9-2217af771f8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610478779955747659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfb1635-a50e-4c82-b90a-d8104046d521, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e41b266c-f0d9-451e-bbb9-f6a2527dfb9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e41b266c-f0d9-451e-bbb9-f6a2527dfb9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239460509278866302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e52ff7-4171-478e-9fa9-2217af771f8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f0b788-b49a-4bed-83bb-c0b779a12b55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f0b788-b49a-4bed-83bb-c0b779a12b55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9279797560610251125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e41b266c-f0d9-451e-bbb9-f6a2527dfb9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3041a2e-ebb3-4876-a0c4-850f8f8145d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3041a2e-ebb3-4876-a0c4-850f8f8145d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 902496413803266615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f0b788-b49a-4bed-83bb-c0b779a12b55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e8ab7e6-a2d9-402c-b129-d6690ab81a05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8ab7e6-a2d9-402c-b129-d6690ab81a05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3149317114934848300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3041a2e-ebb3-4876-a0c4-850f8f8145d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8ab7e6-a2d9-402c-b129-d6690ab81a05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de994ecf-f7fa-4b91-a0cc-c8a8727abbb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de994ecf-f7fa-4b91-a0cc-c8a8727abbb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5395991210751382562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e82fae73-022a-466b-a5bd-56100f6618fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82fae73-022a-466b-a5bd-56100f6618fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393251578454854324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de994ecf-f7fa-4b91-a0cc-c8a8727abbb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0e5fdb-5090-4207-b2a1-e03c57080cde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0e5fdb-5090-4207-b2a1-e03c57080cde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1011453007267708568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82fae73-022a-466b-a5bd-56100f6618fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a244d18-a81b-4484-a2e2-d83c0ff84dd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a244d18-a81b-4484-a2e2-d83c0ff84dd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1907265886827678325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0e5fdb-5090-4207-b2a1-e03c57080cde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30aa8068-a899-49a5-9dcd-b9099f135591, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30aa8068-a899-49a5-9dcd-b9099f135591, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8483862283025344426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a244d18-a81b-4484-a2e2-d83c0ff84dd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e7c3909-4819-4184-afdb-a1c1a34f2bdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7c3909-4819-4184-afdb-a1c1a34f2bdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649738308572823140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30aa8068-a899-49a5-9dcd-b9099f135591, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 054cef9e-1f57-4444-baa2-0f5322ce7909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054cef9e-1f57-4444-baa2-0f5322ce7909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098653414667346946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7c3909-4819-4184-afdb-a1c1a34f2bdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a63d509-a724-459c-b637-22fbe91d1816, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a63d509-a724-459c-b637-22fbe91d1816, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936931175121176182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054cef9e-1f57-4444-baa2-0f5322ce7909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a57df-48c4-4b6a-8153-6baecba95305, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a57df-48c4-4b6a-8153-6baecba95305, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15891146361809149669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a57df-48c4-4b6a-8153-6baecba95305, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 385d6fd7-8b4a-4acd-b12c-bcc0704ab72b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 385d6fd7-8b4a-4acd-b12c-bcc0704ab72b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055745032224359933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a63d509-a724-459c-b637-22fbe91d1816, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8906fb62-a166-49db-ad6a-5e77da30b3f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8906fb62-a166-49db-ad6a-5e77da30b3f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604218657057562934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8906fb62-a166-49db-ad6a-5e77da30b3f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c16ef57e-d688-43e3-8e6a-787ed43c3bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c16ef57e-d688-43e3-8e6a-787ed43c3bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5343196433172531317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 385d6fd7-8b4a-4acd-b12c-bcc0704ab72b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22dd1a4a-af8f-408a-b2da-60d31c8456c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dd1a4a-af8f-408a-b2da-60d31c8456c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11216602541584412232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c16ef57e-d688-43e3-8e6a-787ed43c3bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a514ecc-4bda-4cb7-b653-fce7f74ff29f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a514ecc-4bda-4cb7-b653-fce7f74ff29f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18085624138159218474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dd1a4a-af8f-408a-b2da-60d31c8456c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85e1856-c19c-487d-8f9d-f1fecb5a4f2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85e1856-c19c-487d-8f9d-f1fecb5a4f2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3873388012316205774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a514ecc-4bda-4cb7-b653-fce7f74ff29f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6aa649b-26db-4191-b35b-31f60e4cf0ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6aa649b-26db-4191-b35b-31f60e4cf0ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12075819125867865115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85e1856-c19c-487d-8f9d-f1fecb5a4f2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 271f433f-0072-4720-b415-4e77f12f3aa7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271f433f-0072-4720-b415-4e77f12f3aa7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16556104683726542556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6aa649b-26db-4191-b35b-31f60e4cf0ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0810d504-ecdd-4c51-88b4-fb759532749e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0810d504-ecdd-4c51-88b4-fb759532749e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1709883743984516434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271f433f-0072-4720-b415-4e77f12f3aa7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a42f1e0-b284-49e8-90ab-d7147f21c581, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a42f1e0-b284-49e8-90ab-d7147f21c581, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283782228081343457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0810d504-ecdd-4c51-88b4-fb759532749e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66994a5d-3342-4648-8121-ef1d7497b863, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66994a5d-3342-4648-8121-ef1d7497b863, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12158763219136861384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a42f1e0-b284-49e8-90ab-d7147f21c581, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30d549ae-f5c2-4fa4-8179-c03722d014d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d549ae-f5c2-4fa4-8179-c03722d014d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9327701706107473913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66994a5d-3342-4648-8121-ef1d7497b863, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de7a1e1-5f58-43a9-b774-4c562865e8d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de7a1e1-5f58-43a9-b774-4c562865e8d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170191195314798794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d549ae-f5c2-4fa4-8179-c03722d014d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eda9fe57-9380-4f68-9dd2-9fef96e07078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda9fe57-9380-4f68-9dd2-9fef96e07078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885941656530372367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de7a1e1-5f58-43a9-b774-4c562865e8d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0721094a-8ae6-4ffb-9403-decac6ade641, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda9fe57-9380-4f68-9dd2-9fef96e07078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0721094a-8ae6-4ffb-9403-decac6ade641, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400465358061969048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24040676-87e8-4491-93d8-e41ff63816e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24040676-87e8-4491-93d8-e41ff63816e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8942105409702668768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0721094a-8ae6-4ffb-9403-decac6ade641, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c351b1d-10dd-4fad-8f52-dd88a03e0c39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c351b1d-10dd-4fad-8f52-dd88a03e0c39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485976434267697102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24040676-87e8-4491-93d8-e41ff63816e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca84d65f-8875-4f47-b5a1-ba628174a2a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca84d65f-8875-4f47-b5a1-ba628174a2a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2282144589912577762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c351b1d-10dd-4fad-8f52-dd88a03e0c39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca84d65f-8875-4f47-b5a1-ba628174a2a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dee9a45-b4fb-4cc3-afa9-d999c411eea0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dee9a45-b4fb-4cc3-afa9-d999c411eea0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5933203113784051757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaa078d-0d47-4677-91f9-dd58c5cad463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaa078d-0d47-4677-91f9-dd58c5cad463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5846428083722142361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaa078d-0d47-4677-91f9-dd58c5cad463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f809e4d-3733-48a1-88a6-e9f993af4cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f809e4d-3733-48a1-88a6-e9f993af4cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8350643630933099693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dee9a45-b4fb-4cc3-afa9-d999c411eea0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e79ed56-fac5-4767-81c3-805e66afdc14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e79ed56-fac5-4767-81c3-805e66afdc14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7005611979881201069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f809e4d-3733-48a1-88a6-e9f993af4cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529f08a4-83f4-4af5-a0da-74e1dd020b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529f08a4-83f4-4af5-a0da-74e1dd020b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2207722195619779899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e79ed56-fac5-4767-81c3-805e66afdc14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d567722-f093-4dc0-9fa9-669bf6ddd402, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d567722-f093-4dc0-9fa9-669bf6ddd402, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13451083934284307128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529f08a4-83f4-4af5-a0da-74e1dd020b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0fbee5e-fd8b-4d98-9055-8dd55e1977c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0fbee5e-fd8b-4d98-9055-8dd55e1977c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1513602662803902814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d567722-f093-4dc0-9fa9-669bf6ddd402, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd540ce-ef41-4b62-a8c3-e594ae82fb02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd540ce-ef41-4b62-a8c3-e594ae82fb02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5998369602597218434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0fbee5e-fd8b-4d98-9055-8dd55e1977c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44519914-4157-44c7-a3bf-74bec2416500, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44519914-4157-44c7-a3bf-74bec2416500, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17970804151240221285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd540ce-ef41-4b62-a8c3-e594ae82fb02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d24f95b-b08f-42c5-ba3e-6321e2f87fb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d24f95b-b08f-42c5-ba3e-6321e2f87fb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203171690921738355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44519914-4157-44c7-a3bf-74bec2416500, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 123ba0dc-dccf-4674-a8f1-0aaeb9d57ca5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 123ba0dc-dccf-4674-a8f1-0aaeb9d57ca5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835620110033277823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d24f95b-b08f-42c5-ba3e-6321e2f87fb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a82f71c-0de7-4324-b8e8-a241ffe99dc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a82f71c-0de7-4324-b8e8-a241ffe99dc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288913000522418764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 123ba0dc-dccf-4674-a8f1-0aaeb9d57ca5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5df6a8b-aacd-4c09-b74f-47f27294f44c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5df6a8b-aacd-4c09-b74f-47f27294f44c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4662649324335848578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a82f71c-0de7-4324-b8e8-a241ffe99dc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ae0104-abdc-4b4c-813b-ee1b9f3c6627, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ae0104-abdc-4b4c-813b-ee1b9f3c6627, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12193408928347626938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5df6a8b-aacd-4c09-b74f-47f27294f44c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b906bc-f725-4c25-ab57-69481fefbeef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b906bc-f725-4c25-ab57-69481fefbeef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556459848625059249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b906bc-f725-4c25-ab57-69481fefbeef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3bb392-2870-4950-b79e-0f0d73f77b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3bb392-2870-4950-b79e-0f0d73f77b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982890998269112535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3bb392-2870-4950-b79e-0f0d73f77b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee344d2b-08b7-4d72-9890-3f4d301a541c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee344d2b-08b7-4d72-9890-3f4d301a541c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137926599040072966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ae0104-abdc-4b4c-813b-ee1b9f3c6627, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03f72ac7-2f8d-4ead-9000-36a1217158ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f72ac7-2f8d-4ead-9000-36a1217158ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854299314586426248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee344d2b-08b7-4d72-9890-3f4d301a541c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a20816-a9e2-4df0-9541-8256f8ad9ff6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a20816-a9e2-4df0-9541-8256f8ad9ff6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 512852712159077817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f72ac7-2f8d-4ead-9000-36a1217158ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0542859-5366-44a1-a285-feb1b08d8862, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0542859-5366-44a1-a285-feb1b08d8862, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 167461585738149519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a20816-a9e2-4df0-9541-8256f8ad9ff6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 300c4c26-98e2-4f21-a85d-caaf0488542c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300c4c26-98e2-4f21-a85d-caaf0488542c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558927924764223665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0542859-5366-44a1-a285-feb1b08d8862, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a63e101-577e-4b7a-b551-2e9654caba33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a63e101-577e-4b7a-b551-2e9654caba33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3997623327128431399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300c4c26-98e2-4f21-a85d-caaf0488542c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c469c83-4fc0-4301-ad81-0b7cc15683db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c469c83-4fc0-4301-ad81-0b7cc15683db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588683039160683710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a63e101-577e-4b7a-b551-2e9654caba33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a844dc1-df35-47ab-a96c-c441276c7dc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a844dc1-df35-47ab-a96c-c441276c7dc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5907290184687046371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c469c83-4fc0-4301-ad81-0b7cc15683db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b81bfe0-f265-4319-bae0-cee0fedbb6fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b81bfe0-f265-4319-bae0-cee0fedbb6fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228723471527270228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a844dc1-df35-47ab-a96c-c441276c7dc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b81bfe0-f265-4319-bae0-cee0fedbb6fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40a01318-3127-4f69-9356-566a640d7ada, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a01318-3127-4f69-9356-566a640d7ada, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 366650442972852522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a65e841-6534-4ba5-96db-53e4795555fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a65e841-6534-4ba5-96db-53e4795555fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812048429110987604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a01318-3127-4f69-9356-566a640d7ada, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 311d7017-baeb-4bd2-98c9-0600169dbc28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311d7017-baeb-4bd2-98c9-0600169dbc28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066619879923376159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a65e841-6534-4ba5-96db-53e4795555fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f8e6c56-2fa9-459c-9b1f-1ec1b728ba5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8e6c56-2fa9-459c-9b1f-1ec1b728ba5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13010237173160984455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311d7017-baeb-4bd2-98c9-0600169dbc28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4640f325-4caf-4149-b18d-60113e630e6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4640f325-4caf-4149-b18d-60113e630e6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13226459368835352971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8e6c56-2fa9-459c-9b1f-1ec1b728ba5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a47c07-3db8-4321-9c26-c9116a946662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a47c07-3db8-4321-9c26-c9116a946662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14341109287922724975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4640f325-4caf-4149-b18d-60113e630e6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68d74daa-3b77-4f00-8e09-7dac9b46070e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68d74daa-3b77-4f00-8e09-7dac9b46070e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 698351963907307144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a47c07-3db8-4321-9c26-c9116a946662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f2c4d70-49f5-4201-8b19-d85d012c0fb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2c4d70-49f5-4201-8b19-d85d012c0fb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7858121693314481305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68d74daa-3b77-4f00-8e09-7dac9b46070e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f891168-c0e1-44a9-b838-b1d2b06084e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f891168-c0e1-44a9-b838-b1d2b06084e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9610212716098812456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2c4d70-49f5-4201-8b19-d85d012c0fb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ce51fd8-83da-4e86-9fcc-5ce1dd3c8480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce51fd8-83da-4e86-9fcc-5ce1dd3c8480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202316666537134644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f891168-c0e1-44a9-b838-b1d2b06084e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a17f80-d3f5-4b65-882a-f2aa0423e5d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a17f80-d3f5-4b65-882a-f2aa0423e5d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17306206953006290147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce51fd8-83da-4e86-9fcc-5ce1dd3c8480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 653f3a64-f154-4151-8d3e-29168b1166da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653f3a64-f154-4151-8d3e-29168b1166da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204207005149382140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a17f80-d3f5-4b65-882a-f2aa0423e5d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314eaef3-dacc-4f30-ba26-d0b78e59284b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314eaef3-dacc-4f30-ba26-d0b78e59284b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620343263414753745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653f3a64-f154-4151-8d3e-29168b1166da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00017395-092e-49f1-9a73-402dc2f65d3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00017395-092e-49f1-9a73-402dc2f65d3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13432963944010199486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314eaef3-dacc-4f30-ba26-d0b78e59284b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13370eac-6559-409c-ba52-84a12c87a44d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00017395-092e-49f1-9a73-402dc2f65d3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5082b050-e28b-440f-84f9-3dea85ea8f53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5082b050-e28b-440f-84f9-3dea85ea8f53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16318750944706511566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13370eac-6559-409c-ba52-84a12c87a44d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18304862556959403208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5082b050-e28b-440f-84f9-3dea85ea8f53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad15310e-7569-401f-87cc-f20c1cab6976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad15310e-7569-401f-87cc-f20c1cab6976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7936865908877922640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13370eac-6559-409c-ba52-84a12c87a44d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fef6a7a1-a1b2-4eca-bb75-2ba76df48f9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef6a7a1-a1b2-4eca-bb75-2ba76df48f9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15160134118075474077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad15310e-7569-401f-87cc-f20c1cab6976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc2f53d-b605-421b-a480-d815a59ba2c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc2f53d-b605-421b-a480-d815a59ba2c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3365860308867170626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef6a7a1-a1b2-4eca-bb75-2ba76df48f9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4322a92d-dd27-4d87-88b8-ffcd4b4a3161, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4322a92d-dd27-4d87-88b8-ffcd4b4a3161, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362387907029150708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc2f53d-b605-421b-a480-d815a59ba2c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e3dd72e-28c7-4f36-bf8a-b4fb0a8c2f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3dd72e-28c7-4f36-bf8a-b4fb0a8c2f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588917150258012465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4322a92d-dd27-4d87-88b8-ffcd4b4a3161, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a814ec6-7eef-4beb-b96e-5aee4983afab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a814ec6-7eef-4beb-b96e-5aee4983afab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3323030827454560693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3dd72e-28c7-4f36-bf8a-b4fb0a8c2f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ddb5c3-5a15-4865-a1f7-310bfbfda568, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ddb5c3-5a15-4865-a1f7-310bfbfda568, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6287972095295210282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a814ec6-7eef-4beb-b96e-5aee4983afab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b467d63a-ca04-4593-9038-b0d533ccbc5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b467d63a-ca04-4593-9038-b0d533ccbc5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11090744248578781346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ddb5c3-5a15-4865-a1f7-310bfbfda568, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e79856-037a-42af-be4e-3e7e5484f8e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e79856-037a-42af-be4e-3e7e5484f8e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864710182419049177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b467d63a-ca04-4593-9038-b0d533ccbc5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1f8c652-4dff-4805-946d-87c17f0e14c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f8c652-4dff-4805-946d-87c17f0e14c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742475740374051141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e79856-037a-42af-be4e-3e7e5484f8e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 758ed817-7bd6-4e4e-9bb3-a64f95bc9ed8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758ed817-7bd6-4e4e-9bb3-a64f95bc9ed8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436242256237950283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758ed817-7bd6-4e4e-9bb3-a64f95bc9ed8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a9b44c-2a11-4be0-a43b-fd9ca5f6f0c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a9b44c-2a11-4be0-a43b-fd9ca5f6f0c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526775111242070584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f8c652-4dff-4805-946d-87c17f0e14c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 546185fc-0eaf-4e0a-888a-fcfcb3ea1b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546185fc-0eaf-4e0a-888a-fcfcb3ea1b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736500078640178337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a9b44c-2a11-4be0-a43b-fd9ca5f6f0c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd7e619-1a6c-425c-ac4b-7a35c7748379, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd7e619-1a6c-425c-ac4b-7a35c7748379, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10998923421347738268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546185fc-0eaf-4e0a-888a-fcfcb3ea1b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6f137cc-b0e3-4f9c-85b7-e4ed14fcd8b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6f137cc-b0e3-4f9c-85b7-e4ed14fcd8b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338739345322414378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6f137cc-b0e3-4f9c-85b7-e4ed14fcd8b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63b46018-f4b5-4d56-b441-3723137c0b41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b46018-f4b5-4d56-b441-3723137c0b41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766702501700785480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b46018-f4b5-4d56-b441-3723137c0b41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b9be001-8c43-4f95-b6d9-3bd630f81459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9be001-8c43-4f95-b6d9-3bd630f81459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12049677463780995000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd7e619-1a6c-425c-ac4b-7a35c7748379, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c150924-569c-4ba6-918e-02c16019ca53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c150924-569c-4ba6-918e-02c16019ca53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17051338777796711149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9be001-8c43-4f95-b6d9-3bd630f81459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e318005-e081-43b3-b819-9b2ef8e107fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e318005-e081-43b3-b819-9b2ef8e107fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1800885112601808151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c150924-569c-4ba6-918e-02c16019ca53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d83c04-4b2c-4bfa-86be-b61cef88fb9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d83c04-4b2c-4bfa-86be-b61cef88fb9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1314333555086021933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e318005-e081-43b3-b819-9b2ef8e107fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a6ea55-d233-49d6-a877-b582e3de40c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a6ea55-d233-49d6-a877-b582e3de40c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1550387401152031373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d83c04-4b2c-4bfa-86be-b61cef88fb9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae299fd0-b1e1-4afb-ab21-e3c380323f1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae299fd0-b1e1-4afb-ab21-e3c380323f1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 261944662711921506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a6ea55-d233-49d6-a877-b582e3de40c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e45a4d-50e9-4ec3-9a41-356df270c616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e45a4d-50e9-4ec3-9a41-356df270c616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202626314101224805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e45a4d-50e9-4ec3-9a41-356df270c616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0432e3e-5217-4f49-947e-b50d50d6f867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae299fd0-b1e1-4afb-ab21-e3c380323f1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c2dd0f1-1252-43cc-98df-e126063facae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2dd0f1-1252-43cc-98df-e126063facae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258045441139327650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0432e3e-5217-4f49-947e-b50d50d6f867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14734688597443995921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0432e3e-5217-4f49-947e-b50d50d6f867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c4dbd04-797f-412d-bae6-5724add35985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4dbd04-797f-412d-bae6-5724add35985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14089797250104990070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2dd0f1-1252-43cc-98df-e126063facae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdc42acc-3349-4c94-82fc-fe25db2c2692, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc42acc-3349-4c94-82fc-fe25db2c2692, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709681052121338298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4dbd04-797f-412d-bae6-5724add35985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c4cac7a-66ab-475a-a903-c78036540cd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4cac7a-66ab-475a-a903-c78036540cd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4888008039106157773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc42acc-3349-4c94-82fc-fe25db2c2692, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 534fbc9b-7e5f-4afb-a55d-c8249a9adb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534fbc9b-7e5f-4afb-a55d-c8249a9adb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16871868261261377365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4cac7a-66ab-475a-a903-c78036540cd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0c041b-b25b-480a-b881-ab4a09062c41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0c041b-b25b-480a-b881-ab4a09062c41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13787946072290929739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534fbc9b-7e5f-4afb-a55d-c8249a9adb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d20cf0a7-3855-4071-8e62-b971a231fea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d20cf0a7-3855-4071-8e62-b971a231fea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471759101735871130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0c041b-b25b-480a-b881-ab4a09062c41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6d6477-069c-4167-b6e8-82a3501c92ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6d6477-069c-4167-b6e8-82a3501c92ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995613721207936398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d20cf0a7-3855-4071-8e62-b971a231fea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348d8314-7372-4239-9384-db24b3398003, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348d8314-7372-4239-9384-db24b3398003, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7297723106467422380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6d6477-069c-4167-b6e8-82a3501c92ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a2a23cf-228e-4d7f-9235-d7be8d96734a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2a23cf-228e-4d7f-9235-d7be8d96734a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417890287759883431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348d8314-7372-4239-9384-db24b3398003, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2a23cf-228e-4d7f-9235-d7be8d96734a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caf4a840-cd63-409c-8a10-45e28b0d734f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb7b576-fa71-4339-80b1-b7f459f13264, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf4a840-cd63-409c-8a10-45e28b0d734f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9516174543147936124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb7b576-fa71-4339-80b1-b7f459f13264, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643018859892296500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf4a840-cd63-409c-8a10-45e28b0d734f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb7b576-fa71-4339-80b1-b7f459f13264, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e059e5f4-e639-4d1b-91f4-a5c17b4334a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e059e5f4-e639-4d1b-91f4-a5c17b4334a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6997488685119965016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c349b76d-3e95-449d-a0ca-867fae1a44ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c349b76d-3e95-449d-a0ca-867fae1a44ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6904117632834845808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e059e5f4-e639-4d1b-91f4-a5c17b4334a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01ea6a1b-a0a1-4364-95b9-6c240e3aa7a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ea6a1b-a0a1-4364-95b9-6c240e3aa7a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11735799443615861387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c349b76d-3e95-449d-a0ca-867fae1a44ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf429b8f-b1a0-4d92-b736-6098158a20a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf429b8f-b1a0-4d92-b736-6098158a20a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208449019994315021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ea6a1b-a0a1-4364-95b9-6c240e3aa7a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 551f7c99-a7dc-4bda-b56d-af48712e70f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 551f7c99-a7dc-4bda-b56d-af48712e70f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896682794353639985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf429b8f-b1a0-4d92-b736-6098158a20a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6707243f-aa35-4d8d-9f2d-5c2415c2e8e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6707243f-aa35-4d8d-9f2d-5c2415c2e8e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9137211919972947549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 551f7c99-a7dc-4bda-b56d-af48712e70f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99a1e7c1-0861-43da-b4e3-cf4afc923768, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a1e7c1-0861-43da-b4e3-cf4afc923768, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6650394061638438998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6707243f-aa35-4d8d-9f2d-5c2415c2e8e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc2ff2db-8c7c-4d37-bf07-d4950725f005, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2ff2db-8c7c-4d37-bf07-d4950725f005, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279356069446903784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a1e7c1-0861-43da-b4e3-cf4afc923768, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2ff2db-8c7c-4d37-bf07-d4950725f005, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b62660ef-5620-464e-afc8-3cf6189dfa26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62660ef-5620-464e-afc8-3cf6189dfa26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786874646440594277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a27bf14-9254-4d01-b228-66be7e5c97f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a27bf14-9254-4d01-b228-66be7e5c97f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8262459020012225072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62660ef-5620-464e-afc8-3cf6189dfa26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78521db3-e8a6-42c1-9199-39bece422c1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78521db3-e8a6-42c1-9199-39bece422c1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16638313197395302125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a27bf14-9254-4d01-b228-66be7e5c97f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21ab8a0-dbce-48b7-b036-58ea3a0a016f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21ab8a0-dbce-48b7-b036-58ea3a0a016f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422469403020850044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78521db3-e8a6-42c1-9199-39bece422c1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81e9b89e-42b9-4005-99a4-be367fe274be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e9b89e-42b9-4005-99a4-be367fe274be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 602411804439454248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21ab8a0-dbce-48b7-b036-58ea3a0a016f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04cb04f8-013c-4b1f-9bfc-5639a46879b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04cb04f8-013c-4b1f-9bfc-5639a46879b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566593752443041365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e9b89e-42b9-4005-99a4-be367fe274be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41fade1d-20c2-4c92-8708-d35469e159bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fade1d-20c2-4c92-8708-d35469e159bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3857303967948706531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04cb04f8-013c-4b1f-9bfc-5639a46879b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4940a05f-913d-4b80-878b-4aba0fb2204d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4940a05f-913d-4b80-878b-4aba0fb2204d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15927951458769095256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fade1d-20c2-4c92-8708-d35469e159bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4940a05f-913d-4b80-878b-4aba0fb2204d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad89d6ad-3aa5-4d46-b0b0-955ecbe2e3a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad89d6ad-3aa5-4d46-b0b0-955ecbe2e3a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4549259681112850403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d47acf-7ba6-4ef6-8f60-f8abdc2b2cf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad89d6ad-3aa5-4d46-b0b0-955ecbe2e3a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 115e33ec-d26a-437b-81f5-e1abb34ac424, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d47acf-7ba6-4ef6-8f60-f8abdc2b2cf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765052437261099930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115e33ec-d26a-437b-81f5-e1abb34ac424, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15628896225821695576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115e33ec-d26a-437b-81f5-e1abb34ac424, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 388d67d8-86bd-4f2c-bbb5-3eaa563adc21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 388d67d8-86bd-4f2c-bbb5-3eaa563adc21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364983664841322469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d47acf-7ba6-4ef6-8f60-f8abdc2b2cf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a259e664-af53-4b16-ab14-3bb6177efa77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a259e664-af53-4b16-ab14-3bb6177efa77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 820880325262069789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 388d67d8-86bd-4f2c-bbb5-3eaa563adc21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef5e1d41-3f2f-4d56-abda-7f803f6dc8f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef5e1d41-3f2f-4d56-abda-7f803f6dc8f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17683021355474492876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a259e664-af53-4b16-ab14-3bb6177efa77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe904f2c-f609-4490-a947-b4cac2385479, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe904f2c-f609-4490-a947-b4cac2385479, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7906800112007567470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef5e1d41-3f2f-4d56-abda-7f803f6dc8f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82231ef0-0c4f-4349-b14a-5f71ca8b89d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82231ef0-0c4f-4349-b14a-5f71ca8b89d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15515805937100751599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe904f2c-f609-4490-a947-b4cac2385479, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efb7cb38-6dfd-4d64-b816-5336baaca24e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb7cb38-6dfd-4d64-b816-5336baaca24e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9740410653800362876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82231ef0-0c4f-4349-b14a-5f71ca8b89d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7739b70d-36b5-4240-83b0-d01875541ace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7739b70d-36b5-4240-83b0-d01875541ace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16553790473724570162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb7cb38-6dfd-4d64-b816-5336baaca24e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8372c2dd-5e37-442b-b880-66b0b4230f56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8372c2dd-5e37-442b-b880-66b0b4230f56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7399843909320545164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7739b70d-36b5-4240-83b0-d01875541ace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45613fbf-8d19-4677-8485-8c3c38b000b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45613fbf-8d19-4677-8485-8c3c38b000b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100228268918207984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8372c2dd-5e37-442b-b880-66b0b4230f56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d071d0-ddb0-416b-86fa-2dc0ae0ca47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45613fbf-8d19-4677-8485-8c3c38b000b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d071d0-ddb0-416b-86fa-2dc0ae0ca47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18286768331307764467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2150401f-0a3c-4746-a771-cb0c6c20ae9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2150401f-0a3c-4746-a771-cb0c6c20ae9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7925495899339920082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d071d0-ddb0-416b-86fa-2dc0ae0ca47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1edfced-8df1-48a5-b9b1-f5434b748ce8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1edfced-8df1-48a5-b9b1-f5434b748ce8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926311076874721183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2150401f-0a3c-4746-a771-cb0c6c20ae9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d46367c-e99d-42e0-81ca-108d1ac81a35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d46367c-e99d-42e0-81ca-108d1ac81a35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18409768670546993689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1edfced-8df1-48a5-b9b1-f5434b748ce8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451e3753-6a47-4680-ae82-917b41fc777a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451e3753-6a47-4680-ae82-917b41fc777a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820169020586210554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d46367c-e99d-42e0-81ca-108d1ac81a35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc4d6c69-6656-4dec-9dd6-1183c53ac16e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4d6c69-6656-4dec-9dd6-1183c53ac16e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5082655104638683507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451e3753-6a47-4680-ae82-917b41fc777a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d31f97cb-8dff-4a43-841c-2b1fc960f1fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d31f97cb-8dff-4a43-841c-2b1fc960f1fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10276121410092542095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4d6c69-6656-4dec-9dd6-1183c53ac16e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec2d52cf-73c5-4a29-8237-84b89512ed26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2d52cf-73c5-4a29-8237-84b89512ed26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17174665264730470662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d31f97cb-8dff-4a43-841c-2b1fc960f1fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70cc90b3-1c5d-4ff8-82bd-85c06447431f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70cc90b3-1c5d-4ff8-82bd-85c06447431f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2850516021839447235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2d52cf-73c5-4a29-8237-84b89512ed26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c950cbea-28e2-493f-ba33-f3ceed817ad1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c950cbea-28e2-493f-ba33-f3ceed817ad1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080669646722207778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70cc90b3-1c5d-4ff8-82bd-85c06447431f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401654f2-533c-477e-bae5-4d6d92de0362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401654f2-533c-477e-bae5-4d6d92de0362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4523662501277158162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c950cbea-28e2-493f-ba33-f3ceed817ad1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bc54ae4-4d53-4605-9788-041f4afd2c2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc54ae4-4d53-4605-9788-041f4afd2c2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468716135700352541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401654f2-533c-477e-bae5-4d6d92de0362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7b4ac72-3be9-4d18-925e-2193fcf3ab0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b4ac72-3be9-4d18-925e-2193fcf3ab0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13120546698663935154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc54ae4-4d53-4605-9788-041f4afd2c2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41954378-a0b9-4f84-986c-46898ccd4b43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41954378-a0b9-4f84-986c-46898ccd4b43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598228260999489844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b4ac72-3be9-4d18-925e-2193fcf3ab0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c82fa5aa-9ee2-4c05-8cd0-bfc267955d73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82fa5aa-9ee2-4c05-8cd0-bfc267955d73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012409691390228147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41954378-a0b9-4f84-986c-46898ccd4b43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82fa5aa-9ee2-4c05-8cd0-bfc267955d73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 758574c5-ade6-484c-8f8c-7aa6b166b798, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851f5af1-8aaf-4633-82cc-76e632e953c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851f5af1-8aaf-4633-82cc-76e632e953c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16660970544000325574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758574c5-ade6-484c-8f8c-7aa6b166b798, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911912779377168157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851f5af1-8aaf-4633-82cc-76e632e953c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758574c5-ade6-484c-8f8c-7aa6b166b798, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc8e0b7-b105-45b8-bc22-be1e72dd42d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc8e0b7-b105-45b8-bc22-be1e72dd42d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7747245164466211799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 003c9fa3-df9e-4456-9450-dc81944cb8fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 003c9fa3-df9e-4456-9450-dc81944cb8fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8687389845920847600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc8e0b7-b105-45b8-bc22-be1e72dd42d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 003c9fa3-df9e-4456-9450-dc81944cb8fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 930e2857-6d38-496f-ad95-ea59993a1871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b73e778e-4ca7-4e51-a913-f483da54d2c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73e778e-4ca7-4e51-a913-f483da54d2c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17827606043852244904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930e2857-6d38-496f-ad95-ea59993a1871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298731011509583030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930e2857-6d38-496f-ad95-ea59993a1871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5be355f-b0c5-4315-8ec7-5f160ad54358, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73e778e-4ca7-4e51-a913-f483da54d2c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5be355f-b0c5-4315-8ec7-5f160ad54358, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15256287722347120881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dac516e4-19d3-437a-a197-7f92b3bc4d10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dac516e4-19d3-437a-a197-7f92b3bc4d10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9072187155977241810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5be355f-b0c5-4315-8ec7-5f160ad54358, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dac516e4-19d3-437a-a197-7f92b3bc4d10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d828bf6e-c04d-4fd2-ad0e-d00063e38e53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d828bf6e-c04d-4fd2-ad0e-d00063e38e53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505503854909409299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9761ce-e2cb-4311-9a57-51a14e97fe79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9761ce-e2cb-4311-9a57-51a14e97fe79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17431604671509133662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d828bf6e-c04d-4fd2-ad0e-d00063e38e53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aed6900c-3067-43fc-a386-7d53526806ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed6900c-3067-43fc-a386-7d53526806ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15636598970214269907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9761ce-e2cb-4311-9a57-51a14e97fe79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef617109-73cc-4d44-81d6-d8ee77ed96ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef617109-73cc-4d44-81d6-d8ee77ed96ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482022420391309201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed6900c-3067-43fc-a386-7d53526806ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f1254ba-4206-4ec9-8f6b-3ca67c612392, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1254ba-4206-4ec9-8f6b-3ca67c612392, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12243363556119090712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef617109-73cc-4d44-81d6-d8ee77ed96ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54087ba6-c5e4-42e1-aecd-b7a76cb44675, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54087ba6-c5e4-42e1-aecd-b7a76cb44675, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424505351758193812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1254ba-4206-4ec9-8f6b-3ca67c612392, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6bc222-bcc3-4ae2-bbca-afa082df352e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6bc222-bcc3-4ae2-bbca-afa082df352e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462826011999735126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54087ba6-c5e4-42e1-aecd-b7a76cb44675, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adfa67e7-12db-430a-b2c3-ea746883fdc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfa67e7-12db-430a-b2c3-ea746883fdc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924677677815518335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6bc222-bcc3-4ae2-bbca-afa082df352e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c354b3c-5b1a-4e47-ae2f-a2d30ccfcffa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c354b3c-5b1a-4e47-ae2f-a2d30ccfcffa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11949891171726657661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfa67e7-12db-430a-b2c3-ea746883fdc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5f43373-a702-4830-93b3-45353e164c85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f43373-a702-4830-93b3-45353e164c85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8708113297088131425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c354b3c-5b1a-4e47-ae2f-a2d30ccfcffa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f43373-a702-4830-93b3-45353e164c85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09ba5e95-1ed2-4ebd-9ecd-ee0f54d6e126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ba5e95-1ed2-4ebd-9ecd-ee0f54d6e126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2121217310989353687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 997f4a09-3cda-4243-8be4-47ff54cc79b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997f4a09-3cda-4243-8be4-47ff54cc79b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047504727813230210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ba5e95-1ed2-4ebd-9ecd-ee0f54d6e126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adce7a61-1e89-49ff-b158-eece103242cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adce7a61-1e89-49ff-b158-eece103242cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5684648714559172481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997f4a09-3cda-4243-8be4-47ff54cc79b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d696a1f-989e-468e-a922-bda0402621c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d696a1f-989e-468e-a922-bda0402621c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1271751456923836925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adce7a61-1e89-49ff-b158-eece103242cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85c31370-0989-4381-9c1f-b41dff572315, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c31370-0989-4381-9c1f-b41dff572315, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15287977841591625456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d696a1f-989e-468e-a922-bda0402621c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a911db4a-ee6c-449b-a13a-f8081a14bac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a911db4a-ee6c-449b-a13a-f8081a14bac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16111739839757305695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c31370-0989-4381-9c1f-b41dff572315, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5478ed01-f0c9-4e62-a648-97e2ea915288, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5478ed01-f0c9-4e62-a648-97e2ea915288, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14389173954795839167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a911db4a-ee6c-449b-a13a-f8081a14bac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0728268e-4b08-4e0b-ab86-a7ded929f794, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0728268e-4b08-4e0b-ab86-a7ded929f794, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187666254679162149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5478ed01-f0c9-4e62-a648-97e2ea915288, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae1dd7d9-fb51-4f52-9268-b2403ea8585c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0728268e-4b08-4e0b-ab86-a7ded929f794, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a791c884-3f0d-492a-825b-33142e577696, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a791c884-3f0d-492a-825b-33142e577696, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200390138380123023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1dd7d9-fb51-4f52-9268-b2403ea8585c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17126809313829052729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a791c884-3f0d-492a-825b-33142e577696, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72a389ad-6236-4137-adb9-1c3caf834ee1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a389ad-6236-4137-adb9-1c3caf834ee1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16911608639724330392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1dd7d9-fb51-4f52-9268-b2403ea8585c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0d85d0f-e1ac-4c10-99f5-83cb238628ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d85d0f-e1ac-4c10-99f5-83cb238628ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183456867383814592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d85d0f-e1ac-4c10-99f5-83cb238628ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe7720f-a6e4-4b9b-b1e2-ef82f78e8bf2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe7720f-a6e4-4b9b-b1e2-ef82f78e8bf2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253230058701291435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a389ad-6236-4137-adb9-1c3caf834ee1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba0828bb-0385-46c9-ad3f-cf87c5752fe2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0828bb-0385-46c9-ad3f-cf87c5752fe2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10913576133134944645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe7720f-a6e4-4b9b-b1e2-ef82f78e8bf2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e530174d-3cdf-4cd1-a935-c10aa59d9214, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e530174d-3cdf-4cd1-a935-c10aa59d9214, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5132517158928117600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0828bb-0385-46c9-ad3f-cf87c5752fe2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a48934fe-0a14-4f7c-a57b-34b8ae707757, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48934fe-0a14-4f7c-a57b-34b8ae707757, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815899011050920416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e530174d-3cdf-4cd1-a935-c10aa59d9214, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36ea67d3-ce92-4ccd-b370-f5cbaf364c9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48934fe-0a14-4f7c-a57b-34b8ae707757, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75578592-e9b6-4847-b0ca-6f516bb515bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75578592-e9b6-4847-b0ca-6f516bb515bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14518874896761076580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ea67d3-ce92-4ccd-b370-f5cbaf364c9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2073294544256877064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75578592-e9b6-4847-b0ca-6f516bb515bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ea67d3-ce92-4ccd-b370-f5cbaf364c9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae499bff-35eb-4c42-a14d-846e1452d879, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae499bff-35eb-4c42-a14d-846e1452d879, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6333921817532282394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdff71d-7068-4c04-a070-ea279542d59a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae499bff-35eb-4c42-a14d-846e1452d879, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdff71d-7068-4c04-a070-ea279542d59a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2831924772409117449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad0a7f4-5b21-48f9-9720-63123f9f9de9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad0a7f4-5b21-48f9-9720-63123f9f9de9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695787050942094932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdff71d-7068-4c04-a070-ea279542d59a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13ebc628-87e6-442e-a106-acab2dabf1c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad0a7f4-5b21-48f9-9720-63123f9f9de9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a104b047-6161-4994-b350-c822c0d5a485, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a104b047-6161-4994-b350-c822c0d5a485, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082789988542675838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ebc628-87e6-442e-a106-acab2dabf1c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9550000964612560717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ebc628-87e6-442e-a106-acab2dabf1c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b88a6e2-82ab-43a7-9d7e-972668187648, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b88a6e2-82ab-43a7-9d7e-972668187648, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381999104023455966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a104b047-6161-4994-b350-c822c0d5a485, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5544de99-5777-4d91-b075-7a86865c3be5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5544de99-5777-4d91-b075-7a86865c3be5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14433503359104289862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b88a6e2-82ab-43a7-9d7e-972668187648, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a6a41c1-8827-461a-be65-4abf0be16df0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6a41c1-8827-461a-be65-4abf0be16df0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11238472426545059664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5544de99-5777-4d91-b075-7a86865c3be5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6b8dcd-1139-4e58-81d0-383f2780cf52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6b8dcd-1139-4e58-81d0-383f2780cf52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9750622430348447083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6a41c1-8827-461a-be65-4abf0be16df0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62dc754a-75e9-4919-8a7d-ad20b78870e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dc754a-75e9-4919-8a7d-ad20b78870e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3357911537137386611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dc754a-75e9-4919-8a7d-ad20b78870e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3757e2aa-8a68-4db1-88ec-3c4aac9e21fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3757e2aa-8a68-4db1-88ec-3c4aac9e21fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662640840875755852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6b8dcd-1139-4e58-81d0-383f2780cf52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 316edc12-c855-43b1-8d24-19768192592a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316edc12-c855-43b1-8d24-19768192592a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7698114559361398779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3757e2aa-8a68-4db1-88ec-3c4aac9e21fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca3ae170-e9b0-4335-aa2d-bc2ff608d2a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3ae170-e9b0-4335-aa2d-bc2ff608d2a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10935080892434923976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316edc12-c855-43b1-8d24-19768192592a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835b8a73-2ddc-4e79-9362-02e596be8bea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835b8a73-2ddc-4e79-9362-02e596be8bea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5990675219521149439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3ae170-e9b0-4335-aa2d-bc2ff608d2a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3902e316-d0f2-4fe9-b4a9-be504604b7b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3902e316-d0f2-4fe9-b4a9-be504604b7b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4721414018856142058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835b8a73-2ddc-4e79-9362-02e596be8bea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e07986b-6ee5-4afb-882f-49a7a5aaf79c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3902e316-d0f2-4fe9-b4a9-be504604b7b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b4c17a-f09e-495e-adcb-27266fec8c20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b4c17a-f09e-495e-adcb-27266fec8c20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8125094401735572189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e07986b-6ee5-4afb-882f-49a7a5aaf79c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6050240095375524114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b4c17a-f09e-495e-adcb-27266fec8c20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e07986b-6ee5-4afb-882f-49a7a5aaf79c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff900c4b-8cb7-4b41-9a60-a6d3814fc522, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60b119e4-8e0c-402b-9060-292618747954, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff900c4b-8cb7-4b41-9a60-a6d3814fc522, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13551725482076603811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b119e4-8e0c-402b-9060-292618747954, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656233342328902186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff900c4b-8cb7-4b41-9a60-a6d3814fc522, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 009982e8-a582-40bb-a09b-84aa1acf554e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009982e8-a582-40bb-a09b-84aa1acf554e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14651208356925233558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b119e4-8e0c-402b-9060-292618747954, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b6a47f-b986-4a33-8698-5c4a1b1b9a75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b6a47f-b986-4a33-8698-5c4a1b1b9a75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262335203362115552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009982e8-a582-40bb-a09b-84aa1acf554e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cfc0fa1-cc8d-462d-875c-ada1ac5413cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfc0fa1-cc8d-462d-875c-ada1ac5413cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9941695737495104540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b6a47f-b986-4a33-8698-5c4a1b1b9a75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c213e3f5-2087-4080-9a51-19615302872d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c213e3f5-2087-4080-9a51-19615302872d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 688271777655599334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfc0fa1-cc8d-462d-875c-ada1ac5413cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50ad39b6-db1f-4dfd-a246-5d59efc478fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ad39b6-db1f-4dfd-a246-5d59efc478fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911772278501377245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c213e3f5-2087-4080-9a51-19615302872d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5236c4-f96a-4e42-80d4-9bbaa75ffed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5236c4-f96a-4e42-80d4-9bbaa75ffed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4855947738399145488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ad39b6-db1f-4dfd-a246-5d59efc478fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e46d6f-6d40-4ac5-9484-22ce42db5941, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e46d6f-6d40-4ac5-9484-22ce42db5941, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8400644427209124262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5236c4-f96a-4e42-80d4-9bbaa75ffed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e85dd4-b2b8-4ccb-9c43-104323926771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e85dd4-b2b8-4ccb-9c43-104323926771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8664788308435583048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e85dd4-b2b8-4ccb-9c43-104323926771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06553826-f4f4-43cb-86fd-020f9ef7ee87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06553826-f4f4-43cb-86fd-020f9ef7ee87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18161513133061980101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e46d6f-6d40-4ac5-9484-22ce42db5941, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f82d90bc-9a11-4060-b8fd-b4bab57542f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82d90bc-9a11-4060-b8fd-b4bab57542f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16388250231710568005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06553826-f4f4-43cb-86fd-020f9ef7ee87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5cda2a1-5e47-4e7f-9864-d0163d3738f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5cda2a1-5e47-4e7f-9864-d0163d3738f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1339889229779803382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82d90bc-9a11-4060-b8fd-b4bab57542f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa15984-aa46-4a80-9bf0-b185144c820b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa15984-aa46-4a80-9bf0-b185144c820b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17359907142856203684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5cda2a1-5e47-4e7f-9864-d0163d3738f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd80ba5-ea2a-4c11-ba7d-6c09deb1c995, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd80ba5-ea2a-4c11-ba7d-6c09deb1c995, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12921869402132501526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa15984-aa46-4a80-9bf0-b185144c820b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a7c6e9-e612-411c-8b28-aa7436eb339e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a7c6e9-e612-411c-8b28-aa7436eb339e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10726924259099143754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd80ba5-ea2a-4c11-ba7d-6c09deb1c995, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb494599-a4aa-4699-b1f3-5e49c6349254, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb494599-a4aa-4699-b1f3-5e49c6349254, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2961070469842744436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a7c6e9-e612-411c-8b28-aa7436eb339e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63ecbf4d-e758-4af6-9028-47e7c1b8c0dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ecbf4d-e758-4af6-9028-47e7c1b8c0dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4316921372127507700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb494599-a4aa-4699-b1f3-5e49c6349254, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79334b3e-9ba9-4ddf-9434-de63b1c5c79c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79334b3e-9ba9-4ddf-9434-de63b1c5c79c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568140463715786799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ecbf4d-e758-4af6-9028-47e7c1b8c0dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24754f7b-330e-4390-8652-d8394022a4d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24754f7b-330e-4390-8652-d8394022a4d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 995448533446280686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79334b3e-9ba9-4ddf-9434-de63b1c5c79c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 391c8c26-bd76-4655-af81-c9f2df1c62e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 391c8c26-bd76-4655-af81-c9f2df1c62e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2739682855729779514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24754f7b-330e-4390-8652-d8394022a4d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568d3940-c248-49ca-9cce-43f35748aece, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568d3940-c248-49ca-9cce-43f35748aece, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17324067384007155001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 391c8c26-bd76-4655-af81-c9f2df1c62e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e142d025-4070-4d58-b021-e726d17f7736, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e142d025-4070-4d58-b021-e726d17f7736, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217197392879362217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568d3940-c248-49ca-9cce-43f35748aece, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 743ca87d-565a-416e-8c23-80729119182b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 743ca87d-565a-416e-8c23-80729119182b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13087052368028629644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e142d025-4070-4d58-b021-e726d17f7736, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253a775d-afd5-479d-93e7-e6badc86d9cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253a775d-afd5-479d-93e7-e6badc86d9cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401890738170289516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 743ca87d-565a-416e-8c23-80729119182b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49d410fc-f66b-4105-b3d6-6945134ff0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49d410fc-f66b-4105-b3d6-6945134ff0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 236996133393488176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253a775d-afd5-479d-93e7-e6badc86d9cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 953b5230-0c77-4b3b-960b-551d5e9df779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953b5230-0c77-4b3b-960b-551d5e9df779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428181258688377755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49d410fc-f66b-4105-b3d6-6945134ff0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a1d0bc8-9a7d-4b43-b5aa-7253567209d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1d0bc8-9a7d-4b43-b5aa-7253567209d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16013165721357989355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953b5230-0c77-4b3b-960b-551d5e9df779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 807ea1b7-3def-44ec-b300-6645b149dfec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807ea1b7-3def-44ec-b300-6645b149dfec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7938085508674735180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1d0bc8-9a7d-4b43-b5aa-7253567209d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c5aee0d-a5c5-4721-939c-5d805d8e70e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5aee0d-a5c5-4721-939c-5d805d8e70e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11064776667724992660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807ea1b7-3def-44ec-b300-6645b149dfec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f9db92e-f029-4283-a881-1599b85ca71e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9db92e-f029-4283-a881-1599b85ca71e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18337886416422118522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5aee0d-a5c5-4721-939c-5d805d8e70e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9db92e-f029-4283-a881-1599b85ca71e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9796d04-02d7-4e50-b543-ef9a5e0ccb39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9796d04-02d7-4e50-b543-ef9a5e0ccb39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13666894254312256919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d4044b6-4da1-4431-9732-5a61a6351242, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d4044b6-4da1-4431-9732-5a61a6351242, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135148938407376465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9796d04-02d7-4e50-b543-ef9a5e0ccb39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d4044b6-4da1-4431-9732-5a61a6351242, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f80f6e-e678-4c48-b4c8-f5b1f54023f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c212e72-33e4-43b0-8b75-cb3f24332299, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c212e72-33e4-43b0-8b75-cb3f24332299, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12399352689629034250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f80f6e-e678-4c48-b4c8-f5b1f54023f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2154368020861549603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c212e72-33e4-43b0-8b75-cb3f24332299, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a501d7-2e5e-48d1-a261-39560e8213d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a501d7-2e5e-48d1-a261-39560e8213d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6877108139448815982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f80f6e-e678-4c48-b4c8-f5b1f54023f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d12e46e-f905-4c73-ab22-3b2f2123af0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d12e46e-f905-4c73-ab22-3b2f2123af0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14932798356556993480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d12e46e-f905-4c73-ab22-3b2f2123af0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebefec96-301a-41f9-87d2-b1a2232f9790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebefec96-301a-41f9-87d2-b1a2232f9790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453542658076501814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a501d7-2e5e-48d1-a261-39560e8213d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4050a2ab-4a14-4996-90dc-212b3998e81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4050a2ab-4a14-4996-90dc-212b3998e81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5085858281918348319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebefec96-301a-41f9-87d2-b1a2232f9790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c98cffe-ed49-4fd1-add4-2730821cdebf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c98cffe-ed49-4fd1-add4-2730821cdebf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7155321331356821313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4050a2ab-4a14-4996-90dc-212b3998e81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6771c1ad-addc-45ac-9215-6459a7bdcda5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6771c1ad-addc-45ac-9215-6459a7bdcda5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11795615136381728060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c98cffe-ed49-4fd1-add4-2730821cdebf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2929092a-6360-4087-8e5a-a32b8d8ed39d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2929092a-6360-4087-8e5a-a32b8d8ed39d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14691856459328423395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6771c1ad-addc-45ac-9215-6459a7bdcda5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a9249f-cdd3-4250-bfd1-d7205ecc3859, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a9249f-cdd3-4250-bfd1-d7205ecc3859, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3869943738789378786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2929092a-6360-4087-8e5a-a32b8d8ed39d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa29f5c-ced8-4689-b7ca-fe9706bbceff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa29f5c-ced8-4689-b7ca-fe9706bbceff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098185435467468863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a9249f-cdd3-4250-bfd1-d7205ecc3859, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389615d0-1ea4-4f72-8d37-7cc020e4e2de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389615d0-1ea4-4f72-8d37-7cc020e4e2de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7758501732835942293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389615d0-1ea4-4f72-8d37-7cc020e4e2de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a4b700-d064-49a3-ba67-777f03d7b417, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a4b700-d064-49a3-ba67-777f03d7b417, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867545092662800103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa29f5c-ced8-4689-b7ca-fe9706bbceff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c529db8e-28a9-4835-a4d8-a8fa6862bf5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c529db8e-28a9-4835-a4d8-a8fa6862bf5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7726467954933066680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a4b700-d064-49a3-ba67-777f03d7b417, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08be18b-aae4-41ea-83b9-909cff605e64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08be18b-aae4-41ea-83b9-909cff605e64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521372943769574152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c529db8e-28a9-4835-a4d8-a8fa6862bf5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d788c95-d3be-4fb0-b3a3-3718c33d6ca8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d788c95-d3be-4fb0-b3a3-3718c33d6ca8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16704940749174135373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08be18b-aae4-41ea-83b9-909cff605e64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10b65568-dc21-47fb-aada-cd1130f41aad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b65568-dc21-47fb-aada-cd1130f41aad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 385025201067232761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d788c95-d3be-4fb0-b3a3-3718c33d6ca8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7141a7-8732-4304-943f-eea9c72deffa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7141a7-8732-4304-943f-eea9c72deffa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946616143594870947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b65568-dc21-47fb-aada-cd1130f41aad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b20a07e-bb0f-4dd8-be8d-5897321e6ca9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b20a07e-bb0f-4dd8-be8d-5897321e6ca9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4803672800264968855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7141a7-8732-4304-943f-eea9c72deffa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6400f97-bc68-45bd-96c0-1c80ec5b49e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6400f97-bc68-45bd-96c0-1c80ec5b49e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013788546429202419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b20a07e-bb0f-4dd8-be8d-5897321e6ca9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a25c7086-da28-4560-86fc-263004b72e0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25c7086-da28-4560-86fc-263004b72e0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4653701513958690379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6400f97-bc68-45bd-96c0-1c80ec5b49e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3be14079-1f38-4ac0-ae0a-413457d8fd33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be14079-1f38-4ac0-ae0a-413457d8fd33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5605658052785010066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25c7086-da28-4560-86fc-263004b72e0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5bb6aa9-a343-4ce1-a3c8-4ca0b28574b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5bb6aa9-a343-4ce1-a3c8-4ca0b28574b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18426555491200199619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be14079-1f38-4ac0-ae0a-413457d8fd33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df1a0ae4-0c14-498f-9eed-e0cc6dfcaeab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1a0ae4-0c14-498f-9eed-e0cc6dfcaeab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3802736048140795227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5bb6aa9-a343-4ce1-a3c8-4ca0b28574b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 976279e7-d2d0-4da9-b8b6-04e117f92702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976279e7-d2d0-4da9-b8b6-04e117f92702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5246015988885354991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1a0ae4-0c14-498f-9eed-e0cc6dfcaeab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b541fd-3968-40c5-8e7b-14ae2899e880, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b541fd-3968-40c5-8e7b-14ae2899e880, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15592003682132933889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976279e7-d2d0-4da9-b8b6-04e117f92702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df959659-8dcd-49df-bd4e-2d603bbfdeb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df959659-8dcd-49df-bd4e-2d603bbfdeb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951802971592433740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b541fd-3968-40c5-8e7b-14ae2899e880, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844a0664-30b5-4a96-b884-6dfdca6d9cd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844a0664-30b5-4a96-b884-6dfdca6d9cd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3575135033927718900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df959659-8dcd-49df-bd4e-2d603bbfdeb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37e71401-6873-4368-a112-355e4e88d758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e71401-6873-4368-a112-355e4e88d758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159857522768648139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844a0664-30b5-4a96-b884-6dfdca6d9cd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28214778-9335-4aef-b010-c9598e0f27bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28214778-9335-4aef-b010-c9598e0f27bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10006845238507471766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e71401-6873-4368-a112-355e4e88d758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b59bd230-a912-4722-a49c-57be609697e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59bd230-a912-4722-a49c-57be609697e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277870100337424109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28214778-9335-4aef-b010-c9598e0f27bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0203d28-348c-46ef-9dd3-3c880a177e4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0203d28-348c-46ef-9dd3-3c880a177e4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7811395594564477194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59bd230-a912-4722-a49c-57be609697e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65de0996-b433-4811-a979-6639d71779c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65de0996-b433-4811-a979-6639d71779c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7199378879374800474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0203d28-348c-46ef-9dd3-3c880a177e4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a9dda1-9941-4093-a951-230429ef8af9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a9dda1-9941-4093-a951-230429ef8af9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556841095514472384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65de0996-b433-4811-a979-6639d71779c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36efbd7f-5e27-40ae-9454-14881c82f1ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36efbd7f-5e27-40ae-9454-14881c82f1ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4671673426624814352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a9dda1-9941-4093-a951-230429ef8af9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f0c2d2-ea4f-4224-85d3-d5f5cc6bb0a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f0c2d2-ea4f-4224-85d3-d5f5cc6bb0a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123322890205770657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36efbd7f-5e27-40ae-9454-14881c82f1ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f684e29-4ef5-4a8e-a970-d50a09857f0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f684e29-4ef5-4a8e-a970-d50a09857f0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18177448243954016772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f0c2d2-ea4f-4224-85d3-d5f5cc6bb0a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dc05f47-9dae-405a-a364-c2392a8d8da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc05f47-9dae-405a-a364-c2392a8d8da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16634837832459657708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc05f47-9dae-405a-a364-c2392a8d8da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 564f232e-b4f7-44b4-8125-df2f288e2cc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f684e29-4ef5-4a8e-a970-d50a09857f0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31a31d54-7216-492c-8568-2bc56700f42d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564f232e-b4f7-44b4-8125-df2f288e2cc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6943277336433852363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a31d54-7216-492c-8568-2bc56700f42d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949051749124711080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564f232e-b4f7-44b4-8125-df2f288e2cc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a31d54-7216-492c-8568-2bc56700f42d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32949b70-603d-4d17-bccb-edf10ccfb239, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32949b70-603d-4d17-bccb-edf10ccfb239, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4094105475995381885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da79c616-f54c-48f1-97af-a7d0482fbe90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da79c616-f54c-48f1-97af-a7d0482fbe90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11588093939912440215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32949b70-603d-4d17-bccb-edf10ccfb239, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29e7dca7-8a08-4351-810b-848c7c019196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e7dca7-8a08-4351-810b-848c7c019196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13625737727402159963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da79c616-f54c-48f1-97af-a7d0482fbe90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d553f4-1a33-4c3f-b629-6fe1a8fd9129, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d553f4-1a33-4c3f-b629-6fe1a8fd9129, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1053221567199372414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e7dca7-8a08-4351-810b-848c7c019196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deb3e5c3-dd65-4a74-95a2-c83261f0249c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deb3e5c3-dd65-4a74-95a2-c83261f0249c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17912468999474519659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d553f4-1a33-4c3f-b629-6fe1a8fd9129, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984202cb-73f4-4e07-b44b-769235168dda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984202cb-73f4-4e07-b44b-769235168dda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1884164887144244789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deb3e5c3-dd65-4a74-95a2-c83261f0249c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d36e8896-2109-4009-89f8-3f26643c23b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d36e8896-2109-4009-89f8-3f26643c23b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3670210388695254333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984202cb-73f4-4e07-b44b-769235168dda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f55a0e1-9e71-4a92-af56-e977f884c246, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f55a0e1-9e71-4a92-af56-e977f884c246, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6081706377280645105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d36e8896-2109-4009-89f8-3f26643c23b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00d01d27-882f-4292-b74b-84f43b6112e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d01d27-882f-4292-b74b-84f43b6112e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6649952585739369926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f55a0e1-9e71-4a92-af56-e977f884c246, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d01d27-882f-4292-b74b-84f43b6112e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c10ce7b0-60d4-47a0-94bd-df02f66858e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f85a0fe6-75f1-48e9-919c-d334a8a85bde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f85a0fe6-75f1-48e9-919c-d334a8a85bde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028727263167410940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10ce7b0-60d4-47a0-94bd-df02f66858e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3648604656264221651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f85a0fe6-75f1-48e9-919c-d334a8a85bde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e7a0e4-350d-4505-9055-7f4a7f865c2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10ce7b0-60d4-47a0-94bd-df02f66858e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c78be48-fa20-47a5-93d7-37f8336d4e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c78be48-fa20-47a5-93d7-37f8336d4e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080342699547636019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e7a0e4-350d-4505-9055-7f4a7f865c2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313397221815748417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e7a0e4-350d-4505-9055-7f4a7f865c2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57f35f65-10d4-4b84-9833-01dafce3c05e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f35f65-10d4-4b84-9833-01dafce3c05e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391093654703463666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c78be48-fa20-47a5-93d7-37f8336d4e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2535207f-a962-44f4-a814-df3d29ef6b9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f35f65-10d4-4b84-9833-01dafce3c05e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca1d5aa-a4da-4117-936c-13a3b915e76e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca1d5aa-a4da-4117-936c-13a3b915e76e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12739717988945441795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2535207f-a962-44f4-a814-df3d29ef6b9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12754571215631183033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca1d5aa-a4da-4117-936c-13a3b915e76e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c817378-a7e1-4a5c-b5ef-7b37de34698d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c817378-a7e1-4a5c-b5ef-7b37de34698d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16627423347003906157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2535207f-a962-44f4-a814-df3d29ef6b9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4c03fa3-32ce-4170-981e-e9178d795678, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c03fa3-32ce-4170-981e-e9178d795678, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5802491046633738220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c817378-a7e1-4a5c-b5ef-7b37de34698d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef744299-7271-4eaf-9c7a-9337489af198, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef744299-7271-4eaf-9c7a-9337489af198, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16535062835502572974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c03fa3-32ce-4170-981e-e9178d795678, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823d6a56-f309-4b84-bc6a-1ee45cdb256e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823d6a56-f309-4b84-bc6a-1ee45cdb256e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9317056540233177527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef744299-7271-4eaf-9c7a-9337489af198, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cfece6e-60e2-433e-a69f-351873f612af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfece6e-60e2-433e-a69f-351873f612af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7412446906331722296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823d6a56-f309-4b84-bc6a-1ee45cdb256e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1f48eb-a663-4042-bc32-247defc127c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1f48eb-a663-4042-bc32-247defc127c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4709002580532299797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1f48eb-a663-4042-bc32-247defc127c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb919cb-ab21-45af-adbf-85bf8da66ab9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb919cb-ab21-45af-adbf-85bf8da66ab9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029552286850157232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb919cb-ab21-45af-adbf-85bf8da66ab9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01530732-d7a9-4508-8171-e709dd18e480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01530732-d7a9-4508-8171-e709dd18e480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8097277804291229551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfece6e-60e2-433e-a69f-351873f612af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29c221f6-dee4-4107-bcf4-9089cb0c986d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c221f6-dee4-4107-bcf4-9089cb0c986d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9827403177156641917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01530732-d7a9-4508-8171-e709dd18e480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c221f6-dee4-4107-bcf4-9089cb0c986d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be16f57d-9a39-4058-99ae-3f0d3b90b6a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be16f57d-9a39-4058-99ae-3f0d3b90b6a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16688761551639782508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4269f7e0-1a56-4ca7-9f5d-fc038c2f8031, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4269f7e0-1a56-4ca7-9f5d-fc038c2f8031, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5884122011028644037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be16f57d-9a39-4058-99ae-3f0d3b90b6a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e6c6a9-502d-4ecd-8ff9-814a7bfdb0f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e6c6a9-502d-4ecd-8ff9-814a7bfdb0f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 751374427415344418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4269f7e0-1a56-4ca7-9f5d-fc038c2f8031, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8529e5aa-1c6e-4a10-80d2-59874e2f70f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8529e5aa-1c6e-4a10-80d2-59874e2f70f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385763083571296108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e6c6a9-502d-4ecd-8ff9-814a7bfdb0f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed21765e-a705-4292-8165-f72535571b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed21765e-a705-4292-8165-f72535571b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8124985997752981986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8529e5aa-1c6e-4a10-80d2-59874e2f70f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed21765e-a705-4292-8165-f72535571b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faf31aba-36c7-4e53-a2ef-6e0a0035731a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af768bc6-3ce3-49df-88a9-b12bd6081872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf31aba-36c7-4e53-a2ef-6e0a0035731a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922640516511523764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af768bc6-3ce3-49df-88a9-b12bd6081872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8328358890432316790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf31aba-36c7-4e53-a2ef-6e0a0035731a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94823df4-746e-4c92-8e72-c025bc5fce25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94823df4-746e-4c92-8e72-c025bc5fce25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15902555877354431611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af768bc6-3ce3-49df-88a9-b12bd6081872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae464633-58f9-4db8-9863-22eb7a63c356, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae464633-58f9-4db8-9863-22eb7a63c356, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 165684603007890346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94823df4-746e-4c92-8e72-c025bc5fce25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba2ff3d-ae8c-4104-9530-3afcb62160b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba2ff3d-ae8c-4104-9530-3afcb62160b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831867651556955024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae464633-58f9-4db8-9863-22eb7a63c356, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42abfd9b-4a0c-4346-86c0-29ce97a7ff85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42abfd9b-4a0c-4346-86c0-29ce97a7ff85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8760689660827747568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba2ff3d-ae8c-4104-9530-3afcb62160b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42abfd9b-4a0c-4346-86c0-29ce97a7ff85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa7ed078-507b-4dd4-8e51-6018e4044130, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7ed078-507b-4dd4-8e51-6018e4044130, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10717161231033747338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e428b02-a590-4133-98ad-020b6d8b4e20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e428b02-a590-4133-98ad-020b6d8b4e20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956830762034554488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7ed078-507b-4dd4-8e51-6018e4044130, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254405fd-e997-447c-b495-18ce4fa6bb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254405fd-e997-447c-b495-18ce4fa6bb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058748942490016446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e428b02-a590-4133-98ad-020b6d8b4e20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f69f6649-62e4-4948-a87b-dc67c0092ddc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69f6649-62e4-4948-a87b-dc67c0092ddc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046097911712183824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254405fd-e997-447c-b495-18ce4fa6bb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8a0a332-8efd-4bc1-82dc-ae68380ce4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a0a332-8efd-4bc1-82dc-ae68380ce4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5973209386341437215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69f6649-62e4-4948-a87b-dc67c0092ddc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a0a332-8efd-4bc1-82dc-ae68380ce4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fad0894-a12d-450f-99e4-f5bc021a1310, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fad0894-a12d-450f-99e4-f5bc021a1310, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354000150276636816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c9605af-0878-4348-8e35-23ad861717d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9605af-0878-4348-8e35-23ad861717d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549237381981550211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fad0894-a12d-450f-99e4-f5bc021a1310, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 620194af-338a-4c94-ab7e-dd04e784151e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620194af-338a-4c94-ab7e-dd04e784151e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841837506896960359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9605af-0878-4348-8e35-23ad861717d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bfc038d-4953-40f3-9177-95bcef297c9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bfc038d-4953-40f3-9177-95bcef297c9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281451769826271429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620194af-338a-4c94-ab7e-dd04e784151e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc084c61-6fba-4696-9211-024f9fd79dd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc084c61-6fba-4696-9211-024f9fd79dd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14727651823820992682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bfc038d-4953-40f3-9177-95bcef297c9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 196c08e6-cf7f-463b-bd38-948e0e37acee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196c08e6-cf7f-463b-bd38-948e0e37acee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17227956680621279010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc084c61-6fba-4696-9211-024f9fd79dd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3ff5c9-eeeb-4918-a2d6-f24cad151e61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196c08e6-cf7f-463b-bd38-948e0e37acee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3ff5c9-eeeb-4918-a2d6-f24cad151e61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075245544281506778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76636fe6-6c98-4f9d-96c9-9b3b787dfa3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76636fe6-6c98-4f9d-96c9-9b3b787dfa3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209330567107904753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3ff5c9-eeeb-4918-a2d6-f24cad151e61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 723155d7-a7e7-4a91-a941-0790b3f4f502, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723155d7-a7e7-4a91-a941-0790b3f4f502, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734818081300048237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76636fe6-6c98-4f9d-96c9-9b3b787dfa3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 356738fa-e270-4d4e-be16-47d924551aa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356738fa-e270-4d4e-be16-47d924551aa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10933281210847460415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723155d7-a7e7-4a91-a941-0790b3f4f502, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37be1f1c-8eea-43ad-b6c7-5d2a3d6ca0b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37be1f1c-8eea-43ad-b6c7-5d2a3d6ca0b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087738771607939197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356738fa-e270-4d4e-be16-47d924551aa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 934b7e2f-240e-4a58-a27e-482f9155eb36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934b7e2f-240e-4a58-a27e-482f9155eb36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454985647248605793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37be1f1c-8eea-43ad-b6c7-5d2a3d6ca0b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf49d4c-01cc-4dd9-ba6b-453e0f70bb98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf49d4c-01cc-4dd9-ba6b-453e0f70bb98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5214018751086923365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf49d4c-01cc-4dd9-ba6b-453e0f70bb98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba04ba54-900c-4c34-86e1-24207b51d45a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934b7e2f-240e-4a58-a27e-482f9155eb36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba04ba54-900c-4c34-86e1-24207b51d45a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14778144998853437278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9035c38-1264-4e54-af5f-f89d5463ee94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9035c38-1264-4e54-af5f-f89d5463ee94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116134540776202813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba04ba54-900c-4c34-86e1-24207b51d45a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9035c38-1264-4e54-af5f-f89d5463ee94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f79a90c-3026-451a-885a-106065671df7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f79a90c-3026-451a-885a-106065671df7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7835276055431247721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16887bc7-b340-4a01-ba99-6246f26e0db9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16887bc7-b340-4a01-ba99-6246f26e0db9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14839937068495217987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16887bc7-b340-4a01-ba99-6246f26e0db9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06aa5481-202f-4c71-af57-6a8d0df3bd15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aa5481-202f-4c71-af57-6a8d0df3bd15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17405692731889981900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f79a90c-3026-451a-885a-106065671df7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ebb16fa-b08f-4cc3-9b74-e90cf3dee1cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebb16fa-b08f-4cc3-9b74-e90cf3dee1cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17836767183935471241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aa5481-202f-4c71-af57-6a8d0df3bd15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59de3de7-1b61-4a79-b9ee-09c21e264382, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59de3de7-1b61-4a79-b9ee-09c21e264382, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9164624943089295942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebb16fa-b08f-4cc3-9b74-e90cf3dee1cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5975d0b6-1edd-4424-86a6-d6ebf7f9ca8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5975d0b6-1edd-4424-86a6-d6ebf7f9ca8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596894299834329879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59de3de7-1b61-4a79-b9ee-09c21e264382, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 305b3687-4752-4a5a-8490-97b698a0c109, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305b3687-4752-4a5a-8490-97b698a0c109, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360258226262348926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5975d0b6-1edd-4424-86a6-d6ebf7f9ca8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2135dba9-8b60-458d-a676-cba921633a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2135dba9-8b60-458d-a676-cba921633a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1772431602044759806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305b3687-4752-4a5a-8490-97b698a0c109, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd2db00-758a-4a4f-97f6-7385003a6d7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd2db00-758a-4a4f-97f6-7385003a6d7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11936516821920236527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2135dba9-8b60-458d-a676-cba921633a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d52c27-dec9-440b-b080-48f1baa4d731, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d52c27-dec9-440b-b080-48f1baa4d731, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16942536571891405890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd2db00-758a-4a4f-97f6-7385003a6d7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d52c27-dec9-440b-b080-48f1baa4d731, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75b36c4-9e8d-432f-91c2-475c0e298154, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75b36c4-9e8d-432f-91c2-475c0e298154, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3768495249721117149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 030bce91-6694-4af9-9087-d1c5bce5e628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030bce91-6694-4af9-9087-d1c5bce5e628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12973013216095878498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75b36c4-9e8d-432f-91c2-475c0e298154, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec3ac230-896e-4598-a1b1-fa4814fe74fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3ac230-896e-4598-a1b1-fa4814fe74fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8527646374676029479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030bce91-6694-4af9-9087-d1c5bce5e628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb6732f4-92c6-4e96-9324-d194551ea586, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb6732f4-92c6-4e96-9324-d194551ea586, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9642677854557464612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3ac230-896e-4598-a1b1-fa4814fe74fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b54368b-67ca-4fe1-8a31-ebe5cf3a1e85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b54368b-67ca-4fe1-8a31-ebe5cf3a1e85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15571371956154363004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb6732f4-92c6-4e96-9324-d194551ea586, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0c2e7a-f7d7-4ef0-8c0d-4b3d7f6d2dc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0c2e7a-f7d7-4ef0-8c0d-4b3d7f6d2dc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3867425907752507122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b54368b-67ca-4fe1-8a31-ebe5cf3a1e85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a81c4f4-b509-4374-be06-e4a9bb222085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a81c4f4-b509-4374-be06-e4a9bb222085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4788270228414553320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0c2e7a-f7d7-4ef0-8c0d-4b3d7f6d2dc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a81c4f4-b509-4374-be06-e4a9bb222085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d78f69e-81dd-4711-8b91-f454251a24dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57427133-db99-4d78-9196-4489f3c914d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d78f69e-81dd-4711-8b91-f454251a24dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150237749137957384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57427133-db99-4d78-9196-4489f3c914d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7907515958107505269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d78f69e-81dd-4711-8b91-f454251a24dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57427133-db99-4d78-9196-4489f3c914d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dbdb1d7-4884-4c6b-a97a-136f5d7bc092, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dbdb1d7-4884-4c6b-a97a-136f5d7bc092, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7005105499022449594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08d8fb8-dd47-485e-8011-611f3d7c63d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08d8fb8-dd47-485e-8011-611f3d7c63d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5455366433901064026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dbdb1d7-4884-4c6b-a97a-136f5d7bc092, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9db05348-dbdd-4d9c-bb2f-c81639ea5ced, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db05348-dbdd-4d9c-bb2f-c81639ea5ced, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9881295020596183052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08d8fb8-dd47-485e-8011-611f3d7c63d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13cece24-bc04-4571-8dc0-3797cb200e49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13cece24-bc04-4571-8dc0-3797cb200e49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12784899744044584200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db05348-dbdd-4d9c-bb2f-c81639ea5ced, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a5e0678-7315-4a9f-8fca-39afaee8593b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5e0678-7315-4a9f-8fca-39afaee8593b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709718711409350938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13cece24-bc04-4571-8dc0-3797cb200e49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0d22a5e-7304-4631-a345-16f09118ebf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d22a5e-7304-4631-a345-16f09118ebf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6357154631156216023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5e0678-7315-4a9f-8fca-39afaee8593b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1948272a-02c2-4fd0-9e2e-26a2e37f2247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d22a5e-7304-4631-a345-16f09118ebf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1948272a-02c2-4fd0-9e2e-26a2e37f2247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16271833783391111631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ab9adc-c353-4977-8a8c-a1637e6b8c71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ab9adc-c353-4977-8a8c-a1637e6b8c71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1831632806427756012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1948272a-02c2-4fd0-9e2e-26a2e37f2247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400a429d-fb59-4e92-968e-ecd6e9bdafab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400a429d-fb59-4e92-968e-ecd6e9bdafab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3858460503545626687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ab9adc-c353-4977-8a8c-a1637e6b8c71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5461a00f-b183-45ac-ad0f-5d5199fe7870, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5461a00f-b183-45ac-ad0f-5d5199fe7870, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969506496829487011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400a429d-fb59-4e92-968e-ecd6e9bdafab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0cd0c4-eabb-48bc-9b56-3a6ae6ace657, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0cd0c4-eabb-48bc-9b56-3a6ae6ace657, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5517685669434782249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5461a00f-b183-45ac-ad0f-5d5199fe7870, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02fb1f02-174b-42f3-840d-90d55d00ce2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fb1f02-174b-42f3-840d-90d55d00ce2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946253327620270502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0cd0c4-eabb-48bc-9b56-3a6ae6ace657, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 021e83f4-6560-4a27-ad21-c0ca0cf0e62a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021e83f4-6560-4a27-ad21-c0ca0cf0e62a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730183039588556775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fb1f02-174b-42f3-840d-90d55d00ce2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f45122d-1b4e-48c5-8026-be331cf5a4fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f45122d-1b4e-48c5-8026-be331cf5a4fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3244331155416568614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021e83f4-6560-4a27-ad21-c0ca0cf0e62a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f154eacf-a76e-4fee-bf7d-6d8558f3d219, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f154eacf-a76e-4fee-bf7d-6d8558f3d219, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383915295821218140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f45122d-1b4e-48c5-8026-be331cf5a4fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77581368-a121-496a-859b-9a404de27855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77581368-a121-496a-859b-9a404de27855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149069333202286145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f154eacf-a76e-4fee-bf7d-6d8558f3d219, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77581368-a121-496a-859b-9a404de27855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea54eff4-d3e5-43e9-9a3e-462181eac217, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea54eff4-d3e5-43e9-9a3e-462181eac217, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113689520286662344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b38adba7-defc-454d-bd7f-3acc72619de0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b38adba7-defc-454d-bd7f-3acc72619de0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16326265360377182985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea54eff4-d3e5-43e9-9a3e-462181eac217, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c072e-b82f-48b7-b3c5-de07a439f2f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c072e-b82f-48b7-b3c5-de07a439f2f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728913413043748334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b38adba7-defc-454d-bd7f-3acc72619de0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451076bf-e570-463f-84d5-9821607763d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451076bf-e570-463f-84d5-9821607763d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8272560568272190337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c072e-b82f-48b7-b3c5-de07a439f2f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 459f70c3-0df8-40dd-be9d-ac265adbca4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459f70c3-0df8-40dd-be9d-ac265adbca4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768331453311246423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451076bf-e570-463f-84d5-9821607763d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96b0c25-9c92-45cb-8f23-4f1ca342f3e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96b0c25-9c92-45cb-8f23-4f1ca342f3e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 793139941740512567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459f70c3-0df8-40dd-be9d-ac265adbca4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a9342b-6630-4d65-9400-7a3232a8efed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a9342b-6630-4d65-9400-7a3232a8efed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734515847601321227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96b0c25-9c92-45cb-8f23-4f1ca342f3e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d124579-5836-4977-b29b-23546b606e86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d124579-5836-4977-b29b-23546b606e86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5373231894904575484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a9342b-6630-4d65-9400-7a3232a8efed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e10e0b20-5abf-460d-98f9-02dda071bb86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10e0b20-5abf-460d-98f9-02dda071bb86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11840359122029179022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d124579-5836-4977-b29b-23546b606e86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebed14e5-86a1-4872-ae68-25903de1a374, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebed14e5-86a1-4872-ae68-25903de1a374, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15065187352568857605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10e0b20-5abf-460d-98f9-02dda071bb86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df37bf6c-de7d-42f5-b631-5ff3c8bc4640, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df37bf6c-de7d-42f5-b631-5ff3c8bc4640, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11283623792688298390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebed14e5-86a1-4872-ae68-25903de1a374, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab4cdb22-9e27-4e92-b877-97f47c300f7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4cdb22-9e27-4e92-b877-97f47c300f7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6312825998290517114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df37bf6c-de7d-42f5-b631-5ff3c8bc4640, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69c4f3c7-487e-47ca-b91c-232cb0ce287c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c4f3c7-487e-47ca-b91c-232cb0ce287c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16763020546414439045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4cdb22-9e27-4e92-b877-97f47c300f7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ec499c-cde2-49ed-8b58-991255bcf6fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ec499c-cde2-49ed-8b58-991255bcf6fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 385661233277272850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c4f3c7-487e-47ca-b91c-232cb0ce287c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b9498e5-a7ef-49e4-b0de-255ec1299617, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9498e5-a7ef-49e4-b0de-255ec1299617, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5748908961607843113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ec499c-cde2-49ed-8b58-991255bcf6fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3698bc17-34ed-4429-8a8f-69444f836008, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3698bc17-34ed-4429-8a8f-69444f836008, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582185819476849181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9498e5-a7ef-49e4-b0de-255ec1299617, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99f075e7-b65f-4f6b-a45e-7edfc103d0e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f075e7-b65f-4f6b-a45e-7edfc103d0e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2145487300609211024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3698bc17-34ed-4429-8a8f-69444f836008, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e13c54fa-821f-400c-a052-93d07cd58d25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13c54fa-821f-400c-a052-93d07cd58d25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16430304732240073039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f075e7-b65f-4f6b-a45e-7edfc103d0e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8196dd1f-ebef-408d-b8fd-2de8f7d3b1c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8196dd1f-ebef-408d-b8fd-2de8f7d3b1c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255609475758236553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13c54fa-821f-400c-a052-93d07cd58d25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4567ef-ff3c-43cc-ae90-5a7b02061167, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4567ef-ff3c-43cc-ae90-5a7b02061167, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17198480964448170631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8196dd1f-ebef-408d-b8fd-2de8f7d3b1c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b200b0b-2624-4b20-bd53-809b550a7ba8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b200b0b-2624-4b20-bd53-809b550a7ba8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16277000980153587799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b200b0b-2624-4b20-bd53-809b550a7ba8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd8e4f48-b38d-436c-9f56-d06a0f255fe1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8e4f48-b38d-436c-9f56-d06a0f255fe1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4341766384825406296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4567ef-ff3c-43cc-ae90-5a7b02061167, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e63181dc-b8ea-4b59-b4c2-b97ff0ef10bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8e4f48-b38d-436c-9f56-d06a0f255fe1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63181dc-b8ea-4b59-b4c2-b97ff0ef10bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7958466795136059137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 508a9ee6-4af8-4d9a-8345-52de3854e443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508a9ee6-4af8-4d9a-8345-52de3854e443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020915289687295030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63181dc-b8ea-4b59-b4c2-b97ff0ef10bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508a9ee6-4af8-4d9a-8345-52de3854e443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dea63104-dbe4-4ed3-9e6a-856698e8074c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea63104-dbe4-4ed3-9e6a-856698e8074c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12534529904427282232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1720cb16-9c42-42f9-ab64-b5f703fd63e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1720cb16-9c42-42f9-ab64-b5f703fd63e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4791762793407440625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea63104-dbe4-4ed3-9e6a-856698e8074c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c3a60a2-ec8f-4ddd-a485-94e5c542079d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1720cb16-9c42-42f9-ab64-b5f703fd63e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3a60a2-ec8f-4ddd-a485-94e5c542079d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1421577823479911065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111e6271-9668-44b6-b367-5dcd0ae0c09c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111e6271-9668-44b6-b367-5dcd0ae0c09c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14267805778208854991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111e6271-9668-44b6-b367-5dcd0ae0c09c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622b5dae-560f-49f7-93cb-0a7c15db350d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3a60a2-ec8f-4ddd-a485-94e5c542079d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622b5dae-560f-49f7-93cb-0a7c15db350d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925786119629715996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18113784-18b7-4ae7-a6eb-df49e21f9a08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18113784-18b7-4ae7-a6eb-df49e21f9a08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2457198643858136274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622b5dae-560f-49f7-93cb-0a7c15db350d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49a50658-4472-444f-803e-83d7f9b40eb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a50658-4472-444f-803e-83d7f9b40eb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16512681618616092440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18113784-18b7-4ae7-a6eb-df49e21f9a08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dedd5dc2-02e9-4ee7-84ed-148649947ce4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dedd5dc2-02e9-4ee7-84ed-148649947ce4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326644958650905854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a50658-4472-444f-803e-83d7f9b40eb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d4ce021-8d37-4ebb-8a30-78404b399ba1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dedd5dc2-02e9-4ee7-84ed-148649947ce4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d4ce021-8d37-4ebb-8a30-78404b399ba1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12667786345620468594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9279d95-7273-4f86-9450-be8dd23fc8f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9279d95-7273-4f86-9450-be8dd23fc8f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009872956560136789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d4ce021-8d37-4ebb-8a30-78404b399ba1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f169021-072f-4b15-b5e7-c1118d4d02ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9279d95-7273-4f86-9450-be8dd23fc8f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 841fe05a-b6ca-4056-bf17-b9a669f0ed4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841fe05a-b6ca-4056-bf17-b9a669f0ed4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237285848359988861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f169021-072f-4b15-b5e7-c1118d4d02ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11686903832567143513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841fe05a-b6ca-4056-bf17-b9a669f0ed4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78904774-79a8-48e8-9b9a-09d38050aacb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78904774-79a8-48e8-9b9a-09d38050aacb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4606851857778242330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78904774-79a8-48e8-9b9a-09d38050aacb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82da7feb-3186-4791-a07e-0e26b14cc65a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82da7feb-3186-4791-a07e-0e26b14cc65a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3504171218000821348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f169021-072f-4b15-b5e7-c1118d4d02ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23e6afb5-3767-4a7c-980e-6e09ad68531d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e6afb5-3767-4a7c-980e-6e09ad68531d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12210339363932918616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82da7feb-3186-4791-a07e-0e26b14cc65a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f52e89-c5bd-4751-b04a-4edef6fe2934, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f52e89-c5bd-4751-b04a-4edef6fe2934, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15595637925495080650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e6afb5-3767-4a7c-980e-6e09ad68531d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec0abcf9-9d19-49c0-a315-8a448be084f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0abcf9-9d19-49c0-a315-8a448be084f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2800507860555046747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f52e89-c5bd-4751-b04a-4edef6fe2934, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a614fc15-06df-4cc2-8ffa-35b34a279c1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a614fc15-06df-4cc2-8ffa-35b34a279c1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371186542428105292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a614fc15-06df-4cc2-8ffa-35b34a279c1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef002ec5-510b-41f2-9c85-98531def684b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0abcf9-9d19-49c0-a315-8a448be084f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef002ec5-510b-41f2-9c85-98531def684b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120436585667753921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a42460ed-af3e-410a-a722-78f0118a6de8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef002ec5-510b-41f2-9c85-98531def684b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 005e70da-44b1-4a15-ad3e-e4cef750612d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005e70da-44b1-4a15-ad3e-e4cef750612d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1614159852700377362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42460ed-af3e-410a-a722-78f0118a6de8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813336349104800145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005e70da-44b1-4a15-ad3e-e4cef750612d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 519f2830-b467-4881-a462-c004dd9fe4ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 519f2830-b467-4881-a462-c004dd9fe4ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471305336957671004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42460ed-af3e-410a-a722-78f0118a6de8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fce8ca7-455d-4942-9ee6-59a181933d5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fce8ca7-455d-4942-9ee6-59a181933d5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2742596760050339372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 519f2830-b467-4881-a462-c004dd9fe4ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90082441-c8e1-4b82-8521-db7d2c0d9d24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90082441-c8e1-4b82-8521-db7d2c0d9d24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271179506993263304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fce8ca7-455d-4942-9ee6-59a181933d5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4834119e-ff0b-4f94-82b5-cec34639757f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4834119e-ff0b-4f94-82b5-cec34639757f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1055401342692502887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90082441-c8e1-4b82-8521-db7d2c0d9d24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1bc7ac4-220f-4a9a-a6ba-b44939bb6637, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1bc7ac4-220f-4a9a-a6ba-b44939bb6637, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6199495631200237351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4834119e-ff0b-4f94-82b5-cec34639757f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6110b6e-9ed5-4f73-845e-f057a1c00a36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6110b6e-9ed5-4f73-845e-f057a1c00a36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13118993732160490155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1bc7ac4-220f-4a9a-a6ba-b44939bb6637, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc24130-26f7-4769-b373-5a499448a459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc24130-26f7-4769-b373-5a499448a459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4176163970134109799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6110b6e-9ed5-4f73-845e-f057a1c00a36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d5c5907-adae-4be3-89de-298b26ef29a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5c5907-adae-4be3-89de-298b26ef29a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17197375541164516449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc24130-26f7-4769-b373-5a499448a459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11d79e4b-6ef8-49ce-8e2f-ec47ef642c2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d79e4b-6ef8-49ce-8e2f-ec47ef642c2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1743696079476564765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5c5907-adae-4be3-89de-298b26ef29a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c36c3e9b-5fa2-45a0-8e17-0d8d65e882c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36c3e9b-5fa2-45a0-8e17-0d8d65e882c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17709504700524781368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d79e4b-6ef8-49ce-8e2f-ec47ef642c2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 227cc3b2-7650-471a-ac7f-050e373de9fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227cc3b2-7650-471a-ac7f-050e373de9fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18036497101311397747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36c3e9b-5fa2-45a0-8e17-0d8d65e882c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd3f89e3-c87b-48a6-b479-ff74de0d7b1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227cc3b2-7650-471a-ac7f-050e373de9fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a841cd-58af-4cad-bd52-d0176824b617, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a841cd-58af-4cad-bd52-d0176824b617, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2331888352786278971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3f89e3-c87b-48a6-b479-ff74de0d7b1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8474222580724150095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a841cd-58af-4cad-bd52-d0176824b617, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97942f11-a4db-42dc-9676-536f041349fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97942f11-a4db-42dc-9676-536f041349fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 992062880116167739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3f89e3-c87b-48a6-b479-ff74de0d7b1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce7ee8b6-8da7-416f-bd56-6650da5f5fbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce7ee8b6-8da7-416f-bd56-6650da5f5fbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7573174038816925963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce7ee8b6-8da7-416f-bd56-6650da5f5fbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 110f0ad1-2bc2-447d-9800-1716fd2684de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 110f0ad1-2bc2-447d-9800-1716fd2684de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669079415996676057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97942f11-a4db-42dc-9676-536f041349fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 892a9a00-bff7-44c4-9e0c-5c98bfa99274, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892a9a00-bff7-44c4-9e0c-5c98bfa99274, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104053272218005625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 110f0ad1-2bc2-447d-9800-1716fd2684de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a51ac2a5-3de3-4149-8872-3153309e304c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51ac2a5-3de3-4149-8872-3153309e304c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10378377099429502161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892a9a00-bff7-44c4-9e0c-5c98bfa99274, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77446b4c-0bc3-4562-b784-073f50811ab3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77446b4c-0bc3-4562-b784-073f50811ab3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16623160628015819174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51ac2a5-3de3-4149-8872-3153309e304c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4a44397-7682-4ed8-88c8-586bd29f20e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a44397-7682-4ed8-88c8-586bd29f20e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6129396613861787938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77446b4c-0bc3-4562-b784-073f50811ab3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed3fa277-056b-471b-aa73-af3e0763d2b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed3fa277-056b-471b-aa73-af3e0763d2b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 917485628988555360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a44397-7682-4ed8-88c8-586bd29f20e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e55cc384-356b-467e-9fa2-a49df655621d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55cc384-356b-467e-9fa2-a49df655621d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13805471776657493924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed3fa277-056b-471b-aa73-af3e0763d2b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5aa21b1-b872-4e39-80d9-edcd9fc85cf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aa21b1-b872-4e39-80d9-edcd9fc85cf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058716612534058956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55cc384-356b-467e-9fa2-a49df655621d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 747f4d3e-045a-4846-baa5-c8177d5e851c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747f4d3e-045a-4846-baa5-c8177d5e851c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595023891719018673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aa21b1-b872-4e39-80d9-edcd9fc85cf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8fbb86b-4ab4-479c-bf69-45aa8e070914, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8fbb86b-4ab4-479c-bf69-45aa8e070914, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15230323728661480850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8fbb86b-4ab4-479c-bf69-45aa8e070914, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a8e90ec-d256-40c5-8f9e-62f44188f49e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8e90ec-d256-40c5-8f9e-62f44188f49e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3461843898260009014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747f4d3e-045a-4846-baa5-c8177d5e851c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 849c21db-1584-4d62-a24f-fde3b504e77c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849c21db-1584-4d62-a24f-fde3b504e77c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738279025207511089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8e90ec-d256-40c5-8f9e-62f44188f49e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 915a17e8-fd8a-43bb-b7aa-f0bfab9a1bf8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915a17e8-fd8a-43bb-b7aa-f0bfab9a1bf8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299157505646011410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849c21db-1584-4d62-a24f-fde3b504e77c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ed985e-1eff-49ee-8391-6fd109404c2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ed985e-1eff-49ee-8391-6fd109404c2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443720145088215843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915a17e8-fd8a-43bb-b7aa-f0bfab9a1bf8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca015fad-27ef-4584-bfb0-771deeaa66e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca015fad-27ef-4584-bfb0-771deeaa66e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036298536796107812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ed985e-1eff-49ee-8391-6fd109404c2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf40fcc7-e734-46fd-8125-65bbea89a9f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf40fcc7-e734-46fd-8125-65bbea89a9f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12278886686121530167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca015fad-27ef-4584-bfb0-771deeaa66e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92b400c1-8e23-44ff-9ca0-14e0e7421f91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b400c1-8e23-44ff-9ca0-14e0e7421f91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7499845442821614128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf40fcc7-e734-46fd-8125-65bbea89a9f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66f25f39-74b5-4412-b3c4-c1a4d68066c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f25f39-74b5-4412-b3c4-c1a4d68066c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1931577355323339995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b400c1-8e23-44ff-9ca0-14e0e7421f91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5da4194a-b1f4-4009-8eed-e97b1199201e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da4194a-b1f4-4009-8eed-e97b1199201e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14353761511433755832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f25f39-74b5-4412-b3c4-c1a4d68066c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da4194a-b1f4-4009-8eed-e97b1199201e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537d0621-4586-4eeb-8209-dc427220f44e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42d59a9a-4b12-42e5-84f4-e7410d12468e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d59a9a-4b12-42e5-84f4-e7410d12468e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449603442398392380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537d0621-4586-4eeb-8209-dc427220f44e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12269368486493726096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d59a9a-4b12-42e5-84f4-e7410d12468e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537d0621-4586-4eeb-8209-dc427220f44e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb7c8355-1237-4505-8c48-6414dc9bbef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb7c8355-1237-4505-8c48-6414dc9bbef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802198584227285730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 153285b4-4afe-4084-8473-cbc9c7a16ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb7c8355-1237-4505-8c48-6414dc9bbef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd44ace-d47d-4f9d-b083-947d819d535f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd44ace-d47d-4f9d-b083-947d819d535f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15915122074785556189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153285b4-4afe-4084-8473-cbc9c7a16ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17193383507716854595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd44ace-d47d-4f9d-b083-947d819d535f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74931a3-e42a-4543-9397-ef3767a685b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74931a3-e42a-4543-9397-ef3767a685b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970782494452735220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153285b4-4afe-4084-8473-cbc9c7a16ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05f79f19-361e-4cb1-8fd1-6b12782c1d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f79f19-361e-4cb1-8fd1-6b12782c1d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8831547873832810846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74931a3-e42a-4543-9397-ef3767a685b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 115ee3e2-88d2-4949-8181-d6dff9371664, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115ee3e2-88d2-4949-8181-d6dff9371664, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15019151551520254602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f79f19-361e-4cb1-8fd1-6b12782c1d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0062f251-8c5d-4851-ae59-f14d3d21885a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0062f251-8c5d-4851-ae59-f14d3d21885a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9860455641047965137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115ee3e2-88d2-4949-8181-d6dff9371664, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6900365b-9a1a-4cc1-802c-d356bc955a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6900365b-9a1a-4cc1-802c-d356bc955a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13237860666029103106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0062f251-8c5d-4851-ae59-f14d3d21885a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 476a9ef2-2c5b-46a1-b28b-0678adaf3132, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6900365b-9a1a-4cc1-802c-d356bc955a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476a9ef2-2c5b-46a1-b28b-0678adaf3132, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439278979355781214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5e1742-ce86-4740-9c47-cd34d66ab6d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5e1742-ce86-4740-9c47-cd34d66ab6d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8158740612376939827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5e1742-ce86-4740-9c47-cd34d66ab6d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9634d31e-74de-4f45-9202-085169b1380f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9634d31e-74de-4f45-9202-085169b1380f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8953649001918012548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476a9ef2-2c5b-46a1-b28b-0678adaf3132, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba43f990-ea37-4808-aeae-8ac81d31f604, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba43f990-ea37-4808-aeae-8ac81d31f604, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14200203467986582653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9634d31e-74de-4f45-9202-085169b1380f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d7be5d-4bd5-47e0-9f21-e1f0962b3457, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d7be5d-4bd5-47e0-9f21-e1f0962b3457, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 368600915188989135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba43f990-ea37-4808-aeae-8ac81d31f604, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ee29f80-60a8-4ec3-9f6e-9c17506d430e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d7be5d-4bd5-47e0-9f21-e1f0962b3457, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee29f80-60a8-4ec3-9f6e-9c17506d430e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501967787053884791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9484032-71dc-4b39-b9c9-16d56d6257e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9484032-71dc-4b39-b9c9-16d56d6257e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12224445413345546091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee29f80-60a8-4ec3-9f6e-9c17506d430e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d99dcc7-a830-417a-8e3b-15edd4bbe04f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d99dcc7-a830-417a-8e3b-15edd4bbe04f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13291533997962746677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9484032-71dc-4b39-b9c9-16d56d6257e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 263c93ab-dff9-4f34-8f96-cd510f553daf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263c93ab-dff9-4f34-8f96-cd510f553daf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14196424091010784627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d99dcc7-a830-417a-8e3b-15edd4bbe04f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecdb7735-f515-4511-885e-61346dd4f3a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecdb7735-f515-4511-885e-61346dd4f3a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 53920872596665445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263c93ab-dff9-4f34-8f96-cd510f553daf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5835b846-593c-4466-887d-74c81de7017b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5835b846-593c-4466-887d-74c81de7017b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10439182866585680069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecdb7735-f515-4511-885e-61346dd4f3a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bded043-e630-4cc2-be2b-1829086d0e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bded043-e630-4cc2-be2b-1829086d0e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13309984752034574050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5835b846-593c-4466-887d-74c81de7017b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a3c85d-326f-4b1d-8a6a-0a2114982e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a3c85d-326f-4b1d-8a6a-0a2114982e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17482607263063226179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bded043-e630-4cc2-be2b-1829086d0e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2b5324-b880-4094-a1f0-7c22812143e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2b5324-b880-4094-a1f0-7c22812143e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6542980686685162587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a3c85d-326f-4b1d-8a6a-0a2114982e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bc6706f-4b0c-46ad-b05a-8584881c203c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc6706f-4b0c-46ad-b05a-8584881c203c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5254194936834310899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2b5324-b880-4094-a1f0-7c22812143e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995e837b-e469-4da8-a465-f04ea11cbf64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995e837b-e469-4da8-a465-f04ea11cbf64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601349615496941508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc6706f-4b0c-46ad-b05a-8584881c203c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe2c9eab-b795-4708-a499-bac2f2c55f06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2c9eab-b795-4708-a499-bac2f2c55f06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828245645288927549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995e837b-e469-4da8-a465-f04ea11cbf64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7df2d948-1da8-473a-8ae3-1034606f4a8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df2d948-1da8-473a-8ae3-1034606f4a8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302057761672519157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2c9eab-b795-4708-a499-bac2f2c55f06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df2d948-1da8-473a-8ae3-1034606f4a8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25256a7b-3790-4b0c-af81-a74c107cfe7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ff71c67-34bf-40be-bff0-697b0e5f22fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff71c67-34bf-40be-bff0-697b0e5f22fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901256855977354853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25256a7b-3790-4b0c-af81-a74c107cfe7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4213057185296499288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff71c67-34bf-40be-bff0-697b0e5f22fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d88dacf-9ef1-4ccb-8d9b-6a3aa3891b54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d88dacf-9ef1-4ccb-8d9b-6a3aa3891b54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12480609603079009196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25256a7b-3790-4b0c-af81-a74c107cfe7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b88983a8-416f-4b35-9cd5-5cad5b16ba82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b88983a8-416f-4b35-9cd5-5cad5b16ba82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739917966704421345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d88dacf-9ef1-4ccb-8d9b-6a3aa3891b54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3f59fb-6fb5-4950-a69b-7b248d1ac976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3f59fb-6fb5-4950-a69b-7b248d1ac976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8125589221708129547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b88983a8-416f-4b35-9cd5-5cad5b16ba82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1058d5c3-5258-44c0-a131-f58c5283b6ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1058d5c3-5258-44c0-a131-f58c5283b6ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9513370106243520821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3f59fb-6fb5-4950-a69b-7b248d1ac976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74841f9a-7f62-4628-ac21-86591c35c10a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74841f9a-7f62-4628-ac21-86591c35c10a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2681312021938244749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1058d5c3-5258-44c0-a131-f58c5283b6ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdcadf2-9fdc-4e6e-bd32-f815585ae302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdcadf2-9fdc-4e6e-bd32-f815585ae302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10443567888415798507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74841f9a-7f62-4628-ac21-86591c35c10a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a88a815-91b8-434f-be8f-b82440e0974d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a88a815-91b8-434f-be8f-b82440e0974d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764336597069140976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdcadf2-9fdc-4e6e-bd32-f815585ae302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90e7c01b-0eee-4fab-a4e1-607af6b11e2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e7c01b-0eee-4fab-a4e1-607af6b11e2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6887770647779233487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a88a815-91b8-434f-be8f-b82440e0974d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d2f1a8-b768-4085-854d-ed76bfa3573a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d2f1a8-b768-4085-854d-ed76bfa3573a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187441908316319084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e7c01b-0eee-4fab-a4e1-607af6b11e2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7641ae-fc6d-4282-a0f4-7d362d46d531, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7641ae-fc6d-4282-a0f4-7d362d46d531, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574626622966321631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d2f1a8-b768-4085-854d-ed76bfa3573a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 251c058e-ac03-4a76-98c8-8b9646ee8434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 251c058e-ac03-4a76-98c8-8b9646ee8434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12184221256303090509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7641ae-fc6d-4282-a0f4-7d362d46d531, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94a9e32e-e93d-4f04-b42d-3abc6da3b03f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a9e32e-e93d-4f04-b42d-3abc6da3b03f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13598814754494335301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a9e32e-e93d-4f04-b42d-3abc6da3b03f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d6673c-99fc-44fb-a340-bd6cc94af8f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d6673c-99fc-44fb-a340-bd6cc94af8f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6226147046084786844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 251c058e-ac03-4a76-98c8-8b9646ee8434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f5773dd-603d-4b6f-b042-1d2d1978b99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5773dd-603d-4b6f-b042-1d2d1978b99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4741657126455468472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d6673c-99fc-44fb-a340-bd6cc94af8f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8eb9eb5-44ab-424a-a05b-0284e5ce6ad2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8eb9eb5-44ab-424a-a05b-0284e5ce6ad2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6079294860185390958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5773dd-603d-4b6f-b042-1d2d1978b99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 949eb8c1-5f5e-4fc9-b8df-dd8da7d72c37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949eb8c1-5f5e-4fc9-b8df-dd8da7d72c37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772327496567420385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8eb9eb5-44ab-424a-a05b-0284e5ce6ad2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe2d77b9-6aa5-42dd-8848-558bd1bee71f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2d77b9-6aa5-42dd-8848-558bd1bee71f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6727033572519992901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949eb8c1-5f5e-4fc9-b8df-dd8da7d72c37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95823ac8-23de-4f94-82ca-3ee6db11de61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95823ac8-23de-4f94-82ca-3ee6db11de61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139835408823778070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2d77b9-6aa5-42dd-8848-558bd1bee71f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f142077a-9dcb-4355-a5d0-863a75d1038a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f142077a-9dcb-4355-a5d0-863a75d1038a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970734445584783229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95823ac8-23de-4f94-82ca-3ee6db11de61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d216f1f1-3630-45ab-a77a-1862a1f8b1a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d216f1f1-3630-45ab-a77a-1862a1f8b1a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823032934470031030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f142077a-9dcb-4355-a5d0-863a75d1038a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1219af07-ba98-4114-972c-322b16742811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1219af07-ba98-4114-972c-322b16742811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12497217005363407391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d216f1f1-3630-45ab-a77a-1862a1f8b1a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6fa0f8-abf9-4c8f-9add-a197fa4ebc3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6fa0f8-abf9-4c8f-9add-a197fa4ebc3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16424914246402296466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1219af07-ba98-4114-972c-322b16742811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cb46517-8583-459a-8e0f-5e383b17ed74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb46517-8583-459a-8e0f-5e383b17ed74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716166637159852656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6fa0f8-abf9-4c8f-9add-a197fa4ebc3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ec2762-8b99-4f78-9428-dd365c52bdd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ec2762-8b99-4f78-9428-dd365c52bdd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5366804822960894229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb46517-8583-459a-8e0f-5e383b17ed74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef27707f-78f7-4845-bdba-6b747b6d1295, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef27707f-78f7-4845-bdba-6b747b6d1295, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11576380804208407931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ec2762-8b99-4f78-9428-dd365c52bdd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 980467a0-b691-4020-ad5e-e26441ca72f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef27707f-78f7-4845-bdba-6b747b6d1295, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5b66625-7433-4bec-ae3c-217d55ba42f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b66625-7433-4bec-ae3c-217d55ba42f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8495848239207002609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980467a0-b691-4020-ad5e-e26441ca72f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12749069266528858055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b66625-7433-4bec-ae3c-217d55ba42f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19f9baf0-e2c5-4012-9592-341640f18422, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980467a0-b691-4020-ad5e-e26441ca72f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ef6b024-197e-42e2-8d12-fa5ed8960e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef6b024-197e-42e2-8d12-fa5ed8960e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6985114438018974060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f9baf0-e2c5-4012-9592-341640f18422, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617322368775203172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f9baf0-e2c5-4012-9592-341640f18422, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef6b024-197e-42e2-8d12-fa5ed8960e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5cceb1a-94a5-4827-b13c-3c17ead923db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cceb1a-94a5-4827-b13c-3c17ead923db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326242530360198790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92382531-dcc2-492c-847c-91225020a550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92382531-dcc2-492c-847c-91225020a550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5795105333320651115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cceb1a-94a5-4827-b13c-3c17ead923db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92382531-dcc2-492c-847c-91225020a550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bdc1e7d-2a0d-4547-a8c6-2643da5556b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e9360e0-a433-4909-b2fc-3a61a59482f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bdc1e7d-2a0d-4547-a8c6-2643da5556b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14118653347006577267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9360e0-a433-4909-b2fc-3a61a59482f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14899643605717386333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bdc1e7d-2a0d-4547-a8c6-2643da5556b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e166e8-09c8-4275-b452-2b0354d33e55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e166e8-09c8-4275-b452-2b0354d33e55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396882937578799324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9360e0-a433-4909-b2fc-3a61a59482f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc873ed-ce40-43d1-b758-44acb78755f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc873ed-ce40-43d1-b758-44acb78755f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11824716601604241559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e166e8-09c8-4275-b452-2b0354d33e55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebaa6fc4-e868-45c8-a935-6692b4d0ed4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebaa6fc4-e868-45c8-a935-6692b4d0ed4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066784501307851034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc873ed-ce40-43d1-b758-44acb78755f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4868ee9c-cd7c-4e91-a481-2ad09979f85c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebaa6fc4-e868-45c8-a935-6692b4d0ed4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2fac3a-d903-4ca2-bd49-1846a5cdad1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2fac3a-d903-4ca2-bd49-1846a5cdad1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600105087270205261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4868ee9c-cd7c-4e91-a481-2ad09979f85c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6000373821244416388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2fac3a-d903-4ca2-bd49-1846a5cdad1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de13131c-09a8-4380-9b70-b8e8a01c8123, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4868ee9c-cd7c-4e91-a481-2ad09979f85c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1fea9d5-7cb1-4e62-82fb-f1891804d8fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de13131c-09a8-4380-9b70-b8e8a01c8123, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437577940077669118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fea9d5-7cb1-4e62-82fb-f1891804d8fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13996175904503827624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de13131c-09a8-4380-9b70-b8e8a01c8123, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d24018c8-62cc-4051-94ce-e44e024aea05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24018c8-62cc-4051-94ce-e44e024aea05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18317458244324699319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fea9d5-7cb1-4e62-82fb-f1891804d8fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8efc22c-740c-4e52-b460-9992e3644220, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8efc22c-740c-4e52-b460-9992e3644220, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4494950601072670784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24018c8-62cc-4051-94ce-e44e024aea05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ce4866-4a1f-4f7c-8b79-2eaa4e4492c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ce4866-4a1f-4f7c-8b79-2eaa4e4492c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4476264835468334416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8efc22c-740c-4e52-b460-9992e3644220, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03e51075-9a4a-4138-8e25-76896e3b1662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e51075-9a4a-4138-8e25-76896e3b1662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4581693952873833111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ce4866-4a1f-4f7c-8b79-2eaa4e4492c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4651ab49-39af-42dd-8729-3cf2c557f894, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4651ab49-39af-42dd-8729-3cf2c557f894, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477196788666704624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e51075-9a4a-4138-8e25-76896e3b1662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e55d9ff-61a4-4361-b3c7-aa7b3858238c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e55d9ff-61a4-4361-b3c7-aa7b3858238c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431426803968519060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4651ab49-39af-42dd-8729-3cf2c557f894, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb58cb6e-df89-4684-b3c7-f53ff97d8fd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb58cb6e-df89-4684-b3c7-f53ff97d8fd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100193624910268214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e55d9ff-61a4-4361-b3c7-aa7b3858238c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 115b2060-58d2-4e66-91bc-8019f6ac0f5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115b2060-58d2-4e66-91bc-8019f6ac0f5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 406212365574781851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115b2060-58d2-4e66-91bc-8019f6ac0f5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ee6f7e7-c8a2-4e2e-89cd-8962b5b8aba3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee6f7e7-c8a2-4e2e-89cd-8962b5b8aba3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16861258804540506233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb58cb6e-df89-4684-b3c7-f53ff97d8fd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8223f7ec-411c-4398-9818-050b729ff387, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8223f7ec-411c-4398-9818-050b729ff387, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7587869234141192283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee6f7e7-c8a2-4e2e-89cd-8962b5b8aba3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ff88469-444c-48c1-9d9c-3e07ea890e40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff88469-444c-48c1-9d9c-3e07ea890e40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1017478690800994262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8223f7ec-411c-4398-9818-050b729ff387, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2126a997-9839-444a-891f-126650b9f16f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2126a997-9839-444a-891f-126650b9f16f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2979252421346600376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff88469-444c-48c1-9d9c-3e07ea890e40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1adfe6-7b94-40d9-bc2d-7c05dd51d02c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1adfe6-7b94-40d9-bc2d-7c05dd51d02c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15135510809293008459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2126a997-9839-444a-891f-126650b9f16f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f5705e7-633c-41d6-8ea7-fc9e8a52c07f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5705e7-633c-41d6-8ea7-fc9e8a52c07f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11545166551210526500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1adfe6-7b94-40d9-bc2d-7c05dd51d02c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 727b75a8-b5ae-4752-a94b-2097235be55a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 727b75a8-b5ae-4752-a94b-2097235be55a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18152923757629514340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5705e7-633c-41d6-8ea7-fc9e8a52c07f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 814fd301-363a-4566-b4ea-1e626fb1f838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814fd301-363a-4566-b4ea-1e626fb1f838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421730411456795233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 727b75a8-b5ae-4752-a94b-2097235be55a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9685401d-3fed-47b2-a0e0-f9c642aefdb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9685401d-3fed-47b2-a0e0-f9c642aefdb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640618229642482194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814fd301-363a-4566-b4ea-1e626fb1f838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5bbde9a-0a14-4f9f-b372-dc5c8105a7f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5bbde9a-0a14-4f9f-b372-dc5c8105a7f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049998323966723410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9685401d-3fed-47b2-a0e0-f9c642aefdb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a41a6d-da3e-421e-9cda-f5162ab75a0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a41a6d-da3e-421e-9cda-f5162ab75a0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020515048225355284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5bbde9a-0a14-4f9f-b372-dc5c8105a7f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66fd7146-83ac-4c44-9c15-091d89bfda93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fd7146-83ac-4c44-9c15-091d89bfda93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7361090287194484015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a41a6d-da3e-421e-9cda-f5162ab75a0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09edbcef-6309-4c45-92a7-0d7dcdfb93b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09edbcef-6309-4c45-92a7-0d7dcdfb93b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330107699102183441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fd7146-83ac-4c44-9c15-091d89bfda93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3849537-b9a6-4713-8999-8583a4c0c609, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3849537-b9a6-4713-8999-8583a4c0c609, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503033376858701930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09edbcef-6309-4c45-92a7-0d7dcdfb93b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ffece38-4b2a-442c-9b7b-1aefe2267b95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffece38-4b2a-442c-9b7b-1aefe2267b95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2986506874517863068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3849537-b9a6-4713-8999-8583a4c0c609, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a95595da-292a-4cc2-844a-d3dc4452cfe3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a95595da-292a-4cc2-844a-d3dc4452cfe3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295268910218042884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffece38-4b2a-442c-9b7b-1aefe2267b95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9559d14d-41b1-4b33-a5a4-58a8661ce5b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9559d14d-41b1-4b33-a5a4-58a8661ce5b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9054555115711433400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a95595da-292a-4cc2-844a-d3dc4452cfe3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf40ad6-6345-4d2c-bf29-c355db2c5270, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf40ad6-6345-4d2c-bf29-c355db2c5270, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9434830841238474766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9559d14d-41b1-4b33-a5a4-58a8661ce5b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d18ee665-5cf7-4fec-a1d7-2001e8ac0d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18ee665-5cf7-4fec-a1d7-2001e8ac0d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153332483037298973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf40ad6-6345-4d2c-bf29-c355db2c5270, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db5f05cc-e3d0-48b4-9ed7-5ccce4b2df79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5f05cc-e3d0-48b4-9ed7-5ccce4b2df79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505357309520863767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18ee665-5cf7-4fec-a1d7-2001e8ac0d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 941ed9d4-52e7-46cc-ba07-2af7ecf92ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941ed9d4-52e7-46cc-ba07-2af7ecf92ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15002661777243044141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5f05cc-e3d0-48b4-9ed7-5ccce4b2df79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8285f574-a5fb-4188-a24d-59882b197e35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8285f574-a5fb-4188-a24d-59882b197e35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6642233401004694292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941ed9d4-52e7-46cc-ba07-2af7ecf92ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4296312-a3cb-4460-a62e-a9fa01b50f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4296312-a3cb-4460-a62e-a9fa01b50f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7042946036254725240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8285f574-a5fb-4188-a24d-59882b197e35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe7ab6b-aed9-41c6-94cf-3b11ad9ccd97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe7ab6b-aed9-41c6-94cf-3b11ad9ccd97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11699841262475035021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4296312-a3cb-4460-a62e-a9fa01b50f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d25be8e-801a-4115-b5ba-653d8eab34e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d25be8e-801a-4115-b5ba-653d8eab34e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17371499870176240385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe7ab6b-aed9-41c6-94cf-3b11ad9ccd97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de51d649-919a-4399-9e0f-2e14725d78d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de51d649-919a-4399-9e0f-2e14725d78d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10224742378125856245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d25be8e-801a-4115-b5ba-653d8eab34e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c5355d-9e6f-4b01-8a7a-1bf5ff2ebdfd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c5355d-9e6f-4b01-8a7a-1bf5ff2ebdfd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5610827422143515774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de51d649-919a-4399-9e0f-2e14725d78d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc7475c4-12e6-4a1d-87ff-42aa73395fa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7475c4-12e6-4a1d-87ff-42aa73395fa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537184358624959185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c5355d-9e6f-4b01-8a7a-1bf5ff2ebdfd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, addb4387-75a5-4c75-9c52-316eb9ef556c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, addb4387-75a5-4c75-9c52-316eb9ef556c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14356640266600059915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7475c4-12e6-4a1d-87ff-42aa73395fa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5d99b4-19d5-438f-8b5e-179994cd242a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5d99b4-19d5-438f-8b5e-179994cd242a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108962688579187142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, addb4387-75a5-4c75-9c52-316eb9ef556c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bffe1217-694c-41cb-a7b2-964079ab890f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffe1217-694c-41cb-a7b2-964079ab890f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12681734027851086495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5d99b4-19d5-438f-8b5e-179994cd242a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77f032c2-65ec-4c82-872b-76ceeb6df8b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f032c2-65ec-4c82-872b-76ceeb6df8b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485805436019720043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffe1217-694c-41cb-a7b2-964079ab890f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717345f2-ef5c-436b-bef5-03c713d74d58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717345f2-ef5c-436b-bef5-03c713d74d58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6283450218728644957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f032c2-65ec-4c82-872b-76ceeb6df8b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff8fd67-378e-4690-8531-ad35e2cefcf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff8fd67-378e-4690-8531-ad35e2cefcf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3544021738039267192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717345f2-ef5c-436b-bef5-03c713d74d58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4c54ec9-15b7-4e9b-a3b8-3fa34d660997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4c54ec9-15b7-4e9b-a3b8-3fa34d660997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9367134491234300125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff8fd67-378e-4690-8531-ad35e2cefcf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 109aa258-1037-4641-b96a-3fca9e676a2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4c54ec9-15b7-4e9b-a3b8-3fa34d660997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109aa258-1037-4641-b96a-3fca9e676a2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7408796673727607287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddad2175-370e-4612-94b0-585d9fef2cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad2175-370e-4612-94b0-585d9fef2cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 181221854605840098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109aa258-1037-4641-b96a-3fca9e676a2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9d0f74e-173b-4752-8e69-7e791788ac89, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d0f74e-173b-4752-8e69-7e791788ac89, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6298975068672575496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad2175-370e-4612-94b0-585d9fef2cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d0f74e-173b-4752-8e69-7e791788ac89, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a585c33-464b-4178-ab17-f3cdf8b002d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a585c33-464b-4178-ab17-f3cdf8b002d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15388672030741039754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1721483a-199a-43d1-b72f-00cb07f99ab8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1721483a-199a-43d1-b72f-00cb07f99ab8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16532866235440745786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a585c33-464b-4178-ab17-f3cdf8b002d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d45f28be-bcd6-49fa-ab31-866e4123c95c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45f28be-bcd6-49fa-ab31-866e4123c95c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199234204770263997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1721483a-199a-43d1-b72f-00cb07f99ab8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45f28be-bcd6-49fa-ab31-866e4123c95c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2e4df46-2c1c-4eb6-a760-bd15470271ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9469291e-f5de-4ec5-b604-3f5fee117095, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9469291e-f5de-4ec5-b604-3f5fee117095, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611508956002712666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2e4df46-2c1c-4eb6-a760-bd15470271ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6890577146020498204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9469291e-f5de-4ec5-b604-3f5fee117095, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2e4df46-2c1c-4eb6-a760-bd15470271ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa372e3-4ae1-40c7-9df1-35271640d36f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa372e3-4ae1-40c7-9df1-35271640d36f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9187396455624397162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0111e23-18e0-413d-835a-5323c81cacce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0111e23-18e0-413d-835a-5323c81cacce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 207062869288458789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa372e3-4ae1-40c7-9df1-35271640d36f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18c870fb-367d-4ca2-b6e3-0ea773d632de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c870fb-367d-4ca2-b6e3-0ea773d632de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11008166670186984343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0111e23-18e0-413d-835a-5323c81cacce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bab9670-12ba-4285-95ca-4805406c119c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bab9670-12ba-4285-95ca-4805406c119c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17119528416309554233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c870fb-367d-4ca2-b6e3-0ea773d632de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2222ef1-6a8d-4cc8-be29-def081609bca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2222ef1-6a8d-4cc8-be29-def081609bca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315538745095384847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bab9670-12ba-4285-95ca-4805406c119c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78658b0f-0a7d-42bc-9050-c4647ea78232, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78658b0f-0a7d-42bc-9050-c4647ea78232, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644044377659724415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2222ef1-6a8d-4cc8-be29-def081609bca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d381a17-7cd3-4902-9205-165be9d1cd7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d381a17-7cd3-4902-9205-165be9d1cd7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1268511906304580063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78658b0f-0a7d-42bc-9050-c4647ea78232, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fede242-1ec8-4ccd-92e0-03806424d1ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fede242-1ec8-4ccd-92e0-03806424d1ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17762058464702813640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d381a17-7cd3-4902-9205-165be9d1cd7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6743076-6a03-4dd2-a9b4-a6f558362d36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6743076-6a03-4dd2-a9b4-a6f558362d36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4162535836345728484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fede242-1ec8-4ccd-92e0-03806424d1ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6743076-6a03-4dd2-a9b4-a6f558362d36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e442861d-fece-4358-b33f-0fd588aa0837, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e442861d-fece-4358-b33f-0fd588aa0837, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4739879141276753380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0b744b-c828-43ee-9119-f2ddaf51a18c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0b744b-c828-43ee-9119-f2ddaf51a18c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9423474337268090337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e442861d-fece-4358-b33f-0fd588aa0837, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e29a8c4-82bf-4a69-810b-7a217f0c79bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e29a8c4-82bf-4a69-810b-7a217f0c79bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172247422153264422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0b744b-c828-43ee-9119-f2ddaf51a18c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe23dd80-4566-4862-95f9-24be447ece18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe23dd80-4566-4862-95f9-24be447ece18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2671701703182136277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e29a8c4-82bf-4a69-810b-7a217f0c79bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07b6fc53-afb6-47f3-bc60-bdacb2c963a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07b6fc53-afb6-47f3-bc60-bdacb2c963a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6923665110593574221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe23dd80-4566-4862-95f9-24be447ece18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 556fef44-e586-427d-bc16-cfb20586e482, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556fef44-e586-427d-bc16-cfb20586e482, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475093533610958979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07b6fc53-afb6-47f3-bc60-bdacb2c963a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f36ef32-d450-4f24-940a-aa50e1233547, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f36ef32-d450-4f24-940a-aa50e1233547, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7221781256208637839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556fef44-e586-427d-bc16-cfb20586e482, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d92702e-eb68-48f9-bd62-d941ab4ce202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d92702e-eb68-48f9-bd62-d941ab4ce202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14435504952095129270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f36ef32-d450-4f24-940a-aa50e1233547, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0714d603-6727-4e65-9b8c-907e20e4ba14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0714d603-6727-4e65-9b8c-907e20e4ba14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021829324787451755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d92702e-eb68-48f9-bd62-d941ab4ce202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df19e698-c460-4bdb-b7f6-f68dc5409cd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df19e698-c460-4bdb-b7f6-f68dc5409cd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206954194162172920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0714d603-6727-4e65-9b8c-907e20e4ba14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 153b3188-7303-477b-86aa-4edd54a89655, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153b3188-7303-477b-86aa-4edd54a89655, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2037385440693260610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df19e698-c460-4bdb-b7f6-f68dc5409cd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54e5f17-dd0e-4b3e-89ed-e2258f7d94c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54e5f17-dd0e-4b3e-89ed-e2258f7d94c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16261096483651716471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153b3188-7303-477b-86aa-4edd54a89655, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de31d588-325c-43ff-9454-aaae8e5c4baa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54e5f17-dd0e-4b3e-89ed-e2258f7d94c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f33dbeb-40a0-42f9-b179-842d8fef6073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f33dbeb-40a0-42f9-b179-842d8fef6073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713126086037609643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de31d588-325c-43ff-9454-aaae8e5c4baa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2493943937131076847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f33dbeb-40a0-42f9-b179-842d8fef6073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa0ee420-dda1-4a13-85da-444ab7398761, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de31d588-325c-43ff-9454-aaae8e5c4baa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0ee420-dda1-4a13-85da-444ab7398761, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15750349734381725087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c7ea1b1-8f5c-46c5-a2cb-c68c91822f59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7ea1b1-8f5c-46c5-a2cb-c68c91822f59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16448365216953509821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0ee420-dda1-4a13-85da-444ab7398761, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c41173-b4fb-489d-9f1e-437918049ca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c41173-b4fb-489d-9f1e-437918049ca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4430325329259320158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7ea1b1-8f5c-46c5-a2cb-c68c91822f59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5f086e-5e52-4426-aeec-33de8a436822, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5f086e-5e52-4426-aeec-33de8a436822, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975218769737296922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c41173-b4fb-489d-9f1e-437918049ca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b70729-6878-4875-a435-c2f4190be9db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b70729-6878-4875-a435-c2f4190be9db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17886611824678627425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5f086e-5e52-4426-aeec-33de8a436822, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b70729-6878-4875-a435-c2f4190be9db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b23a61-f733-4e4e-802a-7a2af5fb329e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b23a61-f733-4e4e-802a-7a2af5fb329e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6229652037891806042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38507100-7125-477a-970d-e73b5b84b7aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38507100-7125-477a-970d-e73b5b84b7aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5143925462261714500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b23a61-f733-4e4e-802a-7a2af5fb329e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed78b839-b6db-4192-bf04-e63541f716e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed78b839-b6db-4192-bf04-e63541f716e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697072928617625338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38507100-7125-477a-970d-e73b5b84b7aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba873174-04fd-4a23-9cd8-3100ffb1a394, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba873174-04fd-4a23-9cd8-3100ffb1a394, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1184081941746345832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed78b839-b6db-4192-bf04-e63541f716e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8af3c40-b469-43e5-a99c-3a46f899b051, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8af3c40-b469-43e5-a99c-3a46f899b051, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11674288182287924099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba873174-04fd-4a23-9cd8-3100ffb1a394, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e649797-aa5b-4df0-8b20-f6089a599e3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8af3c40-b469-43e5-a99c-3a46f899b051, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e649797-aa5b-4df0-8b20-f6089a599e3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663721423735689336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4752bef-3967-4944-81e5-fa7bc507b897, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4752bef-3967-4944-81e5-fa7bc507b897, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16925381877787635897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e649797-aa5b-4df0-8b20-f6089a599e3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0396a22d-5582-423f-9cbf-69aa19ff4a2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0396a22d-5582-423f-9cbf-69aa19ff4a2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14708972160732827066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4752bef-3967-4944-81e5-fa7bc507b897, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0396a22d-5582-423f-9cbf-69aa19ff4a2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 337f54a1-60a3-4d35-86e2-26b5e387e7ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337f54a1-60a3-4d35-86e2-26b5e387e7ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17965074491309833571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85782c1b-7ed7-4bf9-93d3-6753de81b5f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85782c1b-7ed7-4bf9-93d3-6753de81b5f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223941850270725767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337f54a1-60a3-4d35-86e2-26b5e387e7ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d230745-f10f-4098-87ef-85e442a1d663, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d230745-f10f-4098-87ef-85e442a1d663, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633936793031265024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85782c1b-7ed7-4bf9-93d3-6753de81b5f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d76fd3f-400e-4ffa-bbbf-5db4691e1b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d76fd3f-400e-4ffa-bbbf-5db4691e1b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730045407599867591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d230745-f10f-4098-87ef-85e442a1d663, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ed48255-f04b-4ca3-a63b-143f1f834287, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed48255-f04b-4ca3-a63b-143f1f834287, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17483485511134478356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d76fd3f-400e-4ffa-bbbf-5db4691e1b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8f39d7-66f3-41af-b87f-f94cc2bb9a69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8f39d7-66f3-41af-b87f-f94cc2bb9a69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9168004529746310457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed48255-f04b-4ca3-a63b-143f1f834287, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e0e94f-8a4c-4580-a7a4-4e9c2ca1c907, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e0e94f-8a4c-4580-a7a4-4e9c2ca1c907, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4830512581803389368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8f39d7-66f3-41af-b87f-f94cc2bb9a69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e62abd7-0937-4b77-91fe-03ad79348879, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e62abd7-0937-4b77-91fe-03ad79348879, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988204181528132248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e0e94f-8a4c-4580-a7a4-4e9c2ca1c907, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe58e81a-3b67-4f47-8b01-05f12df5bbcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe58e81a-3b67-4f47-8b01-05f12df5bbcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14052823378033804794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e62abd7-0937-4b77-91fe-03ad79348879, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf35f7ca-e6b0-48b6-b684-433cdba7721d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf35f7ca-e6b0-48b6-b684-433cdba7721d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17128794142514804428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe58e81a-3b67-4f47-8b01-05f12df5bbcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 250ce528-b374-4c7a-b2f0-efc8ca7c2f5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 250ce528-b374-4c7a-b2f0-efc8ca7c2f5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719366216160296665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf35f7ca-e6b0-48b6-b684-433cdba7721d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc081c6-933c-4061-ac0d-f39dd728f7c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc081c6-933c-4061-ac0d-f39dd728f7c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 441398666956378800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 250ce528-b374-4c7a-b2f0-efc8ca7c2f5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4327a6-ea59-4d07-8cb6-3f2595cc4159, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4327a6-ea59-4d07-8cb6-3f2595cc4159, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11268697856200009181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc081c6-933c-4061-ac0d-f39dd728f7c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d019f74-7390-4762-aa22-cb214fe43fdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d019f74-7390-4762-aa22-cb214fe43fdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953172350353816023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4327a6-ea59-4d07-8cb6-3f2595cc4159, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d019f74-7390-4762-aa22-cb214fe43fdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a31eec1a-b2cd-48fe-92f4-28a6a6ec852e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1d7a1e2-ba75-473c-adfd-c6a094417be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a31eec1a-b2cd-48fe-92f4-28a6a6ec852e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576765285693076596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d7a1e2-ba75-473c-adfd-c6a094417be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047905453486305000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d7a1e2-ba75-473c-adfd-c6a094417be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149e3905-3f2c-430c-8138-28fb5bbbbc37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a31eec1a-b2cd-48fe-92f4-28a6a6ec852e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149e3905-3f2c-430c-8138-28fb5bbbbc37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8107467387466024890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b268eda3-4273-4f04-a7ab-2f26ef40fbba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b268eda3-4273-4f04-a7ab-2f26ef40fbba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6354291723227003267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149e3905-3f2c-430c-8138-28fb5bbbbc37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b268eda3-4273-4f04-a7ab-2f26ef40fbba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342e554c-a313-467e-b090-5f9396bc814c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ef0c28-5931-4106-9aae-b3d74f36165b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ef0c28-5931-4106-9aae-b3d74f36165b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4602994367129544217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342e554c-a313-467e-b090-5f9396bc814c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2302448643882410923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342e554c-a313-467e-b090-5f9396bc814c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8055f4b6-296d-4129-a77e-9ed0fe78d79c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8055f4b6-296d-4129-a77e-9ed0fe78d79c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140646304080442368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ef0c28-5931-4106-9aae-b3d74f36165b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d513d2d-681c-44e9-a340-b7d10651c25e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d513d2d-681c-44e9-a340-b7d10651c25e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218232075712410548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8055f4b6-296d-4129-a77e-9ed0fe78d79c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea8d309-c73e-4b2d-a7b3-19fab029b0a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d513d2d-681c-44e9-a340-b7d10651c25e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea8d309-c73e-4b2d-a7b3-19fab029b0a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12173167115203500472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83aa99ca-9331-478c-a470-e4d9ec7f2cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83aa99ca-9331-478c-a470-e4d9ec7f2cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191642646122328198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea8d309-c73e-4b2d-a7b3-19fab029b0a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07dbc00c-971e-4346-a4c7-854d3f6e2728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07dbc00c-971e-4346-a4c7-854d3f6e2728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14130052647026525754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83aa99ca-9331-478c-a470-e4d9ec7f2cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e352b409-108e-4ad2-bb4d-cc629d0788bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e352b409-108e-4ad2-bb4d-cc629d0788bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13613711478648168915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07dbc00c-971e-4346-a4c7-854d3f6e2728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2c4166-df56-4173-9c47-9ef33fde0aa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2c4166-df56-4173-9c47-9ef33fde0aa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889306853679868513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e352b409-108e-4ad2-bb4d-cc629d0788bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fce6296-0bb4-4ae3-885a-a29fbc9bc142, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fce6296-0bb4-4ae3-885a-a29fbc9bc142, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1788574343276760840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2c4166-df56-4173-9c47-9ef33fde0aa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e59924a-6132-41a8-a6e5-a97005881b21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e59924a-6132-41a8-a6e5-a97005881b21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18016731996988968608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fce6296-0bb4-4ae3-885a-a29fbc9bc142, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75e5bdcd-4e5f-4897-9eaf-b0437f985912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e5bdcd-4e5f-4897-9eaf-b0437f985912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807756147674762475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e59924a-6132-41a8-a6e5-a97005881b21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e5bdcd-4e5f-4897-9eaf-b0437f985912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28116a63-41f9-4eb4-92b6-3ccc6cd31729, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28116a63-41f9-4eb4-92b6-3ccc6cd31729, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2247956235658862888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85b26cb2-c3b0-458d-b24a-c89f3a463d0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b26cb2-c3b0-458d-b24a-c89f3a463d0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3986649702350314954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28116a63-41f9-4eb4-92b6-3ccc6cd31729, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd08602-f2fc-4c8a-b429-f699f604dea5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd08602-f2fc-4c8a-b429-f699f604dea5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1462698582563581116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd08602-f2fc-4c8a-b429-f699f604dea5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82be95be-7496-400b-924b-ca8cbfd07b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82be95be-7496-400b-924b-ca8cbfd07b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 768523424650675160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b26cb2-c3b0-458d-b24a-c89f3a463d0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2123593-6b6d-4649-b651-3ccf01d7f8bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2123593-6b6d-4649-b651-3ccf01d7f8bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219568522524488792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82be95be-7496-400b-924b-ca8cbfd07b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee4e9696-2601-4763-a9a5-1e456c0a1d2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2123593-6b6d-4649-b651-3ccf01d7f8bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1e6be6-0211-47fc-b66a-5513cfa0d2ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1e6be6-0211-47fc-b66a-5513cfa0d2ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158593145381324480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4e9696-2601-4763-a9a5-1e456c0a1d2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235400808763408251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4e9696-2601-4763-a9a5-1e456c0a1d2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5da3e3-9557-424a-acad-090af620e06b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5da3e3-9557-424a-acad-090af620e06b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6973610471383139136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1e6be6-0211-47fc-b66a-5513cfa0d2ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5a5232-314d-4b32-b874-fecf5f6ee253, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5a5232-314d-4b32-b874-fecf5f6ee253, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16600574891010161200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5da3e3-9557-424a-acad-090af620e06b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4665fc8-9674-4923-9ece-743968f186dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4665fc8-9674-4923-9ece-743968f186dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9839217118948034985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5a5232-314d-4b32-b874-fecf5f6ee253, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a328f199-4977-495d-9e42-f5a015f922a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a328f199-4977-495d-9e42-f5a015f922a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11120925067005056754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4665fc8-9674-4923-9ece-743968f186dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a328f199-4977-495d-9e42-f5a015f922a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8971e91f-7025-4174-8143-6f6505436b44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8971e91f-7025-4174-8143-6f6505436b44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16263845973065490045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fdc4bf9-123f-4b52-a9f6-30d2155e06de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fdc4bf9-123f-4b52-a9f6-30d2155e06de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7789232507680528546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8971e91f-7025-4174-8143-6f6505436b44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d64c3e5f-7974-44ed-96f1-10c1d40d9397, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d64c3e5f-7974-44ed-96f1-10c1d40d9397, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17283949745780982632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fdc4bf9-123f-4b52-a9f6-30d2155e06de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b4d878a-16e0-471f-8d44-6fd407ef9a1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4d878a-16e0-471f-8d44-6fd407ef9a1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379325616166846301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d64c3e5f-7974-44ed-96f1-10c1d40d9397, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff6ac23d-f940-4d91-9e18-be184a1bedc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6ac23d-f940-4d91-9e18-be184a1bedc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6472158682265346436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4d878a-16e0-471f-8d44-6fd407ef9a1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a6cd0c-dab8-4dad-9d5b-9497bcf3ddf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a6cd0c-dab8-4dad-9d5b-9497bcf3ddf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13104652036053795721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6ac23d-f940-4d91-9e18-be184a1bedc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a6cd0c-dab8-4dad-9d5b-9497bcf3ddf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 020116af-a9f5-4f49-a0cd-56b34ee93a27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020116af-a9f5-4f49-a0cd-56b34ee93a27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074957598219407621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3e59e2c-c7b0-4107-9efa-58a8d44fa90b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e59e2c-c7b0-4107-9efa-58a8d44fa90b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725152883073836586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020116af-a9f5-4f49-a0cd-56b34ee93a27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b875dd4e-15b4-48e6-8f0b-b4db6430d147, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b875dd4e-15b4-48e6-8f0b-b4db6430d147, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898163134420089689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e59e2c-c7b0-4107-9efa-58a8d44fa90b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29cbca60-b37f-4b1e-86f8-be97e4ff27ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29cbca60-b37f-4b1e-86f8-be97e4ff27ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3463964131266911012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29cbca60-b37f-4b1e-86f8-be97e4ff27ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47e0430-b062-4455-86ad-d00a941ed126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47e0430-b062-4455-86ad-d00a941ed126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18165200042058422353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b875dd4e-15b4-48e6-8f0b-b4db6430d147, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42c5bd27-9d83-4ed0-9ed7-8df5663984f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c5bd27-9d83-4ed0-9ed7-8df5663984f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925661334094884063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47e0430-b062-4455-86ad-d00a941ed126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0efea14f-10d6-4306-9b70-a22cef68ef43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0efea14f-10d6-4306-9b70-a22cef68ef43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129846215632292972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c5bd27-9d83-4ed0-9ed7-8df5663984f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a466dbf-53c2-46bf-951e-715c815f611f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a466dbf-53c2-46bf-951e-715c815f611f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905273539347775346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0efea14f-10d6-4306-9b70-a22cef68ef43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f31004-875a-4575-a274-519ce7bc053a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f31004-875a-4575-a274-519ce7bc053a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7318364375850585389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a466dbf-53c2-46bf-951e-715c815f611f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85337e4-a251-422e-bf07-c715ac6b1986, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85337e4-a251-422e-bf07-c715ac6b1986, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753633272706916201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f31004-875a-4575-a274-519ce7bc053a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67441f96-e66e-4899-bf5f-74066ed76c08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67441f96-e66e-4899-bf5f-74066ed76c08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347495989323237057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85337e4-a251-422e-bf07-c715ac6b1986, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b06fab0-1895-4db0-985a-ff70d2fe5eae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b06fab0-1895-4db0-985a-ff70d2fe5eae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15514361166264252711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67441f96-e66e-4899-bf5f-74066ed76c08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91133cb2-a12f-4758-bedb-2451e0698c9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91133cb2-a12f-4758-bedb-2451e0698c9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506687101050164168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b06fab0-1895-4db0-985a-ff70d2fe5eae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91133cb2-a12f-4758-bedb-2451e0698c9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d4b110d-eb33-4557-aadf-8e03ba2bd955, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4b110d-eb33-4557-aadf-8e03ba2bd955, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7095715140317730202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90fedc28-8cf2-491c-96ab-3f448d5aa2c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90fedc28-8cf2-491c-96ab-3f448d5aa2c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18440132920033491044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90fedc28-8cf2-491c-96ab-3f448d5aa2c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8e89ca-23ee-4754-bc8c-ed2f3c91dcb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8e89ca-23ee-4754-bc8c-ed2f3c91dcb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711672311548945302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4b110d-eb33-4557-aadf-8e03ba2bd955, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8e89ca-23ee-4754-bc8c-ed2f3c91dcb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 697122b0-0114-4885-bd2a-e3aa5baa2882, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697122b0-0114-4885-bd2a-e3aa5baa2882, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3007820301005768949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bdd5db4-5639-4f7c-8467-3a53bafb4dc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdd5db4-5639-4f7c-8467-3a53bafb4dc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020801723089662497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdd5db4-5639-4f7c-8467-3a53bafb4dc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be070a89-7eca-40eb-af92-50b1074ab5ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be070a89-7eca-40eb-af92-50b1074ab5ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1214418312831245049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697122b0-0114-4885-bd2a-e3aa5baa2882, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e34fb5-ebab-48e9-8ff2-93593fe1bff6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e34fb5-ebab-48e9-8ff2-93593fe1bff6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7686106468290494883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be070a89-7eca-40eb-af92-50b1074ab5ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b680aabd-0ba4-4e4d-80d5-3688b64f39ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e34fb5-ebab-48e9-8ff2-93593fe1bff6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19184f79-d24c-41c8-bc19-7473d12b88cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19184f79-d24c-41c8-bc19-7473d12b88cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1204423052095203012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b680aabd-0ba4-4e4d-80d5-3688b64f39ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12105919438103506946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19184f79-d24c-41c8-bc19-7473d12b88cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b680aabd-0ba4-4e4d-80d5-3688b64f39ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b92f068-a1e0-49e4-b0cc-61e468eaf4fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b92f068-a1e0-49e4-b0cc-61e468eaf4fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11818900054299727986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7397add8-f905-4905-abdf-b336be74236f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7397add8-f905-4905-abdf-b336be74236f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7373411742089451495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b92f068-a1e0-49e4-b0cc-61e468eaf4fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4792cb2-ff1c-4751-9e7c-fdfb35c2ada5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4792cb2-ff1c-4751-9e7c-fdfb35c2ada5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593714771328041865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7397add8-f905-4905-abdf-b336be74236f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364de379-21cd-4190-a58e-baff1091e2b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364de379-21cd-4190-a58e-baff1091e2b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7820275301396113992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4792cb2-ff1c-4751-9e7c-fdfb35c2ada5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68664c1e-2ce1-4f1b-ba27-1985710b342a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68664c1e-2ce1-4f1b-ba27-1985710b342a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866136410821374338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364de379-21cd-4190-a58e-baff1091e2b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68664c1e-2ce1-4f1b-ba27-1985710b342a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbc12d53-bb86-42f8-80d4-6bb25a90f685, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc12d53-bb86-42f8-80d4-6bb25a90f685, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964979469290028138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3730c03a-dd3c-4932-b7d7-0296e11d2741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3730c03a-dd3c-4932-b7d7-0296e11d2741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6115528885291861598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc12d53-bb86-42f8-80d4-6bb25a90f685, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3730c03a-dd3c-4932-b7d7-0296e11d2741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 241de567-cc95-4750-a48b-7390fd65492a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241de567-cc95-4750-a48b-7390fd65492a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15666878028135306774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 613fcc7c-fc1d-4e68-a473-745fadda0074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613fcc7c-fc1d-4e68-a473-745fadda0074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1509990163279849001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241de567-cc95-4750-a48b-7390fd65492a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 030b01ae-bc84-4fbf-8d06-77517d251e9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030b01ae-bc84-4fbf-8d06-77517d251e9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648989739178919722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613fcc7c-fc1d-4e68-a473-745fadda0074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c05561d-533f-4e42-a1c3-aba9f36dd248, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030b01ae-bc84-4fbf-8d06-77517d251e9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4827c707-b3dd-41f5-83ae-9d505dbd12de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c05561d-533f-4e42-a1c3-aba9f36dd248, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14640415954436944734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4827c707-b3dd-41f5-83ae-9d505dbd12de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651120694747916302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c05561d-533f-4e42-a1c3-aba9f36dd248, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4827c707-b3dd-41f5-83ae-9d505dbd12de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc307199-d7b6-4bfd-b9ac-0c3731df103b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc307199-d7b6-4bfd-b9ac-0c3731df103b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 864637577093095750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6115dcc-ce4b-474d-8502-fa3b5ea85e92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6115dcc-ce4b-474d-8502-fa3b5ea85e92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633701480358147136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc307199-d7b6-4bfd-b9ac-0c3731df103b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b44384-f1f5-4e23-9a4d-a7453b263617, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b44384-f1f5-4e23-9a4d-a7453b263617, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4611959108195352363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6115dcc-ce4b-474d-8502-fa3b5ea85e92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71a2934a-b9e4-44f6-8b4b-e8c8dfe8c310, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a2934a-b9e4-44f6-8b4b-e8c8dfe8c310, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15407833161996698514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b44384-f1f5-4e23-9a4d-a7453b263617, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fabd6e2-d144-4585-9b8d-fc706623a7a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fabd6e2-d144-4585-9b8d-fc706623a7a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4306417813569551016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a2934a-b9e4-44f6-8b4b-e8c8dfe8c310, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658f854c-e82e-40bd-9479-173f99f62014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658f854c-e82e-40bd-9479-173f99f62014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2538727671227869567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fabd6e2-d144-4585-9b8d-fc706623a7a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658f854c-e82e-40bd-9479-173f99f62014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7cdfed-f828-4c30-b4ea-dbe815f197e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7cdfed-f828-4c30-b4ea-dbe815f197e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561113593953539099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4457747-1e1b-46a5-b728-64b80ecad00c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4457747-1e1b-46a5-b728-64b80ecad00c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755847879623997569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7cdfed-f828-4c30-b4ea-dbe815f197e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45a2f9e-cdb9-470b-9ce9-f6747b8bcab6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45a2f9e-cdb9-470b-9ce9-f6747b8bcab6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023020881177754557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4457747-1e1b-46a5-b728-64b80ecad00c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007d1158-0185-46a0-8d3a-aaff844cb014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007d1158-0185-46a0-8d3a-aaff844cb014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 967048495359341335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45a2f9e-cdb9-470b-9ce9-f6747b8bcab6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 668a5d0f-4a4a-4c48-bed9-40d2548e128e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668a5d0f-4a4a-4c48-bed9-40d2548e128e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12362078959719913019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007d1158-0185-46a0-8d3a-aaff844cb014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 516bb17f-b4d4-47c2-bcd6-3494dffbd1d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516bb17f-b4d4-47c2-bcd6-3494dffbd1d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977136913045026794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668a5d0f-4a4a-4c48-bed9-40d2548e128e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c482ede-5df3-478d-ac64-ffc846fa9e55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c482ede-5df3-478d-ac64-ffc846fa9e55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3156131322138014377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516bb17f-b4d4-47c2-bcd6-3494dffbd1d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fd7c2dc-226b-4c9f-aeb6-609ec2226162, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd7c2dc-226b-4c9f-aeb6-609ec2226162, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2763707849172265253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c482ede-5df3-478d-ac64-ffc846fa9e55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15fe7dbb-9aaa-476c-945e-7c334ad6bd10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fe7dbb-9aaa-476c-945e-7c334ad6bd10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402252419556344396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd7c2dc-226b-4c9f-aeb6-609ec2226162, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a18f50c-76bb-4516-9120-4542ebcd709b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fe7dbb-9aaa-476c-945e-7c334ad6bd10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a18f50c-76bb-4516-9120-4542ebcd709b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864018934546806962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7652e8a3-c932-4442-8c3e-27bd7e9bff11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7652e8a3-c932-4442-8c3e-27bd7e9bff11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752841486528532113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a18f50c-76bb-4516-9120-4542ebcd709b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f940b8-aa03-4512-a04f-ab7c265cd460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f940b8-aa03-4512-a04f-ab7c265cd460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364686126894268167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7652e8a3-c932-4442-8c3e-27bd7e9bff11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b40c1499-a84b-4bf3-b98a-a25b6f5041c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f940b8-aa03-4512-a04f-ab7c265cd460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df18a44e-374d-4007-80fd-54728dc3776e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40c1499-a84b-4bf3-b98a-a25b6f5041c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3242795559305165837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df18a44e-374d-4007-80fd-54728dc3776e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509890721032596141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df18a44e-374d-4007-80fd-54728dc3776e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40c1499-a84b-4bf3-b98a-a25b6f5041c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fda792f-067a-4ddf-a7e6-4af33a3257d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cac1819-00bd-4b46-af13-fba8c8282152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cac1819-00bd-4b46-af13-fba8c8282152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252769335746332463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fda792f-067a-4ddf-a7e6-4af33a3257d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2552748406834222954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cac1819-00bd-4b46-af13-fba8c8282152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73f7a52a-0988-4d64-abe0-bf43c633ede0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f7a52a-0988-4d64-abe0-bf43c633ede0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5562727510174195602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fda792f-067a-4ddf-a7e6-4af33a3257d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bee7ee61-f40a-494a-b00a-cb40f9edaf9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bee7ee61-f40a-494a-b00a-cb40f9edaf9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771401077124967557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f7a52a-0988-4d64-abe0-bf43c633ede0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bee7ee61-f40a-494a-b00a-cb40f9edaf9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee66ec2-5eaa-4b5f-8a32-49b0995d12ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee66ec2-5eaa-4b5f-8a32-49b0995d12ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5983147367591585927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab7aa5a-50a9-4c15-9fa7-f36f6466e926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab7aa5a-50a9-4c15-9fa7-f36f6466e926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6240387226759741309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee66ec2-5eaa-4b5f-8a32-49b0995d12ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cc83ef2-99b2-42f1-87d3-fe2d0a3068d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc83ef2-99b2-42f1-87d3-fe2d0a3068d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875239720648291284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab7aa5a-50a9-4c15-9fa7-f36f6466e926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfca5409-cb00-4593-bb37-5cd1248c2e70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfca5409-cb00-4593-bb37-5cd1248c2e70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10383592766060444650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc83ef2-99b2-42f1-87d3-fe2d0a3068d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7a622f6-bfc2-45a7-92ed-5ac30862a71e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfca5409-cb00-4593-bb37-5cd1248c2e70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a622f6-bfc2-45a7-92ed-5ac30862a71e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5108630179336016039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f6e5721-60ac-431a-a4ef-49e56d1e68e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f6e5721-60ac-431a-a4ef-49e56d1e68e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361011606317834610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a622f6-bfc2-45a7-92ed-5ac30862a71e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0beecf96-7551-4507-b7d2-eb05e61c617f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0beecf96-7551-4507-b7d2-eb05e61c617f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487355295780096168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f6e5721-60ac-431a-a4ef-49e56d1e68e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bc0838-2b30-46b9-80f8-1ab8840230e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bc0838-2b30-46b9-80f8-1ab8840230e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17046791952199504890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0beecf96-7551-4507-b7d2-eb05e61c617f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e0b04f-0616-4529-adb0-44f0799dfed3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e0b04f-0616-4529-adb0-44f0799dfed3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12741858507497557537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bc0838-2b30-46b9-80f8-1ab8840230e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c209e099-9484-4d3b-b17a-7d13b9660e06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e0b04f-0616-4529-adb0-44f0799dfed3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63a636ed-2924-4c2f-b492-1718ac6f9b45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c209e099-9484-4d3b-b17a-7d13b9660e06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15239188379174634652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a636ed-2924-4c2f-b492-1718ac6f9b45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 930900781254032513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c209e099-9484-4d3b-b17a-7d13b9660e06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a636ed-2924-4c2f-b492-1718ac6f9b45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6c64ae-dad0-4b08-a38d-e495a9a204b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6c64ae-dad0-4b08-a38d-e495a9a204b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11676338488453097798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b005a9f1-bf1c-4aec-8b7f-d70386e5111f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b005a9f1-bf1c-4aec-8b7f-d70386e5111f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8314799157582449135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6c64ae-dad0-4b08-a38d-e495a9a204b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cdda191-2813-4287-a3bc-232256949436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cdda191-2813-4287-a3bc-232256949436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10377069728056509900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b005a9f1-bf1c-4aec-8b7f-d70386e5111f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cdda191-2813-4287-a3bc-232256949436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e99027fa-e8d2-4f5e-85ff-265852c15b71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99027fa-e8d2-4f5e-85ff-265852c15b71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16460585378711857221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d477065b-acfa-467e-af37-d464d9e20acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d477065b-acfa-467e-af37-d464d9e20acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5786790973737464592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99027fa-e8d2-4f5e-85ff-265852c15b71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8583799d-1e33-4bef-8fe6-0a9ee2a77595, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8583799d-1e33-4bef-8fe6-0a9ee2a77595, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14903447823722500711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d477065b-acfa-467e-af37-d464d9e20acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e651f24-fb2d-468a-ac58-131cda02a1a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8583799d-1e33-4bef-8fe6-0a9ee2a77595, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e651f24-fb2d-468a-ac58-131cda02a1a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13986860387272656385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 204c25a1-e618-47d4-88a6-7506356655f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 204c25a1-e618-47d4-88a6-7506356655f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508010658340466616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 204c25a1-e618-47d4-88a6-7506356655f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e651f24-fb2d-468a-ac58-131cda02a1a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bba9b5c0-918d-4b9e-b8fb-d4c3924143a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba9b5c0-918d-4b9e-b8fb-d4c3924143a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 926556207011699548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f008455-77e7-40c2-a4c0-e27b431f7c13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f008455-77e7-40c2-a4c0-e27b431f7c13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1516333129183959758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba9b5c0-918d-4b9e-b8fb-d4c3924143a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3853e32e-986f-4bbb-917c-54cc7be90506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3853e32e-986f-4bbb-917c-54cc7be90506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2924037812061197835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f008455-77e7-40c2-a4c0-e27b431f7c13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbb1df36-ade5-4589-ac4b-2220bc614405, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb1df36-ade5-4589-ac4b-2220bc614405, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411632225389930519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3853e32e-986f-4bbb-917c-54cc7be90506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f87ace0-ce56-43e3-b10f-d5903815b12b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f87ace0-ce56-43e3-b10f-d5903815b12b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9090575056687729676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb1df36-ade5-4589-ac4b-2220bc614405, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd88356-f4a9-43a2-9901-34dbef38661a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f87ace0-ce56-43e3-b10f-d5903815b12b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd88356-f4a9-43a2-9901-34dbef38661a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11869305045006397246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b8ca7d9-9743-4235-a58b-d937a30d9985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8ca7d9-9743-4235-a58b-d937a30d9985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359301425792327463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd88356-f4a9-43a2-9901-34dbef38661a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 602e91f8-9ac5-476a-b833-9ea7c46aeb09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 602e91f8-9ac5-476a-b833-9ea7c46aeb09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14749507910513809008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8ca7d9-9743-4235-a58b-d937a30d9985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aef909cf-f2ab-47bf-a07e-5cdd35c36c04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef909cf-f2ab-47bf-a07e-5cdd35c36c04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7835751887241871668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 602e91f8-9ac5-476a-b833-9ea7c46aeb09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb325b3d-6681-4114-905a-ec0c3a4377d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef909cf-f2ab-47bf-a07e-5cdd35c36c04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 688f000f-289a-4ebe-83ff-078af1153a8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb325b3d-6681-4114-905a-ec0c3a4377d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195600512590336040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688f000f-289a-4ebe-83ff-078af1153a8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 486243374476398558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb325b3d-6681-4114-905a-ec0c3a4377d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ac8bb1-32e6-47e5-9634-d6232a29112c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ac8bb1-32e6-47e5-9634-d6232a29112c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9046757118478361975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688f000f-289a-4ebe-83ff-078af1153a8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ac8bb1-32e6-47e5-9634-d6232a29112c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd31535c-27b7-4e8a-8a08-afdf95455295, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd31535c-27b7-4e8a-8a08-afdf95455295, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5055712161917739587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03bee45f-5a44-4168-ac5b-0c0cb783f8cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bee45f-5a44-4168-ac5b-0c0cb783f8cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11954940038927158031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd31535c-27b7-4e8a-8a08-afdf95455295, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dc6d15d-bd76-4ab8-8670-52325942e753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bee45f-5a44-4168-ac5b-0c0cb783f8cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87a11205-ea8c-488f-9317-e02710b64006, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc6d15d-bd76-4ab8-8670-52325942e753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471661024613107375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87a11205-ea8c-488f-9317-e02710b64006, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349627217077931349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc6d15d-bd76-4ab8-8670-52325942e753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87a11205-ea8c-488f-9317-e02710b64006, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7444db3-ce0f-456f-b5bb-b7ea85cb9b08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35009b0-7503-4be8-9341-a6973d7210cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7444db3-ce0f-456f-b5bb-b7ea85cb9b08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11361683795972908206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35009b0-7503-4be8-9341-a6973d7210cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 73722152489863316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35009b0-7503-4be8-9341-a6973d7210cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49518b9e-7eeb-4021-98a3-6f77d72227d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49518b9e-7eeb-4021-98a3-6f77d72227d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774922237672710038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7444db3-ce0f-456f-b5bb-b7ea85cb9b08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6980a21-6f5d-4664-b3f9-fd78932b96d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6980a21-6f5d-4664-b3f9-fd78932b96d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15303892662800065112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49518b9e-7eeb-4021-98a3-6f77d72227d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f9e5db8-724b-46e1-99a2-02efce823897, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9e5db8-724b-46e1-99a2-02efce823897, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564074043549706365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6980a21-6f5d-4664-b3f9-fd78932b96d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9e5db8-724b-46e1-99a2-02efce823897, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2654b57f-9153-458b-8e77-f7fb7b44ee2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2654b57f-9153-458b-8e77-f7fb7b44ee2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452088600089323763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fbc405-fa9f-4ab7-b08c-cee231463f3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fbc405-fa9f-4ab7-b08c-cee231463f3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 169768195564229286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2654b57f-9153-458b-8e77-f7fb7b44ee2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fbc405-fa9f-4ab7-b08c-cee231463f3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 067c946d-15fb-49ce-9787-3f320fc808e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 067c946d-15fb-49ce-9787-3f320fc808e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877086606810969684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945eff04-aa13-4218-9d0a-001559a0e28f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945eff04-aa13-4218-9d0a-001559a0e28f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943533231475175262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 067c946d-15fb-49ce-9787-3f320fc808e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a466d80b-cf83-4896-a819-02c10d929577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a466d80b-cf83-4896-a819-02c10d929577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176619545652748817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945eff04-aa13-4218-9d0a-001559a0e28f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad946d1-aab0-43ba-90ea-30c84fef008d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad946d1-aab0-43ba-90ea-30c84fef008d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 877965654115354186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a466d80b-cf83-4896-a819-02c10d929577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 458eec53-8f93-444f-9f39-e1ab88275601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458eec53-8f93-444f-9f39-e1ab88275601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10359228190479642780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad946d1-aab0-43ba-90ea-30c84fef008d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66553480-15dd-45bb-873d-761d7e11dba1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66553480-15dd-45bb-873d-761d7e11dba1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4404052106691393663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458eec53-8f93-444f-9f39-e1ab88275601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6afc7bd7-ed93-4b51-982d-39f50bddbaea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afc7bd7-ed93-4b51-982d-39f50bddbaea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617633882151497333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66553480-15dd-45bb-873d-761d7e11dba1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb3e80c-53f1-48e7-986a-b56c4643678e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb3e80c-53f1-48e7-986a-b56c4643678e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702950038765278095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afc7bd7-ed93-4b51-982d-39f50bddbaea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7beeeca1-1c06-4ca9-b36b-4fcd5e14f5c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7beeeca1-1c06-4ca9-b36b-4fcd5e14f5c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8364473571162703451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb3e80c-53f1-48e7-986a-b56c4643678e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ef01f3-912e-496f-b76c-fc7f2117a536, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ef01f3-912e-496f-b76c-fc7f2117a536, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14599645230880518562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7beeeca1-1c06-4ca9-b36b-4fcd5e14f5c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d970d74a-f0ad-44e4-99ec-8fb2314dad0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d970d74a-f0ad-44e4-99ec-8fb2314dad0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14864607050556620073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ef01f3-912e-496f-b76c-fc7f2117a536, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d970d74a-f0ad-44e4-99ec-8fb2314dad0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03fc5604-5d1e-4d93-9b39-366f4d2058ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fc5604-5d1e-4d93-9b39-366f4d2058ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454762058354238277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7594e8f6-008b-4a7e-8948-62380dadd540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7594e8f6-008b-4a7e-8948-62380dadd540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16139056040527080997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fc5604-5d1e-4d93-9b39-366f4d2058ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d493098-ea5b-45ca-b587-415c4f6f0fc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d493098-ea5b-45ca-b587-415c4f6f0fc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1123476484401700585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7594e8f6-008b-4a7e-8948-62380dadd540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0786e32a-75b0-4d34-910e-8b8afd8a8c42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0786e32a-75b0-4d34-910e-8b8afd8a8c42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234021263351403626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d493098-ea5b-45ca-b587-415c4f6f0fc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaa79c35-ad8c-47cf-a2c1-3ba55f6f3c73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa79c35-ad8c-47cf-a2c1-3ba55f6f3c73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661719612617225215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0786e32a-75b0-4d34-910e-8b8afd8a8c42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d73785c-0497-4884-9905-b4182a4fbc96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d73785c-0497-4884-9905-b4182a4fbc96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212450737222707247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa79c35-ad8c-47cf-a2c1-3ba55f6f3c73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14173633-581e-4fa4-9c0b-7fe107883592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14173633-581e-4fa4-9c0b-7fe107883592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8207847562262690543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d73785c-0497-4884-9905-b4182a4fbc96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62a125ae-2096-463a-b98f-25c0db73b56f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a125ae-2096-463a-b98f-25c0db73b56f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879915469973638466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14173633-581e-4fa4-9c0b-7fe107883592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0623150-a888-445b-b3a9-109e1c9f40ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0623150-a888-445b-b3a9-109e1c9f40ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241645073796165611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a125ae-2096-463a-b98f-25c0db73b56f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55d65b45-166d-44b1-a6a9-2201bdd7ba76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d65b45-166d-44b1-a6a9-2201bdd7ba76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820229415548206269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0623150-a888-445b-b3a9-109e1c9f40ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c19c3b1-9ea8-4600-b3ba-7c19c358d357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c19c3b1-9ea8-4600-b3ba-7c19c358d357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17699217350291996180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d65b45-166d-44b1-a6a9-2201bdd7ba76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e7281d-40c3-4d3e-a884-17f8bcf2a027, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e7281d-40c3-4d3e-a884-17f8bcf2a027, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12739766059694153221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c19c3b1-9ea8-4600-b3ba-7c19c358d357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d234454-514c-4cc4-a230-188d6577093b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d234454-514c-4cc4-a230-188d6577093b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7283267232272471624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e7281d-40c3-4d3e-a884-17f8bcf2a027, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374af622-abca-4ed2-b8ab-099fbbdbb323, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374af622-abca-4ed2-b8ab-099fbbdbb323, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8934640257400293643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d234454-514c-4cc4-a230-188d6577093b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3161649e-4868-4e25-936b-5c1e2e333fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3161649e-4868-4e25-936b-5c1e2e333fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321580796144209007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374af622-abca-4ed2-b8ab-099fbbdbb323, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6f9f687-8cd6-4b24-9fb6-82a853ececdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f9f687-8cd6-4b24-9fb6-82a853ececdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13629599294774884272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3161649e-4868-4e25-936b-5c1e2e333fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2534180-982d-46f2-8af4-85fd03f1c91d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2534180-982d-46f2-8af4-85fd03f1c91d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2989793250696968603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f9f687-8cd6-4b24-9fb6-82a853ececdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c25eafd-730b-4c5e-a021-ae346b0121c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c25eafd-730b-4c5e-a021-ae346b0121c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343565592968025668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2534180-982d-46f2-8af4-85fd03f1c91d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 496eab3a-85b4-492c-a1ba-63b5271c4e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 496eab3a-85b4-492c-a1ba-63b5271c4e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7119019155297334497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c25eafd-730b-4c5e-a021-ae346b0121c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc506a9-2f7b-428f-8e3b-5fa2e28cf147, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc506a9-2f7b-428f-8e3b-5fa2e28cf147, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9030738753455970817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 496eab3a-85b4-492c-a1ba-63b5271c4e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059d2723-6b9b-4e6d-910f-6fdabb5cb123, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059d2723-6b9b-4e6d-910f-6fdabb5cb123, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479696025111467548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059d2723-6b9b-4e6d-910f-6fdabb5cb123, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71f86e22-ee49-40d6-8551-d97aa96ed69a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f86e22-ee49-40d6-8551-d97aa96ed69a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114295731384053434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc506a9-2f7b-428f-8e3b-5fa2e28cf147, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78769192-ca1b-4c7f-a96f-b722fa6ddb7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78769192-ca1b-4c7f-a96f-b722fa6ddb7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000766540347680716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f86e22-ee49-40d6-8551-d97aa96ed69a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 428383d3-dce3-4bc7-9f21-8d95e3b5bfdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428383d3-dce3-4bc7-9f21-8d95e3b5bfdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708400007244673966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78769192-ca1b-4c7f-a96f-b722fa6ddb7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a02ddac2-d969-4f07-b83b-0047df8751fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428383d3-dce3-4bc7-9f21-8d95e3b5bfdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a02ddac2-d969-4f07-b83b-0047df8751fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15899013862749444404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b2c40a-d143-46e4-9f1d-5812854129c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b2c40a-d143-46e4-9f1d-5812854129c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4961864684931536760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a02ddac2-d969-4f07-b83b-0047df8751fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 781fd05f-a31c-4179-a2b1-336f80287f68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781fd05f-a31c-4179-a2b1-336f80287f68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18018009600124703617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781fd05f-a31c-4179-a2b1-336f80287f68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a910698d-1921-46b2-ad57-09a9c266fe57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a910698d-1921-46b2-ad57-09a9c266fe57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1597484138023493530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b2c40a-d143-46e4-9f1d-5812854129c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9abe602-441b-4516-866a-ebf578d4ebbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9abe602-441b-4516-866a-ebf578d4ebbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4942453215958335330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a910698d-1921-46b2-ad57-09a9c266fe57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9abe602-441b-4516-866a-ebf578d4ebbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d63dcf2-4588-499b-bb8f-9e6a856c191f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6de9810-f46a-4e2c-b030-025d2283b658, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d63dcf2-4588-499b-bb8f-9e6a856c191f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370619962747982556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6de9810-f46a-4e2c-b030-025d2283b658, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13884180351344962876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d63dcf2-4588-499b-bb8f-9e6a856c191f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6de9810-f46a-4e2c-b030-025d2283b658, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee982ae6-be3c-4acc-afdb-5ad63035b96f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ed34fa0-96ce-4b83-ba21-95c368799471, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee982ae6-be3c-4acc-afdb-5ad63035b96f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15139619752409172737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed34fa0-96ce-4b83-ba21-95c368799471, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296560545937064913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed34fa0-96ce-4b83-ba21-95c368799471, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c012cf73-25f1-4c62-a511-a9711b0e7362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee982ae6-be3c-4acc-afdb-5ad63035b96f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c012cf73-25f1-4c62-a511-a9711b0e7362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202007557588598600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, def473b5-f8cf-44fd-8889-55eac07e00f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def473b5-f8cf-44fd-8889-55eac07e00f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946853265275736780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c012cf73-25f1-4c62-a511-a9711b0e7362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e565d91-0149-4516-8e64-db4c0e3db0f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e565d91-0149-4516-8e64-db4c0e3db0f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17955920142728277238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def473b5-f8cf-44fd-8889-55eac07e00f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22aae337-c75e-4123-a395-3ed529fb4675, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aae337-c75e-4123-a395-3ed529fb4675, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8992372631328540010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e565d91-0149-4516-8e64-db4c0e3db0f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e640fa1-a28b-4c5d-8c47-c6a32f729998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e640fa1-a28b-4c5d-8c47-c6a32f729998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16626993924563146366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aae337-c75e-4123-a395-3ed529fb4675, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b9b4a50-8b5d-4f78-9f7d-3648a168f5e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b9b4a50-8b5d-4f78-9f7d-3648a168f5e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 26252268858468013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e640fa1-a28b-4c5d-8c47-c6a32f729998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 219eca19-3e99-4da1-8623-f46c78dd73dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 219eca19-3e99-4da1-8623-f46c78dd73dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222186118367177862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b9b4a50-8b5d-4f78-9f7d-3648a168f5e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b697cf8-5ad9-4f0a-8fe2-9ab080c064e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b697cf8-5ad9-4f0a-8fe2-9ab080c064e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7487981737476672839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 219eca19-3e99-4da1-8623-f46c78dd73dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19cbd15b-339d-4d93-bfef-96140d211af7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19cbd15b-339d-4d93-bfef-96140d211af7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952348866100705760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b697cf8-5ad9-4f0a-8fe2-9ab080c064e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6fb426-edc3-47f3-ba83-142d7d3156f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6fb426-edc3-47f3-ba83-142d7d3156f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081549115080780628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19cbd15b-339d-4d93-bfef-96140d211af7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4ae283e-76f4-45af-8505-9eaa03be1322, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ae283e-76f4-45af-8505-9eaa03be1322, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4695517980178453773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6fb426-edc3-47f3-ba83-142d7d3156f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e89bc1ad-3d5e-4eb4-9c11-9174524a0c5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89bc1ad-3d5e-4eb4-9c11-9174524a0c5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750895330759177834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ae283e-76f4-45af-8505-9eaa03be1322, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d5ea6e5-5cd6-420e-b59d-3ea11b61b75e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5ea6e5-5cd6-420e-b59d-3ea11b61b75e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12532699511678442823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5ea6e5-5cd6-420e-b59d-3ea11b61b75e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd3fd0c-ac50-43c2-9b38-548bbc22f88d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd3fd0c-ac50-43c2-9b38-548bbc22f88d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2002321190730203103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89bc1ad-3d5e-4eb4-9c11-9174524a0c5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f79fa6-fcf6-4eca-9cc1-809b286e6943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f79fa6-fcf6-4eca-9cc1-809b286e6943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502970034220646850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd3fd0c-ac50-43c2-9b38-548bbc22f88d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a69a79bd-5a82-4d92-a813-f12a181e1ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a69a79bd-5a82-4d92-a813-f12a181e1ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285565879535999390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f79fa6-fcf6-4eca-9cc1-809b286e6943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98820744-7991-4083-bd15-16d8ac63e7ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98820744-7991-4083-bd15-16d8ac63e7ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808455491488071801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a69a79bd-5a82-4d92-a813-f12a181e1ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e822e1-aa94-4ced-b670-9092872d8331, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e822e1-aa94-4ced-b670-9092872d8331, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11448164184735229714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98820744-7991-4083-bd15-16d8ac63e7ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af132f6-a457-46c1-b26a-2e5d80e38f1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af132f6-a457-46c1-b26a-2e5d80e38f1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747653528610335897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e822e1-aa94-4ced-b670-9092872d8331, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a05daf-98bd-445a-b1c4-1f9ec7115860, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a05daf-98bd-445a-b1c4-1f9ec7115860, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354373417075015275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af132f6-a457-46c1-b26a-2e5d80e38f1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ccfc1e-7665-42b4-892a-414c40cb2947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ccfc1e-7665-42b4-892a-414c40cb2947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447618200572296202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a05daf-98bd-445a-b1c4-1f9ec7115860, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30882fc-ae54-44e8-9205-e66841db3410, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30882fc-ae54-44e8-9205-e66841db3410, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13095377097774468205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ccfc1e-7665-42b4-892a-414c40cb2947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dce5564-aa7d-4083-9f5b-81aed08c2e96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dce5564-aa7d-4083-9f5b-81aed08c2e96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782994355520350101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30882fc-ae54-44e8-9205-e66841db3410, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6c7d229-df26-4519-9b4f-9b89178a2a81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c7d229-df26-4519-9b4f-9b89178a2a81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200636640971818144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dce5564-aa7d-4083-9f5b-81aed08c2e96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7fadbbd-eb8e-4a14-8cdd-edf6d888a712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fadbbd-eb8e-4a14-8cdd-edf6d888a712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13135363830647190381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c7d229-df26-4519-9b4f-9b89178a2a81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ef24ae4-b171-40b8-94b2-ce7b3220947d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef24ae4-b171-40b8-94b2-ce7b3220947d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1696637989637437305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fadbbd-eb8e-4a14-8cdd-edf6d888a712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e235bad-2c18-4a49-9276-09285fe636b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e235bad-2c18-4a49-9276-09285fe636b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14053179504414936612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef24ae4-b171-40b8-94b2-ce7b3220947d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba2c559-1bfe-43b3-adf4-4033af7934fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba2c559-1bfe-43b3-adf4-4033af7934fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4878836690777699878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e235bad-2c18-4a49-9276-09285fe636b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30a43b7f-71d1-46fd-a409-d2465f4df1ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba2c559-1bfe-43b3-adf4-4033af7934fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b3f712e-b723-4bac-8e96-22a9cf4390c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b3f712e-b723-4bac-8e96-22a9cf4390c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547593494082466695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a43b7f-71d1-46fd-a409-d2465f4df1ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1575623291570527016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b3f712e-b723-4bac-8e96-22a9cf4390c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d643e224-c0bd-4839-a8d2-7d4a231a8e00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d643e224-c0bd-4839-a8d2-7d4a231a8e00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9456349018920761606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a43b7f-71d1-46fd-a409-d2465f4df1ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd3f0456-143c-4472-91a0-a7547db13b52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3f0456-143c-4472-91a0-a7547db13b52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2717242149631081888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d643e224-c0bd-4839-a8d2-7d4a231a8e00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4efc498a-9684-4b61-b69b-1d0174fee2df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efc498a-9684-4b61-b69b-1d0174fee2df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802267865886697250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3f0456-143c-4472-91a0-a7547db13b52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a74c1b65-26e2-496c-ad58-3348dacd821e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efc498a-9684-4b61-b69b-1d0174fee2df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45e37c0d-34fc-41c8-9fe7-f7b7e575bd0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e37c0d-34fc-41c8-9fe7-f7b7e575bd0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11375264876267462171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74c1b65-26e2-496c-ad58-3348dacd821e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3112932964945282954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e37c0d-34fc-41c8-9fe7-f7b7e575bd0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae3eff6b-386f-4e4a-a2bc-5c1e6a826820, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3eff6b-386f-4e4a-a2bc-5c1e6a826820, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198814932329798188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74c1b65-26e2-496c-ad58-3348dacd821e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d811561-0f75-41c5-97a1-3b73b79652e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d811561-0f75-41c5-97a1-3b73b79652e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2158708528872404059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3eff6b-386f-4e4a-a2bc-5c1e6a826820, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21491994-5717-446b-948f-1a3cee23ecd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21491994-5717-446b-948f-1a3cee23ecd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291385842106176094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d811561-0f75-41c5-97a1-3b73b79652e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b219da9-4857-4696-b058-13f3c93608ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b219da9-4857-4696-b058-13f3c93608ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3469763481302056701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21491994-5717-446b-948f-1a3cee23ecd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d465c150-4a8a-4736-9f9c-5880731e8df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d465c150-4a8a-4736-9f9c-5880731e8df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4246643026713150342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d465c150-4a8a-4736-9f9c-5880731e8df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80aae458-a102-47f2-af7d-65025989e63e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80aae458-a102-47f2-af7d-65025989e63e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847327251154650136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b219da9-4857-4696-b058-13f3c93608ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d3cf2da-4f25-43c0-ae0d-d63c02a5623c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3cf2da-4f25-43c0-ae0d-d63c02a5623c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6518743515781068525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80aae458-a102-47f2-af7d-65025989e63e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61658d53-823c-4d12-b77d-219604e686cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61658d53-823c-4d12-b77d-219604e686cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10862534835563561848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3cf2da-4f25-43c0-ae0d-d63c02a5623c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 082ef814-f709-457c-b2fe-98eef5108c7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082ef814-f709-457c-b2fe-98eef5108c7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1017050527056174960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61658d53-823c-4d12-b77d-219604e686cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6314989-a870-47f0-a150-b26642e5c104, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6314989-a870-47f0-a150-b26642e5c104, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780444288888671829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082ef814-f709-457c-b2fe-98eef5108c7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6314989-a870-47f0-a150-b26642e5c104, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b893b1df-ee22-42e7-bee3-0c73f2ae11cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b893b1df-ee22-42e7-bee3-0c73f2ae11cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356955947983242056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14881feb-c5a6-4377-b9cc-6f4c5e376484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14881feb-c5a6-4377-b9cc-6f4c5e376484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646363030579790828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b893b1df-ee22-42e7-bee3-0c73f2ae11cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 599fccb2-5f1e-49c3-888e-248862099a9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599fccb2-5f1e-49c3-888e-248862099a9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18231811786695886726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14881feb-c5a6-4377-b9cc-6f4c5e376484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11128684-ed4f-424c-bad0-ce91bf8376e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11128684-ed4f-424c-bad0-ce91bf8376e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12351525577918082647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599fccb2-5f1e-49c3-888e-248862099a9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70974073-db51-43ac-94ea-b312822cf6d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70974073-db51-43ac-94ea-b312822cf6d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12179613268961338695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11128684-ed4f-424c-bad0-ce91bf8376e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48db26d5-6d43-4867-a1d3-6011a92db573, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48db26d5-6d43-4867-a1d3-6011a92db573, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 886067080922066255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70974073-db51-43ac-94ea-b312822cf6d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a71b4c-a85e-48fe-ad96-2d0dcdae25e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a71b4c-a85e-48fe-ad96-2d0dcdae25e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 29445345169004936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48db26d5-6d43-4867-a1d3-6011a92db573, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff53eb7-d927-432c-b9fc-8f4f460ea1cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff53eb7-d927-432c-b9fc-8f4f460ea1cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6152546849443908331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a71b4c-a85e-48fe-ad96-2d0dcdae25e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664fdb11-665a-4225-b32e-5b50a24c175c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664fdb11-665a-4225-b32e-5b50a24c175c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13136550032810823648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff53eb7-d927-432c-b9fc-8f4f460ea1cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e53251f2-9767-4677-a82b-9c9a7177eacd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53251f2-9767-4677-a82b-9c9a7177eacd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10724407639266182867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664fdb11-665a-4225-b32e-5b50a24c175c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135e24b7-5724-46f3-a9bd-c6636413d4c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135e24b7-5724-46f3-a9bd-c6636413d4c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008542413407277477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53251f2-9767-4677-a82b-9c9a7177eacd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 871da00b-3a6a-4c12-912e-6341ec09d192, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871da00b-3a6a-4c12-912e-6341ec09d192, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6409191952673260422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135e24b7-5724-46f3-a9bd-c6636413d4c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bae0f36d-df5a-41f0-93af-40a22403506d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae0f36d-df5a-41f0-93af-40a22403506d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4924579771485642464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871da00b-3a6a-4c12-912e-6341ec09d192, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae0f36d-df5a-41f0-93af-40a22403506d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1976444b-6297-41da-9033-278762f93e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1976444b-6297-41da-9033-278762f93e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2551814511309199164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a8c5e2-03db-4e61-b579-0a155952405f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a8c5e2-03db-4e61-b579-0a155952405f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5744602620840356944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1976444b-6297-41da-9033-278762f93e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c39667c-59c6-46c8-a19e-c49d620a7b07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a8c5e2-03db-4e61-b579-0a155952405f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d5a39b0-c390-4581-8851-ae59332c6a07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c39667c-59c6-46c8-a19e-c49d620a7b07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867438123083919769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5a39b0-c390-4581-8851-ae59332c6a07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498339319734909840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c39667c-59c6-46c8-a19e-c49d620a7b07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 126d46b1-5b97-4228-a0f9-72b60acaec9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 126d46b1-5b97-4228-a0f9-72b60acaec9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14310327283841387132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5a39b0-c390-4581-8851-ae59332c6a07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99767d0-200e-4609-beda-c2f7e7608485, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99767d0-200e-4609-beda-c2f7e7608485, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1847685614634197618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 126d46b1-5b97-4228-a0f9-72b60acaec9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd2ea3b-edae-47cf-8588-a34bfd024728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd2ea3b-edae-47cf-8588-a34bfd024728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15767448375539369530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99767d0-200e-4609-beda-c2f7e7608485, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76b63d16-a419-4ee8-80e9-0d55e8bdc87d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b63d16-a419-4ee8-80e9-0d55e8bdc87d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17762913177453464468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd2ea3b-edae-47cf-8588-a34bfd024728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8da7a7c0-8517-4970-996a-dc9339f4c0ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da7a7c0-8517-4970-996a-dc9339f4c0ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303655448388716913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b63d16-a419-4ee8-80e9-0d55e8bdc87d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c89619d-ab3f-4f0b-820d-6207df95502b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c89619d-ab3f-4f0b-820d-6207df95502b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743969175938347895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da7a7c0-8517-4970-996a-dc9339f4c0ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bd7ccc2-9c86-4f30-9fe5-a5bfdc36f2f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd7ccc2-9c86-4f30-9fe5-a5bfdc36f2f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10998426634036739176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c89619d-ab3f-4f0b-820d-6207df95502b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7d85f77-f016-4582-886b-7ffdb5b6dcaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d85f77-f016-4582-886b-7ffdb5b6dcaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471746456594171926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd7ccc2-9c86-4f30-9fe5-a5bfdc36f2f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e0232a-6896-4912-aab6-5f54a210a36a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e0232a-6896-4912-aab6-5f54a210a36a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211810441328965643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d85f77-f016-4582-886b-7ffdb5b6dcaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e0232a-6896-4912-aab6-5f54a210a36a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea95d5a0-8e6c-4aa0-8ea5-bf6015d6ed79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea95d5a0-8e6c-4aa0-8ea5-bf6015d6ed79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9417749443012898709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c8afe4-ec3c-483b-9563-123b55ccaf92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c8afe4-ec3c-483b-9563-123b55ccaf92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234073796621161455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c8afe4-ec3c-483b-9563-123b55ccaf92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55cd0f4e-8011-42b2-ae4d-7c3fed660431, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cd0f4e-8011-42b2-ae4d-7c3fed660431, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17811139019666931268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea95d5a0-8e6c-4aa0-8ea5-bf6015d6ed79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270225f4-3a3a-438c-a3e7-9e759ad5bf3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270225f4-3a3a-438c-a3e7-9e759ad5bf3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15779091286439546052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cd0f4e-8011-42b2-ae4d-7c3fed660431, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5f1632d-97fb-4f15-94c2-cecdd2d308e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f1632d-97fb-4f15-94c2-cecdd2d308e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1970296742824280323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270225f4-3a3a-438c-a3e7-9e759ad5bf3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62473b62-0374-49e2-85e8-de3a957809e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62473b62-0374-49e2-85e8-de3a957809e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3658669732001244064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f1632d-97fb-4f15-94c2-cecdd2d308e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ce9a6fe-c5e5-424d-9981-2f3949a7f131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62473b62-0374-49e2-85e8-de3a957809e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce9a6fe-c5e5-424d-9981-2f3949a7f131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094763882097869333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4b6a455-343f-45b2-a6a5-d9ca5d2a6b2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b6a455-343f-45b2-a6a5-d9ca5d2a6b2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9518656455708750729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce9a6fe-c5e5-424d-9981-2f3949a7f131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b6a455-343f-45b2-a6a5-d9ca5d2a6b2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b27c8472-87d5-4ab1-83c2-a5c8708b743c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b27c8472-87d5-4ab1-83c2-a5c8708b743c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15013590190845638075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a001675-1aa5-4916-aa90-a5a03fb5a6bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a001675-1aa5-4916-aa90-a5a03fb5a6bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9314247961411759165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b27c8472-87d5-4ab1-83c2-a5c8708b743c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dad1f90-0c6f-497a-ae08-478aa430e691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dad1f90-0c6f-497a-ae08-478aa430e691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17574471796203224550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a001675-1aa5-4916-aa90-a5a03fb5a6bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab0ffae-a9cd-4ed6-8ba4-144fda61cc70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab0ffae-a9cd-4ed6-8ba4-144fda61cc70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14015716065222077346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dad1f90-0c6f-497a-ae08-478aa430e691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab0ffae-a9cd-4ed6-8ba4-144fda61cc70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9ad142-04ec-4e0c-9cfe-fcbeb30ec3b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9ad142-04ec-4e0c-9cfe-fcbeb30ec3b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143406744084724021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0d5669-4645-4efa-8ff6-6788313ff75e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0d5669-4645-4efa-8ff6-6788313ff75e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177889932704499349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0d5669-4645-4efa-8ff6-6788313ff75e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253ca99e-f34e-4b0f-b975-abb3be973c74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253ca99e-f34e-4b0f-b975-abb3be973c74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5951972192356391031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9ad142-04ec-4e0c-9cfe-fcbeb30ec3b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2925f879-acd8-4c35-bb1e-42646fe9e325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2925f879-acd8-4c35-bb1e-42646fe9e325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959277218365616846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253ca99e-f34e-4b0f-b975-abb3be973c74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79ff0fee-5717-4a11-a3c5-7c7b7fe33fc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ff0fee-5717-4a11-a3c5-7c7b7fe33fc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331287726847939331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2925f879-acd8-4c35-bb1e-42646fe9e325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25b658a6-6adc-4459-b747-2befb8d9fbb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ff0fee-5717-4a11-a3c5-7c7b7fe33fc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5203c39a-30aa-4781-8bb1-336cfbbad9fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5203c39a-30aa-4781-8bb1-336cfbbad9fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2244039179838417766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b658a6-6adc-4459-b747-2befb8d9fbb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16660302446690640634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5203c39a-30aa-4781-8bb1-336cfbbad9fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a6b96a-0127-4e72-b8d0-24630d6ac112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b658a6-6adc-4459-b747-2befb8d9fbb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a6b96a-0127-4e72-b8d0-24630d6ac112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6125288006880356477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f59bc8b4-43e6-4b57-af1c-311cf81aae6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59bc8b4-43e6-4b57-af1c-311cf81aae6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6257060490657490143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a6b96a-0127-4e72-b8d0-24630d6ac112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9897d12-ded2-4898-8770-10b529dd33a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9897d12-ded2-4898-8770-10b529dd33a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17462918131321216101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59bc8b4-43e6-4b57-af1c-311cf81aae6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1db8143-cabc-4715-bd79-e4423501820f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9897d12-ded2-4898-8770-10b529dd33a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77ee9918-5b86-4316-8f82-79ef13f66379, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77ee9918-5b86-4316-8f82-79ef13f66379, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8667220843344960089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1db8143-cabc-4715-bd79-e4423501820f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12747637743661247342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77ee9918-5b86-4316-8f82-79ef13f66379, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1db8143-cabc-4715-bd79-e4423501820f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fb7fb13-7c3f-4a72-8871-3876c26001a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b9697ec-0aea-4135-a6ac-c5aa5c7e6c32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9697ec-0aea-4135-a6ac-c5aa5c7e6c32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14743102686677560726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb7fb13-7c3f-4a72-8871-3876c26001a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5187918309769800388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9697ec-0aea-4135-a6ac-c5aa5c7e6c32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a025eb43-b925-4ed6-9c06-b64f0b885610, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a025eb43-b925-4ed6-9c06-b64f0b885610, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12137725319771968804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb7fb13-7c3f-4a72-8871-3876c26001a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3f7aecb-24fe-4b85-8a22-10fe3fd0c373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f7aecb-24fe-4b85-8a22-10fe3fd0c373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963023338179228232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a025eb43-b925-4ed6-9c06-b64f0b885610, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 694539a7-5758-4cf3-b198-ee2cf7d1878a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694539a7-5758-4cf3-b198-ee2cf7d1878a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909400479673380194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f7aecb-24fe-4b85-8a22-10fe3fd0c373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd62acde-b3a6-4ab4-94e3-6ee4f7a44d9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd62acde-b3a6-4ab4-94e3-6ee4f7a44d9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16381738036722061366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694539a7-5758-4cf3-b198-ee2cf7d1878a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 273fb622-e3d0-43b5-9379-301eece70912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273fb622-e3d0-43b5-9379-301eece70912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11174690676387809528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd62acde-b3a6-4ab4-94e3-6ee4f7a44d9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85c508a-3c30-437b-a3c7-b6bc3fc433e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85c508a-3c30-437b-a3c7-b6bc3fc433e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17633294352598014251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273fb622-e3d0-43b5-9379-301eece70912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca31f616-c81f-48e1-a077-e68de2258f52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca31f616-c81f-48e1-a077-e68de2258f52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3562406346758136445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85c508a-3c30-437b-a3c7-b6bc3fc433e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b2302b-d223-4bdc-8509-c639f4eddd9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b2302b-d223-4bdc-8509-c639f4eddd9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4140493826935605433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca31f616-c81f-48e1-a077-e68de2258f52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba7e5de-f825-42c5-8366-d5d45487a139, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba7e5de-f825-42c5-8366-d5d45487a139, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10521216519593193280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b2302b-d223-4bdc-8509-c639f4eddd9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54940b2b-0d97-4bf9-acfb-2613de4fd706, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54940b2b-0d97-4bf9-acfb-2613de4fd706, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6046301191641174207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba7e5de-f825-42c5-8366-d5d45487a139, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66974b7a-ae14-49f4-b086-d08e23bc78be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66974b7a-ae14-49f4-b086-d08e23bc78be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695435440283366037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54940b2b-0d97-4bf9-acfb-2613de4fd706, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc0ee7d-856c-46c9-9239-92c64d3117e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc0ee7d-856c-46c9-9239-92c64d3117e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1518932620543146309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66974b7a-ae14-49f4-b086-d08e23bc78be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30e5147-a9fe-48e0-a2ae-2b450b36ef31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30e5147-a9fe-48e0-a2ae-2b450b36ef31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 541633902174716645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc0ee7d-856c-46c9-9239-92c64d3117e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 128739ad-16a6-48c3-b1c6-8b0bec1a0b33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 128739ad-16a6-48c3-b1c6-8b0bec1a0b33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14725580157209072966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30e5147-a9fe-48e0-a2ae-2b450b36ef31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1724f00f-4c65-4e19-a155-58626054321d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1724f00f-4c65-4e19-a155-58626054321d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17084756590710779128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 128739ad-16a6-48c3-b1c6-8b0bec1a0b33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c31166a6-8aad-4479-bc5b-d018953e03e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31166a6-8aad-4479-bc5b-d018953e03e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5864023708490559213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31166a6-8aad-4479-bc5b-d018953e03e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e40f1509-3a5e-4fdd-b5a7-948baecf8764, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e40f1509-3a5e-4fdd-b5a7-948baecf8764, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6254161462153636818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e40f1509-3a5e-4fdd-b5a7-948baecf8764, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20897b46-89b1-483c-b344-118c11de86bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20897b46-89b1-483c-b344-118c11de86bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4217331651659050793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20897b46-89b1-483c-b344-118c11de86bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90484b89-7c90-49fe-87d5-cb1f7a64abd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90484b89-7c90-49fe-87d5-cb1f7a64abd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 998424069032062948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1724f00f-4c65-4e19-a155-58626054321d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c0ca418-f4b3-4d28-8ccf-0e34abc57b1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0ca418-f4b3-4d28-8ccf-0e34abc57b1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7202335565047377858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90484b89-7c90-49fe-87d5-cb1f7a64abd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e82cce3-7d4f-422b-933b-fe9ae36fac38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e82cce3-7d4f-422b-933b-fe9ae36fac38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950578164669563240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0ca418-f4b3-4d28-8ccf-0e34abc57b1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4b41030-852e-41c4-81dc-05988e4f2787, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b41030-852e-41c4-81dc-05988e4f2787, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247597387704407988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e82cce3-7d4f-422b-933b-fe9ae36fac38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 179393e7-6716-4e98-9288-072986a51331, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b41030-852e-41c4-81dc-05988e4f2787, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179393e7-6716-4e98-9288-072986a51331, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5231372330757001344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99de8926-cf96-4792-bdc7-3b85117bc616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99de8926-cf96-4792-bdc7-3b85117bc616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858012412009151055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179393e7-6716-4e98-9288-072986a51331, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f2588bf-30e3-4d56-9355-a96bc44d042d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2588bf-30e3-4d56-9355-a96bc44d042d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 792239494650196783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99de8926-cf96-4792-bdc7-3b85117bc616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51dcead4-4a9a-4563-997d-db018a7659a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dcead4-4a9a-4563-997d-db018a7659a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9719922344211229159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2588bf-30e3-4d56-9355-a96bc44d042d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e896a94c-6ac7-4c42-846e-486ca3e8cb55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dcead4-4a9a-4563-997d-db018a7659a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d28aee51-5c98-45f8-b351-05e820a44c42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28aee51-5c98-45f8-b351-05e820a44c42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280881444765867051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e896a94c-6ac7-4c42-846e-486ca3e8cb55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780512495152395426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28aee51-5c98-45f8-b351-05e820a44c42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2392b74d-ce65-41d7-ae05-c1e98e5fd277, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e896a94c-6ac7-4c42-846e-486ca3e8cb55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2392b74d-ce65-41d7-ae05-c1e98e5fd277, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3621638225372757952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914fbbf5-0aed-4397-a206-af7c9dfe97b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914fbbf5-0aed-4397-a206-af7c9dfe97b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347701003659825085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2392b74d-ce65-41d7-ae05-c1e98e5fd277, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914fbbf5-0aed-4397-a206-af7c9dfe97b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac6b0b2-007d-49df-9840-c81059872a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac6b0b2-007d-49df-9840-c81059872a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7976124512651141660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfadc20e-34fe-49ce-9146-f1dc9d9ca67d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfadc20e-34fe-49ce-9146-f1dc9d9ca67d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301844435918576368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac6b0b2-007d-49df-9840-c81059872a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87e66fb7-892b-4b06-8cd1-044962230d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e66fb7-892b-4b06-8cd1-044962230d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740760608149115223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfadc20e-34fe-49ce-9146-f1dc9d9ca67d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ce5344-77ab-4738-b7d6-54bf07f1e344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ce5344-77ab-4738-b7d6-54bf07f1e344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790431602556655712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e66fb7-892b-4b06-8cd1-044962230d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85348b59-f51d-4521-9397-204cc1c7cf83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85348b59-f51d-4521-9397-204cc1c7cf83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13267456837430223183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ce5344-77ab-4738-b7d6-54bf07f1e344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afc05f05-0df7-478d-8e02-bb91fedab3e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc05f05-0df7-478d-8e02-bb91fedab3e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14026485890880726514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85348b59-f51d-4521-9397-204cc1c7cf83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0cf19a1-a55b-4049-856e-64126229de34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0cf19a1-a55b-4049-856e-64126229de34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117133018692678045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0cf19a1-a55b-4049-856e-64126229de34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01c1c803-b11c-48cc-910b-a39ffbdd9420, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c1c803-b11c-48cc-910b-a39ffbdd9420, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8859150303609704125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01c1c803-b11c-48cc-910b-a39ffbdd9420, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87cad555-e3e2-4f1a-829d-5d0b635fab4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87cad555-e3e2-4f1a-829d-5d0b635fab4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17756725939489915111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc05f05-0df7-478d-8e02-bb91fedab3e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad4911fd-6d3c-4510-806e-9b4f06231a35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad4911fd-6d3c-4510-806e-9b4f06231a35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720637668049645932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87cad555-e3e2-4f1a-829d-5d0b635fab4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92275398-918a-4d31-8037-d4a6a1840b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92275398-918a-4d31-8037-d4a6a1840b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4345811182941492094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92275398-918a-4d31-8037-d4a6a1840b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3dcb378-19c4-40ac-9586-d7a906a8a9a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3dcb378-19c4-40ac-9586-d7a906a8a9a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6185530536128060269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3dcb378-19c4-40ac-9586-d7a906a8a9a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ccb984-7309-467b-8db1-24bddcabdfae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ccb984-7309-467b-8db1-24bddcabdfae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611814134507737879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ccb984-7309-467b-8db1-24bddcabdfae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef8d9479-0ae2-4242-8876-4adf61a763b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef8d9479-0ae2-4242-8876-4adf61a763b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3481513531429376072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad4911fd-6d3c-4510-806e-9b4f06231a35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c257689-2e86-40b8-abf9-5b5de7a7266b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c257689-2e86-40b8-abf9-5b5de7a7266b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10430485623343263285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef8d9479-0ae2-4242-8876-4adf61a763b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b09fd70-1b0e-4b3c-916e-43b9c782bd69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b09fd70-1b0e-4b3c-916e-43b9c782bd69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8818083219612548351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c257689-2e86-40b8-abf9-5b5de7a7266b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39936731-70ea-41ca-8167-0321ac170d58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39936731-70ea-41ca-8167-0321ac170d58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11217649536788539924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b09fd70-1b0e-4b3c-916e-43b9c782bd69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a6ae6c-ecfa-4d38-a642-a8bf1c25f187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a6ae6c-ecfa-4d38-a642-a8bf1c25f187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1423826868838479623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39936731-70ea-41ca-8167-0321ac170d58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa450746-20fa-4eba-81ab-abfef9d59a03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa450746-20fa-4eba-81ab-abfef9d59a03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 52350211042728074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a6ae6c-ecfa-4d38-a642-a8bf1c25f187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5e4f1b-aa6a-4d8f-b1d4-4654552ccfc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5e4f1b-aa6a-4d8f-b1d4-4654552ccfc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601395558225680709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa450746-20fa-4eba-81ab-abfef9d59a03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adfae80b-bcb9-4f90-8e6c-8307d7b586e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfae80b-bcb9-4f90-8e6c-8307d7b586e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3773587405523499261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5e4f1b-aa6a-4d8f-b1d4-4654552ccfc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7740a596-fd16-4fdc-92ea-4533c9d9b3dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7740a596-fd16-4fdc-92ea-4533c9d9b3dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3389577391629545535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfae80b-bcb9-4f90-8e6c-8307d7b586e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54578fd-a361-4517-9f5a-da567fb70fc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54578fd-a361-4517-9f5a-da567fb70fc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7959178576736043649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7740a596-fd16-4fdc-92ea-4533c9d9b3dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 937587cf-0845-4e53-a0e6-9e6f2322017c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 937587cf-0845-4e53-a0e6-9e6f2322017c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418707892452298230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54578fd-a361-4517-9f5a-da567fb70fc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 446f38e7-c766-4972-b013-5d9e69dc9d33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446f38e7-c766-4972-b013-5d9e69dc9d33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578542201553496230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 937587cf-0845-4e53-a0e6-9e6f2322017c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9278a9dc-7004-4343-9106-3c0ed5d099d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9278a9dc-7004-4343-9106-3c0ed5d099d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14018598477020832707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446f38e7-c766-4972-b013-5d9e69dc9d33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7426f5-d889-419e-b7c5-a9b1deb0a99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7426f5-d889-419e-b7c5-a9b1deb0a99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422671346721214173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9278a9dc-7004-4343-9106-3c0ed5d099d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda2ac9c-8912-4136-864a-6f96f0d429a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda2ac9c-8912-4136-864a-6f96f0d429a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815997089546884168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7426f5-d889-419e-b7c5-a9b1deb0a99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5054ded1-f649-45ba-8c24-1d05be38094b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5054ded1-f649-45ba-8c24-1d05be38094b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859866984945859134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda2ac9c-8912-4136-864a-6f96f0d429a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4ead35-8b26-4d63-ad83-1e7b1ddb2443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5054ded1-f649-45ba-8c24-1d05be38094b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4ead35-8b26-4d63-ad83-1e7b1ddb2443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146576235468214020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46e864ad-fe84-469c-ad78-08834000b8eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e864ad-fe84-469c-ad78-08834000b8eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4997485781171272018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4ead35-8b26-4d63-ad83-1e7b1ddb2443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c18afac-1278-430c-ae49-9f1f87ef9ef8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c18afac-1278-430c-ae49-9f1f87ef9ef8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959195034888279929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e864ad-fe84-469c-ad78-08834000b8eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f6760b-1bd2-4a19-87f6-220d3356faec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f6760b-1bd2-4a19-87f6-220d3356faec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15441511125500781326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c18afac-1278-430c-ae49-9f1f87ef9ef8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d98c8b4f-d492-4f40-901b-93f4bf1179f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d98c8b4f-d492-4f40-901b-93f4bf1179f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488407100422383707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f6760b-1bd2-4a19-87f6-220d3356faec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944e2313-ce1c-481d-a6c4-013a0e860c39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944e2313-ce1c-481d-a6c4-013a0e860c39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4974785844804095143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d98c8b4f-d492-4f40-901b-93f4bf1179f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944e2313-ce1c-481d-a6c4-013a0e860c39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25e30d8e-7a04-49a5-93bb-ec1b8d9bb72b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ecf2c7-26c0-448f-b950-350af4d76f0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e30d8e-7a04-49a5-93bb-ec1b8d9bb72b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651772250239482689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ecf2c7-26c0-448f-b950-350af4d76f0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9597372173544991884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ecf2c7-26c0-448f-b950-350af4d76f0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc712a8-8616-4b2f-9b60-137395b4b065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc712a8-8616-4b2f-9b60-137395b4b065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11294149391148960150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e30d8e-7a04-49a5-93bb-ec1b8d9bb72b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1b0192-b3ca-4b9f-b638-562d2da14426, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1b0192-b3ca-4b9f-b638-562d2da14426, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11750941244117949413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc712a8-8616-4b2f-9b60-137395b4b065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31017fda-e2e1-4b26-8015-d41626d4c90c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31017fda-e2e1-4b26-8015-d41626d4c90c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9327004025133689552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1b0192-b3ca-4b9f-b638-562d2da14426, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 740dd20c-a761-4c16-85ca-21dbe2758da8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 740dd20c-a761-4c16-85ca-21dbe2758da8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11697918595528829652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31017fda-e2e1-4b26-8015-d41626d4c90c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b865be66-b1fe-4241-80cb-dcd0acc78f97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b865be66-b1fe-4241-80cb-dcd0acc78f97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726034443640739015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 740dd20c-a761-4c16-85ca-21dbe2758da8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e5cbf8-b81b-4b0f-911b-f37b72869d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e5cbf8-b81b-4b0f-911b-f37b72869d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288789224401227401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e5cbf8-b81b-4b0f-911b-f37b72869d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b865be66-b1fe-4241-80cb-dcd0acc78f97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4919741a-1c03-41f4-9fb5-ccb61f928c1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4919741a-1c03-41f4-9fb5-ccb61f928c1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12671501133520715713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 006ec70c-6151-47b8-88a2-334574d3efaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006ec70c-6151-47b8-88a2-334574d3efaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5820658434417297850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006ec70c-6151-47b8-88a2-334574d3efaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48988ae9-2983-49b3-bfc4-dadd10ab8f7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48988ae9-2983-49b3-bfc4-dadd10ab8f7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9179098533149447950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4919741a-1c03-41f4-9fb5-ccb61f928c1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67889184-d241-4d0b-bbda-d94b80dc1bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48988ae9-2983-49b3-bfc4-dadd10ab8f7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7536b82-6121-4e00-8178-347f6588ec0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7536b82-6121-4e00-8178-347f6588ec0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14984888476237111873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67889184-d241-4d0b-bbda-d94b80dc1bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3425090389325401758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7536b82-6121-4e00-8178-347f6588ec0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19aa0837-eb4f-45d2-bb9d-53dc7bb6082a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19aa0837-eb4f-45d2-bb9d-53dc7bb6082a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13131733424356847729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67889184-d241-4d0b-bbda-d94b80dc1bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19aa0837-eb4f-45d2-bb9d-53dc7bb6082a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 986677e9-18fd-42b3-a8a3-07f2fc6fcea9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986677e9-18fd-42b3-a8a3-07f2fc6fcea9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1890661805576566812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6802c2e1-9936-41d5-b78a-6c304808fbb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6802c2e1-9936-41d5-b78a-6c304808fbb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9412187576192094579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986677e9-18fd-42b3-a8a3-07f2fc6fcea9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4a5e5bd-4310-496f-abaa-dceff4a1c5da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a5e5bd-4310-496f-abaa-dceff4a1c5da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624511601160980111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6802c2e1-9936-41d5-b78a-6c304808fbb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 690f4fbe-0f3e-4a87-baf6-ee98f82af088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690f4fbe-0f3e-4a87-baf6-ee98f82af088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918482446850276672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690f4fbe-0f3e-4a87-baf6-ee98f82af088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee99f95-399f-4399-a09b-5777f9143f05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee99f95-399f-4399-a09b-5777f9143f05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7948949772478744818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a5e5bd-4310-496f-abaa-dceff4a1c5da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ee8efb-e47d-4491-8c40-d885d7f42772, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ee8efb-e47d-4491-8c40-d885d7f42772, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160122467537597676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ee8efb-e47d-4491-8c40-d885d7f42772, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 911913c2-ebe6-4474-ba71-2eadccf8529b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911913c2-ebe6-4474-ba71-2eadccf8529b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930502073425443289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911913c2-ebe6-4474-ba71-2eadccf8529b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab69ae3-2267-44eb-b32a-b4c64f006455, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab69ae3-2267-44eb-b32a-b4c64f006455, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934976463127600021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee99f95-399f-4399-a09b-5777f9143f05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 424d1f0f-ff20-4e7b-8c65-7f091e4b73b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 424d1f0f-ff20-4e7b-8c65-7f091e4b73b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10091753733655493423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 424d1f0f-ff20-4e7b-8c65-7f091e4b73b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f432c66-248a-4d0f-adff-652b3fd60d5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f432c66-248a-4d0f-adff-652b3fd60d5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6393970987256733629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab69ae3-2267-44eb-b32a-b4c64f006455, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44f226d1-a2cd-4cd6-a027-2333396663bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f226d1-a2cd-4cd6-a027-2333396663bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5172795436188570085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f432c66-248a-4d0f-adff-652b3fd60d5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01bcc2fc-30b2-4a24-bbab-74e7999d30c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01bcc2fc-30b2-4a24-bbab-74e7999d30c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234124916777231553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01bcc2fc-30b2-4a24-bbab-74e7999d30c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f68653-727b-41e7-b920-0820aa273f06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f68653-727b-41e7-b920-0820aa273f06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370852070973266679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f226d1-a2cd-4cd6-a027-2333396663bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b249c718-eee5-40e3-9930-26dd940f80b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b249c718-eee5-40e3-9930-26dd940f80b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274706191962704221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f68653-727b-41e7-b920-0820aa273f06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717ccc41-af63-467f-a87e-d1498990771d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717ccc41-af63-467f-a87e-d1498990771d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4992113905863147250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b249c718-eee5-40e3-9930-26dd940f80b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8ad2b7-c666-489d-9e06-fae7061ffb8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8ad2b7-c666-489d-9e06-fae7061ffb8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260880653895568769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717ccc41-af63-467f-a87e-d1498990771d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a1e8064-37f0-42b5-9a85-df9d5b3cecac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1e8064-37f0-42b5-9a85-df9d5b3cecac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8866330049155838750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8ad2b7-c666-489d-9e06-fae7061ffb8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77835070-ea6a-4883-a88b-6eefc4bfc50e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77835070-ea6a-4883-a88b-6eefc4bfc50e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17541054790982147349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1e8064-37f0-42b5-9a85-df9d5b3cecac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e91c1b3-0d20-4158-8c39-9764f64de31e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e91c1b3-0d20-4158-8c39-9764f64de31e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12438740162235510215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77835070-ea6a-4883-a88b-6eefc4bfc50e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4144a3c7-99db-4d76-8453-6285c05361b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4144a3c7-99db-4d76-8453-6285c05361b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3467747647452047107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e91c1b3-0d20-4158-8c39-9764f64de31e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3ad383-48a9-4e24-bbb5-94d82ef95403, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3ad383-48a9-4e24-bbb5-94d82ef95403, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9486201777712049428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4144a3c7-99db-4d76-8453-6285c05361b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e892fbe-261b-4b16-8f6e-3fb74d688bc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e892fbe-261b-4b16-8f6e-3fb74d688bc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12093802502256992829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3ad383-48a9-4e24-bbb5-94d82ef95403, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6df6332-dba7-4f41-ba3a-13f57dc99de7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6df6332-dba7-4f41-ba3a-13f57dc99de7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438107849641461459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e892fbe-261b-4b16-8f6e-3fb74d688bc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9cb7ae-8582-41e8-8202-5b5ab25061d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6df6332-dba7-4f41-ba3a-13f57dc99de7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5db14355-9c2e-4f65-ba58-a91af493cd97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db14355-9c2e-4f65-ba58-a91af493cd97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17913727385658335900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9cb7ae-8582-41e8-8202-5b5ab25061d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041499863692473110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db14355-9c2e-4f65-ba58-a91af493cd97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0265676d-2b96-4a92-8b3b-b1a52dcca5db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0265676d-2b96-4a92-8b3b-b1a52dcca5db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5818630340620204582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9cb7ae-8582-41e8-8202-5b5ab25061d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ab6246-15f5-4c0d-9f5f-34fa9189f293, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ab6246-15f5-4c0d-9f5f-34fa9189f293, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7959093296492194553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0265676d-2b96-4a92-8b3b-b1a52dcca5db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0724d9b8-1dcd-4132-8a3e-c684fd200e17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0724d9b8-1dcd-4132-8a3e-c684fd200e17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5338687624056987954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ab6246-15f5-4c0d-9f5f-34fa9189f293, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfc47136-b456-4152-8f85-50d6d1263de0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfc47136-b456-4152-8f85-50d6d1263de0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3041286368643484243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0724d9b8-1dcd-4132-8a3e-c684fd200e17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b9c301-cbdf-4208-b2fd-31e009856fda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b9c301-cbdf-4208-b2fd-31e009856fda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8250381039368811603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfc47136-b456-4152-8f85-50d6d1263de0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd1451e7-b028-4161-81f8-0e2c473d856e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1451e7-b028-4161-81f8-0e2c473d856e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752687570290640249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b9c301-cbdf-4208-b2fd-31e009856fda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4fedcb-5583-4532-88c5-34f71614f5af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4fedcb-5583-4532-88c5-34f71614f5af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438356944823182276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1451e7-b028-4161-81f8-0e2c473d856e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e81867d-6595-47a5-a27b-618353ab6d16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e81867d-6595-47a5-a27b-618353ab6d16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7026604186118451792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4fedcb-5583-4532-88c5-34f71614f5af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a5822a-969b-410c-8c14-e44c44beda29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a5822a-969b-410c-8c14-e44c44beda29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 928701522869158948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e81867d-6595-47a5-a27b-618353ab6d16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21d6bab4-2b5b-49bd-8250-961af2d85625, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d6bab4-2b5b-49bd-8250-961af2d85625, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117096816945690286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a5822a-969b-410c-8c14-e44c44beda29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d885bd17-d54c-421c-b219-e2e5114d62aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d885bd17-d54c-421c-b219-e2e5114d62aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141175634947627239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d6bab4-2b5b-49bd-8250-961af2d85625, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c70d04dc-6fb4-44b0-97c9-f1fdaaa9e46a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70d04dc-6fb4-44b0-97c9-f1fdaaa9e46a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5220684402356450757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d885bd17-d54c-421c-b219-e2e5114d62aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f440166-6781-4ccd-b633-6019f465bc9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f440166-6781-4ccd-b633-6019f465bc9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6064380317368872580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70d04dc-6fb4-44b0-97c9-f1fdaaa9e46a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7631d8f1-d789-4d95-aa32-639c3ceffb07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7631d8f1-d789-4d95-aa32-639c3ceffb07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8337926938672086562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f440166-6781-4ccd-b633-6019f465bc9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7244290f-8914-43ad-b5c8-7788b2fb7283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7244290f-8914-43ad-b5c8-7788b2fb7283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5805271016829841065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7631d8f1-d789-4d95-aa32-639c3ceffb07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7244290f-8914-43ad-b5c8-7788b2fb7283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 992f3e26-fb28-49cf-afc3-481ef73c6791, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992f3e26-fb28-49cf-afc3-481ef73c6791, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16212739281974675231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e656af88-e685-4019-987f-98f3d7c10ee7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e656af88-e685-4019-987f-98f3d7c10ee7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10036746080759079655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992f3e26-fb28-49cf-afc3-481ef73c6791, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b714ffb-23a0-45c8-9376-39a28ec1e128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b714ffb-23a0-45c8-9376-39a28ec1e128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14844233639728727206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e656af88-e685-4019-987f-98f3d7c10ee7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e574d0-24aa-4f60-a95c-00ff2c83922c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e574d0-24aa-4f60-a95c-00ff2c83922c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8891252673705886639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b714ffb-23a0-45c8-9376-39a28ec1e128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818b21da-93c1-481a-b055-dddf1f8e2002, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818b21da-93c1-481a-b055-dddf1f8e2002, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17318117861938813570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e574d0-24aa-4f60-a95c-00ff2c83922c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29aa0dd1-4e1a-4113-9c07-1ece6a052271, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aa0dd1-4e1a-4113-9c07-1ece6a052271, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2020830179077282959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818b21da-93c1-481a-b055-dddf1f8e2002, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aa0dd1-4e1a-4113-9c07-1ece6a052271, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b94a9bc-5346-45cc-89e2-ee1d539da5ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b94a9bc-5346-45cc-89e2-ee1d539da5ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3101317876337133995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11aa9bc2-3152-482c-8c40-f46397835eed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11aa9bc2-3152-482c-8c40-f46397835eed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17142946703497551040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b94a9bc-5346-45cc-89e2-ee1d539da5ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d94ffb-4129-4292-be65-bf9d018bab6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d94ffb-4129-4292-be65-bf9d018bab6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15835186631687842353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11aa9bc2-3152-482c-8c40-f46397835eed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53142b20-cc05-4c88-afa2-c7942776cb27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53142b20-cc05-4c88-afa2-c7942776cb27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016956390841824686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d94ffb-4129-4292-be65-bf9d018bab6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149f8044-fee4-491f-a384-d52b6c10a5ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149f8044-fee4-491f-a384-d52b6c10a5ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11243758724023722036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53142b20-cc05-4c88-afa2-c7942776cb27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14033d22-1352-485f-90a8-fb9725857766, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14033d22-1352-485f-90a8-fb9725857766, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8785286691566212784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149f8044-fee4-491f-a384-d52b6c10a5ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee34a7d2-a867-4a80-bef9-e46b261c32eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14033d22-1352-485f-90a8-fb9725857766, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4203f1db-305d-4c0e-b3dd-29d68d6b8d83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee34a7d2-a867-4a80-bef9-e46b261c32eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18336233124434596981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4203f1db-305d-4c0e-b3dd-29d68d6b8d83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12439093940310607932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee34a7d2-a867-4a80-bef9-e46b261c32eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4203f1db-305d-4c0e-b3dd-29d68d6b8d83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bef4a680-495d-4469-8672-55b3994ced1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef4a680-495d-4469-8672-55b3994ced1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15191848304753679450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c0f088d-0bcb-4be0-9510-eec37df2537b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0f088d-0bcb-4be0-9510-eec37df2537b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4818891705858916159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef4a680-495d-4469-8672-55b3994ced1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c6e125-b183-426d-b6b2-02bae185ca27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c6e125-b183-426d-b6b2-02bae185ca27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10531677665553295735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0f088d-0bcb-4be0-9510-eec37df2537b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ecceb0-dd9c-4a0d-9f20-e798afc7da7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ecceb0-dd9c-4a0d-9f20-e798afc7da7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13775836644012835197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c6e125-b183-426d-b6b2-02bae185ca27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89a206d6-9577-4503-8b8e-dae281a76aad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a206d6-9577-4503-8b8e-dae281a76aad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14467604455362095562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ecceb0-dd9c-4a0d-9f20-e798afc7da7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a206d6-9577-4503-8b8e-dae281a76aad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d384be0-067f-47d9-93c6-56fc420a5268, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fff8926d-1bc6-4d00-8555-09e31bd51b2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff8926d-1bc6-4d00-8555-09e31bd51b2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1333947106572311407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d384be0-067f-47d9-93c6-56fc420a5268, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7184998055516854094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff8926d-1bc6-4d00-8555-09e31bd51b2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94510de2-bcc6-47c3-b06f-cee96261ab74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94510de2-bcc6-47c3-b06f-cee96261ab74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13901739593344053873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d384be0-067f-47d9-93c6-56fc420a5268, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fada356b-f430-4291-8583-e188b50b6574, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fada356b-f430-4291-8583-e188b50b6574, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14602583757171773266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94510de2-bcc6-47c3-b06f-cee96261ab74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5064f08e-50f7-443f-8dec-1f994b8786cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fada356b-f430-4291-8583-e188b50b6574, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a54cd90a-0e63-447d-9199-1ad04543399f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5064f08e-50f7-443f-8dec-1f994b8786cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5527686396132261323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54cd90a-0e63-447d-9199-1ad04543399f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1028789965237798568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5064f08e-50f7-443f-8dec-1f994b8786cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efbb2439-bd7e-4ac0-9c9b-4fc409bb108d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbb2439-bd7e-4ac0-9c9b-4fc409bb108d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14397430158192568985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54cd90a-0e63-447d-9199-1ad04543399f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d68abd-64bb-4c01-b877-0eaa0d24c68c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d68abd-64bb-4c01-b877-0eaa0d24c68c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3546213627708229993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbb2439-bd7e-4ac0-9c9b-4fc409bb108d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bcb01db-2f50-4933-b9ba-ed01ce1eaa48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcb01db-2f50-4933-b9ba-ed01ce1eaa48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4102209668014596320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d68abd-64bb-4c01-b877-0eaa0d24c68c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8da0e015-6899-481b-ac10-d80b0546b21b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da0e015-6899-481b-ac10-d80b0546b21b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093990920877761747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcb01db-2f50-4933-b9ba-ed01ce1eaa48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2734551d-3355-4b85-90b9-2eb77925efd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2734551d-3355-4b85-90b9-2eb77925efd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934561994794725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da0e015-6899-481b-ac10-d80b0546b21b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 604e99f4-8b7a-454d-b51a-3a34a43c8d3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2734551d-3355-4b85-90b9-2eb77925efd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb5b25d-21ba-40ad-9aee-1f8a2f8a14e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 604e99f4-8b7a-454d-b51a-3a34a43c8d3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933129233010720563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb5b25d-21ba-40ad-9aee-1f8a2f8a14e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11777779953175604958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 604e99f4-8b7a-454d-b51a-3a34a43c8d3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4558740f-b7be-4b29-b8af-748dd65821cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4558740f-b7be-4b29-b8af-748dd65821cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11364563902805396349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb5b25d-21ba-40ad-9aee-1f8a2f8a14e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16331eed-99a0-46d2-a818-6d1f3a572565, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16331eed-99a0-46d2-a818-6d1f3a572565, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002361269850587386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4558740f-b7be-4b29-b8af-748dd65821cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529a7967-ca20-4a70-bb2f-db8a8dd2297a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529a7967-ca20-4a70-bb2f-db8a8dd2297a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5421037009980701701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16331eed-99a0-46d2-a818-6d1f3a572565, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a16e128b-cdb2-451e-a0db-a94592a443dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16e128b-cdb2-451e-a0db-a94592a443dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909096522821938777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529a7967-ca20-4a70-bb2f-db8a8dd2297a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4a77850-ec41-4092-a3a1-067bcb2145fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a77850-ec41-4092-a3a1-067bcb2145fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12797787823307049220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16e128b-cdb2-451e-a0db-a94592a443dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded48797-e511-46eb-bcea-65264d2331b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded48797-e511-46eb-bcea-65264d2331b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10923201924261580129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a77850-ec41-4092-a3a1-067bcb2145fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270ce517-ae4e-4ef7-be1f-8c60c76cdab7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270ce517-ae4e-4ef7-be1f-8c60c76cdab7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485775961200222734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded48797-e511-46eb-bcea-65264d2331b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270ce517-ae4e-4ef7-be1f-8c60c76cdab7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50543065-eb21-4a21-8b2a-3653e41d9549, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50543065-eb21-4a21-8b2a-3653e41d9549, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17662372029099981289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9559080-de76-41c6-b5f5-878691be5323, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9559080-de76-41c6-b5f5-878691be5323, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15558359690183740937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50543065-eb21-4a21-8b2a-3653e41d9549, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd3267a-a53d-4d49-af8b-26d589e0932b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd3267a-a53d-4d49-af8b-26d589e0932b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10123997718218060861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9559080-de76-41c6-b5f5-878691be5323, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec7b8a41-e402-4858-8d73-3113df681b10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec7b8a41-e402-4858-8d73-3113df681b10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7238755510520425993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd3267a-a53d-4d49-af8b-26d589e0932b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b46f399-d26b-4f18-a973-7b2b1923c983, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b46f399-d26b-4f18-a973-7b2b1923c983, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674251836010254914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec7b8a41-e402-4858-8d73-3113df681b10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b716ac8-aa17-4c76-9942-8e44c39c436e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b716ac8-aa17-4c76-9942-8e44c39c436e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9634885865585492741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b46f399-d26b-4f18-a973-7b2b1923c983, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48706fee-13ba-4753-8bfb-d45d36e72816, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48706fee-13ba-4753-8bfb-d45d36e72816, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264095855464177550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b716ac8-aa17-4c76-9942-8e44c39c436e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 836def98-0174-47ff-ab2c-f0e238a78ff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 836def98-0174-47ff-ab2c-f0e238a78ff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296009158446402640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48706fee-13ba-4753-8bfb-d45d36e72816, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce6ece12-8159-4127-b5db-f11eb6faab47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6ece12-8159-4127-b5db-f11eb6faab47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1882003589046756345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 836def98-0174-47ff-ab2c-f0e238a78ff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd85aaa5-3931-4f49-9401-65921c2cca7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd85aaa5-3931-4f49-9401-65921c2cca7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17700774859403980173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6ece12-8159-4127-b5db-f11eb6faab47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e40b00-904b-4491-835d-e50138e7bef5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e40b00-904b-4491-835d-e50138e7bef5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893205959925555751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e40b00-904b-4491-835d-e50138e7bef5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f02f298-bcda-4623-ae3e-3741026cb8c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f02f298-bcda-4623-ae3e-3741026cb8c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11446627994537204076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd85aaa5-3931-4f49-9401-65921c2cca7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e059456-f312-497c-97a8-9ced0bc41190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e059456-f312-497c-97a8-9ced0bc41190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12851093576924047858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f02f298-bcda-4623-ae3e-3741026cb8c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f54a495-da4c-4b54-abd9-b1e0af5c423e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f54a495-da4c-4b54-abd9-b1e0af5c423e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10842380054717808364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e059456-f312-497c-97a8-9ced0bc41190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991d5f2f-ae80-4ac9-8b8d-b381c0c4d065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991d5f2f-ae80-4ac9-8b8d-b381c0c4d065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7599355861373862995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f54a495-da4c-4b54-abd9-b1e0af5c423e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9511d61-b7a5-4825-8fad-20d1b24ddaf8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9511d61-b7a5-4825-8fad-20d1b24ddaf8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 824616648225083769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991d5f2f-ae80-4ac9-8b8d-b381c0c4d065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 026eed29-2465-4cc6-807e-5a1e5656edc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026eed29-2465-4cc6-807e-5a1e5656edc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530291975447778232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9511d61-b7a5-4825-8fad-20d1b24ddaf8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026eed29-2465-4cc6-807e-5a1e5656edc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccfeb1b3-5e14-4f5a-b796-1c98e5e6b474, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfeb1b3-5e14-4f5a-b796-1c98e5e6b474, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737447678538948047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fbc4ef5-9a60-42fb-afc5-43ac5ad7a08a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fbc4ef5-9a60-42fb-afc5-43ac5ad7a08a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852978123467504676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfeb1b3-5e14-4f5a-b796-1c98e5e6b474, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9422bb22-9fe5-49dc-9174-bc771de25607, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9422bb22-9fe5-49dc-9174-bc771de25607, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18062405012829227590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fbc4ef5-9a60-42fb-afc5-43ac5ad7a08a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31143bcc-7e3b-40b6-bb51-18b9acfb97cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31143bcc-7e3b-40b6-bb51-18b9acfb97cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858409065658151581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9422bb22-9fe5-49dc-9174-bc771de25607, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67805cad-a64e-41eb-b35f-039de8909ff7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67805cad-a64e-41eb-b35f-039de8909ff7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 540267893855655474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31143bcc-7e3b-40b6-bb51-18b9acfb97cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cbd8051-c42f-458f-83c9-90ec82a690d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cbd8051-c42f-458f-83c9-90ec82a690d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10458146531357702267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67805cad-a64e-41eb-b35f-039de8909ff7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6941d58e-ffd9-4625-8c65-2daa7746b5a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6941d58e-ffd9-4625-8c65-2daa7746b5a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334358678101324028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cbd8051-c42f-458f-83c9-90ec82a690d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c6269a3-4f4e-47d6-9e67-91f5d869c5fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6269a3-4f4e-47d6-9e67-91f5d869c5fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359383909861125108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6941d58e-ffd9-4625-8c65-2daa7746b5a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceccd2c9-5e94-4b37-b05b-fb71d3701407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6269a3-4f4e-47d6-9e67-91f5d869c5fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceccd2c9-5e94-4b37-b05b-fb71d3701407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815393710698451513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c7f7f9e-d24f-4682-89fa-e8db5bc0ed0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c7f7f9e-d24f-4682-89fa-e8db5bc0ed0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774879376377237989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceccd2c9-5e94-4b37-b05b-fb71d3701407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27295416-6d07-4c39-8f41-fba0ea434b41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27295416-6d07-4c39-8f41-fba0ea434b41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598073812968552639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c7f7f9e-d24f-4682-89fa-e8db5bc0ed0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2deb3c1e-8f96-45b9-aff2-085172d3973b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2deb3c1e-8f96-45b9-aff2-085172d3973b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13622984624468769598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27295416-6d07-4c39-8f41-fba0ea434b41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0589c2d6-8db4-40bd-b86c-df065f15e26b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0589c2d6-8db4-40bd-b86c-df065f15e26b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13811901201182440020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2deb3c1e-8f96-45b9-aff2-085172d3973b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbe186f-fdf3-443b-9da4-37a125b54c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbe186f-fdf3-443b-9da4-37a125b54c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3602677191966899872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0589c2d6-8db4-40bd-b86c-df065f15e26b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3600dc88-0490-4109-a147-806b0ad8f76a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3600dc88-0490-4109-a147-806b0ad8f76a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401427804809405018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbe186f-fdf3-443b-9da4-37a125b54c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ceba85-aad2-4991-b11f-1cd3209c7d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ceba85-aad2-4991-b11f-1cd3209c7d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9444513681689282170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3600dc88-0490-4109-a147-806b0ad8f76a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a32ac8cb-fdd2-4a4d-a288-1d4bb5e118fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a32ac8cb-fdd2-4a4d-a288-1d4bb5e118fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10775233694693282277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a32ac8cb-fdd2-4a4d-a288-1d4bb5e118fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b85c57-e268-46d4-9ca2-8512a96bd22f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b85c57-e268-46d4-9ca2-8512a96bd22f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 21795643300742188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ceba85-aad2-4991-b11f-1cd3209c7d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eddebaa6-fc3f-45d9-b1e5-5d8fc1fcf7e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eddebaa6-fc3f-45d9-b1e5-5d8fc1fcf7e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3517193693161028806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b85c57-e268-46d4-9ca2-8512a96bd22f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caef1f10-7d80-4650-b532-eb0ed75d8ee4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caef1f10-7d80-4650-b532-eb0ed75d8ee4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11635652400095124735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eddebaa6-fc3f-45d9-b1e5-5d8fc1fcf7e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e0f230-41b0-46d4-9034-d0957f9c1e85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e0f230-41b0-46d4-9034-d0957f9c1e85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1792380379485916348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caef1f10-7d80-4650-b532-eb0ed75d8ee4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89baec42-d049-4dde-9309-21cfffe24ca5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89baec42-d049-4dde-9309-21cfffe24ca5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15574476527523402142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e0f230-41b0-46d4-9034-d0957f9c1e85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f948fffa-7cb2-4f88-87df-3a7cfb60ccbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f948fffa-7cb2-4f88-87df-3a7cfb60ccbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5147096808754250325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89baec42-d049-4dde-9309-21cfffe24ca5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0172afb-2307-4869-bd4c-5c62428aba79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0172afb-2307-4869-bd4c-5c62428aba79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2590441530492323155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f948fffa-7cb2-4f88-87df-3a7cfb60ccbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42a5d270-e011-4252-9bb4-2a05684643a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a5d270-e011-4252-9bb4-2a05684643a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5402988644002149901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0172afb-2307-4869-bd4c-5c62428aba79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d35dd0-e14d-41f5-95be-64025f6e574d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d35dd0-e14d-41f5-95be-64025f6e574d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387053961039995352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a5d270-e011-4252-9bb4-2a05684643a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cac7453b-7fc6-4e59-8f79-a915d8644446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac7453b-7fc6-4e59-8f79-a915d8644446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791305434782784673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d35dd0-e14d-41f5-95be-64025f6e574d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1620b1a-3a7c-4fad-b29d-e0f4ba1e405e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1620b1a-3a7c-4fad-b29d-e0f4ba1e405e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2298911110015137265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac7453b-7fc6-4e59-8f79-a915d8644446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ffc1f9-2be0-4f99-a910-40f85c2b7fe7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1620b1a-3a7c-4fad-b29d-e0f4ba1e405e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ad6a898-99ec-4597-a345-69926a80189d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ffc1f9-2be0-4f99-a910-40f85c2b7fe7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14954556005263894562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad6a898-99ec-4597-a345-69926a80189d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209271587614923559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ffc1f9-2be0-4f99-a910-40f85c2b7fe7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2560c9-02eb-409b-b895-39fe325fe686, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2560c9-02eb-409b-b895-39fe325fe686, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16369665114104568408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad6a898-99ec-4597-a345-69926a80189d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58195fa3-56a6-419c-90a9-8bbc54ece025, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58195fa3-56a6-419c-90a9-8bbc54ece025, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 325315669562016952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2560c9-02eb-409b-b895-39fe325fe686, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059feaeb-6a06-4805-949a-efee113d29b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059feaeb-6a06-4805-949a-efee113d29b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4431891008637010852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58195fa3-56a6-419c-90a9-8bbc54ece025, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14788ba9-1926-4438-9cc4-7dab80bbb7bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14788ba9-1926-4438-9cc4-7dab80bbb7bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4108620580176379185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059feaeb-6a06-4805-949a-efee113d29b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b673159-7d83-443b-8927-092a47b47d7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b673159-7d83-443b-8927-092a47b47d7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16626342158167648635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14788ba9-1926-4438-9cc4-7dab80bbb7bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897e7477-03e4-4776-aabc-202a2fd9fc45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897e7477-03e4-4776-aabc-202a2fd9fc45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1402866319391715831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b673159-7d83-443b-8927-092a47b47d7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1889446-f90e-4242-9aae-7f1b950fcee6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1889446-f90e-4242-9aae-7f1b950fcee6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7438543113836639293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897e7477-03e4-4776-aabc-202a2fd9fc45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee86cebd-5923-48ca-8ecc-bcbac8bfc92a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee86cebd-5923-48ca-8ecc-bcbac8bfc92a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15962007663887881786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1889446-f90e-4242-9aae-7f1b950fcee6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4390f392-2b8b-4288-bef9-250d02136b1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4390f392-2b8b-4288-bef9-250d02136b1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245753673406121617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee86cebd-5923-48ca-8ecc-bcbac8bfc92a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc81573-73a9-489e-800a-d64ed599652b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc81573-73a9-489e-800a-d64ed599652b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4342628629282144705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4390f392-2b8b-4288-bef9-250d02136b1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71e7945f-44d7-4458-a64c-80d07adafedd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e7945f-44d7-4458-a64c-80d07adafedd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543644780627740089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc81573-73a9-489e-800a-d64ed599652b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8965da82-da96-40b1-b86f-07eb41105080, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8965da82-da96-40b1-b86f-07eb41105080, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971992882493896862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e7945f-44d7-4458-a64c-80d07adafedd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad3eeaf-f00f-493a-ba15-d05430e6f524, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad3eeaf-f00f-493a-ba15-d05430e6f524, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8634176358239217762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8965da82-da96-40b1-b86f-07eb41105080, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58bdee6b-ae89-4d57-b75c-1fad2aa84a17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58bdee6b-ae89-4d57-b75c-1fad2aa84a17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10904475873905652755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad3eeaf-f00f-493a-ba15-d05430e6f524, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 015c4d7c-82b8-42f3-aac7-4efe9be1638c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 015c4d7c-82b8-42f3-aac7-4efe9be1638c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16494094682527340912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58bdee6b-ae89-4d57-b75c-1fad2aa84a17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43653cd2-2c65-48b1-94e5-bf5c51afded8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43653cd2-2c65-48b1-94e5-bf5c51afded8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717220700710433171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 015c4d7c-82b8-42f3-aac7-4efe9be1638c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7912f6b8-e7e6-4bff-9cd7-ff8817de38fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7912f6b8-e7e6-4bff-9cd7-ff8817de38fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642314038775495719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43653cd2-2c65-48b1-94e5-bf5c51afded8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b25bc616-e317-4ee4-8102-f68cc8e265ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25bc616-e317-4ee4-8102-f68cc8e265ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18250472442373227063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7912f6b8-e7e6-4bff-9cd7-ff8817de38fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cd78bf-926f-488b-836a-0b5ef6dc40cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cd78bf-926f-488b-836a-0b5ef6dc40cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035611696740404882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25bc616-e317-4ee4-8102-f68cc8e265ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 452654ed-a88d-4cb6-9e28-6011089d3680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452654ed-a88d-4cb6-9e28-6011089d3680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080416082339629522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cd78bf-926f-488b-836a-0b5ef6dc40cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6af7972-2404-4ea5-8d75-895330276011, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6af7972-2404-4ea5-8d75-895330276011, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16495179211377702957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452654ed-a88d-4cb6-9e28-6011089d3680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0a2bc1-6405-4191-8dba-d8e05396f55c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0a2bc1-6405-4191-8dba-d8e05396f55c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10633779063607647149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6af7972-2404-4ea5-8d75-895330276011, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ef605d1-7541-4eb0-8087-bc734b032f71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0a2bc1-6405-4191-8dba-d8e05396f55c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef605d1-7541-4eb0-8087-bc734b032f71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18211485761728578390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52a6896-b9cc-409e-9145-0fc7a22ebf24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52a6896-b9cc-409e-9145-0fc7a22ebf24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052645275501132020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef605d1-7541-4eb0-8087-bc734b032f71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52a6896-b9cc-409e-9145-0fc7a22ebf24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c465da-1ff7-45c6-b78b-3ad28e6a8f8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c465da-1ff7-45c6-b78b-3ad28e6a8f8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8947290320002279144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 715daa75-9cdb-499f-a075-0b60a0168044, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c465da-1ff7-45c6-b78b-3ad28e6a8f8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715daa75-9cdb-499f-a075-0b60a0168044, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983669142036084080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12bb5328-8c16-4a31-87f8-1eb71c6af0c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bb5328-8c16-4a31-87f8-1eb71c6af0c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16655318526356538553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bb5328-8c16-4a31-87f8-1eb71c6af0c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2048d86e-74a5-4c17-8df7-301a3292bffd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2048d86e-74a5-4c17-8df7-301a3292bffd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505605909248924029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715daa75-9cdb-499f-a075-0b60a0168044, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b5fa4ec-39ed-447a-917a-928c3b72dec5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5fa4ec-39ed-447a-917a-928c3b72dec5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926426330903373839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2048d86e-74a5-4c17-8df7-301a3292bffd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4c61fa-a771-4984-ae68-93c10e1d4ae6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4c61fa-a771-4984-ae68-93c10e1d4ae6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13533169598376437613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5fa4ec-39ed-447a-917a-928c3b72dec5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4c61fa-a771-4984-ae68-93c10e1d4ae6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59688236-704d-4bd0-9cd9-736c7fdd7600, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59688236-704d-4bd0-9cd9-736c7fdd7600, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492601332347286574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d9ed91f-848a-47d4-bbb1-5f34e734300f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9ed91f-848a-47d4-bbb1-5f34e734300f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6030969593807155671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59688236-704d-4bd0-9cd9-736c7fdd7600, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1a69a5-7476-4f2f-833c-0db2e3298c92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1a69a5-7476-4f2f-833c-0db2e3298c92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509211593072009476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9ed91f-848a-47d4-bbb1-5f34e734300f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b5f1550-fefe-4b16-b5d7-8fb702d89835, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b5f1550-fefe-4b16-b5d7-8fb702d89835, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 276863319241044912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1a69a5-7476-4f2f-833c-0db2e3298c92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53ed98d1-3c04-43bb-8b20-be73bca0f69d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ed98d1-3c04-43bb-8b20-be73bca0f69d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399134337982819200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b5f1550-fefe-4b16-b5d7-8fb702d89835, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1295f480-8078-4df9-bbbf-eb16ef301053, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1295f480-8078-4df9-bbbf-eb16ef301053, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3774993900688305515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ed98d1-3c04-43bb-8b20-be73bca0f69d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1295f480-8078-4df9-bbbf-eb16ef301053, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea8bcf0a-bcc8-4953-890a-1ef306767864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea8bcf0a-bcc8-4953-890a-1ef306767864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902492882122898007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a365cee0-fa2d-470d-a433-4b971fece66a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a365cee0-fa2d-470d-a433-4b971fece66a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737557695045954925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea8bcf0a-bcc8-4953-890a-1ef306767864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2e5ad3f-c534-47e1-b6b6-33bf24c5c2ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e5ad3f-c534-47e1-b6b6-33bf24c5c2ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952251181240071163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a365cee0-fa2d-470d-a433-4b971fece66a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1796113a-719f-4429-982d-a80a100c2669, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1796113a-719f-4429-982d-a80a100c2669, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890894918552504716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e5ad3f-c534-47e1-b6b6-33bf24c5c2ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66a9902c-00f8-452a-a553-5ae99e410fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a9902c-00f8-452a-a553-5ae99e410fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14134189345160941436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1796113a-719f-4429-982d-a80a100c2669, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b03e6530-3b32-4370-9b41-f1a619905864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03e6530-3b32-4370-9b41-f1a619905864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293873803188304302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a9902c-00f8-452a-a553-5ae99e410fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67d660f9-2f13-4345-abfd-8e8c6c1bf5bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d660f9-2f13-4345-abfd-8e8c6c1bf5bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6618941102822648465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03e6530-3b32-4370-9b41-f1a619905864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6136cb54-3513-4706-b3c6-8d898ef20105, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6136cb54-3513-4706-b3c6-8d898ef20105, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084297806708467588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d660f9-2f13-4345-abfd-8e8c6c1bf5bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e44b2d0-1728-428c-a562-fadff436fc81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e44b2d0-1728-428c-a562-fadff436fc81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5432895153683423955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6136cb54-3513-4706-b3c6-8d898ef20105, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a3c8504-3dcf-4744-a016-03cb296511e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3c8504-3dcf-4744-a016-03cb296511e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3187182723617981177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e44b2d0-1728-428c-a562-fadff436fc81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bea881a-20f3-40ba-978b-a5a35b7adb93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bea881a-20f3-40ba-978b-a5a35b7adb93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14481962877451152545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3c8504-3dcf-4744-a016-03cb296511e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6d0b819-36d3-4d24-ad08-0c83891f4492, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d0b819-36d3-4d24-ad08-0c83891f4492, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13567032879663624141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bea881a-20f3-40ba-978b-a5a35b7adb93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26834afc-217d-49d7-9bf1-cd519ebe66b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26834afc-217d-49d7-9bf1-cd519ebe66b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717622222495270364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d0b819-36d3-4d24-ad08-0c83891f4492, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba60c37-e53e-4170-bb1b-ba2fcc3f4b2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba60c37-e53e-4170-bb1b-ba2fcc3f4b2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398487685286449087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26834afc-217d-49d7-9bf1-cd519ebe66b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98f61a69-9c31-4de4-bca9-9025e50b72f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f61a69-9c31-4de4-bca9-9025e50b72f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4416609564542563204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba60c37-e53e-4170-bb1b-ba2fcc3f4b2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742b147b-6ede-4942-af37-fc677c9070d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742b147b-6ede-4942-af37-fc677c9070d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12335128239185894463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f61a69-9c31-4de4-bca9-9025e50b72f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35acdd2-ee8d-455a-befd-ff7afd87a756, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35acdd2-ee8d-455a-befd-ff7afd87a756, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856120755267545012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742b147b-6ede-4942-af37-fc677c9070d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8401e175-5597-4cff-959a-b302742f6bb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8401e175-5597-4cff-959a-b302742f6bb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 838163994234798058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35acdd2-ee8d-455a-befd-ff7afd87a756, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66cf8bb1-0367-42ab-adb5-2c4aa3805be8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66cf8bb1-0367-42ab-adb5-2c4aa3805be8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055343943515392966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8401e175-5597-4cff-959a-b302742f6bb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 279aafd8-a32d-4f01-a065-3dcf4bb7e459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279aafd8-a32d-4f01-a065-3dcf4bb7e459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711351580817672294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66cf8bb1-0367-42ab-adb5-2c4aa3805be8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd13cab7-4492-453c-8ae1-05cb5b2c3f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd13cab7-4492-453c-8ae1-05cb5b2c3f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8681414712553486725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279aafd8-a32d-4f01-a065-3dcf4bb7e459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10553f44-310c-4833-9f38-e6650b830bb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10553f44-310c-4833-9f38-e6650b830bb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7014937910559127989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd13cab7-4492-453c-8ae1-05cb5b2c3f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c0bdb31-f1f7-4765-bdf1-0570f4e249f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0bdb31-f1f7-4765-bdf1-0570f4e249f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14747583687184765660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10553f44-310c-4833-9f38-e6650b830bb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a5ed2f5-71de-4960-b12f-c81ca206f7ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5ed2f5-71de-4960-b12f-c81ca206f7ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12612366989552921988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0bdb31-f1f7-4765-bdf1-0570f4e249f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b443e2b5-2eb2-4d3b-88e5-b9ee41bee905, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b443e2b5-2eb2-4d3b-88e5-b9ee41bee905, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8540084581384580815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5ed2f5-71de-4960-b12f-c81ca206f7ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 361fb8c2-2f67-4536-a0e6-02e468701fb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361fb8c2-2f67-4536-a0e6-02e468701fb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4581727085143502817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b443e2b5-2eb2-4d3b-88e5-b9ee41bee905, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c50642-ad27-4729-8d12-042ca196dda2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c50642-ad27-4729-8d12-042ca196dda2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7743756053830262526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361fb8c2-2f67-4536-a0e6-02e468701fb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d19a83-8311-457a-8ec5-7b66074c702f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d19a83-8311-457a-8ec5-7b66074c702f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408848778423836896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c50642-ad27-4729-8d12-042ca196dda2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8fd5be1-c458-42cd-b799-8e3528e2eb8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d19a83-8311-457a-8ec5-7b66074c702f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8fd5be1-c458-42cd-b799-8e3528e2eb8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17552325395995657616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20ca0ed-f65c-4939-b35c-cd7e2a2ea991, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20ca0ed-f65c-4939-b35c-cd7e2a2ea991, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15344044641953468636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8fd5be1-c458-42cd-b799-8e3528e2eb8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6039e25c-3ab4-49c3-9a5f-8d0a9380980d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6039e25c-3ab4-49c3-9a5f-8d0a9380980d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6803606803491114304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20ca0ed-f65c-4939-b35c-cd7e2a2ea991, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d297d015-0549-4560-84b3-39104bb6ec6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d297d015-0549-4560-84b3-39104bb6ec6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10479421099844475465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6039e25c-3ab4-49c3-9a5f-8d0a9380980d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a741a8a0-dc59-4a97-bcd9-58b0bd926e41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a741a8a0-dc59-4a97-bcd9-58b0bd926e41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15952702750492049775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d297d015-0549-4560-84b3-39104bb6ec6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a741a8a0-dc59-4a97-bcd9-58b0bd926e41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9896bdc6-951d-4931-b854-415015b75609, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9896bdc6-951d-4931-b854-415015b75609, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1635033056333969862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd009ae-e9c8-4e27-b30a-298087113fba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd009ae-e9c8-4e27-b30a-298087113fba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295261403522913709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd009ae-e9c8-4e27-b30a-298087113fba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d24bef36-573f-499a-9c74-283dfcab1d4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9896bdc6-951d-4931-b854-415015b75609, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24bef36-573f-499a-9c74-283dfcab1d4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12738915796295418792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60fe6d66-4a0d-4485-91f8-61068e0bf134, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fe6d66-4a0d-4485-91f8-61068e0bf134, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8513231229910604879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24bef36-573f-499a-9c74-283dfcab1d4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 241dc48e-1346-4cd5-93cc-db6a7760c90d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241dc48e-1346-4cd5-93cc-db6a7760c90d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7805455172613667188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fe6d66-4a0d-4485-91f8-61068e0bf134, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38c80f1e-195d-4c9a-9e15-5dab518d72ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38c80f1e-195d-4c9a-9e15-5dab518d72ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16161762551819938424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241dc48e-1346-4cd5-93cc-db6a7760c90d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6fb363-a27d-45e2-b229-912edb2af8a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6fb363-a27d-45e2-b229-912edb2af8a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713363931516291346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38c80f1e-195d-4c9a-9e15-5dab518d72ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7d4039-1328-457e-845a-ecb19e5fae4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7d4039-1328-457e-845a-ecb19e5fae4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6586274422196865093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6fb363-a27d-45e2-b229-912edb2af8a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7a4d10-f6b2-4d61-9117-ea582db54033, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7a4d10-f6b2-4d61-9117-ea582db54033, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 675846448913754368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7d4039-1328-457e-845a-ecb19e5fae4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe87250d-4b10-4871-8dc0-0295917c6e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe87250d-4b10-4871-8dc0-0295917c6e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1209295079165019548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7a4d10-f6b2-4d61-9117-ea582db54033, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c7ad57-7967-4e07-aa19-631af9207c81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c7ad57-7967-4e07-aa19-631af9207c81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072240022228807061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe87250d-4b10-4871-8dc0-0295917c6e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3aedd64-12e4-4fc1-8366-ed96762b7af6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3aedd64-12e4-4fc1-8366-ed96762b7af6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9035336758450880646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c7ad57-7967-4e07-aa19-631af9207c81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0f07392-9dcf-4468-9bc3-bb38c29706ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f07392-9dcf-4468-9bc3-bb38c29706ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4224118133231670061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3aedd64-12e4-4fc1-8366-ed96762b7af6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f07392-9dcf-4468-9bc3-bb38c29706ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 085e12d7-5746-4612-a1f0-9c82aff1b8af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085e12d7-5746-4612-a1f0-9c82aff1b8af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12369284909861856071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4158a96-0b02-45a6-b25c-f5104b816f1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4158a96-0b02-45a6-b25c-f5104b816f1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3477160533114745333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4158a96-0b02-45a6-b25c-f5104b816f1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10e177e-55b2-4da7-992a-39f94a25ca75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10e177e-55b2-4da7-992a-39f94a25ca75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16117368436170396058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085e12d7-5746-4612-a1f0-9c82aff1b8af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a03da7c-cc33-4ec0-93fa-c34a87b536ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a03da7c-cc33-4ec0-93fa-c34a87b536ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207369446951450522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10e177e-55b2-4da7-992a-39f94a25ca75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d72a953-c616-41db-86b6-b53c6f22d1fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d72a953-c616-41db-86b6-b53c6f22d1fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624022930242206727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a03da7c-cc33-4ec0-93fa-c34a87b536ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c81223c-86fa-4782-9e4e-a86ebeb78b64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c81223c-86fa-4782-9e4e-a86ebeb78b64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16483926935081762901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d72a953-c616-41db-86b6-b53c6f22d1fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af0e1630-dc8c-404d-bf8b-d789364aadea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0e1630-dc8c-404d-bf8b-d789364aadea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14361813467995335352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c81223c-86fa-4782-9e4e-a86ebeb78b64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c326f379-2339-45be-95f1-5dc89797b2a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c326f379-2339-45be-95f1-5dc89797b2a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6150142555362708550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0e1630-dc8c-404d-bf8b-d789364aadea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ad8ad5-65a2-4fd1-8b72-defd608dd862, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ad8ad5-65a2-4fd1-8b72-defd608dd862, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12402189923339684744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c326f379-2339-45be-95f1-5dc89797b2a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50396ef1-89b1-4b60-b3e1-6d04168f6d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50396ef1-89b1-4b60-b3e1-6d04168f6d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7273949689070157719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ad8ad5-65a2-4fd1-8b72-defd608dd862, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ff5a847-e72e-4ca7-9d2d-652171d7c08e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50396ef1-89b1-4b60-b3e1-6d04168f6d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ff5a847-e72e-4ca7-9d2d-652171d7c08e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9719601898062951765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab4526f5-2425-4e1f-b262-9d3800ee4c8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4526f5-2425-4e1f-b262-9d3800ee4c8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16884188256704745172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ff5a847-e72e-4ca7-9d2d-652171d7c08e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a447b49-4e2d-4c6c-a3e8-84ffa3659407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a447b49-4e2d-4c6c-a3e8-84ffa3659407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16730864403032463138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4526f5-2425-4e1f-b262-9d3800ee4c8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c930ba79-694a-4985-bcd5-e26de0966ae4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c930ba79-694a-4985-bcd5-e26de0966ae4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4116985206099904962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a447b49-4e2d-4c6c-a3e8-84ffa3659407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 129c815f-5fc3-4c16-8e2a-55e60c9a3c9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129c815f-5fc3-4c16-8e2a-55e60c9a3c9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1769723812802759509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c930ba79-694a-4985-bcd5-e26de0966ae4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2faa7157-706c-4974-a296-4d64d72dd4d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2faa7157-706c-4974-a296-4d64d72dd4d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10110812438969015060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129c815f-5fc3-4c16-8e2a-55e60c9a3c9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d65a13a2-d9da-4e10-b240-f0cb9372972c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65a13a2-d9da-4e10-b240-f0cb9372972c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6281392339090656282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2faa7157-706c-4974-a296-4d64d72dd4d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e28672-6185-4db1-8f22-9f142d0eec08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e28672-6185-4db1-8f22-9f142d0eec08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8672810675755131388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65a13a2-d9da-4e10-b240-f0cb9372972c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8321d8-a749-4dc3-933b-487a5e12a5d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8321d8-a749-4dc3-933b-487a5e12a5d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5532133451286758268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e28672-6185-4db1-8f22-9f142d0eec08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71726930-87d7-42a2-998f-7a1387203221, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71726930-87d7-42a2-998f-7a1387203221, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147164561545933285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8321d8-a749-4dc3-933b-487a5e12a5d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 013fb94f-5609-41f5-ac29-577905dc102a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013fb94f-5609-41f5-ac29-577905dc102a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14917743201697898740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71726930-87d7-42a2-998f-7a1387203221, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d201cac4-d1c6-40ff-a58e-c05ed3c58c8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d201cac4-d1c6-40ff-a58e-c05ed3c58c8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9531177032561887786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013fb94f-5609-41f5-ac29-577905dc102a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d99ae45f-30ce-46ef-b5e6-ceec2a11c2a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99ae45f-30ce-46ef-b5e6-ceec2a11c2a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1734263058734643108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d201cac4-d1c6-40ff-a58e-c05ed3c58c8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 557bc6de-87ef-479d-a6c9-3fca3d3e509b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557bc6de-87ef-479d-a6c9-3fca3d3e509b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4000343176867527039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99ae45f-30ce-46ef-b5e6-ceec2a11c2a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a519efc-126e-48ae-ad9f-16e0429aee2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a519efc-126e-48ae-ad9f-16e0429aee2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080012679127569074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557bc6de-87ef-479d-a6c9-3fca3d3e509b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614eb318-0939-4ad9-a843-ca70fadec219, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614eb318-0939-4ad9-a843-ca70fadec219, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097349987873534516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a519efc-126e-48ae-ad9f-16e0429aee2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee5d737b-ad4b-44d1-8352-82a80ff1374f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee5d737b-ad4b-44d1-8352-82a80ff1374f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964500627200466646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614eb318-0939-4ad9-a843-ca70fadec219, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b1e6ccb-b70d-43fb-b8c7-7aba3d7a2dd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1e6ccb-b70d-43fb-b8c7-7aba3d7a2dd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6633865139976838470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee5d737b-ad4b-44d1-8352-82a80ff1374f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96cab0b-17c4-4442-8439-c5dc2babcd5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96cab0b-17c4-4442-8439-c5dc2babcd5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14588425922653707021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1e6ccb-b70d-43fb-b8c7-7aba3d7a2dd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55819c39-1294-4155-b5ad-b2f6a1d0b6b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55819c39-1294-4155-b5ad-b2f6a1d0b6b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10470890167169702923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96cab0b-17c4-4442-8439-c5dc2babcd5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78187845-cb11-4469-aa26-19b05a724f98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78187845-cb11-4469-aa26-19b05a724f98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173608361617078131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55819c39-1294-4155-b5ad-b2f6a1d0b6b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 130de988-f6b3-4963-8583-eae07c14c483, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130de988-f6b3-4963-8583-eae07c14c483, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731032074374910795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78187845-cb11-4469-aa26-19b05a724f98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 595f2b6a-139a-45a6-9def-4c8befac9c98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595f2b6a-139a-45a6-9def-4c8befac9c98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14120037538538913244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130de988-f6b3-4963-8583-eae07c14c483, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04417928-39e9-4cf3-8f61-8597c1b77909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595f2b6a-139a-45a6-9def-4c8befac9c98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 683c3c4e-19ad-49da-a238-b92f3bacfcfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683c3c4e-19ad-49da-a238-b92f3bacfcfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14721912671432602553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04417928-39e9-4cf3-8f61-8597c1b77909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15993739855699775925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683c3c4e-19ad-49da-a238-b92f3bacfcfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fbfe28f-b74d-4875-aa92-08dab361a03e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbfe28f-b74d-4875-aa92-08dab361a03e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 172009572343931163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04417928-39e9-4cf3-8f61-8597c1b77909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a91bde3c-23a2-4471-89f9-d39842e2599a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a91bde3c-23a2-4471-89f9-d39842e2599a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 615994977586701647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbfe28f-b74d-4875-aa92-08dab361a03e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4bc11c-d68c-4de9-bc6b-70dc34fc7261, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4bc11c-d68c-4de9-bc6b-70dc34fc7261, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11985523359448940910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a91bde3c-23a2-4471-89f9-d39842e2599a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea61f269-9796-41bd-981d-d7b4e1a261d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea61f269-9796-41bd-981d-d7b4e1a261d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087957547350221583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4bc11c-d68c-4de9-bc6b-70dc34fc7261, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 611731a1-e772-4199-8733-1c22f4d555de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 611731a1-e772-4199-8733-1c22f4d555de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4338669978104768568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea61f269-9796-41bd-981d-d7b4e1a261d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5324ce7b-2611-4a66-b4b9-05081cd71eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5324ce7b-2611-4a66-b4b9-05081cd71eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4232737476299891080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 611731a1-e772-4199-8733-1c22f4d555de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c8c6368-1e0a-42fe-8f15-2705bfed9997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c8c6368-1e0a-42fe-8f15-2705bfed9997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11972074491992219552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5324ce7b-2611-4a66-b4b9-05081cd71eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6243f29a-dabd-4bdf-9e54-08537f169435, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6243f29a-dabd-4bdf-9e54-08537f169435, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16047901565810499757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c8c6368-1e0a-42fe-8f15-2705bfed9997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51f1f4b4-3130-4937-b984-a079f94da3a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f1f4b4-3130-4937-b984-a079f94da3a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206168841319588217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6243f29a-dabd-4bdf-9e54-08537f169435, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db33d594-2af0-4b8e-aa36-052888289bdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db33d594-2af0-4b8e-aa36-052888289bdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16459095883751200272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f1f4b4-3130-4937-b984-a079f94da3a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c52dbac-c970-41e1-806e-c0b9187c477c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c52dbac-c970-41e1-806e-c0b9187c477c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17307203646986453400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db33d594-2af0-4b8e-aa36-052888289bdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16c9056d-aea9-4aa2-83cf-2e88546c7337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c9056d-aea9-4aa2-83cf-2e88546c7337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15040656325329184880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c52dbac-c970-41e1-806e-c0b9187c477c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16de2594-38a1-4101-9bc4-8f9d32e305b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16de2594-38a1-4101-9bc4-8f9d32e305b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3504420335775038583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c9056d-aea9-4aa2-83cf-2e88546c7337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa3e5737-b0c8-4dd7-8c16-23b834f21f03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3e5737-b0c8-4dd7-8c16-23b834f21f03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315796627928624920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16de2594-38a1-4101-9bc4-8f9d32e305b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 411f3217-1a66-48d4-ad9b-b54d4cad6c2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 411f3217-1a66-48d4-ad9b-b54d4cad6c2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669249139064898477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3e5737-b0c8-4dd7-8c16-23b834f21f03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8e4053-cffc-4c5b-a08a-e6cdb0440945, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8e4053-cffc-4c5b-a08a-e6cdb0440945, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15269320155622662629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 411f3217-1a66-48d4-ad9b-b54d4cad6c2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e2a8b3-eb96-45f7-a0c6-656be4717ddf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8e4053-cffc-4c5b-a08a-e6cdb0440945, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e2a8b3-eb96-45f7-a0c6-656be4717ddf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13352856715696120759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 025b3696-87e7-4352-884a-204c97733ebf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 025b3696-87e7-4352-884a-204c97733ebf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110852910265738794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e2a8b3-eb96-45f7-a0c6-656be4717ddf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be2bf28e-704f-44a0-aa5e-6f40003ef93b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2bf28e-704f-44a0-aa5e-6f40003ef93b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11853345955671388064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 025b3696-87e7-4352-884a-204c97733ebf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcbb9d2-9e57-4225-9ca8-3e1a9f0901f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcbb9d2-9e57-4225-9ca8-3e1a9f0901f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15034577246447206996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2bf28e-704f-44a0-aa5e-6f40003ef93b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec44082-4933-4b8b-84ff-2e6b08880e99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec44082-4933-4b8b-84ff-2e6b08880e99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058571194813516309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcbb9d2-9e57-4225-9ca8-3e1a9f0901f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa136431-df7d-48be-8cf4-7333fee91140, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa136431-df7d-48be-8cf4-7333fee91140, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7826521216520124265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec44082-4933-4b8b-84ff-2e6b08880e99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a55561c0-96e1-4b1f-9a2f-f7ab7dead02b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55561c0-96e1-4b1f-9a2f-f7ab7dead02b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017978079839355885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa136431-df7d-48be-8cf4-7333fee91140, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a93502a3-3d27-43fa-8eba-e9dd02b967fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93502a3-3d27-43fa-8eba-e9dd02b967fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719035293185552632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55561c0-96e1-4b1f-9a2f-f7ab7dead02b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e73ea7-8630-4dc9-957f-f51f24d1ca4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e73ea7-8630-4dc9-957f-f51f24d1ca4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4212925115225238599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93502a3-3d27-43fa-8eba-e9dd02b967fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03f17b31-8d35-4aab-a7d7-880c451a7287, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f17b31-8d35-4aab-a7d7-880c451a7287, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8892773210875243206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e73ea7-8630-4dc9-957f-f51f24d1ca4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a604baf7-0619-461b-8aa7-7dcb290d50f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a604baf7-0619-461b-8aa7-7dcb290d50f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14106466271712448291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f17b31-8d35-4aab-a7d7-880c451a7287, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e51903-ddfb-42b2-9550-fd695c0fb32c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e51903-ddfb-42b2-9550-fd695c0fb32c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826365818651960811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a604baf7-0619-461b-8aa7-7dcb290d50f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd1a6a7-c54d-4bae-8c99-ebaa697f35e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd1a6a7-c54d-4bae-8c99-ebaa697f35e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678043807659589970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e51903-ddfb-42b2-9550-fd695c0fb32c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfd2657e-3a0f-47df-bf0f-dece793644e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd2657e-3a0f-47df-bf0f-dece793644e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2393651976356327736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd1a6a7-c54d-4bae-8c99-ebaa697f35e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5d0791-eb32-416d-908b-3ae3bb0e5bb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5d0791-eb32-416d-908b-3ae3bb0e5bb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1853899510161424896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd2657e-3a0f-47df-bf0f-dece793644e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10f29c84-8012-438f-852b-21da1d198d5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10f29c84-8012-438f-852b-21da1d198d5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692027851268099616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10f29c84-8012-438f-852b-21da1d198d5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5d0791-eb32-416d-908b-3ae3bb0e5bb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0377bca-55bf-4a50-b9b8-b730afbe3e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0377bca-55bf-4a50-b9b8-b730afbe3e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103584359293158443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eafec1ac-c5e9-4dca-ad33-f214017ffcd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eafec1ac-c5e9-4dca-ad33-f214017ffcd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708058484477585233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0377bca-55bf-4a50-b9b8-b730afbe3e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a001ef3-1f53-4ccf-a1d0-e9937c8bbabc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a001ef3-1f53-4ccf-a1d0-e9937c8bbabc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781181019663822544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eafec1ac-c5e9-4dca-ad33-f214017ffcd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c2dd31-e8aa-4d69-aac6-90b6b2ea686e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c2dd31-e8aa-4d69-aac6-90b6b2ea686e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3139354283442009089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a001ef3-1f53-4ccf-a1d0-e9937c8bbabc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db08f200-84b6-4171-b04a-550d7102c44a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db08f200-84b6-4171-b04a-550d7102c44a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8141896504522311076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c2dd31-e8aa-4d69-aac6-90b6b2ea686e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a922f8f2-e5c6-407b-8a02-840cb35c47f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a922f8f2-e5c6-407b-8a02-840cb35c47f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420787241374174365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db08f200-84b6-4171-b04a-550d7102c44a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f73f354-1684-4b02-8d1b-aa6d9ab58f9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f73f354-1684-4b02-8d1b-aa6d9ab58f9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13608147194392018663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a922f8f2-e5c6-407b-8a02-840cb35c47f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725f6faa-eefe-4676-9d1c-73c54e5fb245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725f6faa-eefe-4676-9d1c-73c54e5fb245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219539704870204566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f73f354-1684-4b02-8d1b-aa6d9ab58f9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a8d1b05-3b35-4aa0-8294-34c42fa4d501, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8d1b05-3b35-4aa0-8294-34c42fa4d501, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8562097018192473342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725f6faa-eefe-4676-9d1c-73c54e5fb245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cba0ffc-44d1-4b01-a712-1f2725fa866d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cba0ffc-44d1-4b01-a712-1f2725fa866d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2913199241108192577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8d1b05-3b35-4aa0-8294-34c42fa4d501, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1016d71e-056d-4fd4-bc37-b0b30c8fa986, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1016d71e-056d-4fd4-bc37-b0b30c8fa986, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10413315904906554323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cba0ffc-44d1-4b01-a712-1f2725fa866d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2771c86e-fbf1-4822-a024-ac7a785e2cf1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2771c86e-fbf1-4822-a024-ac7a785e2cf1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1629448087120582760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1016d71e-056d-4fd4-bc37-b0b30c8fa986, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd385f75-95c2-4c02-ade3-84360b9e7660, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd385f75-95c2-4c02-ade3-84360b9e7660, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6333636787878928460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2771c86e-fbf1-4822-a024-ac7a785e2cf1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12aa5baf-2640-4f47-baf2-4043a13852e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12aa5baf-2640-4f47-baf2-4043a13852e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12222988469869255917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd385f75-95c2-4c02-ade3-84360b9e7660, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0987cbb-9e0b-4de1-b4cb-1f5ffd118175, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0987cbb-9e0b-4de1-b4cb-1f5ffd118175, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772189972713740080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12aa5baf-2640-4f47-baf2-4043a13852e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c78c813-34ff-4d67-b8ab-c3febb1e97ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0987cbb-9e0b-4de1-b4cb-1f5ffd118175, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c4df83d-565e-46ac-8f89-803a63a23510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4df83d-565e-46ac-8f89-803a63a23510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17570378554679941330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c78c813-34ff-4d67-b8ab-c3febb1e97ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13410512735264035147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4df83d-565e-46ac-8f89-803a63a23510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c78c813-34ff-4d67-b8ab-c3febb1e97ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb0216f-c2bb-4b5d-a15f-93b26ec2b36d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb0216f-c2bb-4b5d-a15f-93b26ec2b36d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3063765255294980972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 546d1b2b-a2c6-4d73-9ba9-1402594114b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546d1b2b-a2c6-4d73-9ba9-1402594114b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11444395187080270038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb0216f-c2bb-4b5d-a15f-93b26ec2b36d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe17c69-7a7e-4df8-8c90-fd68c8c70a55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe17c69-7a7e-4df8-8c90-fd68c8c70a55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573088926598482404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546d1b2b-a2c6-4d73-9ba9-1402594114b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a915d4e9-5c6a-4ba4-96be-04941f5f3582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a915d4e9-5c6a-4ba4-96be-04941f5f3582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7797202259584290560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe17c69-7a7e-4df8-8c90-fd68c8c70a55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41eb94f-8fdb-4e46-bc25-1bbb1370a369, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41eb94f-8fdb-4e46-bc25-1bbb1370a369, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257873370249390995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a915d4e9-5c6a-4ba4-96be-04941f5f3582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6387f464-b427-4d34-b9b7-e003860fd3d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6387f464-b427-4d34-b9b7-e003860fd3d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 289305811714289329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41eb94f-8fdb-4e46-bc25-1bbb1370a369, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d300357-d899-4fde-8afd-405c3c17bfd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d300357-d899-4fde-8afd-405c3c17bfd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953824532013536558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d300357-d899-4fde-8afd-405c3c17bfd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e49cc8e8-0b36-45d1-89fb-580f1132bf94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6387f464-b427-4d34-b9b7-e003860fd3d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99572c3a-55b2-4c0a-b1df-f9d0b6a7951f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99572c3a-55b2-4c0a-b1df-f9d0b6a7951f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128558649436541505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e49cc8e8-0b36-45d1-89fb-580f1132bf94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13453560098060683364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99572c3a-55b2-4c0a-b1df-f9d0b6a7951f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ed4f92a-10fa-44fd-922e-6a08b423cad5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed4f92a-10fa-44fd-922e-6a08b423cad5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369479305563884148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e49cc8e8-0b36-45d1-89fb-580f1132bf94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed4f92a-10fa-44fd-922e-6a08b423cad5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e2727a-0035-41e7-bc57-6d342eb659da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e2727a-0035-41e7-bc57-6d342eb659da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 854862736603987342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e962bcb-aeca-48fc-b928-e5d6eb8d3c3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e962bcb-aeca-48fc-b928-e5d6eb8d3c3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6652920593508611868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e2727a-0035-41e7-bc57-6d342eb659da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64eb4f9a-a04e-42f8-8dff-70126f4df085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64eb4f9a-a04e-42f8-8dff-70126f4df085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7422539021581031701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e962bcb-aeca-48fc-b928-e5d6eb8d3c3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b72d2b-30b2-49f5-9105-72478e88f409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b72d2b-30b2-49f5-9105-72478e88f409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3777620225561929477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64eb4f9a-a04e-42f8-8dff-70126f4df085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c227305e-2652-4bb0-9bc5-ae7d0aa8f872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c227305e-2652-4bb0-9bc5-ae7d0aa8f872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17079627146050098495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b72d2b-30b2-49f5-9105-72478e88f409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44dafed-4562-4761-aa07-9e02631390ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44dafed-4562-4761-aa07-9e02631390ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7098503156297513067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c227305e-2652-4bb0-9bc5-ae7d0aa8f872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b2f2332-5f60-43e0-8c8e-dad68b74b7b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b2f2332-5f60-43e0-8c8e-dad68b74b7b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248695961315895307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44dafed-4562-4761-aa07-9e02631390ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40102e27-617a-4615-bddb-3dab71abffe8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40102e27-617a-4615-bddb-3dab71abffe8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3795527321774426759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b2f2332-5f60-43e0-8c8e-dad68b74b7b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08388251-b953-418d-9f4a-2e2ec86636fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08388251-b953-418d-9f4a-2e2ec86636fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9322035711663788862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40102e27-617a-4615-bddb-3dab71abffe8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d35f22be-0bd1-487b-a41b-3fe06e0b7463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35f22be-0bd1-487b-a41b-3fe06e0b7463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10895996862087278896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08388251-b953-418d-9f4a-2e2ec86636fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae5dfb84-e50b-462b-b872-c61ab1217b02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5dfb84-e50b-462b-b872-c61ab1217b02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11896574822692281114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35f22be-0bd1-487b-a41b-3fe06e0b7463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2008a72-e940-4c96-983f-e7e30f8f2291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2008a72-e940-4c96-983f-e7e30f8f2291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9704947878300798659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5dfb84-e50b-462b-b872-c61ab1217b02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6734001-de1c-4c72-9ad2-70148bcf1bb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6734001-de1c-4c72-9ad2-70148bcf1bb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18154932758737196595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2008a72-e940-4c96-983f-e7e30f8f2291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 178565fc-c705-4dfc-80a9-7730f434d9f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 178565fc-c705-4dfc-80a9-7730f434d9f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14924925967246932171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6734001-de1c-4c72-9ad2-70148bcf1bb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e780dec-d9c5-47e6-a83e-da9a12612450, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e780dec-d9c5-47e6-a83e-da9a12612450, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344543967264857784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e780dec-d9c5-47e6-a83e-da9a12612450, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0460589a-d1c1-4cbb-9d21-d85a78af51db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0460589a-d1c1-4cbb-9d21-d85a78af51db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7817565981150748834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 178565fc-c705-4dfc-80a9-7730f434d9f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7228b577-a95b-41ae-8ff0-a5c14362c025, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7228b577-a95b-41ae-8ff0-a5c14362c025, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16950664317455090374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0460589a-d1c1-4cbb-9d21-d85a78af51db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 472d49ef-dc29-4d89-96ce-2bd38d4249cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472d49ef-dc29-4d89-96ce-2bd38d4249cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6017054846256112674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7228b577-a95b-41ae-8ff0-a5c14362c025, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f45ad2-2068-487b-8b40-30913785862a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f45ad2-2068-487b-8b40-30913785862a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116715531867398716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f45ad2-2068-487b-8b40-30913785862a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b09b0c68-92de-4900-8c4b-ed20934d1d87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09b0c68-92de-4900-8c4b-ed20934d1d87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 708805692869082376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472d49ef-dc29-4d89-96ce-2bd38d4249cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2ad1bf1-9006-40a8-a2d4-7265be2ad7a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ad1bf1-9006-40a8-a2d4-7265be2ad7a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7609061552610301059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09b0c68-92de-4900-8c4b-ed20934d1d87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ad1bf1-9006-40a8-a2d4-7265be2ad7a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 915b4cab-a4ca-4bd5-9030-0c65ec0656e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ac7f4d-9f5c-4897-b065-c15d3e2664ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915b4cab-a4ca-4bd5-9030-0c65ec0656e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10485288441075586340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ac7f4d-9f5c-4897-b065-c15d3e2664ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5899008008961749238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915b4cab-a4ca-4bd5-9030-0c65ec0656e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ac7f4d-9f5c-4897-b065-c15d3e2664ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c41697f-6049-41b6-bb88-dd218a4db666, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c41697f-6049-41b6-bb88-dd218a4db666, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11267681500097759511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eec81ced-379a-48c2-a6ab-431d39cb273d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec81ced-379a-48c2-a6ab-431d39cb273d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227898458794772253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c41697f-6049-41b6-bb88-dd218a4db666, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5225ceb-c81a-40af-bf08-3fcc8f91684d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5225ceb-c81a-40af-bf08-3fcc8f91684d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17523744414749613232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec81ced-379a-48c2-a6ab-431d39cb273d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd24b17-b90b-4ac2-987b-ba95e3c90851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd24b17-b90b-4ac2-987b-ba95e3c90851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254168253443871279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5225ceb-c81a-40af-bf08-3fcc8f91684d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8934fa8e-5131-4275-9830-25b510f4086c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8934fa8e-5131-4275-9830-25b510f4086c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794483104404851326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd24b17-b90b-4ac2-987b-ba95e3c90851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 203a27fc-ed29-40d9-a98e-b6ab3dd30cb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203a27fc-ed29-40d9-a98e-b6ab3dd30cb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12251980545164027579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8934fa8e-5131-4275-9830-25b510f4086c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5128e84-87f9-4c74-9c86-3bd0088cd2a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5128e84-87f9-4c74-9c86-3bd0088cd2a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8001413491364141855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203a27fc-ed29-40d9-a98e-b6ab3dd30cb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c59cc933-76cc-4963-bce1-cd60e6c17eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59cc933-76cc-4963-bce1-cd60e6c17eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7346448848149195286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5128e84-87f9-4c74-9c86-3bd0088cd2a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4003ae5-3248-4210-b967-dc423a2c78f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4003ae5-3248-4210-b967-dc423a2c78f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7462595574567795826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59cc933-76cc-4963-bce1-cd60e6c17eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7c74e8-983f-43e7-940d-2cf8766ced23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7c74e8-983f-43e7-940d-2cf8766ced23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5544332586988541238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4003ae5-3248-4210-b967-dc423a2c78f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fca6cf1-f443-40c6-928d-04ddeec19493, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fca6cf1-f443-40c6-928d-04ddeec19493, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4870440309982726693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7c74e8-983f-43e7-940d-2cf8766ced23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4ccfd2-aea1-4ee5-b71c-14b431298843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fca6cf1-f443-40c6-928d-04ddeec19493, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b53e2ba-b50d-4802-8388-3ffbcac40de6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b53e2ba-b50d-4802-8388-3ffbcac40de6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14070180459626711972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4ccfd2-aea1-4ee5-b71c-14b431298843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11295800294066554819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4ccfd2-aea1-4ee5-b71c-14b431298843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e636a84d-0216-4926-9aa9-a7f50729852a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e636a84d-0216-4926-9aa9-a7f50729852a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7349085376893429075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b53e2ba-b50d-4802-8388-3ffbcac40de6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e636a84d-0216-4926-9aa9-a7f50729852a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4e7f949-e365-4295-b16d-b3ecdb833b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82f144a4-7f3c-4a7b-aa1b-978f7c3c0778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f144a4-7f3c-4a7b-aa1b-978f7c3c0778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12726643306235812221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e7f949-e365-4295-b16d-b3ecdb833b67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5282742547316313147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f144a4-7f3c-4a7b-aa1b-978f7c3c0778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39af6dd8-187f-4c4c-99f0-f02f52f22669, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39af6dd8-187f-4c4c-99f0-f02f52f22669, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17350707868870441616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e7f949-e365-4295-b16d-b3ecdb833b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199552b4-20d5-41ba-ac8f-75bd7928273b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199552b4-20d5-41ba-ac8f-75bd7928273b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106036305235400405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39af6dd8-187f-4c4c-99f0-f02f52f22669, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 096c91a4-4206-4af6-ab5e-06268f772c81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096c91a4-4206-4af6-ab5e-06268f772c81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18157973313227758084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199552b4-20d5-41ba-ac8f-75bd7928273b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e81ef1a-0c16-4f99-9323-b5f266a1f3ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e81ef1a-0c16-4f99-9323-b5f266a1f3ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11710404880768878422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096c91a4-4206-4af6-ab5e-06268f772c81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e25607-f9b2-48f9-90c7-f32af05d92b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e81ef1a-0c16-4f99-9323-b5f266a1f3ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c882e7a-101e-4d74-99e0-ddfbf0a60561, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e25607-f9b2-48f9-90c7-f32af05d92b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585895016713387918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c882e7a-101e-4d74-99e0-ddfbf0a60561, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4255098490485952190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e25607-f9b2-48f9-90c7-f32af05d92b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c882e7a-101e-4d74-99e0-ddfbf0a60561, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322c6dbd-d1c2-468c-9120-ca2960633a24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322c6dbd-d1c2-468c-9120-ca2960633a24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706805909714354413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 035c56c9-492c-44f7-b234-544ba1522b87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035c56c9-492c-44f7-b234-544ba1522b87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18206252876870722529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035c56c9-492c-44f7-b234-544ba1522b87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71bb9b89-9f70-4aa9-ae1a-78930b979605, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bb9b89-9f70-4aa9-ae1a-78930b979605, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248477698484785461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322c6dbd-d1c2-468c-9120-ca2960633a24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ad1b94-721f-4a84-91b7-b63d71c5423c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ad1b94-721f-4a84-91b7-b63d71c5423c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812323512153303897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bb9b89-9f70-4aa9-ae1a-78930b979605, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e106e12-b616-4bb2-9a8e-bd630d97dba8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e106e12-b616-4bb2-9a8e-bd630d97dba8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155262734510479637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ad1b94-721f-4a84-91b7-b63d71c5423c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a0b71dd-8de1-4c0c-8d44-1c5fc3854d78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a0b71dd-8de1-4c0c-8d44-1c5fc3854d78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331900486250334937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e106e12-b616-4bb2-9a8e-bd630d97dba8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd89e239-1cd7-440b-a98b-444fb1ebe9b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd89e239-1cd7-440b-a98b-444fb1ebe9b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16900985223533358611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a0b71dd-8de1-4c0c-8d44-1c5fc3854d78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c26376-a56a-4e34-ba5d-e309c58635e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c26376-a56a-4e34-ba5d-e309c58635e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9479774209877758240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c26376-a56a-4e34-ba5d-e309c58635e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57bd3aa4-415b-468d-a4b5-ea4e0260ae6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57bd3aa4-415b-468d-a4b5-ea4e0260ae6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9526402263008755538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57bd3aa4-415b-468d-a4b5-ea4e0260ae6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1bbef22-6a71-41bc-ab87-df0e2611ce42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bbef22-6a71-41bc-ab87-df0e2611ce42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301679990684783626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd89e239-1cd7-440b-a98b-444fb1ebe9b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ed9119-1c30-4d27-be99-dc021408dcb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ed9119-1c30-4d27-be99-dc021408dcb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12685541168419241806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bbef22-6a71-41bc-ab87-df0e2611ce42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 381d7976-c5ef-4624-acc1-6dba942026fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381d7976-c5ef-4624-acc1-6dba942026fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16553030411170841020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ed9119-1c30-4d27-be99-dc021408dcb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c17f4e-5f35-401d-90cc-0e53c469f050, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c17f4e-5f35-401d-90cc-0e53c469f050, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4297763715639710351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381d7976-c5ef-4624-acc1-6dba942026fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c17f4e-5f35-401d-90cc-0e53c469f050, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5847d430-7bf3-4410-b369-1f59f65f2d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f5422f-2ee7-4b7c-80bd-bcb3c93b1ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5847d430-7bf3-4410-b369-1f59f65f2d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047066821862381016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f5422f-2ee7-4b7c-80bd-bcb3c93b1ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390853216491982884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f5422f-2ee7-4b7c-80bd-bcb3c93b1ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5847d430-7bf3-4410-b369-1f59f65f2d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 976332ae-2e8d-4140-8d2d-c148784f774c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976332ae-2e8d-4140-8d2d-c148784f774c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9213674537549866844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1f007d6-775c-4261-91f6-56612a7bcb54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f007d6-775c-4261-91f6-56612a7bcb54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880030910894054648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976332ae-2e8d-4140-8d2d-c148784f774c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abddec47-99de-46e9-8d13-e90d9bc3e38b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abddec47-99de-46e9-8d13-e90d9bc3e38b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386080404038068923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f007d6-775c-4261-91f6-56612a7bcb54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68519af9-a98c-499a-b70c-f16ab1b7e326, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68519af9-a98c-499a-b70c-f16ab1b7e326, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11883505870565208481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abddec47-99de-46e9-8d13-e90d9bc3e38b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8b28b6b-9880-4b26-8748-b65b67a3dac0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b28b6b-9880-4b26-8748-b65b67a3dac0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291348747409756483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68519af9-a98c-499a-b70c-f16ab1b7e326, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b6cdebb-e1b5-430b-865f-996f562c3c87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6cdebb-e1b5-430b-865f-996f562c3c87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246601023220934151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b28b6b-9880-4b26-8748-b65b67a3dac0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7701510-ed9c-465b-a92a-9c113f4cbaea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7701510-ed9c-465b-a92a-9c113f4cbaea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15762404313116628889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6cdebb-e1b5-430b-865f-996f562c3c87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00e7ff70-42d3-4b86-8718-33449f3a0d50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e7ff70-42d3-4b86-8718-33449f3a0d50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3033981051899959424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7701510-ed9c-465b-a92a-9c113f4cbaea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98b24d97-bc40-4912-9228-581a1ff1a3da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b24d97-bc40-4912-9228-581a1ff1a3da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17670635476164036970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e7ff70-42d3-4b86-8718-33449f3a0d50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62205fd3-f24d-4c29-9de4-c55730e7737a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62205fd3-f24d-4c29-9de4-c55730e7737a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7923687524640182598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b24d97-bc40-4912-9228-581a1ff1a3da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46fe3f8b-3b45-44b3-9598-9dd5fa6df5f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46fe3f8b-3b45-44b3-9598-9dd5fa6df5f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10301637855394135809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62205fd3-f24d-4c29-9de4-c55730e7737a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1543c916-e496-49ce-a107-05d670d11c85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1543c916-e496-49ce-a107-05d670d11c85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667015759004644867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46fe3f8b-3b45-44b3-9598-9dd5fa6df5f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dd4bdfb-a338-4c42-ad05-2d2aa45b77ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd4bdfb-a338-4c42-ad05-2d2aa45b77ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 132031067397507020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1543c916-e496-49ce-a107-05d670d11c85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18804ace-c275-41cf-9fdb-92f7631673c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18804ace-c275-41cf-9fdb-92f7631673c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063858119913813849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd4bdfb-a338-4c42-ad05-2d2aa45b77ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7e8277e-83cb-4bde-a765-ed7a7deecc83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e8277e-83cb-4bde-a765-ed7a7deecc83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12417369568413728358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18804ace-c275-41cf-9fdb-92f7631673c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a9f24e-6a5d-4d9a-a05e-cf3af739e2cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a9f24e-6a5d-4d9a-a05e-cf3af739e2cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896887476361531257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e8277e-83cb-4bde-a765-ed7a7deecc83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5d5faf9-2137-4c5f-93b9-c7c7851c7180, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d5faf9-2137-4c5f-93b9-c7c7851c7180, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 889109559191597442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a9f24e-6a5d-4d9a-a05e-cf3af739e2cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d82bf7b-6af4-45a2-bc45-cc425e7cd164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d82bf7b-6af4-45a2-bc45-cc425e7cd164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346053332843709059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d5faf9-2137-4c5f-93b9-c7c7851c7180, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78196c72-de94-4435-815e-805f1aea83c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78196c72-de94-4435-815e-805f1aea83c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544233570553254206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d82bf7b-6af4-45a2-bc45-cc425e7cd164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 131b83bb-3813-40ff-bbe4-b94d0ef9a6ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131b83bb-3813-40ff-bbe4-b94d0ef9a6ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9671801714095986184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78196c72-de94-4435-815e-805f1aea83c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9764cbd2-0511-441c-bcd2-a4c6e8b2f8d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9764cbd2-0511-441c-bcd2-a4c6e8b2f8d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12383556944365605761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131b83bb-3813-40ff-bbe4-b94d0ef9a6ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28e46ca6-4aea-48f3-aaad-2004f3911e03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e46ca6-4aea-48f3-aaad-2004f3911e03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7924759539908513922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9764cbd2-0511-441c-bcd2-a4c6e8b2f8d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77266c1e-6c29-4416-b3d7-344e3a36fe3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77266c1e-6c29-4416-b3d7-344e3a36fe3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299506707269518060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e46ca6-4aea-48f3-aaad-2004f3911e03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd9d947-9b1f-47e3-a7ae-c9ba3a52a6cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd9d947-9b1f-47e3-a7ae-c9ba3a52a6cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16275335081772718294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77266c1e-6c29-4416-b3d7-344e3a36fe3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8df86265-905a-4057-9112-174d02efce24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8df86265-905a-4057-9112-174d02efce24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601973254265727484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd9d947-9b1f-47e3-a7ae-c9ba3a52a6cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6348c39c-471d-4550-b420-e4669f294e16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6348c39c-471d-4550-b420-e4669f294e16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 543080497686517610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8df86265-905a-4057-9112-174d02efce24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 038a6327-af32-43b9-a4c1-4e20680d32d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 038a6327-af32-43b9-a4c1-4e20680d32d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4884214961476981707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6348c39c-471d-4550-b420-e4669f294e16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c3315d-a05e-4d8d-83cb-020c294c79a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c3315d-a05e-4d8d-83cb-020c294c79a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611909594490001775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 038a6327-af32-43b9-a4c1-4e20680d32d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50cf476a-528b-461e-b387-32b462cd0506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cf476a-528b-461e-b387-32b462cd0506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14217525215556040441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c3315d-a05e-4d8d-83cb-020c294c79a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 478d6738-3d7d-42b8-a222-ba93ff937284, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478d6738-3d7d-42b8-a222-ba93ff937284, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449635409851538013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cf476a-528b-461e-b387-32b462cd0506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48bdb75b-5677-4302-9a2c-280c72ab1fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bdb75b-5677-4302-9a2c-280c72ab1fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16648136992211803984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478d6738-3d7d-42b8-a222-ba93ff937284, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c899101-ed89-49b5-8e60-cae5de95c2af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bdb75b-5677-4302-9a2c-280c72ab1fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c899101-ed89-49b5-8e60-cae5de95c2af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561699199163489866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441c67e4-e69e-4298-98cf-4d7c69601793, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441c67e4-e69e-4298-98cf-4d7c69601793, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10484055045807421342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c899101-ed89-49b5-8e60-cae5de95c2af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96327e4-5581-4f95-8841-e5d193fa2a00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96327e4-5581-4f95-8841-e5d193fa2a00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9842842687989649024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441c67e4-e69e-4298-98cf-4d7c69601793, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf7add07-aad1-4e08-b89b-1333fb82767e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf7add07-aad1-4e08-b89b-1333fb82767e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1651527659665761993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96327e4-5581-4f95-8841-e5d193fa2a00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a532ccad-0764-425f-a863-5f82fb4ddf14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a532ccad-0764-425f-a863-5f82fb4ddf14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 442801027834339089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf7add07-aad1-4e08-b89b-1333fb82767e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0a867a-3046-417f-82c6-01a4c3dac499, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0a867a-3046-417f-82c6-01a4c3dac499, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929396599370184753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a532ccad-0764-425f-a863-5f82fb4ddf14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bf852b-0c75-4c38-929a-3b1d4b8ac3fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bf852b-0c75-4c38-929a-3b1d4b8ac3fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1874673903937519182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0a867a-3046-417f-82c6-01a4c3dac499, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bf852b-0c75-4c38-929a-3b1d4b8ac3fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0d07152-9c1e-48d7-bea6-1cd1d67a0e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 130c5dca-c742-4f50-b1f2-9849220134c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130c5dca-c742-4f50-b1f2-9849220134c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3239739737985226106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d07152-9c1e-48d7-bea6-1cd1d67a0e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9908709373998464548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130c5dca-c742-4f50-b1f2-9849220134c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc9ce0c6-6cd1-4084-82b4-772468590a66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9ce0c6-6cd1-4084-82b4-772468590a66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043565138375373550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d07152-9c1e-48d7-bea6-1cd1d67a0e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 163f1797-9ce5-4b09-8b90-731a1d31e1c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 163f1797-9ce5-4b09-8b90-731a1d31e1c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2632863262608462957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9ce0c6-6cd1-4084-82b4-772468590a66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8cc500-0f7d-41ea-b192-7f785de73c7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8cc500-0f7d-41ea-b192-7f785de73c7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11046374169803455678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 163f1797-9ce5-4b09-8b90-731a1d31e1c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2a6299-22de-4ec6-976d-1c345a626da9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2a6299-22de-4ec6-976d-1c345a626da9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17980272808919193960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8cc500-0f7d-41ea-b192-7f785de73c7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a36e63-213d-4715-96f5-1f514bdf99e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a36e63-213d-4715-96f5-1f514bdf99e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10126785255230551071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2a6299-22de-4ec6-976d-1c345a626da9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d92815e9-d54a-4019-aba9-1d9b89a98f1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92815e9-d54a-4019-aba9-1d9b89a98f1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790062746151209529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a36e63-213d-4715-96f5-1f514bdf99e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9efe9c7f-a6c4-471b-8f2c-e9739d356ac2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efe9c7f-a6c4-471b-8f2c-e9739d356ac2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8567733575820191376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92815e9-d54a-4019-aba9-1d9b89a98f1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0a75c9-87a8-4224-a658-c38817b3c513, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0a75c9-87a8-4224-a658-c38817b3c513, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1498546218863039840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efe9c7f-a6c4-471b-8f2c-e9739d356ac2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92cee0ca-951c-480b-b079-fdfe63d9ba3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92cee0ca-951c-480b-b079-fdfe63d9ba3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3004917275759176704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0a75c9-87a8-4224-a658-c38817b3c513, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 131f4971-24cb-4c3a-ae56-6124a2fae252, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131f4971-24cb-4c3a-ae56-6124a2fae252, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1649115864392966854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92cee0ca-951c-480b-b079-fdfe63d9ba3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 707d69a0-6ba4-4c71-baf6-3384b436a0b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707d69a0-6ba4-4c71-baf6-3384b436a0b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6370073086273690883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131f4971-24cb-4c3a-ae56-6124a2fae252, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707d69a0-6ba4-4c71-baf6-3384b436a0b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f43f6d-6bbb-4d44-b491-fc95f2b3bc3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f43f6d-6bbb-4d44-b491-fc95f2b3bc3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453045494915815075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc69f0a-321d-44ab-8819-e94fa8641d13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc69f0a-321d-44ab-8819-e94fa8641d13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 963430576338649900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f43f6d-6bbb-4d44-b491-fc95f2b3bc3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc69f0a-321d-44ab-8819-e94fa8641d13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 375592bf-48df-4a8a-8fd3-3a724f0b0923, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375592bf-48df-4a8a-8fd3-3a724f0b0923, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12144236266637761370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9efa6426-048f-4251-9bdc-13bf3faacae7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efa6426-048f-4251-9bdc-13bf3faacae7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9024563164902020477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375592bf-48df-4a8a-8fd3-3a724f0b0923, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e9b2d9-9c79-4cf3-b9c9-05c9304aa9b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e9b2d9-9c79-4cf3-b9c9-05c9304aa9b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7893520643243761634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efa6426-048f-4251-9bdc-13bf3faacae7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9ac386-ea3d-45d2-ae4a-75583cf3b4e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e9b2d9-9c79-4cf3-b9c9-05c9304aa9b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89b0c81c-af87-480c-9cf5-80bad17112f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9ac386-ea3d-45d2-ae4a-75583cf3b4e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120324688894839142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b0c81c-af87-480c-9cf5-80bad17112f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6075239819330852926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9ac386-ea3d-45d2-ae4a-75583cf3b4e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc53ed36-78f4-493a-9731-c1fc6f8994b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b0c81c-af87-480c-9cf5-80bad17112f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bdbe109-58c9-4832-b0c4-044be4c4c3a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bdbe109-58c9-4832-b0c4-044be4c4c3a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6639443857210458617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc53ed36-78f4-493a-9731-c1fc6f8994b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13007716050568118522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bdbe109-58c9-4832-b0c4-044be4c4c3a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9061cd-f3c2-44fc-a115-657212e0b701, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9061cd-f3c2-44fc-a115-657212e0b701, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651717442320318453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc53ed36-78f4-493a-9731-c1fc6f8994b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bfd9bce-2b41-4e60-9dc1-5ca6842f37b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bfd9bce-2b41-4e60-9dc1-5ca6842f37b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14817171623203753510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9061cd-f3c2-44fc-a115-657212e0b701, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c42547a-6e26-4074-a21a-54e706419c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bfd9bce-2b41-4e60-9dc1-5ca6842f37b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c42547a-6e26-4074-a21a-54e706419c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12981286025784594554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8fa0e9e-01f7-4073-8613-df21cd4e0590, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8fa0e9e-01f7-4073-8613-df21cd4e0590, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679596379824631921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c42547a-6e26-4074-a21a-54e706419c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb3e6e2-d42a-4f91-a8ee-a21d51dd7de2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb3e6e2-d42a-4f91-a8ee-a21d51dd7de2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16135683430850641572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8fa0e9e-01f7-4073-8613-df21cd4e0590, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04caa4ca-394f-497c-9517-ec6f8b2a15b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04caa4ca-394f-497c-9517-ec6f8b2a15b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17632734390978846245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb3e6e2-d42a-4f91-a8ee-a21d51dd7de2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8f2788-a883-42fb-9a90-a9bfa5369499, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8f2788-a883-42fb-9a90-a9bfa5369499, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3275607526302104471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04caa4ca-394f-497c-9517-ec6f8b2a15b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08615f2e-376d-4224-ad4b-f5d8b396a162, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08615f2e-376d-4224-ad4b-f5d8b396a162, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966233411560876985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8f2788-a883-42fb-9a90-a9bfa5369499, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab1e58d-8f0f-4f26-acf8-1985b2e5eb4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab1e58d-8f0f-4f26-acf8-1985b2e5eb4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 284109174491762791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08615f2e-376d-4224-ad4b-f5d8b396a162, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd6d1804-c006-46b5-8d88-59ca33faeefe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6d1804-c006-46b5-8d88-59ca33faeefe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139035881441869564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab1e58d-8f0f-4f26-acf8-1985b2e5eb4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7770c41-29b2-4006-a48a-692bb3de235e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7770c41-29b2-4006-a48a-692bb3de235e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889977809776471011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6d1804-c006-46b5-8d88-59ca33faeefe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0c46b9b-4277-46f8-bf8c-b15074593f14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c46b9b-4277-46f8-bf8c-b15074593f14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9075775387130525840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7770c41-29b2-4006-a48a-692bb3de235e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e770518-ce19-49f2-bc13-dbdd3b9d4d83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e770518-ce19-49f2-bc13-dbdd3b9d4d83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7071233115654633746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c46b9b-4277-46f8-bf8c-b15074593f14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c892e4a8-3dce-4358-ad05-9b547955a9f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c892e4a8-3dce-4358-ad05-9b547955a9f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877757792869926906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e770518-ce19-49f2-bc13-dbdd3b9d4d83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c3d358-5a71-4113-8b3d-9c54f92989a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c3d358-5a71-4113-8b3d-9c54f92989a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11571060765575659211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c892e4a8-3dce-4358-ad05-9b547955a9f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961bb649-57c9-4ef2-af72-27c7be7f6c36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961bb649-57c9-4ef2-af72-27c7be7f6c36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414494975359336606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961bb649-57c9-4ef2-af72-27c7be7f6c36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23fc332-c937-4425-996c-8a38033e483c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23fc332-c937-4425-996c-8a38033e483c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2529297090654754309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23fc332-c937-4425-996c-8a38033e483c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3802be7-6996-44a4-b7ad-18b797d4ae42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3802be7-6996-44a4-b7ad-18b797d4ae42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15174225161861068114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c3d358-5a71-4113-8b3d-9c54f92989a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf3ec289-7d03-4c1c-bb92-96c6fcaf9283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf3ec289-7d03-4c1c-bb92-96c6fcaf9283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3003892040158271433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3802be7-6996-44a4-b7ad-18b797d4ae42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f256efdb-4f72-43aa-a6fb-2c5f80b14a2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f256efdb-4f72-43aa-a6fb-2c5f80b14a2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13940928563297084185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf3ec289-7d03-4c1c-bb92-96c6fcaf9283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e11450f1-3589-4d4d-b21d-9fe0b430758a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11450f1-3589-4d4d-b21d-9fe0b430758a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6491796909441350243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f256efdb-4f72-43aa-a6fb-2c5f80b14a2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53e579b8-1527-42b3-9420-671833f56b19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e579b8-1527-42b3-9420-671833f56b19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3291159879617622243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11450f1-3589-4d4d-b21d-9fe0b430758a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8614c115-123d-4ac5-a124-08afde7ef27f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8614c115-123d-4ac5-a124-08afde7ef27f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10863442354888742242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e579b8-1527-42b3-9420-671833f56b19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d82d038e-5e6b-4685-9d63-aa81c2764ca1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82d038e-5e6b-4685-9d63-aa81c2764ca1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385317362751672812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8614c115-123d-4ac5-a124-08afde7ef27f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e221e377-e8f1-43cd-8bd6-127560960dbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e221e377-e8f1-43cd-8bd6-127560960dbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620597230150108491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e221e377-e8f1-43cd-8bd6-127560960dbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f2d05b-b548-4e96-9355-0b6b78303805, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82d038e-5e6b-4685-9d63-aa81c2764ca1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cfed85c-3686-4771-98d2-40011aaa91d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cfed85c-3686-4771-98d2-40011aaa91d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8392192171504598761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f2d05b-b548-4e96-9355-0b6b78303805, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8943023888015257654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cfed85c-3686-4771-98d2-40011aaa91d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254509fd-0245-40ae-8ef7-2b7c334f354c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254509fd-0245-40ae-8ef7-2b7c334f354c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098584179459223164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f2d05b-b548-4e96-9355-0b6b78303805, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2c695e6-5712-46d2-952f-c483c87b9d96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c695e6-5712-46d2-952f-c483c87b9d96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603076096874060949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254509fd-0245-40ae-8ef7-2b7c334f354c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35644c1-6ec6-4248-a0c3-c51478dd8bb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35644c1-6ec6-4248-a0c3-c51478dd8bb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4264831835376532308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c695e6-5712-46d2-952f-c483c87b9d96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eb1d261-1152-4823-be9d-8098f282f612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb1d261-1152-4823-be9d-8098f282f612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1136898408235192646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35644c1-6ec6-4248-a0c3-c51478dd8bb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fbe9719-d143-4295-a64b-b52242e9e366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbe9719-d143-4295-a64b-b52242e9e366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315995890691929135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb1d261-1152-4823-be9d-8098f282f612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbe9719-d143-4295-a64b-b52242e9e366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85695d15-8e30-42d2-aa7e-47f50bfae52a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85695d15-8e30-42d2-aa7e-47f50bfae52a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607959367006228424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0787d52c-b61a-4a45-aeb6-4edb661514ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0787d52c-b61a-4a45-aeb6-4edb661514ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914432390246288700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85695d15-8e30-42d2-aa7e-47f50bfae52a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a6fa432-2e4a-4b3e-b6dd-5281e13a402f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6fa432-2e4a-4b3e-b6dd-5281e13a402f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13032988492088556381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0787d52c-b61a-4a45-aeb6-4edb661514ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75d3d40-2ac1-49a4-966b-ed0f15cb5a58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75d3d40-2ac1-49a4-966b-ed0f15cb5a58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423197045142019065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6fa432-2e4a-4b3e-b6dd-5281e13a402f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdee3957-76a0-45b4-a3d3-3e022cba0a37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdee3957-76a0-45b4-a3d3-3e022cba0a37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3671229002037481287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75d3d40-2ac1-49a4-966b-ed0f15cb5a58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7519a035-51c8-4d7e-be90-d459d46b1512, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7519a035-51c8-4d7e-be90-d459d46b1512, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9114167447973643228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdee3957-76a0-45b4-a3d3-3e022cba0a37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d49214a8-929e-4a66-9893-63d77d8d6a61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49214a8-929e-4a66-9893-63d77d8d6a61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831607221414701280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7519a035-51c8-4d7e-be90-d459d46b1512, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 756cd56e-5d17-4b95-9c84-6d30688f83ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49214a8-929e-4a66-9893-63d77d8d6a61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756cd56e-5d17-4b95-9c84-6d30688f83ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006009104984161713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22869e3e-f057-4308-8072-d7436779fd7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22869e3e-f057-4308-8072-d7436779fd7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195539077412998238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756cd56e-5d17-4b95-9c84-6d30688f83ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b75ead6-a353-4b89-b057-27493493ca6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b75ead6-a353-4b89-b057-27493493ca6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 278946335389380185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22869e3e-f057-4308-8072-d7436779fd7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3715e176-822f-49d0-a783-cffeb0116aec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b75ead6-a353-4b89-b057-27493493ca6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e36141b-ff0d-4fab-9f26-605151edcb88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e36141b-ff0d-4fab-9f26-605151edcb88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947695795923687388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3715e176-822f-49d0-a783-cffeb0116aec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2226685336231841745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e36141b-ff0d-4fab-9f26-605151edcb88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f315dcea-f3db-41fd-97f1-03b40f0c7cfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3715e176-822f-49d0-a783-cffeb0116aec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f315dcea-f3db-41fd-97f1-03b40f0c7cfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2081177222838983796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50ec0e40-204e-4bdb-ba61-d9675365d442, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ec0e40-204e-4bdb-ba61-d9675365d442, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8961063598907136717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f315dcea-f3db-41fd-97f1-03b40f0c7cfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfe88df5-e86c-41f9-8855-bd6f3c4455c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe88df5-e86c-41f9-8855-bd6f3c4455c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1327454911947944324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ec0e40-204e-4bdb-ba61-d9675365d442, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, facad769-1904-49d8-9988-657f2de5d187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, facad769-1904-49d8-9988-657f2de5d187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8770709028735604193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe88df5-e86c-41f9-8855-bd6f3c4455c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc146164-40fd-4b69-b9d7-4c71e3050ae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc146164-40fd-4b69-b9d7-4c71e3050ae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15957038362639015476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, facad769-1904-49d8-9988-657f2de5d187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a4292ed-16bd-482d-9be3-b2931258e4cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4292ed-16bd-482d-9be3-b2931258e4cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4442229129804593089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc146164-40fd-4b69-b9d7-4c71e3050ae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4292ed-16bd-482d-9be3-b2931258e4cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cab05ef-d3c3-48fc-90ae-5850944c7973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bf61473-a1bb-4dff-a356-f770569cdf4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cab05ef-d3c3-48fc-90ae-5850944c7973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7822872857145537982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf61473-a1bb-4dff-a356-f770569cdf4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12153321441936136431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cab05ef-d3c3-48fc-90ae-5850944c7973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 612a5c1a-6f86-4aeb-b999-cc1c31cc13c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf61473-a1bb-4dff-a356-f770569cdf4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612a5c1a-6f86-4aeb-b999-cc1c31cc13c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14507135004078777496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd62fd85-81c1-4678-a3d4-13f2ffefde28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd62fd85-81c1-4678-a3d4-13f2ffefde28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580510301944095716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612a5c1a-6f86-4aeb-b999-cc1c31cc13c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c752e4-de0f-423f-8ac1-b944875805b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c752e4-de0f-423f-8ac1-b944875805b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11208111182123445089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd62fd85-81c1-4678-a3d4-13f2ffefde28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b43e6b-2062-4a7e-9bf9-8813daacfe66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b43e6b-2062-4a7e-9bf9-8813daacfe66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397939427591967216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c752e4-de0f-423f-8ac1-b944875805b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3328008-3e29-451f-b6cf-a3cee6685364, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3328008-3e29-451f-b6cf-a3cee6685364, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6776826970359857841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b43e6b-2062-4a7e-9bf9-8813daacfe66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95364d0-4dfc-4ded-b350-ab86e92b4546, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95364d0-4dfc-4ded-b350-ab86e92b4546, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631124102538168162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3328008-3e29-451f-b6cf-a3cee6685364, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b8c663a-c55e-419d-a0c9-5231a2bd0c92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b8c663a-c55e-419d-a0c9-5231a2bd0c92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7482847211950338767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95364d0-4dfc-4ded-b350-ab86e92b4546, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 001ccb21-21f7-4046-9719-2d1d45222a5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001ccb21-21f7-4046-9719-2d1d45222a5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10424682548075480862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b8c663a-c55e-419d-a0c9-5231a2bd0c92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4e0f94-ad89-456a-a5f7-74db9a97c13b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4e0f94-ad89-456a-a5f7-74db9a97c13b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11301470985102950297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001ccb21-21f7-4046-9719-2d1d45222a5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 784fbaa8-8baa-4e0f-b719-dc2632cd7a1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4e0f94-ad89-456a-a5f7-74db9a97c13b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7213c1d2-4e6a-4c90-9d24-d6f3d389fcdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7213c1d2-4e6a-4c90-9d24-d6f3d389fcdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1867887431154828877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 784fbaa8-8baa-4e0f-b719-dc2632cd7a1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1923395291802761699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7213c1d2-4e6a-4c90-9d24-d6f3d389fcdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f30133a8-bf86-4149-a138-3c4f16adece7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f30133a8-bf86-4149-a138-3c4f16adece7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955231331725567774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 784fbaa8-8baa-4e0f-b719-dc2632cd7a1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb7cc3e1-b166-4186-8758-06d5e6cd0e19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb7cc3e1-b166-4186-8758-06d5e6cd0e19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16878214438969828467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f30133a8-bf86-4149-a138-3c4f16adece7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05247ea2-07f3-41e6-9534-af1504d10753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05247ea2-07f3-41e6-9534-af1504d10753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141902081673773673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb7cc3e1-b166-4186-8758-06d5e6cd0e19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bcc38c6-66d7-4784-abda-f19238d65cd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bcc38c6-66d7-4784-abda-f19238d65cd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1764325369310028134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05247ea2-07f3-41e6-9534-af1504d10753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bf10ad-e1a8-4e97-9caf-3575cafcc853, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bf10ad-e1a8-4e97-9caf-3575cafcc853, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12970808636244445832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bcc38c6-66d7-4784-abda-f19238d65cd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94937462-239e-4e29-88e8-bc5b56fe575f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94937462-239e-4e29-88e8-bc5b56fe575f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15156419644706101713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bf10ad-e1a8-4e97-9caf-3575cafcc853, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 541562de-9a3b-466d-a22d-51f15cc03ac2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541562de-9a3b-466d-a22d-51f15cc03ac2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786498420414297309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94937462-239e-4e29-88e8-bc5b56fe575f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dcb621-a246-4662-829e-672a4d6ee8a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dcb621-a246-4662-829e-672a4d6ee8a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354969970461250039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541562de-9a3b-466d-a22d-51f15cc03ac2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2ae71c3-5e2d-43a1-979a-fc2683997b13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ae71c3-5e2d-43a1-979a-fc2683997b13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15292734421632671260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dcb621-a246-4662-829e-672a4d6ee8a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee4bbe20-3dd0-4896-9d79-e125f1ed1327, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4bbe20-3dd0-4896-9d79-e125f1ed1327, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6880133476067633843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ae71c3-5e2d-43a1-979a-fc2683997b13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dabdf35b-86b6-4ee1-a6cc-75e2e8790773, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4bbe20-3dd0-4896-9d79-e125f1ed1327, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e02553-29f5-4e52-b533-4205dc115eb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e02553-29f5-4e52-b533-4205dc115eb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1322529815144040517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dabdf35b-86b6-4ee1-a6cc-75e2e8790773, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2402121612727059130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e02553-29f5-4e52-b533-4205dc115eb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dabdf35b-86b6-4ee1-a6cc-75e2e8790773, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ef951a-7bcb-4618-868c-d3809e05368e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ef951a-7bcb-4618-868c-d3809e05368e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6956117746330891937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d217c647-4d19-4dbc-ab58-4f0ede7daf7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d217c647-4d19-4dbc-ab58-4f0ede7daf7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5645110620756337801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ef951a-7bcb-4618-868c-d3809e05368e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee91263e-1679-4ee4-be2a-9791a8a913c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee91263e-1679-4ee4-be2a-9791a8a913c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3377277789989872889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d217c647-4d19-4dbc-ab58-4f0ede7daf7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108799f7-43bb-444b-b318-59390af4f745, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108799f7-43bb-444b-b318-59390af4f745, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2866132296729139291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee91263e-1679-4ee4-be2a-9791a8a913c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d25a5d-77e4-4095-9ded-18b9bbfdf428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d25a5d-77e4-4095-9ded-18b9bbfdf428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160415680517084504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108799f7-43bb-444b-b318-59390af4f745, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 192fd1c7-4432-450d-9dd4-609f7c9ce08f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d25a5d-77e4-4095-9ded-18b9bbfdf428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf1b84f5-b5bc-46aa-9421-9cb8744a93be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf1b84f5-b5bc-46aa-9421-9cb8744a93be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361480756474294545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192fd1c7-4432-450d-9dd4-609f7c9ce08f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000155910511713119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192fd1c7-4432-450d-9dd4-609f7c9ce08f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf1b84f5-b5bc-46aa-9421-9cb8744a93be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27bfd8c0-4929-4154-85c7-362a7d42fcdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27bfd8c0-4929-4154-85c7-362a7d42fcdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7622717611849415256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e14b23-944d-45cd-82eb-f4c8f74f8128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e14b23-944d-45cd-82eb-f4c8f74f8128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15709917323751432874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27bfd8c0-4929-4154-85c7-362a7d42fcdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f10ed1-ba06-4e66-9f9e-0034fb27530c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f10ed1-ba06-4e66-9f9e-0034fb27530c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6630941216108903955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e14b23-944d-45cd-82eb-f4c8f74f8128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a9a8ac-ea9c-4096-82fa-be9dc624f3dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a9a8ac-ea9c-4096-82fa-be9dc624f3dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16599484887388499126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f10ed1-ba06-4e66-9f9e-0034fb27530c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5e21c25-44b0-4544-915d-e44ede637602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e21c25-44b0-4544-915d-e44ede637602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910220263350103503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a9a8ac-ea9c-4096-82fa-be9dc624f3dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b90bdb-b731-4c54-bca9-deb2f530def0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e21c25-44b0-4544-915d-e44ede637602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b90bdb-b731-4c54-bca9-deb2f530def0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750645050314176884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf9e082e-e2c2-472c-ad11-9bc19a13454e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9e082e-e2c2-472c-ad11-9bc19a13454e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3466543074109132030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b90bdb-b731-4c54-bca9-deb2f530def0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e444512a-c693-4a0e-b72c-c73e1bac75f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e444512a-c693-4a0e-b72c-c73e1bac75f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522926692250165278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9e082e-e2c2-472c-ad11-9bc19a13454e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3871a380-1b7e-4f10-b44c-34467dadd144, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3871a380-1b7e-4f10-b44c-34467dadd144, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081213889545184959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e444512a-c693-4a0e-b72c-c73e1bac75f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef64b9b-89bd-4df6-9f46-5d93a71aaf93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef64b9b-89bd-4df6-9f46-5d93a71aaf93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1019858689447958610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3871a380-1b7e-4f10-b44c-34467dadd144, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9305bb2-e6c2-4d24-8f91-2880dfc2f419, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9305bb2-e6c2-4d24-8f91-2880dfc2f419, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12933881177821588453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef64b9b-89bd-4df6-9f46-5d93a71aaf93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce06a769-bec0-4c85-a63d-4a69c07a7915, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce06a769-bec0-4c85-a63d-4a69c07a7915, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531424120027448688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9305bb2-e6c2-4d24-8f91-2880dfc2f419, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a840246-ee87-46b2-861f-b82533d6b886, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a840246-ee87-46b2-861f-b82533d6b886, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4299003597841156126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce06a769-bec0-4c85-a63d-4a69c07a7915, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a443010-1de6-4e8d-9b20-e713783fc6c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a443010-1de6-4e8d-9b20-e713783fc6c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4109432469888358649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a840246-ee87-46b2-861f-b82533d6b886, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9e4deca-6550-4aef-8f3b-725154da8df7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a443010-1de6-4e8d-9b20-e713783fc6c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea582d5a-c00b-44c7-b46a-f3143f9b543c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea582d5a-c00b-44c7-b46a-f3143f9b543c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2604629713798598942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e4deca-6550-4aef-8f3b-725154da8df7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521120674054082312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea582d5a-c00b-44c7-b46a-f3143f9b543c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e4deca-6550-4aef-8f3b-725154da8df7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe01f479-29c0-450d-b4bc-794ce80089b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a631643f-c515-448d-a883-ff6a45e4a80c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a631643f-c515-448d-a883-ff6a45e4a80c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3389331660167288423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe01f479-29c0-450d-b4bc-794ce80089b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16766725780034786228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a631643f-c515-448d-a883-ff6a45e4a80c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1cc7ec1-6a53-4107-9112-94888709d4be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cc7ec1-6a53-4107-9112-94888709d4be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5637425836653014885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe01f479-29c0-450d-b4bc-794ce80089b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03095c37-4e6b-4d62-b129-6eb5d538c792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03095c37-4e6b-4d62-b129-6eb5d538c792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509490977644251328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cc7ec1-6a53-4107-9112-94888709d4be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14de1655-c032-4918-93b7-942783531b46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14de1655-c032-4918-93b7-942783531b46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 483805867253431580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03095c37-4e6b-4d62-b129-6eb5d538c792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820f83fc-3213-4642-834f-b25626e9be5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820f83fc-3213-4642-834f-b25626e9be5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402283333149852947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14de1655-c032-4918-93b7-942783531b46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e016b05-946a-444f-a95b-0e5a0ec9c795, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e016b05-946a-444f-a95b-0e5a0ec9c795, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14584999639342327535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820f83fc-3213-4642-834f-b25626e9be5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a56f2b-4a3a-4ddb-be63-1d6f1b7efd9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a56f2b-4a3a-4ddb-be63-1d6f1b7efd9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6390465295504956817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e016b05-946a-444f-a95b-0e5a0ec9c795, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a56f2b-4a3a-4ddb-be63-1d6f1b7efd9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94e1af0c-140d-4fa6-aeb9-43a82d9dda28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e1af0c-140d-4fa6-aeb9-43a82d9dda28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9416606753790362252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc744382-c42a-431a-a210-be71625cb299, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc744382-c42a-431a-a210-be71625cb299, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16361121237144823145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e1af0c-140d-4fa6-aeb9-43a82d9dda28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8c8313-d426-49cf-91d0-5d03b57bb1f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8c8313-d426-49cf-91d0-5d03b57bb1f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16632943413445045732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc744382-c42a-431a-a210-be71625cb299, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbcf6eb7-d9c9-4b5d-b035-d7b1de652cae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbcf6eb7-d9c9-4b5d-b035-d7b1de652cae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9999933182945940759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8c8313-d426-49cf-91d0-5d03b57bb1f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de20f7b3-08ac-4160-aeab-802e98a1558b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de20f7b3-08ac-4160-aeab-802e98a1558b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10483739472836379662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbcf6eb7-d9c9-4b5d-b035-d7b1de652cae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dec8c2a-beb3-41d4-a1d8-7f2fa8b9330c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dec8c2a-beb3-41d4-a1d8-7f2fa8b9330c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277309699594433940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de20f7b3-08ac-4160-aeab-802e98a1558b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851450a7-7c6a-4465-8804-b98d2385cac2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851450a7-7c6a-4465-8804-b98d2385cac2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338186646980530501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dec8c2a-beb3-41d4-a1d8-7f2fa8b9330c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7047ef58-7a03-43f5-9e03-29cf72ab29b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7047ef58-7a03-43f5-9e03-29cf72ab29b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8801462796440434155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851450a7-7c6a-4465-8804-b98d2385cac2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca327339-734f-4591-9fd6-91f8b0c357b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca327339-734f-4591-9fd6-91f8b0c357b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593217770309051918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7047ef58-7a03-43f5-9e03-29cf72ab29b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4d3230a-62e8-4302-bd20-ae9ebc063726, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4d3230a-62e8-4302-bd20-ae9ebc063726, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028220869158075603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca327339-734f-4591-9fd6-91f8b0c357b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbde399f-dabf-4967-834f-75e89a4b09cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbde399f-dabf-4967-834f-75e89a4b09cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888997789908468033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4d3230a-62e8-4302-bd20-ae9ebc063726, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac7f12f-6837-45a5-bf94-5235e7d50bab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac7f12f-6837-45a5-bf94-5235e7d50bab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074045054298673140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbde399f-dabf-4967-834f-75e89a4b09cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5ab88e-a6f6-40e7-9904-090bedb59dfb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5ab88e-a6f6-40e7-9904-090bedb59dfb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 550028734823719555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac7f12f-6837-45a5-bf94-5235e7d50bab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1ec394a-aa56-4a2f-951d-772e83d9be8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1ec394a-aa56-4a2f-951d-772e83d9be8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6687582959334285894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5ab88e-a6f6-40e7-9904-090bedb59dfb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1ec394a-aa56-4a2f-951d-772e83d9be8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48e180bf-6308-461e-a8ac-c8c596279be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e180bf-6308-461e-a8ac-c8c596279be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14729165026578510895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc224299-3662-4fd5-8b83-ea84caf7eb25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc224299-3662-4fd5-8b83-ea84caf7eb25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3191169094809098368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e180bf-6308-461e-a8ac-c8c596279be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2c38f31-c06f-4677-827b-842a70bf4741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c38f31-c06f-4677-827b-842a70bf4741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003527557416288907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc224299-3662-4fd5-8b83-ea84caf7eb25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7026c985-ea38-4ae3-9eed-a3cc2b94d70a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7026c985-ea38-4ae3-9eed-a3cc2b94d70a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15694559677727208935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c38f31-c06f-4677-827b-842a70bf4741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d87bc61-bf96-48f3-8897-0d7463eaffa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d87bc61-bf96-48f3-8897-0d7463eaffa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3553193829322205396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7026c985-ea38-4ae3-9eed-a3cc2b94d70a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7ab143-d721-4f21-a4ca-c842b972d6b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7ab143-d721-4f21-a4ca-c842b972d6b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14088428068873570292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d87bc61-bf96-48f3-8897-0d7463eaffa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d119f106-2833-4c6e-ab4b-a24da8ebcc56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d119f106-2833-4c6e-ab4b-a24da8ebcc56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13890913426025536424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7ab143-d721-4f21-a4ca-c842b972d6b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec44f4b3-1efe-452b-a3f3-99b1ed50c744, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d119f106-2833-4c6e-ab4b-a24da8ebcc56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec44f4b3-1efe-452b-a3f3-99b1ed50c744, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946557522828844966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88ce8e5-f1a4-4f54-af67-826bd45df57f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88ce8e5-f1a4-4f54-af67-826bd45df57f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15855468914504170841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec44f4b3-1efe-452b-a3f3-99b1ed50c744, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8580576d-4375-4916-925d-e6a179fa0c63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8580576d-4375-4916-925d-e6a179fa0c63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13000269198446365528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88ce8e5-f1a4-4f54-af67-826bd45df57f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f907e3-d73c-4191-92d6-774f1c78f42f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f907e3-d73c-4191-92d6-774f1c78f42f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964912446320714192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8580576d-4375-4916-925d-e6a179fa0c63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f907e3-d73c-4191-92d6-774f1c78f42f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d399cc1f-d760-40ef-8817-30fab5d528e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d399cc1f-d760-40ef-8817-30fab5d528e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6500761710982379935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48ed3d7-361c-4c75-ac42-9d15c467f0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48ed3d7-361c-4c75-ac42-9d15c467f0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14088625425381742988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d399cc1f-d760-40ef-8817-30fab5d528e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f30d15e-1e86-40a0-95c6-69b677d19aa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f30d15e-1e86-40a0-95c6-69b677d19aa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13767389942523795668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48ed3d7-361c-4c75-ac42-9d15c467f0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a05569-94a0-42f5-9272-e3909547e5e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a05569-94a0-42f5-9272-e3909547e5e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104537762328716329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f30d15e-1e86-40a0-95c6-69b677d19aa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff78cc8-39f5-434c-a415-3ceb959ac94e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff78cc8-39f5-434c-a415-3ceb959ac94e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18299059293332426116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a05569-94a0-42f5-9272-e3909547e5e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e741d7a9-2688-4166-88b2-bb91f948b8f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e741d7a9-2688-4166-88b2-bb91f948b8f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10380681538269357925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff78cc8-39f5-434c-a415-3ceb959ac94e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9314d579-5701-41d5-bb11-55a3d91c0dcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9314d579-5701-41d5-bb11-55a3d91c0dcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 642375703467953054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e741d7a9-2688-4166-88b2-bb91f948b8f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbcffcc7-2b42-4299-b22d-395173df3eaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbcffcc7-2b42-4299-b22d-395173df3eaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4164268638414017642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9314d579-5701-41d5-bb11-55a3d91c0dcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eb912ae-0caa-4a52-a91e-78e3e45681fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eb912ae-0caa-4a52-a91e-78e3e45681fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7324946184117747157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbcffcc7-2b42-4299-b22d-395173df3eaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3449902-f7b2-4b72-b162-6008e442a456, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3449902-f7b2-4b72-b162-6008e442a456, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7931964766057819578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eb912ae-0caa-4a52-a91e-78e3e45681fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13e3706a-e057-4db9-b0f3-37898e0a0109, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e3706a-e057-4db9-b0f3-37898e0a0109, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1749374884145286336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3449902-f7b2-4b72-b162-6008e442a456, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e648b2-2671-4d43-a9f5-4733f8b1fd9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e648b2-2671-4d43-a9f5-4733f8b1fd9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210362355827582654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e3706a-e057-4db9-b0f3-37898e0a0109, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 613768af-c203-4b92-a94e-6cc4baadc32b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613768af-c203-4b92-a94e-6cc4baadc32b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5887819575888869467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e648b2-2671-4d43-a9f5-4733f8b1fd9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7a368b-f31e-4946-8623-d47846bd891f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7a368b-f31e-4946-8623-d47846bd891f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6190986731508613908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613768af-c203-4b92-a94e-6cc4baadc32b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6ebd6c-356e-4e09-95fd-e60f37760a69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6ebd6c-356e-4e09-95fd-e60f37760a69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11652591512912846916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7a368b-f31e-4946-8623-d47846bd891f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebadf0ba-f29a-46cd-8914-f475ade0b938, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebadf0ba-f29a-46cd-8914-f475ade0b938, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702354326910316287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6ebd6c-356e-4e09-95fd-e60f37760a69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebadf0ba-f29a-46cd-8914-f475ade0b938, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 986b12ca-5e4d-4180-8515-069fb7865224, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986b12ca-5e4d-4180-8515-069fb7865224, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4375674513898320688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df98a96e-c83e-44ce-ad3e-a575cb52a2bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df98a96e-c83e-44ce-ad3e-a575cb52a2bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17369148936805620885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986b12ca-5e4d-4180-8515-069fb7865224, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df98a96e-c83e-44ce-ad3e-a575cb52a2bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e9d745-3a98-40bc-96fd-920ac59991cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e9d745-3a98-40bc-96fd-920ac59991cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772315045117557583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a42b14-cb0d-4a36-9047-ed8b3c3d2891, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a42b14-cb0d-4a36-9047-ed8b3c3d2891, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13066874304671255855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e9d745-3a98-40bc-96fd-920ac59991cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a42b14-cb0d-4a36-9047-ed8b3c3d2891, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b19aa92-6e6c-4fe3-b639-dfd698f5eca0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b19aa92-6e6c-4fe3-b639-dfd698f5eca0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126275828498549278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04428790-4456-4517-92aa-f9f82b84d2a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04428790-4456-4517-92aa-f9f82b84d2a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269669565246460245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b19aa92-6e6c-4fe3-b639-dfd698f5eca0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23febe0-40e3-4932-a3a8-8b442cf9a3f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23febe0-40e3-4932-a3a8-8b442cf9a3f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1854732071646761434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04428790-4456-4517-92aa-f9f82b84d2a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 755043be-a190-46fd-921f-5afb4b45af0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755043be-a190-46fd-921f-5afb4b45af0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096484703896391156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23febe0-40e3-4932-a3a8-8b442cf9a3f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755043be-a190-46fd-921f-5afb4b45af0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93cd35d7-8f9d-4d78-9e53-167a653a0b55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cd35d7-8f9d-4d78-9e53-167a653a0b55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563866635766322618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2f2bb3-2372-47cc-be6b-36362a4d16cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2f2bb3-2372-47cc-be6b-36362a4d16cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878279293125483778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cd35d7-8f9d-4d78-9e53-167a653a0b55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2f2bb3-2372-47cc-be6b-36362a4d16cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c99cc3-3be2-4198-99f8-6609f073744b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caa8c048-69c2-4435-b8e8-8d142d1bd0aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa8c048-69c2-4435-b8e8-8d142d1bd0aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3702411766550082412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c99cc3-3be2-4198-99f8-6609f073744b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885713206335297545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa8c048-69c2-4435-b8e8-8d142d1bd0aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b12836a-b017-4e57-8ab4-2a9a4ca532de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c99cc3-3be2-4198-99f8-6609f073744b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09c55efc-7fce-4c1a-92fa-16a494568792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09c55efc-7fce-4c1a-92fa-16a494568792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17419144659026148496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b12836a-b017-4e57-8ab4-2a9a4ca532de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1998420755377297552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09c55efc-7fce-4c1a-92fa-16a494568792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e438a73-179b-4de2-a58a-dc80ce078d30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e438a73-179b-4de2-a58a-dc80ce078d30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750273248504169434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b12836a-b017-4e57-8ab4-2a9a4ca532de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5252bd36-e120-4c96-b6e3-da6069393ffb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5252bd36-e120-4c96-b6e3-da6069393ffb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41723196102768424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e438a73-179b-4de2-a58a-dc80ce078d30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1098d79-ea54-49d7-ae18-ea5aba2f8f5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1098d79-ea54-49d7-ae18-ea5aba2f8f5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717198471080681431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5252bd36-e120-4c96-b6e3-da6069393ffb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94b29851-b4e9-4282-b542-15f8372c50af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94b29851-b4e9-4282-b542-15f8372c50af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7422740026925100679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1098d79-ea54-49d7-ae18-ea5aba2f8f5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ceb9df0-5dd2-4048-82a7-c81f0b044849, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ceb9df0-5dd2-4048-82a7-c81f0b044849, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9500755570061302769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94b29851-b4e9-4282-b542-15f8372c50af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9454423-b986-479b-9e88-d5f83adf36e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9454423-b986-479b-9e88-d5f83adf36e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1586885925008090135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ceb9df0-5dd2-4048-82a7-c81f0b044849, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a3a68d3-b419-4d6d-abf3-def68c1a5052, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a3a68d3-b419-4d6d-abf3-def68c1a5052, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18073021830146224749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9454423-b986-479b-9e88-d5f83adf36e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b7cf09a-1ab4-497e-9bbd-28ef41d783c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b7cf09a-1ab4-497e-9bbd-28ef41d783c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17465779065240820226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a3a68d3-b419-4d6d-abf3-def68c1a5052, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6ad4c97-b087-463b-bd22-f650a8fbdb3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6ad4c97-b087-463b-bd22-f650a8fbdb3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11803410116836879726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b7cf09a-1ab4-497e-9bbd-28ef41d783c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4daa7b3d-e487-46cf-9a7c-a9c9fc7ba1f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daa7b3d-e487-46cf-9a7c-a9c9fc7ba1f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619501239589793800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6ad4c97-b087-463b-bd22-f650a8fbdb3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0e7295c-ad3d-41b0-846e-7e892f5d9fcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e7295c-ad3d-41b0-846e-7e892f5d9fcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996430286330652914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daa7b3d-e487-46cf-9a7c-a9c9fc7ba1f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d4d6fb-18a2-451b-a904-64db0eadbdaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d4d6fb-18a2-451b-a904-64db0eadbdaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306779895803398521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e7295c-ad3d-41b0-846e-7e892f5d9fcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bb86c95-bcd4-4216-a393-0f62e502327f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb86c95-bcd4-4216-a393-0f62e502327f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6306675797008178210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d4d6fb-18a2-451b-a904-64db0eadbdaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19fb19a1-7f36-473f-b092-bded39dcdf4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19fb19a1-7f36-473f-b092-bded39dcdf4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2911117387768251640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb86c95-bcd4-4216-a393-0f62e502327f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221825c2-7dfd-44ca-a5af-bc69909a1c91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221825c2-7dfd-44ca-a5af-bc69909a1c91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991440552668693014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19fb19a1-7f36-473f-b092-bded39dcdf4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aca3f7a-91ae-4ee9-8958-79600506346f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aca3f7a-91ae-4ee9-8958-79600506346f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8153295491812146941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221825c2-7dfd-44ca-a5af-bc69909a1c91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14726f68-56cb-4e40-884e-6d7366e95afe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14726f68-56cb-4e40-884e-6d7366e95afe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1292788972167367203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aca3f7a-91ae-4ee9-8958-79600506346f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8a8435d-5222-472f-abb6-dc88b804be5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a8435d-5222-472f-abb6-dc88b804be5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995909724983562163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14726f68-56cb-4e40-884e-6d7366e95afe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c54a712-ed10-489f-977c-128b15a19739, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a8435d-5222-472f-abb6-dc88b804be5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0cb44a7-808e-4731-898c-a26c272b6043, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c54a712-ed10-489f-977c-128b15a19739, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15855612652355250234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0cb44a7-808e-4731-898c-a26c272b6043, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2103007804307936700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c54a712-ed10-489f-977c-128b15a19739, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 852491c3-4929-44f4-97bf-cfc07df8faee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0cb44a7-808e-4731-898c-a26c272b6043, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f513303-d3cc-4632-9d15-539f62089e4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 852491c3-4929-44f4-97bf-cfc07df8faee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16718356327635500731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f513303-d3cc-4632-9d15-539f62089e4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3062918270662959997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 852491c3-4929-44f4-97bf-cfc07df8faee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a316aa93-6900-4c1b-a8f7-ab14362e1220, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a316aa93-6900-4c1b-a8f7-ab14362e1220, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5989444013400826108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f513303-d3cc-4632-9d15-539f62089e4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77e0a283-27cd-4262-b8ff-72f580da489c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e0a283-27cd-4262-b8ff-72f580da489c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12291183269340547897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a316aa93-6900-4c1b-a8f7-ab14362e1220, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef99c075-7fd7-4e98-b8f9-5c2b260e4730, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef99c075-7fd7-4e98-b8f9-5c2b260e4730, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12977324907125404296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e0a283-27cd-4262-b8ff-72f580da489c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d427b6-9eae-48d4-8421-9fdfb976ee19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef99c075-7fd7-4e98-b8f9-5c2b260e4730, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d427b6-9eae-48d4-8421-9fdfb976ee19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16102569925327464187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7427d00-fc03-484e-92da-0db5b673f337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7427d00-fc03-484e-92da-0db5b673f337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055791479340107720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d427b6-9eae-48d4-8421-9fdfb976ee19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d937ba-1f0c-4d3b-95e0-8ad2d5845b25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7427d00-fc03-484e-92da-0db5b673f337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4253988-89ac-487b-9c7f-f892b3ac8c5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d937ba-1f0c-4d3b-95e0-8ad2d5845b25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3196885585784346850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4253988-89ac-487b-9c7f-f892b3ac8c5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15188741894028153022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d937ba-1f0c-4d3b-95e0-8ad2d5845b25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31167050-843d-416b-b833-532c022fe099, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31167050-843d-416b-b833-532c022fe099, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250863171152946818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4253988-89ac-487b-9c7f-f892b3ac8c5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f124fc92-1d9e-49f0-a11e-1e2aa47e2920, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f124fc92-1d9e-49f0-a11e-1e2aa47e2920, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 815197103255848722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31167050-843d-416b-b833-532c022fe099, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6356791e-f1b0-46db-bb8d-4c7fa6ae0201, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6356791e-f1b0-46db-bb8d-4c7fa6ae0201, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063383034243686775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f124fc92-1d9e-49f0-a11e-1e2aa47e2920, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a4b26b-7283-4804-b9ae-7d679d6fc34c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a4b26b-7283-4804-b9ae-7d679d6fc34c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17810849269852700597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6356791e-f1b0-46db-bb8d-4c7fa6ae0201, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2589e5a3-076d-4e1e-9117-62a14fa823fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2589e5a3-076d-4e1e-9117-62a14fa823fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5537679688263672357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a4b26b-7283-4804-b9ae-7d679d6fc34c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e809aa-f1a2-41de-bb6c-daae6d11addd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e809aa-f1a2-41de-bb6c-daae6d11addd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 464288019264927884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2589e5a3-076d-4e1e-9117-62a14fa823fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cf2bca9-0249-4c30-a715-02053b5c85e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf2bca9-0249-4c30-a715-02053b5c85e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14052786807731481720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e809aa-f1a2-41de-bb6c-daae6d11addd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2668794-db1f-4183-ac8d-e291cc6be0f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2668794-db1f-4183-ac8d-e291cc6be0f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415084965502818921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf2bca9-0249-4c30-a715-02053b5c85e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29bb771b-f76a-4c6c-b589-2f914997e5ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29bb771b-f76a-4c6c-b589-2f914997e5ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1690633350363231753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2668794-db1f-4183-ac8d-e291cc6be0f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f2f485-4e39-4820-8015-46dc09b08c64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f2f485-4e39-4820-8015-46dc09b08c64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 192787415793699390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29bb771b-f76a-4c6c-b589-2f914997e5ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ac9b8c0-4916-4126-b62c-9596ad624ab4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac9b8c0-4916-4126-b62c-9596ad624ab4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218923042229721457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f2f485-4e39-4820-8015-46dc09b08c64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969d4649-70b7-485f-9323-961233cd4413, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969d4649-70b7-485f-9323-961233cd4413, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008276226774040447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac9b8c0-4916-4126-b62c-9596ad624ab4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5ad170-aacd-41c3-8247-6c243aaa7357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5ad170-aacd-41c3-8247-6c243aaa7357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12586133931338346719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969d4649-70b7-485f-9323-961233cd4413, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5ad170-aacd-41c3-8247-6c243aaa7357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daf60672-722c-4298-a601-8762866f9777, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf60672-722c-4298-a601-8762866f9777, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 95187366699852160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f72c1f-d80c-427a-8911-9cf6dcdbd830, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f72c1f-d80c-427a-8911-9cf6dcdbd830, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362349817255690926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf60672-722c-4298-a601-8762866f9777, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa16910-8540-427b-9518-a84bbb332151, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f72c1f-d80c-427a-8911-9cf6dcdbd830, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa16910-8540-427b-9518-a84bbb332151, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11108585381422342858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 874ebf0a-2888-4799-bbb5-cbe3bda7bea7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874ebf0a-2888-4799-bbb5-cbe3bda7bea7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683988990154906923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa16910-8540-427b-9518-a84bbb332151, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39ff3fb4-860f-4ec4-84b7-a2ac2c75b6e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39ff3fb4-860f-4ec4-84b7-a2ac2c75b6e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5963013103723397474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874ebf0a-2888-4799-bbb5-cbe3bda7bea7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0889be51-a1e1-4031-9ff6-894af7868539, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39ff3fb4-860f-4ec4-84b7-a2ac2c75b6e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0889be51-a1e1-4031-9ff6-894af7868539, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320985365094633735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7dad40a-a8f7-4a1f-8a82-093685eb0af4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7dad40a-a8f7-4a1f-8a82-093685eb0af4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12189617693553552822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0889be51-a1e1-4031-9ff6-894af7868539, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7dad40a-a8f7-4a1f-8a82-093685eb0af4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1304a9e7-6ad1-40be-a280-e542aa668a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3766c6e9-0436-477c-ae0d-bea2d5db3622, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1304a9e7-6ad1-40be-a280-e542aa668a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17255162204005100510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3766c6e9-0436-477c-ae0d-bea2d5db3622, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5714851498582886704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3766c6e9-0436-477c-ae0d-bea2d5db3622, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d0e45a4-95ab-42cc-8ae1-1491f8dc060c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0e45a4-95ab-42cc-8ae1-1491f8dc060c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8235587911502900738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1304a9e7-6ad1-40be-a280-e542aa668a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87c4a21d-4f6d-4262-bef8-a8553cfef24d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0e45a4-95ab-42cc-8ae1-1491f8dc060c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c4a21d-4f6d-4262-bef8-a8553cfef24d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5692867679118055236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af324e14-1b1d-4616-aaea-3060becb69bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af324e14-1b1d-4616-aaea-3060becb69bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485335259796639774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c4a21d-4f6d-4262-bef8-a8553cfef24d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 663b598c-9df4-4e7a-8206-8629fe2d6549, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663b598c-9df4-4e7a-8206-8629fe2d6549, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889914711659447543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af324e14-1b1d-4616-aaea-3060becb69bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f97ad5b-319c-48ff-b948-1ad43a82b440, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f97ad5b-319c-48ff-b948-1ad43a82b440, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578380025239049303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663b598c-9df4-4e7a-8206-8629fe2d6549, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4610b88-b6a8-4caa-81f1-4894b5cc3f1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f97ad5b-319c-48ff-b948-1ad43a82b440, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4610b88-b6a8-4caa-81f1-4894b5cc3f1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3255599999575503207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f63bc5-724e-4527-9683-16e99eada3a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f63bc5-724e-4527-9683-16e99eada3a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13891508573478895468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4610b88-b6a8-4caa-81f1-4894b5cc3f1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f998f7ee-ada6-404a-b142-e4685acc9cd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f998f7ee-ada6-404a-b142-e4685acc9cd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2454015687032561490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f63bc5-724e-4527-9683-16e99eada3a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33f430a-a32b-47af-ab37-19adacdd7a6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33f430a-a32b-47af-ab37-19adacdd7a6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14119489148103035525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f998f7ee-ada6-404a-b142-e4685acc9cd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e6af176-937d-464d-9a18-54e3b22b788c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6af176-937d-464d-9a18-54e3b22b788c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7674830168316561730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33f430a-a32b-47af-ab37-19adacdd7a6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f6f7d5e-f5ba-4010-b817-dd646fa3672d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6af176-937d-464d-9a18-54e3b22b788c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edc30921-bc4c-4a7e-a258-74afd2361dc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc30921-bc4c-4a7e-a258-74afd2361dc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17245498230160264601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6f7d5e-f5ba-4010-b817-dd646fa3672d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555676807876907839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc30921-bc4c-4a7e-a258-74afd2361dc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6f7d5e-f5ba-4010-b817-dd646fa3672d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f88b4d-7817-4ea7-af25-68c59de1982d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 494d3ea5-4bb9-4866-9527-892abbcca067, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f88b4d-7817-4ea7-af25-68c59de1982d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619938308112016468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 494d3ea5-4bb9-4866-9527-892abbcca067, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944128179079310961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f88b4d-7817-4ea7-af25-68c59de1982d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6446dcbc-13fd-4ce5-bd45-4fb3f145f6ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6446dcbc-13fd-4ce5-bd45-4fb3f145f6ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7779032465083573903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 494d3ea5-4bb9-4866-9527-892abbcca067, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c1cf444-83d0-45dc-9488-12ed50bfcf40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1cf444-83d0-45dc-9488-12ed50bfcf40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799000430485307924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6446dcbc-13fd-4ce5-bd45-4fb3f145f6ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b81604-5f48-4618-b444-e719074636b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b81604-5f48-4618-b444-e719074636b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2692965829295782841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1cf444-83d0-45dc-9488-12ed50bfcf40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b759ccad-3acb-4321-befe-b6e703624fd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b759ccad-3acb-4321-befe-b6e703624fd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217805320169659561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b81604-5f48-4618-b444-e719074636b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 694efe9a-42fd-4c25-8fdb-e363e8088faf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694efe9a-42fd-4c25-8fdb-e363e8088faf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12489758038108289084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b759ccad-3acb-4321-befe-b6e703624fd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 768181ad-2b28-427d-843d-e31788016ac7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768181ad-2b28-427d-843d-e31788016ac7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1355431166647892032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694efe9a-42fd-4c25-8fdb-e363e8088faf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10accba0-974f-4fed-9481-3c4953ffc0f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10accba0-974f-4fed-9481-3c4953ffc0f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8577655531726099374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768181ad-2b28-427d-843d-e31788016ac7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6646077f-2fa0-4bbf-8622-640d7d248f6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6646077f-2fa0-4bbf-8622-640d7d248f6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15518791277968060899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10accba0-974f-4fed-9481-3c4953ffc0f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537b2c95-c7b6-418a-8b2b-af6d11ebd01f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537b2c95-c7b6-418a-8b2b-af6d11ebd01f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032085901135087614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6646077f-2fa0-4bbf-8622-640d7d248f6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dde22e9c-6ed1-4b3b-a93a-32c4a7d21204, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde22e9c-6ed1-4b3b-a93a-32c4a7d21204, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1610731378098838926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537b2c95-c7b6-418a-8b2b-af6d11ebd01f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5b7f9a-731e-4c2d-b520-92ae30061f12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5b7f9a-731e-4c2d-b520-92ae30061f12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299656441081132570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde22e9c-6ed1-4b3b-a93a-32c4a7d21204, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b88c5fed-b8fc-4a9e-838d-4cbf254f1db2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b88c5fed-b8fc-4a9e-838d-4cbf254f1db2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4523922908886209098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5b7f9a-731e-4c2d-b520-92ae30061f12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8285369d-e31b-4122-8440-61adb7323e2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8285369d-e31b-4122-8440-61adb7323e2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492733842826249477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b88c5fed-b8fc-4a9e-838d-4cbf254f1db2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8285369d-e31b-4122-8440-61adb7323e2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cec4d648-44b8-4638-9bbc-99b36b5a79d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec4d648-44b8-4638-9bbc-99b36b5a79d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13871662292149523260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19605365-7edc-4d21-8ad1-34376062300c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19605365-7edc-4d21-8ad1-34376062300c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18381748293268295861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec4d648-44b8-4638-9bbc-99b36b5a79d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b784c2e-9bdb-42c0-8aeb-fb685e51fbf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b784c2e-9bdb-42c0-8aeb-fb685e51fbf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14007771761527795471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19605365-7edc-4d21-8ad1-34376062300c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2db6821-2629-400b-9a17-0e7aa65721f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2db6821-2629-400b-9a17-0e7aa65721f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16706367926555743667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b784c2e-9bdb-42c0-8aeb-fb685e51fbf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aa812e8-8c7e-45fa-b565-c9a772f97c35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa812e8-8c7e-45fa-b565-c9a772f97c35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883555455959682471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2db6821-2629-400b-9a17-0e7aa65721f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7251770a-8cef-4072-b56b-4a5da727743b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7251770a-8cef-4072-b56b-4a5da727743b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11622060805244501764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa812e8-8c7e-45fa-b565-c9a772f97c35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8901e72-97b4-4816-8162-350a922f594d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8901e72-97b4-4816-8162-350a922f594d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10559389648665182560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7251770a-8cef-4072-b56b-4a5da727743b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 261a9d07-a3d4-4006-b8ee-936d801aec9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 261a9d07-a3d4-4006-b8ee-936d801aec9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10193863064479221433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8901e72-97b4-4816-8162-350a922f594d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff37568-98b1-44f4-b728-3e1dd2e90857, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff37568-98b1-44f4-b728-3e1dd2e90857, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3502684761525605858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 261a9d07-a3d4-4006-b8ee-936d801aec9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f6e77fd-ba03-4361-b5e4-e60f0664d442, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff37568-98b1-44f4-b728-3e1dd2e90857, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f6e77fd-ba03-4361-b5e4-e60f0664d442, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3080162691165189396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43d8ae1e-6e22-4503-9e66-09bc0b94f222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d8ae1e-6e22-4503-9e66-09bc0b94f222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12266333355861360185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f6e77fd-ba03-4361-b5e4-e60f0664d442, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c2152d7-1886-4e62-8e79-976027049a6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2152d7-1886-4e62-8e79-976027049a6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9076109971989180530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d8ae1e-6e22-4503-9e66-09bc0b94f222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8240de45-79d3-4fe9-878e-7766b5e2861b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8240de45-79d3-4fe9-878e-7766b5e2861b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4484134176469556295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2152d7-1886-4e62-8e79-976027049a6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e842260-1fac-4eeb-bea6-6bd670deb2d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e842260-1fac-4eeb-bea6-6bd670deb2d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8070792098892226349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8240de45-79d3-4fe9-878e-7766b5e2861b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8171cac-a87d-4f3d-9e37-51e8cafb6b03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e842260-1fac-4eeb-bea6-6bd670deb2d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fedcafa8-ca1b-4155-b7c2-eec0cfda5b5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedcafa8-ca1b-4155-b7c2-eec0cfda5b5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13536177697605568125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8171cac-a87d-4f3d-9e37-51e8cafb6b03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290703246037991669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedcafa8-ca1b-4155-b7c2-eec0cfda5b5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cadf2b0-ed9c-4034-999e-82517d731c07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cadf2b0-ed9c-4034-999e-82517d731c07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14982713578599675885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8171cac-a87d-4f3d-9e37-51e8cafb6b03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13c525f6-422d-4e7c-a448-5c96d20036ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c525f6-422d-4e7c-a448-5c96d20036ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10814461217330076027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cadf2b0-ed9c-4034-999e-82517d731c07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1950ee2-b284-452f-9add-c78188b239d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1950ee2-b284-452f-9add-c78188b239d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890900740965437073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c525f6-422d-4e7c-a448-5c96d20036ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3629024d-e80e-4c18-a16f-6ad300dfe85b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3629024d-e80e-4c18-a16f-6ad300dfe85b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565628645053466034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3629024d-e80e-4c18-a16f-6ad300dfe85b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3140ee77-fc49-4caa-beb5-d5da27f8e231, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3140ee77-fc49-4caa-beb5-d5da27f8e231, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754219050291049871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1950ee2-b284-452f-9add-c78188b239d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db3ae81-706a-46aa-b2d9-487f4e65c117, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db3ae81-706a-46aa-b2d9-487f4e65c117, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13491953765475080302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3140ee77-fc49-4caa-beb5-d5da27f8e231, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcaa5cb0-29ee-4e76-a484-488729ac6ae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcaa5cb0-29ee-4e76-a484-488729ac6ae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6115967538600132453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db3ae81-706a-46aa-b2d9-487f4e65c117, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aa4f8c8-32b2-4ad8-af2c-52e676ac686b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa4f8c8-32b2-4ad8-af2c-52e676ac686b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799136883529059762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcaa5cb0-29ee-4e76-a484-488729ac6ae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db518ee7-329f-43fd-919e-19627e1f3f92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db518ee7-329f-43fd-919e-19627e1f3f92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850289522043334271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa4f8c8-32b2-4ad8-af2c-52e676ac686b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8d1203-eba0-4b54-9613-fb76d3e19edf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8d1203-eba0-4b54-9613-fb76d3e19edf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188341929619797284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db518ee7-329f-43fd-919e-19627e1f3f92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baf8033c-f5cd-4d35-a876-dd14cae8489c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8d1203-eba0-4b54-9613-fb76d3e19edf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf8033c-f5cd-4d35-a876-dd14cae8489c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2941773041321682944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c0bdaca-1659-4a25-9dfd-7dc3819962d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0bdaca-1659-4a25-9dfd-7dc3819962d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245582241079140092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf8033c-f5cd-4d35-a876-dd14cae8489c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8c11be-9a53-4140-93a7-1ecd7cc72fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8c11be-9a53-4140-93a7-1ecd7cc72fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961087017285482728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0bdaca-1659-4a25-9dfd-7dc3819962d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d076f39d-065c-469e-b303-672d874b650d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d076f39d-065c-469e-b303-672d874b650d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5781928093964704007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8c11be-9a53-4140-93a7-1ecd7cc72fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a0c9417-8a57-4ab9-8845-1cd86e275f2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0c9417-8a57-4ab9-8845-1cd86e275f2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4043833038450971544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d076f39d-065c-469e-b303-672d874b650d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2294fa21-00eb-435e-a54d-ba1e63aff95e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2294fa21-00eb-435e-a54d-ba1e63aff95e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327530206235005050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0c9417-8a57-4ab9-8845-1cd86e275f2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984fd87b-3996-49b0-b418-81263e990a8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984fd87b-3996-49b0-b418-81263e990a8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282515553971812889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2294fa21-00eb-435e-a54d-ba1e63aff95e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f8afd10-ec1e-4eb1-adfb-30494cd9afe8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8afd10-ec1e-4eb1-adfb-30494cd9afe8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5392333665807216792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984fd87b-3996-49b0-b418-81263e990a8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72d5bcc9-0153-4342-b471-0e0da5c5d5cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d5bcc9-0153-4342-b471-0e0da5c5d5cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8475679782646435891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8afd10-ec1e-4eb1-adfb-30494cd9afe8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89bd8fc6-9f62-41ff-9769-9a8b7517721e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89bd8fc6-9f62-41ff-9769-9a8b7517721e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10003840135837413874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d5bcc9-0153-4342-b471-0e0da5c5d5cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d922a9cc-3097-44a7-bec0-8645d413d204, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89bd8fc6-9f62-41ff-9769-9a8b7517721e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a702adaf-d445-4b7c-8c5c-b9d9ad652fed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a702adaf-d445-4b7c-8c5c-b9d9ad652fed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14561206049949645894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d922a9cc-3097-44a7-bec0-8645d413d204, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535168811370829934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a702adaf-d445-4b7c-8c5c-b9d9ad652fed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf79e30-19fb-4b6f-90d0-6d4e34c92905, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d922a9cc-3097-44a7-bec0-8645d413d204, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e097b7-6915-4df4-8d20-58dd99ed9932, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e097b7-6915-4df4-8d20-58dd99ed9932, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4308937113074223372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf79e30-19fb-4b6f-90d0-6d4e34c92905, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5951846209034460482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e097b7-6915-4df4-8d20-58dd99ed9932, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35fc5828-4099-473d-a13f-16175521225a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35fc5828-4099-473d-a13f-16175521225a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7325549618905661037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf79e30-19fb-4b6f-90d0-6d4e34c92905, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e412701b-d392-4701-85c0-0e2a73d08b9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e412701b-d392-4701-85c0-0e2a73d08b9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234085461356678551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35fc5828-4099-473d-a13f-16175521225a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15341678-2457-4541-910d-c81eb138fd88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15341678-2457-4541-910d-c81eb138fd88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4742039491005959739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e412701b-d392-4701-85c0-0e2a73d08b9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7408a9-35f9-4c9a-9a85-a0bc9b72c616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7408a9-35f9-4c9a-9a85-a0bc9b72c616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100416344313763239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15341678-2457-4541-910d-c81eb138fd88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ba950b7-6489-42e5-b8dd-9dc9fb335a0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ba950b7-6489-42e5-b8dd-9dc9fb335a0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4914587884083697305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7408a9-35f9-4c9a-9a85-a0bc9b72c616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eae74d0d-bf73-4001-8da7-8c2c93028ca7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eae74d0d-bf73-4001-8da7-8c2c93028ca7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12160862490012651090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ba950b7-6489-42e5-b8dd-9dc9fb335a0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7766a725-918e-4fc9-ae8a-a2081de985f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7766a725-918e-4fc9-ae8a-a2081de985f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302621565627687545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eae74d0d-bf73-4001-8da7-8c2c93028ca7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 858ede8f-fb69-4812-822c-388ae362c6d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 858ede8f-fb69-4812-822c-388ae362c6d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1846779219996465211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7766a725-918e-4fc9-ae8a-a2081de985f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 858ede8f-fb69-4812-822c-388ae362c6d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c7f1e81-05bd-46cd-b831-c7720c972e5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a10bc5e0-901f-4e5b-b751-f9cb2340e436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a10bc5e0-901f-4e5b-b751-f9cb2340e436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6518949876932535743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7f1e81-05bd-46cd-b831-c7720c972e5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764492342440755820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a10bc5e0-901f-4e5b-b751-f9cb2340e436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb32aeb9-076a-46b4-9838-141b89930cad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb32aeb9-076a-46b4-9838-141b89930cad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426307064904756885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7f1e81-05bd-46cd-b831-c7720c972e5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3daa343e-cf9d-4a29-9fb0-913a3b370507, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3daa343e-cf9d-4a29-9fb0-913a3b370507, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 635548534579115610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb32aeb9-076a-46b4-9838-141b89930cad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09385465-2c08-42d2-83ab-481f1dc55bff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3daa343e-cf9d-4a29-9fb0-913a3b370507, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 911f36e1-481d-4ee4-8608-bbeef94c2583, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911f36e1-481d-4ee4-8608-bbeef94c2583, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17536193058224047567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09385465-2c08-42d2-83ab-481f1dc55bff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374711636551320086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911f36e1-481d-4ee4-8608-bbeef94c2583, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6373a553-0ce0-4892-8102-934d0a799fb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6373a553-0ce0-4892-8102-934d0a799fb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652950911653257831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09385465-2c08-42d2-83ab-481f1dc55bff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ca08be-9b21-498a-9c8a-30c134bc2cc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ca08be-9b21-498a-9c8a-30c134bc2cc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11781691228458648852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6373a553-0ce0-4892-8102-934d0a799fb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 913d358e-06a6-4241-ba0e-faf5b098a1af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913d358e-06a6-4241-ba0e-faf5b098a1af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16262926681719206471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ca08be-9b21-498a-9c8a-30c134bc2cc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64db9437-256e-48b9-ada5-d269737e7861, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64db9437-256e-48b9-ada5-d269737e7861, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6665539996833532952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913d358e-06a6-4241-ba0e-faf5b098a1af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97918a88-64b9-4528-b604-e74478d74407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97918a88-64b9-4528-b604-e74478d74407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13515050326779124741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64db9437-256e-48b9-ada5-d269737e7861, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b351134-1478-413c-8d9d-22fd4b7604c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b351134-1478-413c-8d9d-22fd4b7604c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897787013286447802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97918a88-64b9-4528-b604-e74478d74407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f356ec3-848e-43f4-a3cc-5f4738aca5a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f356ec3-848e-43f4-a3cc-5f4738aca5a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11553489243058265016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b351134-1478-413c-8d9d-22fd4b7604c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11b0627d-2e1c-4173-8799-9b83069e8135, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f356ec3-848e-43f4-a3cc-5f4738aca5a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b0627d-2e1c-4173-8799-9b83069e8135, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5820778124305292814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e76fac2-5e43-40b6-b868-ada388055828, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b0627d-2e1c-4173-8799-9b83069e8135, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e76fac2-5e43-40b6-b868-ada388055828, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9471864705375852260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba7c84f8-e531-4e47-aaa9-a8d7f802ce4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7c84f8-e531-4e47-aaa9-a8d7f802ce4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10227266649182151583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e76fac2-5e43-40b6-b868-ada388055828, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0cbd82c-7c28-4b1a-b4d3-5660081970d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0cbd82c-7c28-4b1a-b4d3-5660081970d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 601901707011993367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7c84f8-e531-4e47-aaa9-a8d7f802ce4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b8cbf10-7750-40b5-90a9-ce9518e44bb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8cbf10-7750-40b5-90a9-ce9518e44bb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492750539520477465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0cbd82c-7c28-4b1a-b4d3-5660081970d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b296bb3a-e8ae-42f2-bb01-2f08a2566973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b296bb3a-e8ae-42f2-bb01-2f08a2566973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729845107797380733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8cbf10-7750-40b5-90a9-ce9518e44bb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6392dca5-40ad-4523-847b-bda3565774d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b296bb3a-e8ae-42f2-bb01-2f08a2566973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e4cb12-f872-44d8-9d87-c50f6157ffcf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e4cb12-f872-44d8-9d87-c50f6157ffcf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11555802622695715558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6392dca5-40ad-4523-847b-bda3565774d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216642936816444351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e4cb12-f872-44d8-9d87-c50f6157ffcf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6578f26-4430-448a-b1c4-892ba01d7e70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6392dca5-40ad-4523-847b-bda3565774d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ebc785-1377-430c-a388-5420cf2528db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ebc785-1377-430c-a388-5420cf2528db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18033440658229099367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6578f26-4430-448a-b1c4-892ba01d7e70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 641418203114167562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ebc785-1377-430c-a388-5420cf2528db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3af9459-4b45-472c-8d3a-3b4f08d6b176, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6578f26-4430-448a-b1c4-892ba01d7e70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37becc11-362c-416d-8184-0e8c3ec80b18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3af9459-4b45-472c-8d3a-3b4f08d6b176, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17602294751133130336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37becc11-362c-416d-8184-0e8c3ec80b18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8567352212183912751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3af9459-4b45-472c-8d3a-3b4f08d6b176, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6f9bfe0-731a-43d8-b162-3fb42794d5f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f9bfe0-731a-43d8-b162-3fb42794d5f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264978066745903362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37becc11-362c-416d-8184-0e8c3ec80b18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34169ca4-8729-48ee-8c96-04c0ee51735f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34169ca4-8729-48ee-8c96-04c0ee51735f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11244950645547551598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f9bfe0-731a-43d8-b162-3fb42794d5f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 684cf45a-e792-44b7-a70f-1efe4b41637a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 684cf45a-e792-44b7-a70f-1efe4b41637a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16562312027094234838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34169ca4-8729-48ee-8c96-04c0ee51735f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aba7b9a-b8a4-4bad-86ca-c805df090ed4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba7b9a-b8a4-4bad-86ca-c805df090ed4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7707212498196601089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 684cf45a-e792-44b7-a70f-1efe4b41637a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed862c1-5594-4011-93d9-aa366ca6012a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed862c1-5594-4011-93d9-aa366ca6012a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365781856439677910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba7b9a-b8a4-4bad-86ca-c805df090ed4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf6f025-d9d2-4302-828c-4e6fe9685ca0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed862c1-5594-4011-93d9-aa366ca6012a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf6f025-d9d2-4302-828c-4e6fe9685ca0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17928544447614094948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56fa63d6-6491-4ada-888e-ef7e875812e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56fa63d6-6491-4ada-888e-ef7e875812e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17417639108017093122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf6f025-d9d2-4302-828c-4e6fe9685ca0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e373b73-42cf-4667-80da-7aa6cbf0b7a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e373b73-42cf-4667-80da-7aa6cbf0b7a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12843492172300071729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56fa63d6-6491-4ada-888e-ef7e875812e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e373b73-42cf-4667-80da-7aa6cbf0b7a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253439fc-123a-4bd1-afc1-aafd2bd098fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f85347-37c7-4bdd-a81e-59a4b164ad3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253439fc-123a-4bd1-afc1-aafd2bd098fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11671918186034898746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f85347-37c7-4bdd-a81e-59a4b164ad3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15777299755146007334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253439fc-123a-4bd1-afc1-aafd2bd098fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f85347-37c7-4bdd-a81e-59a4b164ad3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba98d6a7-9e55-48b5-a17c-9fe8efbb928d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba98d6a7-9e55-48b5-a17c-9fe8efbb928d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15819838513624151539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0055656-7eac-4fcd-965c-f65b51606336, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0055656-7eac-4fcd-965c-f65b51606336, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831110164936120429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba98d6a7-9e55-48b5-a17c-9fe8efbb928d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76cd8e25-0bd4-43e6-9ef1-aaf503d3a811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cd8e25-0bd4-43e6-9ef1-aaf503d3a811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10387229970428759689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0055656-7eac-4fcd-965c-f65b51606336, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b8ee36e-df79-40e4-9bbf-3c32531c71e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cd8e25-0bd4-43e6-9ef1-aaf503d3a811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a63c37f9-5599-4d8f-ba14-09f2be1ae2c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b8ee36e-df79-40e4-9bbf-3c32531c71e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12924898123493669146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a63c37f9-5599-4d8f-ba14-09f2be1ae2c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2721836319084028937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b8ee36e-df79-40e4-9bbf-3c32531c71e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f0e497-22c4-45a3-9ed8-2d9983b58e1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f0e497-22c4-45a3-9ed8-2d9983b58e1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9411410675870031588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a63c37f9-5599-4d8f-ba14-09f2be1ae2c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7fae704-c5d8-49a7-819c-79fadfeaf0c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fae704-c5d8-49a7-819c-79fadfeaf0c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332576655538297679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f0e497-22c4-45a3-9ed8-2d9983b58e1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a4ed60-6459-46dc-a881-84d162213bfb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a4ed60-6459-46dc-a881-84d162213bfb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6933968081727690897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fae704-c5d8-49a7-819c-79fadfeaf0c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a9f13e5-711c-4290-96c7-819804d4a7e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9f13e5-711c-4290-96c7-819804d4a7e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3854265448591330724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a4ed60-6459-46dc-a881-84d162213bfb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee27f2e6-e407-4600-a385-39d81070920f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee27f2e6-e407-4600-a385-39d81070920f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248862275959033461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9f13e5-711c-4290-96c7-819804d4a7e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc3463e-b458-405e-a1c0-19103539d790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc3463e-b458-405e-a1c0-19103539d790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15581769560414641053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee27f2e6-e407-4600-a385-39d81070920f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de2d551e-2d64-473c-bb6d-40e74ce18f6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2d551e-2d64-473c-bb6d-40e74ce18f6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14237367269043510699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc3463e-b458-405e-a1c0-19103539d790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661d34f9-c7a0-43ca-94a9-087bd9d5e983, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661d34f9-c7a0-43ca-94a9-087bd9d5e983, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1664591565470932821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2d551e-2d64-473c-bb6d-40e74ce18f6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68f23de-71c9-4365-9d84-a11d6c8af475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68f23de-71c9-4365-9d84-a11d6c8af475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471028757638979724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661d34f9-c7a0-43ca-94a9-087bd9d5e983, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68f23de-71c9-4365-9d84-a11d6c8af475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9636b10-b7a5-4a4f-82ff-4afc8e9b8ea1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9636b10-b7a5-4a4f-82ff-4afc8e9b8ea1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069829847980210577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26edc895-9d9b-482e-b827-2682a8ad9444, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26edc895-9d9b-482e-b827-2682a8ad9444, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15124172310406265392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9636b10-b7a5-4a4f-82ff-4afc8e9b8ea1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26edc895-9d9b-482e-b827-2682a8ad9444, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47bfc39-33c1-4e29-8570-dba59e4f93d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47bfc39-33c1-4e29-8570-dba59e4f93d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2221832287366747241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7fb5b45-cb26-40ea-964e-165c66d284cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fb5b45-cb26-40ea-964e-165c66d284cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379248387925763049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47bfc39-33c1-4e29-8570-dba59e4f93d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fb5b45-cb26-40ea-964e-165c66d284cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaf3c025-b402-40af-8fd5-16d14e99b859, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf3c025-b402-40af-8fd5-16d14e99b859, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12614829987419708341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44c80161-d91a-4f33-ba29-19924993ad52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c80161-d91a-4f33-ba29-19924993ad52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2459809273700896818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c80161-d91a-4f33-ba29-19924993ad52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d753c6e-268c-4cba-9b85-12a888df804d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf3c025-b402-40af-8fd5-16d14e99b859, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30d1c414-311d-442f-b517-18e4f13ad458, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d753c6e-268c-4cba-9b85-12a888df804d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3330659711181897688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d1c414-311d-442f-b517-18e4f13ad458, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884245823208149487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d753c6e-268c-4cba-9b85-12a888df804d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e36e12a0-5c69-45dd-895b-e8d15da9bc11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d1c414-311d-442f-b517-18e4f13ad458, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36e12a0-5c69-45dd-895b-e8d15da9bc11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3072506437610194666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b33773-87cb-4e82-8664-e7d55f98d04b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b33773-87cb-4e82-8664-e7d55f98d04b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119204029870867903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36e12a0-5c69-45dd-895b-e8d15da9bc11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5c7194-e2cd-4cbe-a894-6b7a7aa61766, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5c7194-e2cd-4cbe-a894-6b7a7aa61766, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177848934553695767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b33773-87cb-4e82-8664-e7d55f98d04b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bde923cc-67af-469d-b1ef-5e2bb6345cf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde923cc-67af-469d-b1ef-5e2bb6345cf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4507422786097725426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5c7194-e2cd-4cbe-a894-6b7a7aa61766, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde923cc-67af-469d-b1ef-5e2bb6345cf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd330f5-0ee0-4a1f-b9e9-bca6d4830be9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a2bacb8-fadc-4853-923e-ac28c760ea77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd330f5-0ee0-4a1f-b9e9-bca6d4830be9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2542542254199761326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2bacb8-fadc-4853-923e-ac28c760ea77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17412221238760990609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd330f5-0ee0-4a1f-b9e9-bca6d4830be9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d1cbd0e-d7f7-4dea-8e32-0108441a255c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1cbd0e-d7f7-4dea-8e32-0108441a255c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9151164822750745622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2bacb8-fadc-4853-923e-ac28c760ea77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 103430dd-ed1a-4139-9a37-feec835596ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 103430dd-ed1a-4139-9a37-feec835596ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13730487590915853298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 103430dd-ed1a-4139-9a37-feec835596ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f602183e-e936-4a3c-b001-75eea7d195b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f602183e-e936-4a3c-b001-75eea7d195b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14861048900316565285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1cbd0e-d7f7-4dea-8e32-0108441a255c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 470daffb-c871-411c-815c-0a1ecc96b366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470daffb-c871-411c-815c-0a1ecc96b366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17158611262536317882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f602183e-e936-4a3c-b001-75eea7d195b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a8ea2e-b45f-4d59-9a2c-b5c9a06a85ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a8ea2e-b45f-4d59-9a2c-b5c9a06a85ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5592847985892646793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470daffb-c871-411c-815c-0a1ecc96b366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254ac06c-398f-46aa-9f12-8a16739c10b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a8ea2e-b45f-4d59-9a2c-b5c9a06a85ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254ac06c-398f-46aa-9f12-8a16739c10b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11991558500046183323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 594e2103-367c-4b97-a127-e1562ade4510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594e2103-367c-4b97-a127-e1562ade4510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676267811317741227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254ac06c-398f-46aa-9f12-8a16739c10b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99d956cb-af2f-4a35-8304-8cbd36391550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99d956cb-af2f-4a35-8304-8cbd36391550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029947489180970515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594e2103-367c-4b97-a127-e1562ade4510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 138301e1-a883-4dca-b965-b33099dfe577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138301e1-a883-4dca-b965-b33099dfe577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4768459799124166948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99d956cb-af2f-4a35-8304-8cbd36391550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 698b355b-038b-4d1b-98bd-932a40d84138, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 698b355b-038b-4d1b-98bd-932a40d84138, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028607327745402901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138301e1-a883-4dca-b965-b33099dfe577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3491f3bc-4032-4544-aeb1-d3d38712c99f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3491f3bc-4032-4544-aeb1-d3d38712c99f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5557651927428203356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 698b355b-038b-4d1b-98bd-932a40d84138, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a0e5e0-b1e0-4224-bbc6-50a5a32a6596, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a0e5e0-b1e0-4224-bbc6-50a5a32a6596, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12287958686851005527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3491f3bc-4032-4544-aeb1-d3d38712c99f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db56ce9d-e38d-46e2-a12e-86adbae70f38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db56ce9d-e38d-46e2-a12e-86adbae70f38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125255815286663221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a0e5e0-b1e0-4224-bbc6-50a5a32a6596, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99fa1f2d-7cfc-408e-979f-91be083e6359, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99fa1f2d-7cfc-408e-979f-91be083e6359, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15999443981659627667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db56ce9d-e38d-46e2-a12e-86adbae70f38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3e4484-f5a5-4915-bd65-4f30e6c8c22b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99fa1f2d-7cfc-408e-979f-91be083e6359, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42e193e2-b6b9-4487-b1d2-edd10b84af00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e193e2-b6b9-4487-b1d2-edd10b84af00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9945655729469226868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3e4484-f5a5-4915-bd65-4f30e6c8c22b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4650949121983369666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e193e2-b6b9-4487-b1d2-edd10b84af00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fafa95-a7ba-43f0-8e3d-5e81bcafebe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fafa95-a7ba-43f0-8e3d-5e81bcafebe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210448444428465912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3e4484-f5a5-4915-bd65-4f30e6c8c22b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ba53b56-bb46-406c-90d1-5e699684d872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba53b56-bb46-406c-90d1-5e699684d872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 994121958404496383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fafa95-a7ba-43f0-8e3d-5e81bcafebe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ac02f5-7767-4fdd-b758-893baa87109c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba53b56-bb46-406c-90d1-5e699684d872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 457d3e4b-ca81-4532-9150-dbe24169de05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ac02f5-7767-4fdd-b758-893baa87109c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8423399821149845433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457d3e4b-ca81-4532-9150-dbe24169de05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14168355380953343758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ac02f5-7767-4fdd-b758-893baa87109c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3901187-28b6-4a57-9e6b-a1992c526e61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3901187-28b6-4a57-9e6b-a1992c526e61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506645985705914335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457d3e4b-ca81-4532-9150-dbe24169de05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da92a6ab-44dd-4c04-8da6-dcf20fb3f6b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da92a6ab-44dd-4c04-8da6-dcf20fb3f6b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13481197989007779355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3901187-28b6-4a57-9e6b-a1992c526e61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ad4ed9-d79b-414f-b832-e09c4625f0cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ad4ed9-d79b-414f-b832-e09c4625f0cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 158164748928605448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da92a6ab-44dd-4c04-8da6-dcf20fb3f6b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2330a314-77b3-4133-b4a3-3ac6579d9388, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2330a314-77b3-4133-b4a3-3ac6579d9388, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493424617248820283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ad4ed9-d79b-414f-b832-e09c4625f0cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b0ffd45-f6a5-451b-8aa3-8cc11adb369e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b0ffd45-f6a5-451b-8aa3-8cc11adb369e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12943291695414316300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2330a314-77b3-4133-b4a3-3ac6579d9388, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a690d345-2422-48ce-9dd7-af562a96677a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a690d345-2422-48ce-9dd7-af562a96677a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044238194411487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b0ffd45-f6a5-451b-8aa3-8cc11adb369e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c101a9a-8917-4447-a362-5ba3ea43c818, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c101a9a-8917-4447-a362-5ba3ea43c818, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15914990210558133646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a690d345-2422-48ce-9dd7-af562a96677a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5c0e9b-0b4b-47cd-ab86-bae6fa9c543b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5c0e9b-0b4b-47cd-ab86-bae6fa9c543b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10447208420332423175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c101a9a-8917-4447-a362-5ba3ea43c818, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64efe096-9e7d-409f-b100-49663f94aebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64efe096-9e7d-409f-b100-49663f94aebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634834964263547221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5c0e9b-0b4b-47cd-ab86-bae6fa9c543b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 148e3587-b772-4f58-86a2-8fafd89b9438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148e3587-b772-4f58-86a2-8fafd89b9438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425439191519719701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64efe096-9e7d-409f-b100-49663f94aebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18b99d1-38ce-465f-8112-a23700bc50d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18b99d1-38ce-465f-8112-a23700bc50d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 526542729437896299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148e3587-b772-4f58-86a2-8fafd89b9438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd15dc59-1a4e-4bfa-b112-04a9f4269a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd15dc59-1a4e-4bfa-b112-04a9f4269a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3891057706250380750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18b99d1-38ce-465f-8112-a23700bc50d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd15dc59-1a4e-4bfa-b112-04a9f4269a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfc0484-d534-481c-b63f-5d7bbaac65e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c07abe2f-301e-42ea-916e-46c99a20df2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07abe2f-301e-42ea-916e-46c99a20df2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13761073926398126813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfc0484-d534-481c-b63f-5d7bbaac65e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773634958928629130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07abe2f-301e-42ea-916e-46c99a20df2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2495a51-c669-4c8b-b1aa-3d84a8bd44a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2495a51-c669-4c8b-b1aa-3d84a8bd44a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4428013496212044617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfc0484-d534-481c-b63f-5d7bbaac65e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faedec7f-9bb5-45e2-92c8-dc687ac97918, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2495a51-c669-4c8b-b1aa-3d84a8bd44a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53404e02-cf05-48fe-b35b-6716fe6b00d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faedec7f-9bb5-45e2-92c8-dc687ac97918, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1980768309385816644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53404e02-cf05-48fe-b35b-6716fe6b00d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3865348184174783679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faedec7f-9bb5-45e2-92c8-dc687ac97918, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53404e02-cf05-48fe-b35b-6716fe6b00d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e6688df-b477-49c1-9e87-f082364c9759, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6688df-b477-49c1-9e87-f082364c9759, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7925619947995280913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9a23344-46ad-423c-9ff4-f7677aeacaaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a23344-46ad-423c-9ff4-f7677aeacaaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188383594671754453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a23344-46ad-423c-9ff4-f7677aeacaaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a273686-2001-4d66-872f-cef3e4be9cd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6688df-b477-49c1-9e87-f082364c9759, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024bc90f-56e9-4df6-b9ed-ad6d05c528d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024bc90f-56e9-4df6-b9ed-ad6d05c528d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15373058704650613566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a273686-2001-4d66-872f-cef3e4be9cd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6203897114114761172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024bc90f-56e9-4df6-b9ed-ad6d05c528d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a273686-2001-4d66-872f-cef3e4be9cd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d67f3d7-86dd-4562-a0a2-bb38eeb4f463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d67f3d7-86dd-4562-a0a2-bb38eeb4f463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6503632746755965073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cdc7f00-e7c2-4359-93f3-b215584892aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cdc7f00-e7c2-4359-93f3-b215584892aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7545723352101761778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d67f3d7-86dd-4562-a0a2-bb38eeb4f463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b353cc3-ae30-4b86-911c-696f63262c35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b353cc3-ae30-4b86-911c-696f63262c35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15759275981394483907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cdc7f00-e7c2-4359-93f3-b215584892aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfc0bd06-a783-45eb-b27c-d0ada83445bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc0bd06-a783-45eb-b27c-d0ada83445bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418972600896988504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b353cc3-ae30-4b86-911c-696f63262c35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c3b32cf-b7be-4167-844a-b1df0328f0c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3b32cf-b7be-4167-844a-b1df0328f0c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2944126652343760035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc0bd06-a783-45eb-b27c-d0ada83445bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22b3a3d-c767-4bda-8322-c45b5f605992, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3b32cf-b7be-4167-844a-b1df0328f0c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1221ec36-243f-409c-bddf-cd6374de3c9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22b3a3d-c767-4bda-8322-c45b5f605992, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14935384385275625025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1221ec36-243f-409c-bddf-cd6374de3c9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15679402148420364630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22b3a3d-c767-4bda-8322-c45b5f605992, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d12a6b91-a455-4f8e-a467-457fca96b9f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12a6b91-a455-4f8e-a467-457fca96b9f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 56494299571127425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1221ec36-243f-409c-bddf-cd6374de3c9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2383f69f-bb29-451a-85d0-7017d75c25c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2383f69f-bb29-451a-85d0-7017d75c25c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5072445743483410191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12a6b91-a455-4f8e-a467-457fca96b9f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 224be06b-688e-4a7d-a0e5-d5eb529d47ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224be06b-688e-4a7d-a0e5-d5eb529d47ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18069117203820843625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2383f69f-bb29-451a-85d0-7017d75c25c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3f8907f-c5d3-48e9-a818-36628c2fccce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3f8907f-c5d3-48e9-a818-36628c2fccce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10254138576393322116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224be06b-688e-4a7d-a0e5-d5eb529d47ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3f8907f-c5d3-48e9-a818-36628c2fccce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb06cdc-d8da-43f6-a2a7-3ad79a9132b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c96dbe-4d91-4653-bea3-8b84834aedd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c96dbe-4d91-4653-bea3-8b84834aedd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9397683097948473426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb06cdc-d8da-43f6-a2a7-3ad79a9132b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 459172995850667741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c96dbe-4d91-4653-bea3-8b84834aedd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d89fb52-ed56-4432-be87-40ed5008aadb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d89fb52-ed56-4432-be87-40ed5008aadb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921751429863089709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb06cdc-d8da-43f6-a2a7-3ad79a9132b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ce705f9-41fd-4997-8175-62e8aabc65b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d89fb52-ed56-4432-be87-40ed5008aadb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce705f9-41fd-4997-8175-62e8aabc65b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15853877685024152386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbcdfe97-06fa-4010-a0e5-097a64b4b3b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbcdfe97-06fa-4010-a0e5-097a64b4b3b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2750110138189067674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbcdfe97-06fa-4010-a0e5-097a64b4b3b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9513ad42-ca62-480f-8917-d03622f95a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce705f9-41fd-4997-8175-62e8aabc65b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 988536b7-f68f-4bd0-ac4b-b0366b5d64ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9513ad42-ca62-480f-8917-d03622f95a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14963894623684033016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 988536b7-f68f-4bd0-ac4b-b0366b5d64ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16855276249764076455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9513ad42-ca62-480f-8917-d03622f95a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceb49d02-026f-4f5b-aee9-580bcab6a3e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb49d02-026f-4f5b-aee9-580bcab6a3e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039121923488852945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 988536b7-f68f-4bd0-ac4b-b0366b5d64ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 492a7be6-0bf5-4992-b375-8c1577bd6b11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492a7be6-0bf5-4992-b375-8c1577bd6b11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450412830418803712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb49d02-026f-4f5b-aee9-580bcab6a3e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492a7be6-0bf5-4992-b375-8c1577bd6b11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de792c39-16de-4efa-84f9-aec66a44274a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a4c2d1-8d25-4b7c-bf15-969924e963b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a4c2d1-8d25-4b7c-bf15-969924e963b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12730436977786266571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de792c39-16de-4efa-84f9-aec66a44274a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699618339772470176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de792c39-16de-4efa-84f9-aec66a44274a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfd7328e-d47b-41bc-8612-e67a574f813b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a4c2d1-8d25-4b7c-bf15-969924e963b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd7328e-d47b-41bc-8612-e67a574f813b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3112042766643377155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162db5a6-c1e7-42a7-8ad6-9ab6d551a729, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162db5a6-c1e7-42a7-8ad6-9ab6d551a729, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15226817971466343132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd7328e-d47b-41bc-8612-e67a574f813b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 143e2713-a334-4db1-bd22-14d839d320aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 143e2713-a334-4db1-bd22-14d839d320aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9113369346991043131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162db5a6-c1e7-42a7-8ad6-9ab6d551a729, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 106633bf-f487-4d17-a74b-d6341d243bbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106633bf-f487-4d17-a74b-d6341d243bbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543192266873999523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 143e2713-a334-4db1-bd22-14d839d320aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4c0485-a8b4-4475-91c8-2fe3da38a770, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4c0485-a8b4-4475-91c8-2fe3da38a770, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14139341605333811116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106633bf-f487-4d17-a74b-d6341d243bbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3568887-2cd8-4668-bd1b-5f6f93274b7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3568887-2cd8-4668-bd1b-5f6f93274b7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6140490706054844249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4c0485-a8b4-4475-91c8-2fe3da38a770, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9e57dde-64b9-4cf5-b2d3-29082f765cdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e57dde-64b9-4cf5-b2d3-29082f765cdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534362421114443850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3568887-2cd8-4668-bd1b-5f6f93274b7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9489117a-1b82-4c55-89ba-9c3bcdb89516, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9489117a-1b82-4c55-89ba-9c3bcdb89516, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557577942672721231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e57dde-64b9-4cf5-b2d3-29082f765cdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ccff7c-b988-4ae0-b449-b8c091b7a1d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ccff7c-b988-4ae0-b449-b8c091b7a1d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661733703926482236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9489117a-1b82-4c55-89ba-9c3bcdb89516, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13214a90-1100-4fb3-a2c2-58499622171e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13214a90-1100-4fb3-a2c2-58499622171e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457865489492722160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ccff7c-b988-4ae0-b449-b8c091b7a1d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b77266ab-e6c9-4057-be29-17634cde947a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77266ab-e6c9-4057-be29-17634cde947a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16781737465153505577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13214a90-1100-4fb3-a2c2-58499622171e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b98db6-d6fd-4e9a-82c4-750a3f440cf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77266ab-e6c9-4057-be29-17634cde947a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b98db6-d6fd-4e9a-82c4-750a3f440cf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8607246558025402128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb53f12-8336-4044-99c7-de705cdbc3e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb53f12-8336-4044-99c7-de705cdbc3e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679549908167998973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b98db6-d6fd-4e9a-82c4-750a3f440cf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8205659a-b3e1-4326-a0e2-54cf19433202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8205659a-b3e1-4326-a0e2-54cf19433202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17562077003699636291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb53f12-8336-4044-99c7-de705cdbc3e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4790411-e734-4fa1-ac9d-d0c67d9c66b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4790411-e734-4fa1-ac9d-d0c67d9c66b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12750336363358020563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8205659a-b3e1-4326-a0e2-54cf19433202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbeb46d-919e-4910-b13e-760a60c34524, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbeb46d-919e-4910-b13e-760a60c34524, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9726098117012299226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4790411-e734-4fa1-ac9d-d0c67d9c66b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18dcf419-6b49-4f4c-bc44-fe426442dd68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18dcf419-6b49-4f4c-bc44-fe426442dd68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505608528627507966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18dcf419-6b49-4f4c-bc44-fe426442dd68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01ff2a9e-bb23-4cbd-8c55-b61cfcf0feff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ff2a9e-bb23-4cbd-8c55-b61cfcf0feff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12595555871738756645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbeb46d-919e-4910-b13e-760a60c34524, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfb0dbf1-b823-458e-a0fa-d403730ff9f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb0dbf1-b823-458e-a0fa-d403730ff9f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384631400359412955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ff2a9e-bb23-4cbd-8c55-b61cfcf0feff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcba7e58-b18b-49c2-a93c-5d5afd4c08d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcba7e58-b18b-49c2-a93c-5d5afd4c08d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 651993511072858909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb0dbf1-b823-458e-a0fa-d403730ff9f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409ef3c2-83a5-47d9-8ba4-03c5b7fd2ef8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409ef3c2-83a5-47d9-8ba4-03c5b7fd2ef8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816049222139270368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcba7e58-b18b-49c2-a93c-5d5afd4c08d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f00666-c0c0-4109-a832-215727224e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f00666-c0c0-4109-a832-215727224e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288009107452334667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409ef3c2-83a5-47d9-8ba4-03c5b7fd2ef8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99624bc8-2620-451b-b349-4744bcc47a29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99624bc8-2620-451b-b349-4744bcc47a29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610599875035158594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99624bc8-2620-451b-b349-4744bcc47a29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d39284c0-ad95-4f3e-849a-194f087c56be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39284c0-ad95-4f3e-849a-194f087c56be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860295937783663612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f00666-c0c0-4109-a832-215727224e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 620d2afb-25cd-4eee-9297-1eae2978604b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620d2afb-25cd-4eee-9297-1eae2978604b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544507444992470089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39284c0-ad95-4f3e-849a-194f087c56be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94220f78-c338-4b23-8719-c3cb603c7b78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620d2afb-25cd-4eee-9297-1eae2978604b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94220f78-c338-4b23-8719-c3cb603c7b78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2377074096190588195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac72cd55-6361-437e-a9dc-352e33171cdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac72cd55-6361-437e-a9dc-352e33171cdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11665773833191191998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94220f78-c338-4b23-8719-c3cb603c7b78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc21af64-5bf5-4487-affe-cec411b8d7e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc21af64-5bf5-4487-affe-cec411b8d7e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461138109338731494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac72cd55-6361-437e-a9dc-352e33171cdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00c74177-39a6-45d8-be8d-898350f63750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc21af64-5bf5-4487-affe-cec411b8d7e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96d577b7-096a-4cb8-a24e-c03ef0d41df4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d577b7-096a-4cb8-a24e-c03ef0d41df4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8903572169235092595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c74177-39a6-45d8-be8d-898350f63750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838773342646369675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d577b7-096a-4cb8-a24e-c03ef0d41df4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23f42e51-eb55-450c-b0d1-7c2246ec4d86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f42e51-eb55-450c-b0d1-7c2246ec4d86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300589963619172924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c74177-39a6-45d8-be8d-898350f63750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d8ad1bf-0c07-42b7-b4ad-6282294c63a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8ad1bf-0c07-42b7-b4ad-6282294c63a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525524502287315037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f42e51-eb55-450c-b0d1-7c2246ec4d86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3879f38c-cc18-4118-909b-44717d81ea16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3879f38c-cc18-4118-909b-44717d81ea16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2206600050158775505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8ad1bf-0c07-42b7-b4ad-6282294c63a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c9ba317-767a-44b2-9b89-24515381c2b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9ba317-767a-44b2-9b89-24515381c2b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13753325418749931932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3879f38c-cc18-4118-909b-44717d81ea16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2438cb25-96f5-440b-bc99-3c24baeea140, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2438cb25-96f5-440b-bc99-3c24baeea140, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13288072000054171188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9ba317-767a-44b2-9b89-24515381c2b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c74767f1-d95b-43b4-8dd0-e3416a53d7b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74767f1-d95b-43b4-8dd0-e3416a53d7b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3394583267355894336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74767f1-d95b-43b4-8dd0-e3416a53d7b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85a4964e-8125-41ce-86a1-d84edd911fb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a4964e-8125-41ce-86a1-d84edd911fb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1949488713920047522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2438cb25-96f5-440b-bc99-3c24baeea140, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d4f5477-19e4-4e0e-b6cb-d9c8e701d6df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4f5477-19e4-4e0e-b6cb-d9c8e701d6df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4936757585907821796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a4964e-8125-41ce-86a1-d84edd911fb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc0a1a5-d67c-4c01-9e5e-4f449563d5e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc0a1a5-d67c-4c01-9e5e-4f449563d5e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085890331547897467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4f5477-19e4-4e0e-b6cb-d9c8e701d6df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e385c39e-7b7f-46cd-b53a-69ac623f09ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e385c39e-7b7f-46cd-b53a-69ac623f09ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005975688310610412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc0a1a5-d67c-4c01-9e5e-4f449563d5e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b612d97d-5754-4a8b-b4e6-517d6f12d13f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b612d97d-5754-4a8b-b4e6-517d6f12d13f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796544751132212265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e385c39e-7b7f-46cd-b53a-69ac623f09ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be17f4b9-b8aa-45b2-9b99-6cc143a3df80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be17f4b9-b8aa-45b2-9b99-6cc143a3df80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13432522067858599560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be17f4b9-b8aa-45b2-9b99-6cc143a3df80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ef9584d-a7da-4f80-b4fc-4172bbf65d7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef9584d-a7da-4f80-b4fc-4172bbf65d7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8881831019464016420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b612d97d-5754-4a8b-b4e6-517d6f12d13f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1e83bf-6247-4a77-b05b-cce2ca13f120, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef9584d-a7da-4f80-b4fc-4172bbf65d7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23a2d61f-0698-4eab-b6da-6df6f9baf4bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a2d61f-0698-4eab-b6da-6df6f9baf4bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18275347395344909600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1e83bf-6247-4a77-b05b-cce2ca13f120, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8873028205260117116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a2d61f-0698-4eab-b6da-6df6f9baf4bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ccc2649-8d9b-417b-8304-f820045bb802, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1e83bf-6247-4a77-b05b-cce2ca13f120, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d2efd28-5e42-44e9-9f8c-7e536d6a5bc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2efd28-5e42-44e9-9f8c-7e536d6a5bc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16452289854958745061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ccc2649-8d9b-417b-8304-f820045bb802, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874042437709535626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ccc2649-8d9b-417b-8304-f820045bb802, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23365512-0429-45b8-8b1c-e1046a6f0073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23365512-0429-45b8-8b1c-e1046a6f0073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15936028395888750754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2efd28-5e42-44e9-9f8c-7e536d6a5bc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9628b0-39a1-44aa-8a50-c6e0daf82e23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9628b0-39a1-44aa-8a50-c6e0daf82e23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8678144998696251376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23365512-0429-45b8-8b1c-e1046a6f0073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f5c115-4045-4471-9624-f651d35b8c07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f5c115-4045-4471-9624-f651d35b8c07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11506597186962028395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9628b0-39a1-44aa-8a50-c6e0daf82e23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844e3a2d-d88a-4ee4-b56e-3a538ad438d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844e3a2d-d88a-4ee4-b56e-3a538ad438d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419527881539943707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f5c115-4045-4471-9624-f651d35b8c07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9af252d-0f3b-4ebc-8794-e653488c1e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9af252d-0f3b-4ebc-8794-e653488c1e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7768099387996549237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844e3a2d-d88a-4ee4-b56e-3a538ad438d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ded7d36-1955-4e81-bfec-b8b24a7c7e5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ded7d36-1955-4e81-bfec-b8b24a7c7e5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17204267884618339504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9af252d-0f3b-4ebc-8794-e653488c1e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40aa5dda-2ff3-494e-bd0e-447341082242, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40aa5dda-2ff3-494e-bd0e-447341082242, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2772586931947761202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ded7d36-1955-4e81-bfec-b8b24a7c7e5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2964f8-14c2-4ea6-a46b-8fd208b47536, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2964f8-14c2-4ea6-a46b-8fd208b47536, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13444381982056346049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40aa5dda-2ff3-494e-bd0e-447341082242, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2964f8-14c2-4ea6-a46b-8fd208b47536, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9945e569-c7b1-4d79-88c8-7fd98e4c08c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9945e569-c7b1-4d79-88c8-7fd98e4c08c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120595952366020058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e614ccc-c568-4755-a107-64d651a774bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e614ccc-c568-4755-a107-64d651a774bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18154326936803876056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e614ccc-c568-4755-a107-64d651a774bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a03bfe97-7d67-494f-8e2b-cacaffd96f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03bfe97-7d67-494f-8e2b-cacaffd96f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650561903712431968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9945e569-c7b1-4d79-88c8-7fd98e4c08c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d6694d-706a-4d02-b79c-ad225bd46582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d6694d-706a-4d02-b79c-ad225bd46582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9456371417269979626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03bfe97-7d67-494f-8e2b-cacaffd96f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 712b2efb-e717-470d-a2fe-69f59e4be9ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 712b2efb-e717-470d-a2fe-69f59e4be9ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13170624880023121838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d6694d-706a-4d02-b79c-ad225bd46582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3df9b2-b848-48d0-99ec-f820ea4eead9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3df9b2-b848-48d0-99ec-f820ea4eead9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647024613044818707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3df9b2-b848-48d0-99ec-f820ea4eead9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 778a76ec-57ec-4d35-a848-d6982e5c9de1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778a76ec-57ec-4d35-a848-d6982e5c9de1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934035508471581041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 712b2efb-e717-470d-a2fe-69f59e4be9ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695a0725-72a1-44de-81fe-34139de91fee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695a0725-72a1-44de-81fe-34139de91fee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1004342769608701201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695a0725-72a1-44de-81fe-34139de91fee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778a76ec-57ec-4d35-a848-d6982e5c9de1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 006aa0c2-930e-48cd-9962-26c3340eb1dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d50a61d-ea89-45f3-a9ad-5dad55b88c5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d50a61d-ea89-45f3-a9ad-5dad55b88c5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 453144712892999733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006aa0c2-930e-48cd-9962-26c3340eb1dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11323862614967466368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d50a61d-ea89-45f3-a9ad-5dad55b88c5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba12b2e2-13c8-47b1-ae32-cf3aa11a555f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba12b2e2-13c8-47b1-ae32-cf3aa11a555f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080045284326832671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006aa0c2-930e-48cd-9962-26c3340eb1dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4842534c-243e-4500-b509-69b65661d511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4842534c-243e-4500-b509-69b65661d511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8622804744322110864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba12b2e2-13c8-47b1-ae32-cf3aa11a555f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e66113ad-dcb8-4759-b7f6-15c066730f6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e66113ad-dcb8-4759-b7f6-15c066730f6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15432506751217668249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4842534c-243e-4500-b509-69b65661d511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ba854f-a218-4480-93f9-7ab2c7161844, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ba854f-a218-4480-93f9-7ab2c7161844, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424967704747275305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e66113ad-dcb8-4759-b7f6-15c066730f6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88821887-3311-47a4-bb16-e4dc1ee997c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88821887-3311-47a4-bb16-e4dc1ee997c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3030988037333821939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88821887-3311-47a4-bb16-e4dc1ee997c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02edd8f1-958d-4d25-8249-74980d1878f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02edd8f1-958d-4d25-8249-74980d1878f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760015673646077793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02edd8f1-958d-4d25-8249-74980d1878f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b6c778d-fbc2-431d-92ed-4439ff315a72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b6c778d-fbc2-431d-92ed-4439ff315a72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093253569052066816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ba854f-a218-4480-93f9-7ab2c7161844, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e21595-e8d3-4f3e-a437-804a35850cfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e21595-e8d3-4f3e-a437-804a35850cfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12238095964904601111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b6c778d-fbc2-431d-92ed-4439ff315a72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bb426fb-410d-4fff-aa68-af82dd6d2c43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb426fb-410d-4fff-aa68-af82dd6d2c43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16149185906271811047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e21595-e8d3-4f3e-a437-804a35850cfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7099ab43-74a6-4845-a606-55e55d00aa0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb426fb-410d-4fff-aa68-af82dd6d2c43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6edc67eb-f727-4734-90f5-65574a534e47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edc67eb-f727-4734-90f5-65574a534e47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941756010020846543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7099ab43-74a6-4845-a606-55e55d00aa0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4044066161053234578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edc67eb-f727-4734-90f5-65574a534e47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2ff7cd3-116a-4e18-97f9-f1989b7a18a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ff7cd3-116a-4e18-97f9-f1989b7a18a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445965462820265299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7099ab43-74a6-4845-a606-55e55d00aa0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334c1efb-4c90-4b27-9d85-f91101b8f224, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334c1efb-4c90-4b27-9d85-f91101b8f224, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6161033199547301353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ff7cd3-116a-4e18-97f9-f1989b7a18a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3e9f1a-0942-4927-91f7-25c62695f268, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3e9f1a-0942-4927-91f7-25c62695f268, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13377825269345320970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334c1efb-4c90-4b27-9d85-f91101b8f224, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0468e370-7aa4-483b-9bdc-89878b7fdd14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0468e370-7aa4-483b-9bdc-89878b7fdd14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8002308359966489044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3e9f1a-0942-4927-91f7-25c62695f268, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0e4bb6-3486-4d0b-9c97-da812ae523d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0e4bb6-3486-4d0b-9c97-da812ae523d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7395922668240001425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0468e370-7aa4-483b-9bdc-89878b7fdd14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ca3854-af7f-4085-89d1-f2cd85cba03a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ca3854-af7f-4085-89d1-f2cd85cba03a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727033727740532385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ca3854-af7f-4085-89d1-f2cd85cba03a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bfb31f3-664f-4f47-83ee-d79fffa76bca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfb31f3-664f-4f47-83ee-d79fffa76bca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13488701606192313622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0e4bb6-3486-4d0b-9c97-da812ae523d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e62d54e-967a-46a0-8dee-353d76e66a38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e62d54e-967a-46a0-8dee-353d76e66a38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789765561075298205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfb31f3-664f-4f47-83ee-d79fffa76bca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98491323-fcb5-491f-85b2-24a2357dbc0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98491323-fcb5-491f-85b2-24a2357dbc0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153759314306702387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e62d54e-967a-46a0-8dee-353d76e66a38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb2e3bb-f06b-43d0-afdb-200025c14ace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb2e3bb-f06b-43d0-afdb-200025c14ace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4655554769115183652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98491323-fcb5-491f-85b2-24a2357dbc0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4d69251-fcda-4df5-90bf-aa4a1f83756d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb2e3bb-f06b-43d0-afdb-200025c14ace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33960f4f-99a7-40a0-a06d-acbd295c0751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33960f4f-99a7-40a0-a06d-acbd295c0751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11344325951402342733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d69251-fcda-4df5-90bf-aa4a1f83756d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12806007238173784413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33960f4f-99a7-40a0-a06d-acbd295c0751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d69251-fcda-4df5-90bf-aa4a1f83756d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba1979a-25ec-4c60-b18f-5367015ef3d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba1979a-25ec-4c60-b18f-5367015ef3d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10759450579101998240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 579cddd7-5eed-4edf-a8ca-19912f5bd8ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579cddd7-5eed-4edf-a8ca-19912f5bd8ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9036838672092835971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba1979a-25ec-4c60-b18f-5367015ef3d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9f6de8-4467-4c6a-a4c7-6ffc996206cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9f6de8-4467-4c6a-a4c7-6ffc996206cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3044617541856322073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579cddd7-5eed-4edf-a8ca-19912f5bd8ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 302c5a18-36cd-4b43-af5e-2f41a4562d9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302c5a18-36cd-4b43-af5e-2f41a4562d9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11835792976700832756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9f6de8-4467-4c6a-a4c7-6ffc996206cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 809d55d5-83e5-4d20-81d1-daf65f7678dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302c5a18-36cd-4b43-af5e-2f41a4562d9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a49789-3261-4556-8e3d-1410941b7359, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809d55d5-83e5-4d20-81d1-daf65f7678dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5778571849084779398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13247/3
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2462cf-4d28-4644-857e-0eead32653db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a051e50-dac2-4fff-9da0-3c038b0fd3ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358569b9-c172-408b-898f-3925f842cdb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13247/3
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a051e50-dac2-4fff-9da0-3c038b0fd3ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6938794498900766990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69387944989007669906938794498900766990693879449890076699069387944989007669906938794498900766990693879449890076699069387944989007669906938794498900766990693879449890076699069387944989007669906938794498900766990693879449890076699069387944989007669906938794498900766990693879449890076699069387944989007669906938794498900766990693879449890076699069387944989007669906938794498900766990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02ce4292-0d43-449c-8979-cced00d08e02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ce4292-0d43-449c-8979-cced00d08e02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16154906968105395459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615490696810539545916154906968105395459161549069681053954591615490696810539545916154906968105395459161549069681053954591615490696810539545916154906968105395459161549069681053954591615490696810539545916154906968105395459161549069681053954591615490696810539545916154906968105395459161549069681053954591615490696810539545916154906968105395459161549069681053954591615490696810539545916154906968105395459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a051e50-dac2-4fff-9da0-3c038b0fd3ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd2a02530>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd2a02530> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ce4292-0d43-449c-8979-cced00d08e02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, b9a9ceb2-b96d-4407-8d87-f4f89d48dc48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, b9a9ceb2-b96d-4407-8d87-f4f89d48dc48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" 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 0x7bdbd2a02530>
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 0x7bdbd2633330 state=pending>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, b9a9ceb2-b96d-4407-8d87-f4f89d48dc48, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, b9a9ceb2-b96d-4407-8d87-f4f89d48dc48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, b9a9ceb2-b96d-4407-8d87-f4f89d48dc48, ghrun-gnft54blbu.auto.internal:25172): on response callback success
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 0x7bdbd2648ab0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2648ab0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c830c548-675d-4e2e-ad45-9e913a90d59b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c830c548-675d-4e2e-ad45-9e913a90d59b, ghrun-gnft54blbu.auto.internal:25172): 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 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd29f7a70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd29f7a70> 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 0x7bdbd29f7a70> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd26c03f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26c03f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3cf8beb7-565a-4366-baad-91eda427645c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3cf8beb7-565a-4366-baad-91eda427645c, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c830c548-675d-4e2e-ad45-9e913a90d59b, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, c830c548-675d-4e2e-ad45-9e913a90d59b, ghrun-gnft54blbu.auto.internal:25172): 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-23T15:20:11.338379317+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, c830c548-675d-4e2e-ad45-9e913a90d59b, ghrun-gnft54blbu.auto.internal:25172): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:25172
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd29f7a70>
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-23T15:20:11.338379317+00:00"}"
>
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 0x7bdbd2652230 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 0x7bdbd26933b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26933b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3cf8beb7-565a-4366-baad-91eda427645c, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 3cf8beb7-565a-4366-baad-91eda427645c, ghrun-gnft54blbu.auto.internal:25172): 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-23T15:20:11.384394222+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 3cf8beb7-565a-4366-baad-91eda427645c, ghrun-gnft54blbu.auto.internal:25172): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:25172
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 438d00f6-cae4-4d28-b299-6bb8167ff703, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 438d00f6-cae4-4d28-b299-6bb8167ff703, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
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-23T15:20:11.384394222+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2648ab0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 438d00f6-cae4-4d28-b299-6bb8167ff703, localhost:62275): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:20:14.521210495+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root/test_simple_encryption_1. Endpoint: "localhost:62275". Error details:
 Cancelled on the server side
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd2633330 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd2652230 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 0x7bdbd26ce0b0 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 0x7bdbd2693ff0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2693ff0>
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 0x7bdbd2680d30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 4 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd26ae970>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26ae970>
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 0x7bdbd26933b0>
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:273 Stopped node localhost:9655/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13675/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:25028/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:15139/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9539/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:15264/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:64798/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:18819/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:6610/8
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26c03f0>
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 0x7bdbd26ce0b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd2680d30 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 0x7bdbd26c8670 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 5 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd19a36b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd19a36b0>
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 0x7bdbd2648ab0>
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 0x7bdbd2c9ee30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 6 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd2cc5b70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2cc5b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2693ff0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:25172/4
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd26c8670 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd2c9ee30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26ae970>
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 0x7bdbd26ae970>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26ae970> is no longer active. Current active count 6.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd43816b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 6 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd42869f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42869f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd2a51c70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 7 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd2a53a30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a53a30>
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 0x7bdbd26933b0>
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 0x7bdbd26c03f0>
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 0x7bdbd43816b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd2a51c70 state=pending>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd4285fb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 8 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd438ddb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd438ddb0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.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 0x7bdbd429c3f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 9 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd42cddb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42cddb0>
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 0x7bdbd19a36b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2648ab0>
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 0x7bdbd4285fb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd429c3f0 state=pending>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.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 0x7bdbd4336df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 10 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd1a14f70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd1a14f70>
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 0x7bdbd4382070 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 11 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd3d71370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd3d71370>
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 0x7bdbd2cc5b70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2693ff0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4336df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4382070 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42869f0>
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 0x7bdbd42869f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd42869f0> is no longer active. Current active count 11.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd41ff0f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 12 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd56b9870>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd56b9870>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a53a30>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26933b0>
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 0x7bdbd3d74f30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd41ff0f0 state=pending>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
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 0x7bdbd3d9dcf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 13 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd56b7870>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd56b7870>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd4ddfaf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 14 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd3d04570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd3d04570>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26c03f0>
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 0x7bdbd438ddb0>
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 0x7bdbd3d9dcf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4ddfaf0 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 0x7bdbd4287570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 15 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd2051e30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2051e30>
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 0x7bdbd201f170 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 16 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd1fdc370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd1fdc370>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42cddb0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd19a36b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4287570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd201f170 state=pending>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd203aa70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 18 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd2037d70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2037d70>
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 0x7bdbd2648ab0>
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 0x7bdbd1a14f70>
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 0x7bdbd20104f0 state=pending>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd203aa70 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 0x7bdbd2182ff0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 19 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd2178530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2178530>
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 0x7bdbd2036970 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 20 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd1fd7e70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd1fd7e70>
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 0x7bdbd3d71370>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2cc5b70>
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 0x7bdbd2182ff0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd2036970 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 0x7bdbd214acf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 21 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd20fc970>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd20fc970>
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 0x7bdbd2693ff0>
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 0x7bdbd212c1f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 22 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd20fd430>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd20fd430>
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 0x7bdbd3d643f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd214acf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd212c1f0 state=pending>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd56b9870>
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 0x7bdbd56b9870>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd56b9870> is no longer active. Current active count 22.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd4fa49b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 22 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd4f87530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4f87530>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd5080cb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 23 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd20d2830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd20d2830>
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 0x7bdbd2a53a30>
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 0x7bdbd26933b0>
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 0x7bdbd4fa49b0 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 0x7bdbd50cb3b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 24 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd50c0e70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd50c0e70>
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 0x7bdbd5080cb0 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 0x7bdbd500da30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 25 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd329b5f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd329b5f0>
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 0x7bdbd56b7870>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd3d04570>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd50cb3b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd500da30 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 0x7bdbd32a03f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 26 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd5632070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd5632070>
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 0x7bdbd1fff630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 27 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd4ea47b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4ea47b0>
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 0x7bdbd26c03f0>
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 0x7bdbd438ddb0>
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 0x7bdbd32a03f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd1fff630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2051e30>
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 0x7bdbd2051e30>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd2051e30> is no longer active. Current active count 27.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd56a7c70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 28 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd4ebee70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4ebee70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd1fdc370>
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 0x7bdbd567b570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42cddb0>
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 0x7bdbd39ad030 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 29 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd4c12d70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4c12d70>
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 0x7bdbd56a7c70 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 0x7bdbd4fd07f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 30 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd39bc1b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd39bc1b0>
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 0x7bdbd19a36b0>
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 0x7bdbd39ad030 state=pending>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd1ffc2b0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4fd07f0 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 0x7bdbd187a9b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 31 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd3978730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd3978730>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd3922130 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 32 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd3997c70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd3997c70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:421 RpcState(KeepAlive, e4ab73a4-49ff-44dc-8c71-66d0451f3c8c, ghrun-gnft54blbu.auto.internal:13675): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(KeepAlive, e4ab73a4-49ff-44dc-8c71-66d0451f3c8c, ghrun-gnft54blbu.auto.internal:13675): request = { session_id: "ydb://session/3?node_id=50001&id=OTE0YTc5NjItODgzNmZlNDctYjQzMmEzYWMtNjkyYTdjM2I=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(KeepAlive, e4ab73a4-49ff-44dc-8c71-66d0451f3c8c, ghrun-gnft54blbu.auto.internal:13675): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(KeepAlive, e4ab73a4-49ff-44dc-8c71-66d0451f3c8c, ghrun-gnft54blbu.auto.internal:13675): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13675: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13675: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-23T15:22:05.0778644+00:00"}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(KeepAlive, e4ab73a4-49ff-44dc-8c71-66d0451f3c8c, ghrun-gnft54blbu.auto.internal:13675): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13675
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd2660070>, reason: keep-alive-error
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd2660070> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 959b705b-9607-436a-8927-60284fe378c9, ghrun-gnft54blbu.auto.internal:9655): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 959b705b-9607-436a-8927-60284fe378c9, ghrun-gnft54blbu.auto.internal:9655): request = { session_id: "ydb://session/3?node_id=50001&id=OTE0YTc5NjItODgzNmZlNDctYjQzMmEzYWMtNjkyYTdjM2I=" 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 0x7bdbd2660070>
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 959b705b-9607-436a-8927-60284fe378c9, ghrun-gnft54blbu.auto.internal:9655): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(DeleteSession, 959b705b-9607-436a-8927-60284fe378c9, ghrun-gnft54blbu.auto.internal:9655): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:9655: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:9655: Failed to connect to remote host: Connection refused {created_time:"2025-10-23T15:22:05.087925431+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(DeleteSession, 959b705b-9607-436a-8927-60284fe378c9, ghrun-gnft54blbu.auto.internal:9655): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:9655
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2037d70>
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 0x7bdbd187a9b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2648ab0>
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 0x7bdbd3922130 state=pending>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd4519530 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 34 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd1882ef0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd1882ef0>
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 0x7bdbd1a14f70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2178530>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4541930 state=pending>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.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 0x7bdbd4509bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 35 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd187c570>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd187c570>
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 0x7bdbd4519530 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 0x7bdbd1f58ff0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 36 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd39d4d30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd39d4d30>
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 0x7bdbd1fd7e70>
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 0x7bdbd3d71370>
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 0x7bdbd4509bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd1f58ff0 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 0x7bdbd450ea30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 37 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd451b6b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd451b6b0>
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 0x7bdbd2cc5b70>
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 0x7bdbd44f1570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 38 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd45187f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd45187f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd20fc970>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd450ea30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd44f1570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2693ff0>
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 0x7bdbd2693ff0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd2693ff0> is no longer active. Current active count 38.
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 348, in acquire
    session = waiter.result(timeout=timeout)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 458, in result
    raise TimeoutError()
TimeoutError

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2652, in wrapped_callee
    with self.checkout(timeout=retry_settings.get_session_client_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2752, in __enter__
    self._acquired = self._pool.acquire(self._blocking, self._timeout)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2687, in acquire
    return self._pool_impl.acquire(blocking, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_sp_impl.py", line 353, in acquire
    raise issues.SessionPoolEmpty("Timeout on session acquire.")
ydb.issues.SessionPoolEmpty: Timeout on session acquire.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd5231c70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 39 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd5217130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd5217130>
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 0x7bdbd20fd430>
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 0x7bdbd57599f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd3d643f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd3d1fc70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 40 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd4363a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4363a70>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd5231c70 state=pending>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62275". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd521f3f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 41 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd447e4b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd447e4b0>
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 0x7bdbd4f87530>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd3d1fc70 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd20d2830>
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 0x7bdbd5209cb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 42 < 100). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd44831b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd44831b0>
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 0x7bdbd521f3f0 state=pending>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:62275/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27271
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14949
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24775
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19376
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25172
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10237
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27060
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24277
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13247
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18603
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16143
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7120
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13816
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13675
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16703
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28815
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10521
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21509
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9655
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7351
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8567
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21420
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6610
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21761
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12816
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18819
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31720
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62279
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63123
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64798
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21643
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13148
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11348
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9539
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23383
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23035
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21783
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15264
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9476
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28654
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14724
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15139
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20660
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24473
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18026
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25028
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24061
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7933
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4071
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62275
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12678
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15182
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4744
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4394
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27689
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26373
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12477
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1034
=================================== 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:271: 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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   GRpc shutdown warning: left infly: 2, spent: 3.269226 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 6.529718 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 9.781815 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 13.012024 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 16.369816 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 19.747742 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 23.185277 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 26.561532 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 29.874092 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 2, spent: 30.00568 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1538126==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034bebe02 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034bebe02 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034bebe02 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034bebe02 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 0x000034bebe02 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034bebe02 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034bebe02 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034bebe02 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034bebe02 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034bebd1c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034bebd1c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c15bab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c15bab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c15bab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c15bab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c15bab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c15bab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c15bab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c15bab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c15bab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c15bab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034bef66a 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 0x000034bef66a 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c15ba34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c15ba34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c15ba34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 512 byte(s) in 8 object(s) allocated from:
E   #0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034c4e980 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034c4e980 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034c4e980 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034c4e980 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x000034c4e980 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x000034c4e980 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 0x000046b0602b in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x000046b0602b in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x000046b0602b in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x000046b0602b in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x000046b0602b in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x000046b0602b 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 0x000046af4b7d 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 0x000046af7242 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 0x00004185a65c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00004185a65c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00004185a65c 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 0x00004185a65c 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 0x00004185a65c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00004185a65c 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 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x000021dd424e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x000021dd47ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x000021dd47ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003436e294 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00003436e294 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00003436e294 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00003436e294 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00003436e294 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00003436e294 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00003436e294 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00003436e294 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00003436e294 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00003436e294 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x00003436e294 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 0x00003436d062 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x00003436d062 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000034373580 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000343cf7c8 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 0x000034bfa3b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00004186c2ab 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 0x000041862112 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003436e1f2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00003436e1f2 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00003436e1f2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x00003436e1f2 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 0x00003436d062 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x00003436d062 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000034373580 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000343cf7c8 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 0x000034bfa3b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00004186c2ab 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 0x000041862112 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 270 byte(s) in 2 object(s) allocated from:
E   #0 0x00001f670bb4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
E   #1 0x00003436a820 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
E   #2 0x00003436a820 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
E   #3 0x000034466352 in grpc_core::Arena::AllocZone(unsigned long) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:108:18
E   #4 0x00003473dddb in Alloc /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:162:14
E   #5 0x00003473dddb in New<grpc_core::TimerState, grpc_deadline_state *&, grpc_core::Timestamp &> /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:172:28
E   #6 0x00003473dddb in start_timer_if_needed /-S/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc:131:30
E   #7 0x00003473dddb in recv_initial_metadata_ready(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc:300:3
E   #8 0x00003438b5ce in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #9 0x00003438b5ce in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #10 0x00003455e304 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #11 0x00003455e304 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #12 0x000034559ed8 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #13 0x00003457dc18 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #14 0x0000345386c8 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #15 0x000034c1e2ee in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
------------------------------ 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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1034
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26373
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27689
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4394
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4744
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15182
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12678
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:455 Working directory: /home/runner/.ya/build/build_root/n580/001a4d/r3tmp/kikimr_cluster_gou9npq3
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62275
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4071
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7933
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24061
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513032
DEBUG    ya.test:process.py:259 Command (pid 1513032) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513032) elapsed time (sec): 1.1528997421264648
DEBUG    ya.test:process.py:263 Command (pid 1513032) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) maxrss: 481792
DEBUG    ya.test:process.py:263 Command (pid 1513032) minflt: 46036
DEBUG    ya.test:process.py:263 Command (pid 1513032) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) nivcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 1513032) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513032) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1513032) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513032) stime: 0.218277
DEBUG    ya.test:process.py:263 Command (pid 1513032) utime: 0.578759
DEBUG    ya.test:process.py:263 Command (pid 1513032) wtime: 1.156
DEBUG    ya.test:process.py:275 Command (pid 1513032) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_x0bqxbky.log --grpc-port=62275 --mon-port=4071 --ic-port=1034 --module=1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25028
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18026
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24473
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20660
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513301
DEBUG    ya.test:process.py:259 Command (pid 1513301) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513301) elapsed time (sec): 1.1720011234283447
DEBUG    ya.test:process.py:263 Command (pid 1513301) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) maxrss: 481476
DEBUG    ya.test:process.py:263 Command (pid 1513301) minflt: 45934
DEBUG    ya.test:process.py:263 Command (pid 1513301) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) nivcsw: 257
DEBUG    ya.test:process.py:263 Command (pid 1513301) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513301) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1513301) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513301) stime: 0.209842
DEBUG    ya.test:process.py:263 Command (pid 1513301) utime: 0.606216
DEBUG    ya.test:process.py:263 Command (pid 1513301) wtime: 1.182
DEBUG    ya.test:process.py:275 Command (pid 1513301) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_59sdo_j5.log --grpc-port=25028 --mon-port=18026 --ic-port=12477 --module=2
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15139
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14724
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28654
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9476
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513506
DEBUG    ya.test:process.py:259 Command (pid 1513506) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513506) elapsed time (sec): 1.2471163272857666
DEBUG    ya.test:process.py:263 Command (pid 1513506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) maxrss: 481848
DEBUG    ya.test:process.py:263 Command (pid 1513506) minflt: 46013
DEBUG    ya.test:process.py:263 Command (pid 1513506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) nivcsw: 178
DEBUG    ya.test:process.py:263 Command (pid 1513506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513506) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1513506) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513506) stime: 0.257328
DEBUG    ya.test:process.py:263 Command (pid 1513506) utime: 0.55235
DEBUG    ya.test:process.py:263 Command (pid 1513506) wtime: 1.249
DEBUG    ya.test:process.py:275 Command (pid 1513506) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_mv2gpu4u.log --grpc-port=15139 --mon-port=14724 --ic-port=26373 --module=3
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15264
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21783
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23035
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23383
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513733
DEBUG    ya.test:process.py:259 Command (pid 1513733) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513733) elapsed time (sec): 1.1847798824310303
DEBUG    ya.test:process.py:263 Command (pid 1513733) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) maxrss: 481908
DEBUG    ya.test:process.py:263 Command (pid 1513733) minflt: 46032
DEBUG    ya.test:process.py:263 Command (pid 1513733) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) nivcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 1513733) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513733) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1513733) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513733) stime: 0.23558199999999999
DEBUG    ya.test:process.py:263 Command (pid 1513733) utime: 0.559352
DEBUG    ya.test:process.py:263 Command (pid 1513733) wtime: 1.189
DEBUG    ya.test:process.py:275 Command (pid 1513733) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_2yurf28h.log --grpc-port=15264 --mon-port=21783 --ic-port=27689 --module=4
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9539
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11348
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13148
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21643
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1513937
DEBUG    ya.test:process.py:259 Command (pid 1513937) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1513937) elapsed time (sec): 1.0415809154510498
DEBUG    ya.test:process.py:263 Command (pid 1513937) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) maxrss: 481580
DEBUG    ya.test:process.py:263 Command (pid 1513937) minflt: 46009
DEBUG    ya.test:process.py:263 Command (pid 1513937) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) nivcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 1513937) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1513937) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1513937) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1513937) stime: 0.235618
DEBUG    ya.test:process.py:263 Command (pid 1513937) utime: 0.5509879999999999
DEBUG    ya.test:process.py:263 Command (pid 1513937) wtime: 1.056
DEBUG    ya.test:process.py:275 Command (pid 1513937) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_5np_r6ex.log --grpc-port=9539 --mon-port=11348 --ic-port=4394 --module=5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63123
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62279
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31720
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514199
DEBUG    ya.test:process.py:259 Command (pid 1514199) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514199) elapsed time (sec): 1.0024340152740479
DEBUG    ya.test:process.py:263 Command (pid 1514199) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) maxrss: 481528
DEBUG    ya.test:process.py:263 Command (pid 1514199) minflt: 45887
DEBUG    ya.test:process.py:263 Command (pid 1514199) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) nivcsw: 422
DEBUG    ya.test:process.py:263 Command (pid 1514199) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514199) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1514199) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514199) stime: 0.250282
DEBUG    ya.test:process.py:263 Command (pid 1514199) utime: 0.536002
DEBUG    ya.test:process.py:263 Command (pid 1514199) wtime: 1.02
DEBUG    ya.test:process.py:275 Command (pid 1514199) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_vp_0xg_8.log --grpc-port=64798 --mon-port=63123 --ic-port=4744 --module=6
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18819
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26485
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21761
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514365
DEBUG    ya.test:process.py:259 Command (pid 1514365) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514365) elapsed time (sec): 1.1256365776062012
DEBUG    ya.test:process.py:263 Command (pid 1514365) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) maxrss: 481660
DEBUG    ya.test:process.py:263 Command (pid 1514365) minflt: 45976
DEBUG    ya.test:process.py:263 Command (pid 1514365) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) nivcsw: 181
DEBUG    ya.test:process.py:263 Command (pid 1514365) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514365) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1514365) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514365) stime: 0.227768
DEBUG    ya.test:process.py:263 Command (pid 1514365) utime: 0.573745
DEBUG    ya.test:process.py:263 Command (pid 1514365) wtime: 1.137
DEBUG    ya.test:process.py:275 Command (pid 1514365) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_o9pu9pbj.log --grpc-port=18819 --mon-port=26485 --ic-port=15182 --module=7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6610
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21420
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7351
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514548
DEBUG    ya.test:process.py:259 Command (pid 1514548) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514548) elapsed time (sec): 1.415905475616455
DEBUG    ya.test:process.py:263 Command (pid 1514548) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) maxrss: 481380
DEBUG    ya.test:process.py:263 Command (pid 1514548) minflt: 45971
DEBUG    ya.test:process.py:263 Command (pid 1514548) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) nivcsw: 331
DEBUG    ya.test:process.py:263 Command (pid 1514548) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514548) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1514548) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514548) stime: 0.222415
DEBUG    ya.test:process.py:263 Command (pid 1514548) utime: 0.600835
DEBUG    ya.test:process.py:263 Command (pid 1514548) wtime: 1.432
DEBUG    ya.test:process.py:275 Command (pid 1514548) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_4sjlpnr9.log --grpc-port=6610 --mon-port=21420 --ic-port=12678 --module=8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:62275/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:62275/1, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1514853
DEBUG    ya.test:process.py:259 Command (pid 1514853) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1514853) elapsed time (sec): 1.2288973331451416
DEBUG    ya.test:process.py:263 Command (pid 1514853) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) maxrss: 481252
DEBUG    ya.test:process.py:263 Command (pid 1514853) minflt: 45917
DEBUG    ya.test:process.py:263 Command (pid 1514853) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 1514853) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1514853) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1514853) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1514853) stime: 0.268485
DEBUG    ya.test:process.py:263 Command (pid 1514853) utime: 0.5313479999999999
DEBUG    ya.test:process.py:263 Command (pid 1514853) wtime: 1.231
DEBUG    ya.test:process.py:275 Command (pid 1514853) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_x0bqxbky.log --grpc-port=62275 --mon-port=4071 --ic-port=1034 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_x0bqxbky.log', '--grpc-port=62275', '--mon-port=4071', '--ic-port=1034', '--module=1')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1515081
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:62275/1
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/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1515094
DEBUG    ya.test:process.py:259 Command (pid 1515094) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1515094) elapsed time (sec): 1.1825470924377441
DEBUG    ya.test:process.py:263 Command (pid 1515094) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) maxrss: 476268
DEBUG    ya.test:process.py:263 Command (pid 1515094) minflt: 45198
DEBUG    ya.test:process.py:263 Command (pid 1515094) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) nivcsw: 265
DEBUG    ya.test:process.py:263 Command (pid 1515094) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1515094) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1515094) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1515094) stime: 0.247392
DEBUG    ya.test:process.py:263 Command (pid 1515094) utime: 0.53542
DEBUG    ya.test:process.py:263 Command (pid 1515094) wtime: 1.185
DEBUG    ya.test:process.py:275 Command (pid 1515094) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:25028/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:25028/2, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1515446
DEBUG    ya.test:process.py:259 Command (pid 1515446) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1515446) elapsed time (sec): 1.1236231327056885
DEBUG    ya.test:process.py:263 Command (pid 1515446) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) maxrss: 481568
DEBUG    ya.test:process.py:263 Command (pid 1515446) minflt: 45996
DEBUG    ya.test:process.py:263 Command (pid 1515446) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) nivcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 1515446) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1515446) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1515446) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1515446) stime: 0.26532
DEBUG    ya.test:process.py:263 Command (pid 1515446) utime: 0.556442
DEBUG    ya.test:process.py:263 Command (pid 1515446) wtime: 1.127
DEBUG    ya.test:process.py:275 Command (pid 1515446) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_59sdo_j5.log --grpc-port=25028 --mon-port=18026 --ic-port=12477 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_59sdo_j5.log', '--grpc-port=25028', '--mon-port=18026', '--ic-port=12477', '--module=2')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1515734
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25028/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/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1515736
DEBUG    ya.test:process.py:259 Command (pid 1515736) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1515736) elapsed time (sec): 1.579702615737915
DEBUG    ya.test:process.py:263 Command (pid 1515736) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) maxrss: 476396
DEBUG    ya.test:process.py:263 Command (pid 1515736) minflt: 45196
DEBUG    ya.test:process.py:263 Command (pid 1515736) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1515736) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1515736) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1515736) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1515736) stime: 0.225525
DEBUG    ya.test:process.py:263 Command (pid 1515736) utime: 0.549321
DEBUG    ya.test:process.py:263 Command (pid 1515736) wtime: 1.582
DEBUG    ya.test:process.py:275 Command (pid 1515736) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:15139/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:15139/3, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516026
DEBUG    ya.test:process.py:259 Command (pid 1516026) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516026) elapsed time (sec): 1.1772451400756836
DEBUG    ya.test:process.py:263 Command (pid 1516026) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) maxrss: 481868
DEBUG    ya.test:process.py:263 Command (pid 1516026) minflt: 46016
DEBUG    ya.test:process.py:263 Command (pid 1516026) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1516026) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516026) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1516026) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1516026) stime: 0.24396199999999998
DEBUG    ya.test:process.py:263 Command (pid 1516026) utime: 0.578427
DEBUG    ya.test:process.py:263 Command (pid 1516026) wtime: 1.196
DEBUG    ya.test:process.py:275 Command (pid 1516026) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_mv2gpu4u.log --grpc-port=15139 --mon-port=14724 --ic-port=26373 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_mv2gpu4u.log', '--grpc-port=15139', '--mon-port=14724', '--ic-port=26373', '--module=3')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1516310
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15139/3
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/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516316
DEBUG    ya.test:process.py:259 Command (pid 1516316) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516316) elapsed time (sec): 1.190495491027832
DEBUG    ya.test:process.py:263 Command (pid 1516316) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) maxrss: 475952
DEBUG    ya.test:process.py:263 Command (pid 1516316) minflt: 45059
DEBUG    ya.test:process.py:263 Command (pid 1516316) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1516316) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516316) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1516316) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1516316) stime: 0.226733
DEBUG    ya.test:process.py:263 Command (pid 1516316) utime: 0.55642
DEBUG    ya.test:process.py:263 Command (pid 1516316) wtime: 1.2
DEBUG    ya.test:process.py:275 Command (pid 1516316) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:15264/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:15264/4, disk_size 68719476736
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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516708
DEBUG    ya.test:process.py:259 Command (pid 1516708) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516708) elapsed time (sec): 1.2226686477661133
DEBUG    ya.test:process.py:263 Command (pid 1516708) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) maxrss: 481384
DEBUG    ya.test:process.py:263 Command (pid 1516708) minflt: 45932
DEBUG    ya.test:process.py:263 Command (pid 1516708) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) nivcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 1516708) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516708) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1516708) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1516708) stime: 0.261592
DEBUG    ya.test:process.py:263 Command (pid 1516708) utime: 0.5302859999999999
DEBUG    ya.test:process.py:263 Command (pid 1516708) wtime: 1.232
DEBUG    ya.test:process.py:275 Command (pid 1516708) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_2yurf28h.log --grpc-port=15264 --mon-port=21783 --ic-port=27689 --module=4
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_2yurf28h.log', '--grpc-port=15264', '--mon-port=21783', '--ic-port=27689', '--module=4')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1516984
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15264/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1516995
DEBUG    ya.test:process.py:259 Command (pid 1516995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1516995) elapsed time (sec): 0.9009137153625488
DEBUG    ya.test:process.py:263 Command (pid 1516995) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) maxrss: 476144
DEBUG    ya.test:process.py:263 Command (pid 1516995) minflt: 45206
DEBUG    ya.test:process.py:263 Command (pid 1516995) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 1516995) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1516995) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1516995) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1516995) stime: 0.210784
DEBUG    ya.test:process.py:263 Command (pid 1516995) utime: 0.528297
DEBUG    ya.test:process.py:263 Command (pid 1516995) wtime: 0.908
DEBUG    ya.test:process.py:275 Command (pid 1516995) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:9539/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:9539/5, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1517359
DEBUG    ya.test:process.py:259 Command (pid 1517359) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1517359) elapsed time (sec): 1.5103228092193604
DEBUG    ya.test:process.py:263 Command (pid 1517359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) maxrss: 481540
DEBUG    ya.test:process.py:263 Command (pid 1517359) minflt: 45972
DEBUG    ya.test:process.py:263 Command (pid 1517359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) nivcsw: 245
DEBUG    ya.test:process.py:263 Command (pid 1517359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1517359) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 1517359) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1517359) stime: 0.228733
DEBUG    ya.test:process.py:263 Command (pid 1517359) utime: 0.614439
DEBUG    ya.test:process.py:263 Command (pid 1517359) wtime: 1.52
DEBUG    ya.test:process.py:275 Command (pid 1517359) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_5np_r6ex.log --grpc-port=9539 --mon-port=11348 --ic-port=4394 --module=5
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_5np_r6ex.log', '--grpc-port=9539', '--mon-port=11348', '--ic-port=4394', '--module=5')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1517829
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9539/5
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1517846
DEBUG    ya.test:process.py:259 Command (pid 1517846) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1517846) elapsed time (sec): 0.9925744533538818
DEBUG    ya.test:process.py:263 Command (pid 1517846) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) maxrss: 477512
DEBUG    ya.test:process.py:263 Command (pid 1517846) minflt: 45142
DEBUG    ya.test:process.py:263 Command (pid 1517846) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 1517846) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1517846) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1517846) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1517846) stime: 0.212561
DEBUG    ya.test:process.py:263 Command (pid 1517846) utime: 0.550061
DEBUG    ya.test:process.py:263 Command (pid 1517846) wtime: 1.006
DEBUG    ya.test:process.py:275 Command (pid 1517846) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 5 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:64798/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:64798/6, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1518074
DEBUG    ya.test:process.py:259 Command (pid 1518074) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1518074) elapsed time (sec): 1.0716729164123535
DEBUG    ya.test:process.py:263 Command (pid 1518074) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) maxrss: 481620
DEBUG    ya.test:process.py:263 Command (pid 1518074) minflt: 45982
DEBUG    ya.test:process.py:263 Command (pid 1518074) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1518074) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1518074) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1518074) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1518074) stime: 0.234819
DEBUG    ya.test:process.py:263 Command (pid 1518074) utime: 0.5438029999999999
DEBUG    ya.test:process.py:263 Command (pid 1518074) wtime: 1.074
DEBUG    ya.test:process.py:275 Command (pid 1518074) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_vp_0xg_8.log --grpc-port=64798 --mon-port=63123 --ic-port=4744 --module=6
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_vp_0xg_8.log', '--grpc-port=64798', '--mon-port=63123', '--ic-port=4744', '--module=6')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1518340
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:64798/6
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1518359
DEBUG    ya.test:process.py:259 Command (pid 1518359) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1518359) elapsed time (sec): 1.207550287246704
DEBUG    ya.test:process.py:263 Command (pid 1518359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) maxrss: 480500
DEBUG    ya.test:process.py:263 Command (pid 1518359) minflt: 45205
DEBUG    ya.test:process.py:263 Command (pid 1518359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) nivcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 1518359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1518359) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1518359) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1518359) stime: 0.262111
DEBUG    ya.test:process.py:263 Command (pid 1518359) utime: 0.526976
DEBUG    ya.test:process.py:263 Command (pid 1518359) wtime: 1.229
DEBUG    ya.test:process.py:275 Command (pid 1518359) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 6 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:18819/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:18819/7, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1518660
DEBUG    ya.test:process.py:259 Command (pid 1518660) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1518660) elapsed time (sec): 1.24918794631958
DEBUG    ya.test:process.py:263 Command (pid 1518660) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) maxrss: 481668
DEBUG    ya.test:process.py:263 Command (pid 1518660) minflt: 45856
DEBUG    ya.test:process.py:263 Command (pid 1518660) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) nivcsw: 268
DEBUG    ya.test:process.py:263 Command (pid 1518660) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1518660) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 1518660) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1518660) stime: 0.258146
DEBUG    ya.test:process.py:263 Command (pid 1518660) utime: 0.516977
DEBUG    ya.test:process.py:263 Command (pid 1518660) wtime: 1.255
DEBUG    ya.test:process.py:275 Command (pid 1518660) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_o9pu9pbj.log --grpc-port=18819 --mon-port=26485 --ic-port=15182 --module=7
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_o9pu9pbj.log', '--grpc-port=18819', '--mon-port=26485', '--ic-port=15182', '--module=7')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1519133
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:18819/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1519160
DEBUG    ya.test:process.py:259 Command (pid 1519160) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1519160) elapsed time (sec): 1.3546082973480225
DEBUG    ya.test:process.py:263 Command (pid 1519160) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) maxrss: 484160
DEBUG    ya.test:process.py:263 Command (pid 1519160) minflt: 45188
DEBUG    ya.test:process.py:263 Command (pid 1519160) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) nivcsw: 567
DEBUG    ya.test:process.py:263 Command (pid 1519160) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1519160) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1519160) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1519160) stime: 0.268511
DEBUG    ya.test:process.py:263 Command (pid 1519160) utime: 0.534517
DEBUG    ya.test:process.py:263 Command (pid 1519160) wtime: 1.358
DEBUG    ya.test:process.py:275 Command (pid 1519160) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 7 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:6610/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:2:64 on node localhost:6610/8, disk_size 68719476736
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--help']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1519795
DEBUG    ya.test:process.py:259 Command (pid 1519795) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1519795) elapsed time (sec): 1.1938397884368896
DEBUG    ya.test:process.py:263 Command (pid 1519795) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) maxrss: 485288
DEBUG    ya.test:process.py:263 Command (pid 1519795) minflt: 45994
DEBUG    ya.test:process.py:263 Command (pid 1519795) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) nivcsw: 216
DEBUG    ya.test:process.py:263 Command (pid 1519795) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1519795) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1519795) oublock: 24
DEBUG    ya.test:process.py:263 Command (pid 1519795) stime: 0.252333
DEBUG    ya.test:process.py:263 Command (pid 1519795) utime: 0.551586
DEBUG    ya.test:process.py:263 Command (pid 1519795) wtime: 1.203
DEBUG    ya.test:process.py:275 Command (pid 1519795) output:
Usage: ydbd [global options...] server [options...]

Description: Execute YDB server

Global options:
  {-k|--token}, {-s|--server}, {-t|--time}, {-o|--progress}, --ca-file, --client-cert-file, --client-cert-key-file, --client-cert-key-password-file, {-f|--token-file}, --profile, --user, --password-file, --no-password
  To get full description of these options run 'ydbd --help'.

Options:
  {-h|--help}               Print usage, -hh for detailed help
  --breakpad-minidumps-path PATH
                            Path for minidumps generated by internal breakpad
  --breakpad-minidumps-script SCRIPT
                            Script for process minidumps generated by internal breakpad
  --cluster-name [STR]      which cluster this node belongs to (default: "unknown")
  --log-level [1-7]         default logging level (default: 4)
  --log-sampling-level [1-7]
                            sample logs equal to or above this level (default: 7)
  --log-sampling-rate [0,4294967295]
                            log only each Nth message with priority matching sampling level; 0 turns log sampling off (default: 0)
  --log-format [full|short|json]
                            log format to use; short skips the priority and timestamp (default: "full")
  --syslog                  send to syslog instead of stderr (default: 0)
  --syslog-service-tag NAME unique tag for syslog
  --log-file-name NAME      file name for log backend
  --tcp                     start tcp interconnect (default: 0)
  {-n|--node} [NUM|static]  Node ID or 'static' to auto-detect using naming file and ic-port.
  --node-broker ADDR        node broker address host:port
  --node-broker-port PORT   node broker port (hosts from naming file are used)
  --node-broker-use-tls PORT
                            use tls for node broker (hosts from naming file are used)
  --node-address ADDR       address for dynamic node
  --bridge-pile-name PILE   pile name for bridged mode
  --node-host NAME          hostname for dynamic node
  --node-resolve-host NAME  resolve hostname for dynamic node
  --node-domain NAME        domain for dynamic node to register in
  --ic-port NUM             interconnect port
  --sqs-port NUM            sqs port
  --tenant NAME             add binding for Local service to specified tenant, might be one of {'/<root>', '/<root>/<path_to_user>'}
  --mon-port [NUM]          Monitoring port
  --mon-address [ADDR]      Monitoring address
  --mon-cert [PATH]         Monitoring certificate (https)
  --mon-threads NUM         Monitoring http server threads
  --suppress-version-check  Suppress version compatibility checking via IC (default: 0)
  --grpc-port PORT          enable gRPC server on port
  --grpcs-port PORT         enable gRPC SSL server on port
  --grpc-public-host HOST   set public gRPC host for discovery
  --grpc-public-port PORT   set public gRPC port for discovery
  --grpcs-public-port PORT  set public gRPC SSL port for discovery
  --kafka-port [PORT]       enable kafka proxy to listen on port
  --pgwire-address ADDR     set host for listen postgres protocol
  --pgwire-port [PORT]      set port for listen postgres protocol
  --grpc-public-address-v4 ADDR
                            set public ipv4 address for discovery
  --grpc-public-address-v6 ADDR
                            set public ipv6 address for discovery
  --grpc-public-target-name-override HOST
                            set public hostname override for TLS in discovery
  {-r|--restarts-count-file} [PATH]
                            State for restarts monitoring counter,
                            use empty string to disable (default: "")
  --compile-inflight-limit [NUM]
                            Limit on parallel programs compilation
  --udf VAL                 Load shared library with UDF by given path
  --udfs-dir VAL            Load all shared libraries with UDFs found in given directory
  --node-kind NAME          Kind of the node (affects list of services activated allowed values are {'ydb', 'yq'} )
  --node-type NAME          Type of the node
  --cert PATH               Path to client certificate file (PEM) for interconnect
  --grpc-cert PATH          Path to client certificate file (PEM) for grpc
  --ic-cert PATH            Path to client certificate file (PEM) for interconnect
  --key PATH                Path to private key file (PEM) for interconnect
  --grpc-key PATH           Path to private key file (PEM) for grpc
  --ic-key PATH             Path to private key file (PEM) for interconnect
  --ca PATH                 Path to certificate authority file (PEM) for interconnect
  --grpc-ca PATH            Path to certificate authority file (PEM) for grpc
  --ic-ca PATH              Path to certificate authority file (PEM) for interconnect
  --data-center NAME        data center name (used to describe dynamic node location)
  --module NAME             module name (used to describe dynamic node location)
  --rack NAME               rack name (used to describe dynamic node location)
  --body NUM                body name (used to describe dynamic node location)
  --yaml-config [PATH]      Yaml config
  --config-dir PATH         Directory to store Yaml config
  --tiny-mode               Start in a tiny mode (default: 0)
  --workload NAME           Workload to be served by this node, allowed values are 'hybrid', 'analytical', 'operational'
  --seed-nodes PATH         Path to seed nodes configuration file
  --mbus                    Start MessageBus proxy (default: 0)
  --mbus-port PORT          MessageBus proxy port
  --mbus-trace-path PATH    Path for trace files
  --proxy ADDR              Bind to proxy(-ies)
  --mbus-total-timeout MILLISECONDS default: 300000
  --mbus-connect-timeout MILLISECONDS default: 15000
  --mbus-send-timeout MILLISECONDS default: 0
  --mbus-send-threshold BYTES default: 10240
  --mbus-max-in-flight COUNT default: 16508249
  --mbus-max-in-flight-by-size BYTES default: 16904447590
  --mbus-per-con-max-in-flight COUNT default: 0
  --mbus-per-con-max-in-flight-by-size BYTES default: 0
  --mbus-default-buffer-size BYTES default: 10240
  --mbus-max-buffer-size BYTES default: 1048576
  --mbus-max-message-size BYTES default: 27262976
  --mbus-socket-recv-buffer-size BYTES default: 0
  --mbus-socket-send-buffer-size BYTES default: 0
  --mbus-socket-tos [0x00, 0xFF] 
  --mbus-tcp-cork BOOL      default: 0
  --mbus-cork SECONDS       default: 0
  --mbus-on-message-in-pool BOOL default: 1
  --mbus-on-reply-in-pool BOOL default: 1
  --mbus-worker-count COUNT default: 16
  --label KEY=VALUE         labels for this node
  --alloc-file [PATH]       Allocator config file
  --audit-file [PATH]       File with audit config
  --auth-file [PATH]        authorization configuration
  --auth-token-file [PATH]  authorization token configuration
  --bootstrap-file [PATH]   Bootstrap config file
  --bs-file [PATH]          blobstorage config file
  --channels-file [PATH]    tablet channel profile config file
  --cms-file [PATH]         CMS config file
  --domains-file [PATH]     domain config file
  --drivemodel-file [PATH]  drive model config file
  --dyn-nodes-file [PATH]   Dynamic nodes config file
  --feature-flags-file [PATH]
                            File with feature flags to turn new features on/off
  --fq-file [PATH]          Federated Query config file
  --grpc-file [PATH]        gRPC config file
  --http-proxy-file [PATH]  Http proxy config file
  --ic-file [PATH]          interconnect config file
  --incrhuge-file [PATH]    incremental huge blob keeper config file
  --key-file [PATH]         tenant encryption key configuration
  --kqp-file [PATH]         Kikimr Query Processor config file
  --log-file [PATH]         log config file
  --memorylog-file [PATH]   set buffer size for memory log
  --metering-file [PATH]    File with metering config
  --naming-file [PATH]      static nameservice config file
  --netclassifier-file [PATH]
                            NetClassifier config file
  --pdisk-key-file [PATH]   pdisk encryption key configuration
  --pq-file [PATH]          PersQueue config file
  --pqcd-file [PATH]        PersQueue cluster discovery config file
  --public-http-file [PATH] Public HTTP config file
  --rb-file [PATH]          File with resource broker customizations
  --sqs-file [PATH]         SQS config file
  --sys-file [PATH]         actor system config file (use dummy config by default)
  --vdisk-file [PATH]       vdisk kind config file

Free args: min: 0, max: unlimited
  PATH  path to protobuf file; files are merged in order in which they are enlisted

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_4sjlpnr9.log --grpc-port=6610 --mon-port=21420 --ic-port=12678 --module=8
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_4sjlpnr9.log', '--grpc-port=6610', '--mon-port=21420', '--ic-port=12678', '--module=8')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1520327
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:6610/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1520332
DEBUG    ya.test:process.py:259 Command (pid 1520332) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1520332) elapsed time (sec): 1.4868640899658203
DEBUG    ya.test:process.py:263 Command (pid 1520332) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) maxrss: 487056
DEBUG    ya.test:process.py:263 Command (pid 1520332) minflt: 45242
DEBUG    ya.test:process.py:263 Command (pid 1520332) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) nivcsw: 263
DEBUG    ya.test:process.py:263 Command (pid 1520332) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1520332) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1520332) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1520332) stime: 0.197107
DEBUG    ya.test:process.py:263 Command (pid 1520332) utime: 0.588761
DEBUG    ya.test:process.py:263 Command (pid 1520332) wtime: 1.501
DEBUG    ya.test:process.py:275 Command (pid 1520332) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 8 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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: 1034\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12477\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26373\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27689\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4394\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4744\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15182\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12678\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.23
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.23
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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: 1034\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12477\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 26373\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27689\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4394\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4744\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 15182\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12678\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1522503
DEBUG    ya.test:process.py:259 Command (pid 1522503) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1522503) elapsed time (sec): 1.3238904476165771
DEBUG    ya.test:process.py:263 Command (pid 1522503) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1522503) minflt: 51580
DEBUG    ya.test:process.py:263 Command (pid 1522503) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) nivcsw: 285
DEBUG    ya.test:process.py:263 Command (pid 1522503) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1522503) nvcsw: 595
DEBUG    ya.test:process.py:263 Command (pid 1522503) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1522503) stime: 0.29722499999999996
DEBUG    ya.test:process.py:263 Command (pid 1522503) utime: 0.635888
DEBUG    ya.test:process.py:263 Command (pid 1522503) wtime: 1.347
DEBUG    ya.test:process.py:275 Command (pid 1522503) 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 1522503) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:415 Executing command = ['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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.24
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.24
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:62275', '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: 1523282
DEBUG    ya.test:process.py:259 Command (pid 1523282) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523282) elapsed time (sec): 1.4801304340362549
DEBUG    ya.test:process.py:263 Command (pid 1523282) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1523282) minflt: 51403
DEBUG    ya.test:process.py:263 Command (pid 1523282) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) nivcsw: 340
DEBUG    ya.test:process.py:263 Command (pid 1523282) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523282) nvcsw: 568
DEBUG    ya.test:process.py:263 Command (pid 1523282) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523282) stime: 0.302247
DEBUG    ya.test:process.py:263 Command (pid 1523282) utime: 0.6100209999999999
DEBUG    ya.test:process.py:263 Command (pid 1523282) wtime: 1.481
DEBUG    ya.test:process.py:275 Command (pid 1523282) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:529 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:536 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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9655
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21509
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10521
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28815
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16703
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13675
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7120
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16143
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18603
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log', '--grpc-port=9655', '--mon-port=21509', '--ic-port=10521', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1524380
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9655/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.25
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.25
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524384
DEBUG    ya.test:process.py:259 Command (pid 1524384) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524384) elapsed time (sec): 1.387061595916748
DEBUG    ya.test:process.py:263 Command (pid 1524384) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1524384) minflt: 45194
DEBUG    ya.test:process.py:263 Command (pid 1524384) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) nivcsw: 406
DEBUG    ya.test:process.py:263 Command (pid 1524384) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524384) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1524384) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524384) stime: 0.253978
DEBUG    ya.test:process.py:263 Command (pid 1524384) utime: 0.544624
DEBUG    ya.test:process.py:263 Command (pid 1524384) wtime: 1.403
DEBUG    ya.test:process.py:275 Command (pid 1524384) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log', '--grpc-port=13675', '--mon-port=13816', '--ic-port=7120', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1524718
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13675/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.26
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.26
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524720
DEBUG    ya.test:process.py:259 Command (pid 1524720) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524720) elapsed time (sec): 1.049286127090454
DEBUG    ya.test:process.py:263 Command (pid 1524720) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1524720) minflt: 45154
DEBUG    ya.test:process.py:263 Command (pid 1524720) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) nivcsw: 340
DEBUG    ya.test:process.py:263 Command (pid 1524720) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524720) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1524720) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524720) stime: 0.230146
DEBUG    ya.test:process.py:263 Command (pid 1524720) utime: 0.573765
DEBUG    ya.test:process.py:263 Command (pid 1524720) wtime: 1.053
DEBUG    ya.test:process.py:275 Command (pid 1524720) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24277
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27060
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11023
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10237
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log --grpc-port=13247 --mon-port=24277 --ic-port=27060 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19376
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24775
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14949
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27271
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log --grpc-port=25172 --mon-port=19376 --ic-port=24775 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log --grpc-port=13247 --mon-port=24277 --ic-port=27060 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log', '--grpc-port=13247', '--mon-port=24277', '--ic-port=27060', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1525182
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13247/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.27
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.27
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1525191
DEBUG    ya.test:process.py:259 Command (pid 1525191) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1525191) elapsed time (sec): 1.5534265041351318
DEBUG    ya.test:process.py:263 Command (pid 1525191) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1525191) minflt: 45198
DEBUG    ya.test:process.py:263 Command (pid 1525191) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) nivcsw: 229
DEBUG    ya.test:process.py:263 Command (pid 1525191) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1525191) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1525191) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1525191) stime: 0.244563
DEBUG    ya.test:process.py:263 Command (pid 1525191) utime: 0.511454
DEBUG    ya.test:process.py:263 Command (pid 1525191) wtime: 1.557
DEBUG    ya.test:process.py:275 Command (pid 1525191) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log --grpc-port=25172 --mon-port=19376 --ic-port=24775 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log', '--grpc-port=25172', '--mon-port=19376', '--ic-port=24775', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1525647
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25172/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.28
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.28
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1525663
DEBUG    ya.test:process.py:259 Command (pid 1525663) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1525663) elapsed time (sec): 1.6335344314575195
DEBUG    ya.test:process.py:263 Command (pid 1525663) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1525663) minflt: 45192
DEBUG    ya.test:process.py:263 Command (pid 1525663) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) nivcsw: 275
DEBUG    ya.test:process.py:263 Command (pid 1525663) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1525663) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1525663) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1525663) stime: 0.260038
DEBUG    ya.test:process.py:263 Command (pid 1525663) utime: 0.5402089999999999
DEBUG    ya.test:process.py:263 Command (pid 1525663) wtime: 1.648
DEBUG    ya.test:process.py:275 Command (pid 1525663) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c0594921-baac-4bca-ac47-847f2ea5a613, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c0594921-baac-4bca-ac47-847f2ea5a613, localhost:62275): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c0594921-baac-4bca-ac47-847f2ea5a613, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 9655 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50000 } endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13675 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50001 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test_simple_encryption_0: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-gnft54blbu.auto.internal:13675, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:9655, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ac72f70e-52d1-47e8-96ee-a8d0a992e7eb, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ac72f70e-52d1-47e8-96ee-a8d0a992e7eb, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ac72f70e-52d1-47e8-96ee-a8d0a992e7eb, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 25172 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" node_id: 50003 } endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal:13247, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
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 0x7bdbd26612b0 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 0x7bdbd2660070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2660070>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=OTE0YTc5NjItODgzNmZlNDctYjQzMmEzYWMtNjkyYTdjM2I=" } } } }
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 4dd4ea24-a11f-4af5-a5fa-3974c043e84c, ghrun-gnft54blbu.auto.internal:13675): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2660070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd2660070>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 7e0ef3d4-c162-4c33-bf9b-caa07d693f9a, ghrun-gnft54blbu.auto.internal:13675): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 7e0ef3d4-c162-4c33-bf9b-caa07d693f9a, ghrun-gnft54blbu.auto.internal:13675): request = { session_id: "ydb://session/3?node_id=50001&id=OTE0YTc5NjItODgzNmZlNDctYjQzMmEzYWMtNjkyYTdjM2I=" 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, 7e0ef3d4-c162-4c33-bf9b-caa07d693f9a, ghrun-gnft54blbu.auto.internal:13675): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2660070>
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 0x7bdbd2599170 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 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, c11fc34e-52da-42af-aa02-7e1deca84f25, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 99678f4e-0a61-4d4f-8ced-64d37427fb9d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 99678f4e-0a61-4d4f-8ced-64d37427fb9d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" 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, 99678f4e-0a61-4d4f-8ced-64d37427fb9d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 3d518f15-5d96-43d0-9494-cb30e890dd30, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 3d518f15-5d96-43d0-9494-cb30e890dd30, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" 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 0x7bdbd26253f0 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 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 1034
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 1034
      NodeId: 1
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 28

DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 1034 SectorMap:1:64
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 08cc7e10-1535-44a9-808e-4b1c0925d7f5, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 19ef7ce5-0326-44f3-b1e4-3267760aca3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 19ef7ce5-0326-44f3-b1e4-3267760aca3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1002
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:1:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:2:64"
    }
  }
  Success: true
  ConfigTxSeqNo: 29
}

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

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

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

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 19ef7ce5-0326-44f3-b1e4-3267760aca3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=59474ac-54d2a269-3f316519-67d04483" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181ef562-be72-41bf-a8b3-217719e61ccf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181ef562-be72-41bf-a8b3-217719e61ccf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1833079088218503952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952183307908821850395218330790882185039521833079088218503952" } } } 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, 3d518f15-5d96-43d0-9494-cb30e890dd30, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=21b8942b-31cc54f9-43fa5afe-32db4ed5" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d111101a-d1e2-4939-b1d6-160ac15a0afd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d111101a-d1e2-4939-b1d6-160ac15a0afd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1555970898012379066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066155597089801237906615559708980123790661555970898012379066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181ef562-be72-41bf-a8b3-217719e61ccf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96ee278-9b92-40e8-897b-a775e284bd24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96ee278-9b92-40e8-897b-a775e284bd24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1810903904763178839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839181090390476317883918109039047631788391810903904763178839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d111101a-d1e2-4939-b1d6-160ac15a0afd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96ee278-9b92-40e8-897b-a775e284bd24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0209e504-4491-4aa6-82ab-0eec35c5b444, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0209e504-4491-4aa6-82ab-0eec35c5b444, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2029610699403948948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948202961069940394894820296106994039489482029610699403948948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e5fcae-7a38-448a-85c6-5a2df52b3852, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e5fcae-7a38-448a-85c6-5a2df52b3852, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050495342857215535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535160504953428572155351605049534285721553516050495342857215535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0209e504-4491-4aa6-82ab-0eec35c5b444, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a5852ba-91bd-49e1-9242-a66cc0b9fe8e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a5852ba-91bd-49e1-9242-a66cc0b9fe8e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17203088419268533964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964172030884192685339641720308841926853396417203088419268533964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e5fcae-7a38-448a-85c6-5a2df52b3852, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b232b0ea-3514-4879-bc63-d687704cfc40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b232b0ea-3514-4879-bc63-d687704cfc40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9782501674185894289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289978250167418589428997825016741858942899782501674185894289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a5852ba-91bd-49e1-9242-a66cc0b9fe8e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60c4630f-ab3e-41a0-9bf6-793745550c06, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c4630f-ab3e-41a0-9bf6-793745550c06, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1633519077773111592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592163351907777311159216335190777731115921633519077773111592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b232b0ea-3514-4879-bc63-d687704cfc40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8f3fb2c-45c2-44cf-8656-90dae47a604f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f3fb2c-45c2-44cf-8656-90dae47a604f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13171458512683111805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805131714585126831118051317145851268311180513171458512683111805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c4630f-ab3e-41a0-9bf6-793745550c06, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f3fb2c-45c2-44cf-8656-90dae47a604f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdf8ecd-adf0-47ef-b7fa-dd402b921bf3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdf8ecd-adf0-47ef-b7fa-dd402b921bf3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2766957427887731112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112276695742788773111227669574278877311122766957427887731112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0774aa26-97c4-468c-9b34-bbfaadf8641c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0774aa26-97c4-468c-9b34-bbfaadf8641c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17752293681270927243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243177522936812709272431775229368127092724317752293681270927243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdf8ecd-adf0-47ef-b7fa-dd402b921bf3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e12e5d14-317a-4593-9b9a-54bde656479a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e12e5d14-317a-4593-9b9a-54bde656479a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076564397331507165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165140765643973315071651407656439733150716514076564397331507165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0774aa26-97c4-468c-9b34-bbfaadf8641c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68e02d23-088c-4353-9cb6-543545ec0603, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68e02d23-088c-4353-9cb6-543545ec0603, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6772944461728914883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883677294446172891488367729444617289148836772944461728914883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e12e5d14-317a-4593-9b9a-54bde656479a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa0f8ac8-db54-4490-93b4-e921dc502743, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0f8ac8-db54-4490-93b4-e921dc502743, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 226140285806452912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912226140285806452912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68e02d23-088c-4353-9cb6-543545ec0603, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0f8ac8-db54-4490-93b4-e921dc502743, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 113cef9b-18d2-4d91-841d-f93f5f2b9a22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b358a03-edd7-4f23-bd70-1dcf91ed3595, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b358a03-edd7-4f23-bd70-1dcf91ed3595, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 345258578633218945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945345258578633218945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113cef9b-18d2-4d91-841d-f93f5f2b9a22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597065704389212886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886115970657043892128861159706570438921288611597065704389212886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113cef9b-18d2-4d91-841d-f93f5f2b9a22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ddc511-474f-455f-a56e-cf5671c7f792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ddc511-474f-455f-a56e-cf5671c7f792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 564341880372965746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746564341880372965746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b358a03-edd7-4f23-bd70-1dcf91ed3595, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ddc511-474f-455f-a56e-cf5671c7f792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb62d0d-6318-4b29-97e0-b635057f6be8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb62d0d-6318-4b29-97e0-b635057f6be8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16916837699015575037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037169168376990155750371691683769901557503716916837699015575037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 387be41c-edcc-40aa-b9df-64d92c9c5124, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387be41c-edcc-40aa-b9df-64d92c9c5124, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12901080453117761389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389129010804531177613891290108045311776138912901080453117761389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387be41c-edcc-40aa-b9df-64d92c9c5124, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 175c9a0e-e493-4211-a754-6423fa913aa0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb62d0d-6318-4b29-97e0-b635057f6be8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c14faf92-6928-4f42-9799-d5f6f8737714, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14faf92-6928-4f42-9799-d5f6f8737714, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9975447968059786488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488997544796805978648899754479680597864889975447968059786488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175c9a0e-e493-4211-a754-6423fa913aa0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725948559441146186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186472594855944114618647259485594411461864725948559441146186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14faf92-6928-4f42-9799-d5f6f8737714, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568da2b3-2522-4c53-9ac4-8744c88ffddb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568da2b3-2522-4c53-9ac4-8744c88ffddb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1769260697186559001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001176926069718655900117692606971865590011769260697186559001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175c9a0e-e493-4211-a754-6423fa913aa0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c49035b5-3d6e-4c34-b4e6-f1296148628e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49035b5-3d6e-4c34-b4e6-f1296148628e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16814886916119760847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847168148869161197608471681488691611976084716814886916119760847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568da2b3-2522-4c53-9ac4-8744c88ffddb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ae2e69-e6e0-457c-9d92-f3a37e2bb104, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ae2e69-e6e0-457c-9d92-f3a37e2bb104, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3804656314966496247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247380465631496649624738046563149664962473804656314966496247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49035b5-3d6e-4c34-b4e6-f1296148628e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa8f03d-ffe6-4c03-ba00-117ec75ac966, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa8f03d-ffe6-4c03-ba00-117ec75ac966, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4924581913363845328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328492458191336384532849245819133638453284924581913363845328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ae2e69-e6e0-457c-9d92-f3a37e2bb104, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cbfbab9-ec00-4f57-83e3-295168bee237, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cbfbab9-ec00-4f57-83e3-295168bee237, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6693469666311907144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144669346966631190714466934696663119071446693469666311907144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa8f03d-ffe6-4c03-ba00-117ec75ac966, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4c8948d-44e1-4a0a-aaf6-93d875f02ecc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4c8948d-44e1-4a0a-aaf6-93d875f02ecc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405398119136729418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418184053981191367294181840539811913672941818405398119136729418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cbfbab9-ec00-4f57-83e3-295168bee237, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f480c8d0-8492-4ef7-8f2c-c8911a04f355, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f480c8d0-8492-4ef7-8f2c-c8911a04f355, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10168947190073345323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323101689471900733453231016894719007334532310168947190073345323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4c8948d-44e1-4a0a-aaf6-93d875f02ecc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125badc6-c9be-4d8a-b989-780ad72c3a1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125badc6-c9be-4d8a-b989-780ad72c3a1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789463846500801776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776378946384650080177637894638465008017763789463846500801776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f480c8d0-8492-4ef7-8f2c-c8911a04f355, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58060fba-ee9b-4c28-9b7e-fea9904a9c8a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58060fba-ee9b-4c28-9b7e-fea9904a9c8a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6522287447678762635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635652228744767876263565222874476787626356522287447678762635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125badc6-c9be-4d8a-b989-780ad72c3a1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c65828-fe24-4a41-9671-cf2bd44ca9db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58060fba-ee9b-4c28-9b7e-fea9904a9c8a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c65828-fe24-4a41-9671-cf2bd44ca9db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14737564572093203526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526147375645720932035261473756457209320352614737564572093203526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cd709d0-dcbb-4db9-a7ea-b8a96c8555ad, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd709d0-dcbb-4db9-a7ea-b8a96c8555ad, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4663842602813971075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075466384260281397107546638426028139710754663842602813971075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c65828-fe24-4a41-9671-cf2bd44ca9db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd709d0-dcbb-4db9-a7ea-b8a96c8555ad, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee07d24e-72c5-4369-80b1-cf22abda6c23, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee07d24e-72c5-4369-80b1-cf22abda6c23, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441514664032901555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555114415146640329015551144151466403290155511441514664032901555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1f8a28-4901-4ab1-b0e2-5c287e5b0c04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1f8a28-4901-4ab1-b0e2-5c287e5b0c04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421119393882070375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375242111939388207037524211193938820703752421119393882070375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee07d24e-72c5-4369-80b1-cf22abda6c23, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16d1f661-2f7a-402a-a97c-907dd33f07ec, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d1f661-2f7a-402a-a97c-907dd33f07ec, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14158937680502596183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183141589376805025961831415893768050259618314158937680502596183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1f8a28-4901-4ab1-b0e2-5c287e5b0c04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b0eec29-e53e-4e2a-8020-dc5587505a3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b0eec29-e53e-4e2a-8020-dc5587505a3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12299238419264107722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722122992384192641077221229923841926410772212299238419264107722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d1f661-2f7a-402a-a97c-907dd33f07ec, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a2f5fe-6c78-406e-bfa6-821199aec2a7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a2f5fe-6c78-406e-bfa6-821199aec2a7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4383833106178298048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048438383310617829804843838331061782980484383833106178298048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b0eec29-e53e-4e2a-8020-dc5587505a3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d743e38-4960-43b6-b5a6-f674c22ed440, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d743e38-4960-43b6-b5a6-f674c22ed440, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12443178676862350933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933124431786768623509331244317867686235093312443178676862350933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a2f5fe-6c78-406e-bfa6-821199aec2a7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f479aece-5d63-44cc-932e-363c259612a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d743e38-4960-43b6-b5a6-f674c22ed440, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa6e2542-82ed-4921-a4b9-577667b01152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6e2542-82ed-4921-a4b9-577667b01152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15243710927330222183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183152437109273302221831524371092733022218315243710927330222183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f479aece-5d63-44cc-932e-363c259612a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4630411748716657697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697463041174871665769746304117487166576974630411748716657697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6e2542-82ed-4921-a4b9-577667b01152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bb23982-7468-455a-8534-13920c1911b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb23982-7468-455a-8534-13920c1911b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416014518429980277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277164160145184299802771641601451842998027716416014518429980277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f479aece-5d63-44cc-932e-363c259612a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbe550bb-d28c-4162-aca4-d5d806d29238, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe550bb-d28c-4162-aca4-d5d806d29238, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17946696502951139373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373179466965029511393731794669650295113937317946696502951139373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb23982-7468-455a-8534-13920c1911b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0417093-0c63-4565-b89c-003beab84e14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0417093-0c63-4565-b89c-003beab84e14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13778619420185062675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675137786194201850626751377861942018506267513778619420185062675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe550bb-d28c-4162-aca4-d5d806d29238, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ae83ce-130b-457a-8c20-8e803ace5436, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ae83ce-130b-457a-8c20-8e803ace5436, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200906498099359648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648620090649809935964862009064980993596486200906498099359648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0417093-0c63-4565-b89c-003beab84e14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b2b598-fc1e-4037-a183-661dfa43397a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b2b598-fc1e-4037-a183-661dfa43397a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130618164976853279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279313061816497685327931306181649768532793130618164976853279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ae83ce-130b-457a-8c20-8e803ace5436, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291de13d-2aff-4aa0-b479-3e6428ef3dd0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291de13d-2aff-4aa0-b479-3e6428ef3dd0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9398903591217071021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021939890359121707102193989035912170710219398903591217071021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b2b598-fc1e-4037-a183-661dfa43397a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab565c8-5240-4aff-8005-ae1e862973fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab565c8-5240-4aff-8005-ae1e862973fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4194690231929971063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063419469023192997106341946902319299710634194690231929971063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291de13d-2aff-4aa0-b479-3e6428ef3dd0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b4c9c39-7d64-429a-a9c5-4390aa18a440, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab565c8-5240-4aff-8005-ae1e862973fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 683b53d8-fc2c-4b7f-8438-2293a267a2f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683b53d8-fc2c-4b7f-8438-2293a267a2f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7285796977021711555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555728579697702171155572857969770217115557285796977021711555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4c9c39-7d64-429a-a9c5-4390aa18a440, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2831074836863133418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418283107483686313341828310748368631334182831074836863133418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683b53d8-fc2c-4b7f-8438-2293a267a2f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328c5d42-dcbc-4e8a-a5b2-48af71380f31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328c5d42-dcbc-4e8a-a5b2-48af71380f31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 494025930865382717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717494025930865382717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4c9c39-7d64-429a-a9c5-4390aa18a440, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad0e02e-0af2-474f-81cc-56c3dd9f20b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad0e02e-0af2-474f-81cc-56c3dd9f20b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020387278516887367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367110203872785168873671102038727851688736711020387278516887367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328c5d42-dcbc-4e8a-a5b2-48af71380f31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4355117-6e3d-4c4f-8561-7ca6df0df17d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4355117-6e3d-4c4f-8561-7ca6df0df17d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6879330580814258865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865687933058081425886568793305808142588656879330580814258865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad0e02e-0af2-474f-81cc-56c3dd9f20b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1b19df2-4088-4e1b-8df2-7954031be95c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b19df2-4088-4e1b-8df2-7954031be95c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427707930790046952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952114277079307900469521142770793079004695211427707930790046952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4355117-6e3d-4c4f-8561-7ca6df0df17d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08fd9663-0d4f-4211-abf4-5cb90957a343, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fd9663-0d4f-4211-abf4-5cb90957a343, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11248903222463160348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348112489032224631603481124890322246316034811248903222463160348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b19df2-4088-4e1b-8df2-7954031be95c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8598b82c-9444-433e-af90-c0e33f039fd7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8598b82c-9444-433e-af90-c0e33f039fd7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608163772510963240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240160816377251096324016081637725109632401608163772510963240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fd9663-0d4f-4211-abf4-5cb90957a343, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fa4dfdb-4ba0-410e-8e3d-0538e8a96510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa4dfdb-4ba0-410e-8e3d-0538e8a96510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385829736982442522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522113858297369824425221138582973698244252211385829736982442522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8598b82c-9444-433e-af90-c0e33f039fd7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb086eed-172b-42a0-8239-2a23502283d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa4dfdb-4ba0-410e-8e3d-0538e8a96510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb086eed-172b-42a0-8239-2a23502283d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802151864117035120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120108021518641170351201080215186411703512010802151864117035120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df25da9c-9ac1-4797-ba77-0c65a55e979c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df25da9c-9ac1-4797-ba77-0c65a55e979c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1629133020202307034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034162913302020230703416291330202023070341629133020202307034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb086eed-172b-42a0-8239-2a23502283d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d5a395a-b2b9-456c-bab3-e94813aa066f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5a395a-b2b9-456c-bab3-e94813aa066f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3324785799406854044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044332478579940685404433247857994068540443324785799406854044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df25da9c-9ac1-4797-ba77-0c65a55e979c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb2a034-c4ff-4e7d-8a99-f04b519fa31e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb2a034-c4ff-4e7d-8a99-f04b519fa31e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9061193410795728738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738906119341079572873890611934107957287389061193410795728738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5a395a-b2b9-456c-bab3-e94813aa066f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6df434e3-8e54-4ce5-b375-204484eff2b2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df434e3-8e54-4ce5-b375-204484eff2b2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1568942718932201039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039156894271893220103915689427189322010391568942718932201039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdb2a034-c4ff-4e7d-8a99-f04b519fa31e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cae7a2f4-c5eb-47a3-9f03-0ffb2fdc9ace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae7a2f4-c5eb-47a3-9f03-0ffb2fdc9ace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730108373111395248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248107301083731113952481073010837311139524810730108373111395248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df434e3-8e54-4ce5-b375-204484eff2b2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823f9faa-f98f-428f-83d4-4adb9bb1b94b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823f9faa-f98f-428f-83d4-4adb9bb1b94b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14336579625538089644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644143365796255380896441433657962553808964414336579625538089644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae7a2f4-c5eb-47a3-9f03-0ffb2fdc9ace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06135f82-84f8-4213-9c6e-7433f22d3198, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06135f82-84f8-4213-9c6e-7433f22d3198, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3194400088766849057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057319440008876684905731944000887668490573194400088766849057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823f9faa-f98f-428f-83d4-4adb9bb1b94b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63c81577-050a-448a-8859-31602e6eab9b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63c81577-050a-448a-8859-31602e6eab9b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 478539036046633396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396478539036046633396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06135f82-84f8-4213-9c6e-7433f22d3198, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c15813f3-e988-4e5f-9c71-f037dfe11878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c15813f3-e988-4e5f-9c71-f037dfe11878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17698989743049902080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080176989897430499020801769898974304990208017698989743049902080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63c81577-050a-448a-8859-31602e6eab9b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda7d4ee-1341-48a0-b2b4-668ad4799414, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda7d4ee-1341-48a0-b2b4-668ad4799414, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519438424698788380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380551943842469878838055194384246987883805519438424698788380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c15813f3-e988-4e5f-9c71-f037dfe11878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6515a62-8b8b-4daf-965b-dffac8bc743c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6515a62-8b8b-4daf-965b-dffac8bc743c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13726512948249465191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191137265129482494651911372651294824946519113726512948249465191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda7d4ee-1341-48a0-b2b4-668ad4799414, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ead774-0586-44fb-9cc9-9f5cb97974e9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6515a62-8b8b-4daf-965b-dffac8bc743c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7f762ea-fa79-4b56-96b3-9b16e3f96db9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f762ea-fa79-4b56-96b3-9b16e3f96db9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16871394715102774115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115168713947151027741151687139471510277411516871394715102774115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ead774-0586-44fb-9cc9-9f5cb97974e9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12323103783728993856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856123231037837289938561232310378372899385612323103783728993856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f762ea-fa79-4b56-96b3-9b16e3f96db9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b0a9e3-f3bd-4029-b991-163749cdab69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ead774-0586-44fb-9cc9-9f5cb97974e9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0131c33b-171c-4f1d-a3e2-8cef08be5795, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0131c33b-171c-4f1d-a3e2-8cef08be5795, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101199390933400797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797181011993909334007971810119939093340079718101199390933400797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b0a9e3-f3bd-4029-b991-163749cdab69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2506016286150202836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836250601628615020283625060162861502028362506016286150202836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b0a9e3-f3bd-4029-b991-163749cdab69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9804ce7d-c11a-4ee0-b802-32c4cc1298e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9804ce7d-c11a-4ee0-b802-32c4cc1298e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092521164902594991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991140925211649025949911409252116490259499114092521164902594991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0131c33b-171c-4f1d-a3e2-8cef08be5795, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3c00bc-4eed-4c85-94fc-90243b4f997f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3c00bc-4eed-4c85-94fc-90243b4f997f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13721258574794948094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094137212585747949480941372125857479494809413721258574794948094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9804ce7d-c11a-4ee0-b802-32c4cc1298e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f9ac9c-5463-445f-a352-43750f4a6e3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f9ac9c-5463-445f-a352-43750f4a6e3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1867694395953126885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885186769439595312688518676943959531268851867694395953126885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3c00bc-4eed-4c85-94fc-90243b4f997f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aede77c8-3427-4f43-81c8-6c4dec49c871, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aede77c8-3427-4f43-81c8-6c4dec49c871, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093090513433452857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857209309051343345285720930905134334528572093090513433452857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f9ac9c-5463-445f-a352-43750f4a6e3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f348cba9-1772-4b71-80ff-ec3cc419f089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f348cba9-1772-4b71-80ff-ec3cc419f089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7956976008642309736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736795697600864230973679569760086423097367956976008642309736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f348cba9-1772-4b71-80ff-ec3cc419f089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41a4128-cdfa-409a-bbd6-867897f2d2d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41a4128-cdfa-409a-bbd6-867897f2d2d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10312083098322778011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011103120830983227780111031208309832277801110312083098322778011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aede77c8-3427-4f43-81c8-6c4dec49c871, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8deb20d8-17db-4c19-b301-e07aee3a5564, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8deb20d8-17db-4c19-b301-e07aee3a5564, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350770516136733170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170113507705161367331701135077051613673317011350770516136733170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41a4128-cdfa-409a-bbd6-867897f2d2d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 240fe63d-1eab-422a-837b-97d091815232, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240fe63d-1eab-422a-837b-97d091815232, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849584896844092658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658684958489684409265868495848968440926586849584896844092658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240fe63d-1eab-422a-837b-97d091815232, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8deb20d8-17db-4c19-b301-e07aee3a5564, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b88e13-dfb4-4985-9572-e8513e76ac9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fe5d291-285e-4b56-86f8-52004c693a6b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b88e13-dfb4-4985-9572-e8513e76ac9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1147361070465988294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294114736107046598829411473610704659882941147361070465988294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe5d291-285e-4b56-86f8-52004c693a6b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14962371296450939182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182149623712964509391821496237129645093918214962371296450939182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b88e13-dfb4-4985-9572-e8513e76ac9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1094e1-64ba-4649-bc37-d0c727f0021f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1094e1-64ba-4649-bc37-d0c727f0021f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15650956672452830009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009156509566724528300091565095667245283000915650956672452830009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe5d291-285e-4b56-86f8-52004c693a6b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c24e763c-8d9f-45de-b005-5f2a1e278246, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24e763c-8d9f-45de-b005-5f2a1e278246, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6688674519837650937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937668867451983765093766886745198376509376688674519837650937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1094e1-64ba-4649-bc37-d0c727f0021f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1177b154-e555-49a3-8cc7-df8d5e707662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1177b154-e555-49a3-8cc7-df8d5e707662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2357420100630226243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243235742010063022624323574201006302262432357420100630226243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24e763c-8d9f-45de-b005-5f2a1e278246, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed9db24b-e2c5-40f6-8ab4-d05b4e707762, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9db24b-e2c5-40f6-8ab4-d05b4e707762, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15751345259967873992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992157513452599678739921575134525996787399215751345259967873992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1177b154-e555-49a3-8cc7-df8d5e707662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9025a95e-8cb2-43ac-bb3e-3c724b835b01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9025a95e-8cb2-43ac-bb3e-3c724b835b01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12431079570987913854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854124310795709879138541243107957098791385412431079570987913854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9db24b-e2c5-40f6-8ab4-d05b4e707762, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9025a95e-8cb2-43ac-bb3e-3c724b835b01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48002033-a46d-4e17-901d-f7037f913d5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48002033-a46d-4e17-901d-f7037f913d5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558621408731754354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354155862140873175435415586214087317543541558621408731754354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bccc632a-4495-489f-84b6-1cc0e4864b06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bccc632a-4495-489f-84b6-1cc0e4864b06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2564072901322990896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896256407290132299089625640729013229908962564072901322990896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bccc632a-4495-489f-84b6-1cc0e4864b06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e37bb8-5c2f-43cb-b0e7-e8359fc4c88b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e37bb8-5c2f-43cb-b0e7-e8359fc4c88b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2599118447766022501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501259911844776602250125991184477660225012599118447766022501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48002033-a46d-4e17-901d-f7037f913d5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bcd8f0b-eaa0-4459-9dad-6c8a16546fc1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bcd8f0b-eaa0-4459-9dad-6c8a16546fc1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5988508460663780835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835598850846066378083559885084606637808355988508460663780835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e37bb8-5c2f-43cb-b0e7-e8359fc4c88b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaac3ea-be2f-4fb3-b66f-8109ed65f540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaac3ea-be2f-4fb3-b66f-8109ed65f540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 390916066029750539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539390916066029750539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bcd8f0b-eaa0-4459-9dad-6c8a16546fc1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff7cb59-5ffa-48c1-bcc6-66ff8a5c3ace, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff7cb59-5ffa-48c1-bcc6-66ff8a5c3ace, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13079587043762418388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388130795870437624183881307958704376241838813079587043762418388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaac3ea-be2f-4fb3-b66f-8109ed65f540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9019177a-8672-499d-92ba-12c60902912a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9019177a-8672-499d-92ba-12c60902912a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994698148896058944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944499469814889605894449946981488960589444994698148896058944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff7cb59-5ffa-48c1-bcc6-66ff8a5c3ace, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab3aba47-ff0d-4e13-8d9f-8adef505b9ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3aba47-ff0d-4e13-8d9f-8adef505b9ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16061050381762862981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981160610503817628629811606105038176286298116061050381762862981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9019177a-8672-499d-92ba-12c60902912a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a4415f6-f8b6-479b-a835-ce9453b19fe8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4415f6-f8b6-479b-a835-ce9453b19fe8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782726582243319725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725578272658224331972557827265822433197255782726582243319725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3aba47-ff0d-4e13-8d9f-8adef505b9ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf4c6b7-4a69-4f38-b97b-7652d1dcaab5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf4c6b7-4a69-4f38-b97b-7652d1dcaab5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14196639407800342537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537141966394078003425371419663940780034253714196639407800342537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf4c6b7-4a69-4f38-b97b-7652d1dcaab5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4415f6-f8b6-479b-a835-ce9453b19fe8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf85f20d-2805-4ffc-b6bb-3ba9446996b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf85f20d-2805-4ffc-b6bb-3ba9446996b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104248815227059726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726111042488152270597261110424881522705972611104248815227059726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742db8de-1d5b-42c4-b042-e2e3b60196ce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742db8de-1d5b-42c4-b042-e2e3b60196ce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6551602368010443550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550655160236801044355065516023680104435506551602368010443550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf85f20d-2805-4ffc-b6bb-3ba9446996b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60e496e7-63d9-4aaa-b527-6d3c2161ea14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e496e7-63d9-4aaa-b527-6d3c2161ea14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17655371899987604910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910176553718999876049101765537189998760491017655371899987604910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742db8de-1d5b-42c4-b042-e2e3b60196ce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2731c8c3-113f-43ed-b950-5dc3a1ab1118, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2731c8c3-113f-43ed-b950-5dc3a1ab1118, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9158893817221084515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515915889381722108451591588938172210845159158893817221084515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e496e7-63d9-4aaa-b527-6d3c2161ea14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fdd6a7b-359d-4991-8ece-ac3e03f8625d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fdd6a7b-359d-4991-8ece-ac3e03f8625d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16229493217530355455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455162294932175303554551622949321753035545516229493217530355455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2731c8c3-113f-43ed-b950-5dc3a1ab1118, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2e4770f-2900-4b34-9305-885e585f935a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fdd6a7b-359d-4991-8ece-ac3e03f8625d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e4770f-2900-4b34-9305-885e585f935a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10864647119676272693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693108646471196762726931086464711967627269310864647119676272693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc61131-d22a-4928-ab9e-5ae841e8f4ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc61131-d22a-4928-ab9e-5ae841e8f4ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708001169854992263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263107080011698549922631070800116985499226310708001169854992263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e4770f-2900-4b34-9305-885e585f935a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927f624a-2e97-43cc-8f8b-e6c4669f2f62, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927f624a-2e97-43cc-8f8b-e6c4669f2f62, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8188283622983067197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197818828362298306719781882836229830671978188283622983067197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc61131-d22a-4928-ab9e-5ae841e8f4ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3bd957-2fa0-4972-b405-e47739ed04f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3bd957-2fa0-4972-b405-e47739ed04f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3229553463554359968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968322955346355435996832295534635543599683229553463554359968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927f624a-2e97-43cc-8f8b-e6c4669f2f62, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3bd957-2fa0-4972-b405-e47739ed04f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc756e3-44a7-4993-81cd-50701443ddce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6559213-f98f-4311-b5ec-76330c3e7116, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc756e3-44a7-4993-81cd-50701443ddce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024706791970375071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071110247067919703750711102470679197037507111024706791970375071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6559213-f98f-4311-b5ec-76330c3e7116, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10941400883031658632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632109414008830316586321094140088303165863210941400883031658632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6559213-f98f-4311-b5ec-76330c3e7116, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82b3844d-ca60-4f70-99c8-fac40dd98638, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc756e3-44a7-4993-81cd-50701443ddce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a6f8b0a-37fe-44e3-9276-cde9d5d2210e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6f8b0a-37fe-44e3-9276-cde9d5d2210e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1767492925255211683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683176749292525521168317674929252552116831767492925255211683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82b3844d-ca60-4f70-99c8-fac40dd98638, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15395935309849338778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778153959353098493387781539593530984933877815395935309849338778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6f8b0a-37fe-44e3-9276-cde9d5d2210e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 628a5a1d-5e27-45eb-9078-494031653bc9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628a5a1d-5e27-45eb-9078-494031653bc9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3825767899102424507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507382576789910242450738257678991024245073825767899102424507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82b3844d-ca60-4f70-99c8-fac40dd98638, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f059270-1057-4d75-b8c5-03c13ae38d8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f059270-1057-4d75-b8c5-03c13ae38d8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16107232481762561036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036161072324817625610361610723248176256103616107232481762561036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628a5a1d-5e27-45eb-9078-494031653bc9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74c29bb7-9a9c-40a9-962f-105126b54daa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c29bb7-9a9c-40a9-962f-105126b54daa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369968420229339875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875103699684202293398751036996842022933987510369968420229339875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f059270-1057-4d75-b8c5-03c13ae38d8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffde1f72-38e1-4790-9a30-ce7fee490c75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c29bb7-9a9c-40a9-962f-105126b54daa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffde1f72-38e1-4790-9a30-ce7fee490c75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172968717125899175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175131729687171258991751317296871712589917513172968717125899175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c0afb2b-ed90-4de5-bc45-64d0cb04f236, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c0afb2b-ed90-4de5-bc45-64d0cb04f236, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11326633158804795580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580113266331588047955801132663315880479558011326633158804795580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffde1f72-38e1-4790-9a30-ce7fee490c75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2093cc8b-3544-45f7-a3f9-91e32f2d0851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2093cc8b-3544-45f7-a3f9-91e32f2d0851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17189143283653459035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035171891432836534590351718914328365345903517189143283653459035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c0afb2b-ed90-4de5-bc45-64d0cb04f236, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e6af5ea-221e-4e67-a1eb-ce167f9f208f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6af5ea-221e-4e67-a1eb-ce167f9f208f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321994291560319710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710173219942915603197101732199429156031971017321994291560319710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2093cc8b-3544-45f7-a3f9-91e32f2d0851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2211b7be-f046-442c-a0e8-2b1ea92c0d1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2211b7be-f046-442c-a0e8-2b1ea92c0d1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11451237969232161266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266114512379692321612661145123796923216126611451237969232161266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6af5ea-221e-4e67-a1eb-ce167f9f208f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d6e472e-276b-4353-bcd5-288ce31b61c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6e472e-276b-4353-bcd5-288ce31b61c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11903655020866261773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773119036550208662617731190365502086626177311903655020866261773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6e472e-276b-4353-bcd5-288ce31b61c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf572712-59e3-40ec-9fdb-121bdfb5b7ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf572712-59e3-40ec-9fdb-121bdfb5b7ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8430108183847899216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216843010818384789921684301081838478992168430108183847899216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2211b7be-f046-442c-a0e8-2b1ea92c0d1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08a4dd63-09ac-4cba-862a-b99dfd4062fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a4dd63-09ac-4cba-862a-b99dfd4062fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346760559584798271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271113467605595847982711134676055958479827111346760559584798271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf572712-59e3-40ec-9fdb-121bdfb5b7ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2867e582-75cc-4907-9c76-226e2ead378a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2867e582-75cc-4907-9c76-226e2ead378a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14039990871082549119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119140399908710825491191403999087108254911914039990871082549119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a4dd63-09ac-4cba-862a-b99dfd4062fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 547d79a4-a7ce-4685-993b-1ad43fa29f5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547d79a4-a7ce-4685-993b-1ad43fa29f5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656400174363065544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544126564001743630655441265640017436306554412656400174363065544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2867e582-75cc-4907-9c76-226e2ead378a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1778f02e-c508-4b00-b5fa-0b8ee745f45d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1778f02e-c508-4b00-b5fa-0b8ee745f45d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13333170858674676557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557133331708586746765571333317085867467655713333170858674676557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547d79a4-a7ce-4685-993b-1ad43fa29f5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3c78c77-298e-480f-a304-b8b5e32ac35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c78c77-298e-480f-a304-b8b5e32ac35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10261256065636393015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015102612560656363930151026125606563639301510261256065636393015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1778f02e-c508-4b00-b5fa-0b8ee745f45d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac14957c-448a-4923-bf82-4af5696c36bc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac14957c-448a-4923-bf82-4af5696c36bc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517631638578019646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646851763163857801964685176316385780196468517631638578019646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c78c77-298e-480f-a304-b8b5e32ac35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b38612c-10a5-4a1c-8f96-6f26a33086d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b38612c-10a5-4a1c-8f96-6f26a33086d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211539326631378273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273162115393266313782731621153932663137827316211539326631378273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac14957c-448a-4923-bf82-4af5696c36bc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc77eb94-b646-44e4-b589-b3ed8b8746ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc77eb94-b646-44e4-b589-b3ed8b8746ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11111732890797893435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435111117328907978934351111173289079789343511111732890797893435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b38612c-10a5-4a1c-8f96-6f26a33086d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ed0912-d051-4c05-a14a-d028bfab9c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ed0912-d051-4c05-a14a-d028bfab9c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6184715836257577606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606618471583625757760661847158362575776066184715836257577606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc77eb94-b646-44e4-b589-b3ed8b8746ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a333256-dbde-4647-9906-1ab9633cc179, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a333256-dbde-4647-9906-1ab9633cc179, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17111384329018259117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117171113843290182591171711138432901825911717111384329018259117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a333256-dbde-4647-9906-1ab9633cc179, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e39b10c1-9acc-4400-8748-f3315e4a8618, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e39b10c1-9acc-4400-8748-f3315e4a8618, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386225637924661594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594838622563792466159483862256379246615948386225637924661594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ed0912-d051-4c05-a14a-d028bfab9c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e3faca-610c-4892-8b0c-9400acd3d406, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e3faca-610c-4892-8b0c-9400acd3d406, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3708007871165104277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277370800787116510427737080078711651042773708007871165104277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e39b10c1-9acc-4400-8748-f3315e4a8618, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a1fe4cb-6aa7-48b1-b87e-bef689818981, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a1fe4cb-6aa7-48b1-b87e-bef689818981, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10050974466070344908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908100509744660703449081005097446607034490810050974466070344908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e3faca-610c-4892-8b0c-9400acd3d406, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f60a9131-7e28-48e5-b318-6d17cd65738e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60a9131-7e28-48e5-b318-6d17cd65738e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596952467197798550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550145969524671977985501459695246719779855014596952467197798550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a1fe4cb-6aa7-48b1-b87e-bef689818981, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a71d71-462d-42ec-ada7-a950fd2e4274, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a71d71-462d-42ec-ada7-a950fd2e4274, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179300382955067838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838101793003829550678381017930038295506783810179300382955067838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60a9131-7e28-48e5-b318-6d17cd65738e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4592004d-1af5-4d1d-b6ed-f5565e8567d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4592004d-1af5-4d1d-b6ed-f5565e8567d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4785158545288399793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793478515854528839979347851585452883997934785158545288399793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a71d71-462d-42ec-ada7-a950fd2e4274, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f13df5f-36fc-4dcd-b38b-c493a37b9780, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f13df5f-36fc-4dcd-b38b-c493a37b9780, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8653050069670608961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961865305006967060896186530500696706089618653050069670608961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4592004d-1af5-4d1d-b6ed-f5565e8567d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2413cf84-0666-4c9d-bb18-81c19a698b8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2413cf84-0666-4c9d-bb18-81c19a698b8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2048841147455916765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765204884114745591676520488411474559167652048841147455916765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f13df5f-36fc-4dcd-b38b-c493a37b9780, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a96a42-70b9-4992-a259-a99bfb373d74, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a96a42-70b9-4992-a259-a99bfb373d74, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17872910274941817393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393178729102749418173931787291027494181739317872910274941817393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2413cf84-0666-4c9d-bb18-81c19a698b8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50aa9e7-ee50-4dfa-b007-3f95dc777878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a96a42-70b9-4992-a259-a99bfb373d74, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50aa9e7-ee50-4dfa-b007-3f95dc777878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18038389841127080596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596180383898411270805961803838984112708059618038389841127080596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75cd6042-ccb9-456f-8b34-fc45f0bd1003, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50aa9e7-ee50-4dfa-b007-3f95dc777878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75cd6042-ccb9-456f-8b34-fc45f0bd1003, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6903616150017067128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128690361615001706712869036161500170671286903616150017067128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b001dc32-c8f8-4a7c-85bc-fc907c03fe9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b001dc32-c8f8-4a7c-85bc-fc907c03fe9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964316810507197951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951296431681050719795129643168105071979512964316810507197951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b001dc32-c8f8-4a7c-85bc-fc907c03fe9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1629813-f7a7-4163-9d4c-707ce575275d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1629813-f7a7-4163-9d4c-707ce575275d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2363573089767954196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196236357308976795419623635730897679541962363573089767954196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1629813-f7a7-4163-9d4c-707ce575275d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f51d25-5dd1-4889-9d5e-2387f19dc569, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f51d25-5dd1-4889-9d5e-2387f19dc569, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241337126596139675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675102413371265961396751024133712659613967510241337126596139675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75cd6042-ccb9-456f-8b34-fc45f0bd1003, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aa9949d-989c-4066-9fb0-32da1673f9cc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f51d25-5dd1-4889-9d5e-2387f19dc569, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa9949d-989c-4066-9fb0-32da1673f9cc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17546209640723334301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301175462096407233343011754620964072333430117546209640723334301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa463495-07ed-4ce9-a062-cb879af61624, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa463495-07ed-4ce9-a062-cb879af61624, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984580694321490375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375179845806943214903751798458069432149037517984580694321490375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa9949d-989c-4066-9fb0-32da1673f9cc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4e58c21-248c-4cfd-812e-55c7c776c84f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e58c21-248c-4cfd-812e-55c7c776c84f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13474606983468177340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340134746069834681773401347460698346817734013474606983468177340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa463495-07ed-4ce9-a062-cb879af61624, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85daf95-8e07-4034-8037-5d722a6e7459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85daf95-8e07-4034-8037-5d722a6e7459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12595062989791657498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498125950629897916574981259506298979165749812595062989791657498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e58c21-248c-4cfd-812e-55c7c776c84f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3184423a-a23b-4e74-bc66-19eee8dea75e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3184423a-a23b-4e74-bc66-19eee8dea75e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489066465892479838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838144890664658924798381448906646589247983814489066465892479838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85daf95-8e07-4034-8037-5d722a6e7459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3184423a-a23b-4e74-bc66-19eee8dea75e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a479be8-5c5e-41ef-84b6-af44aadbe5f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a479be8-5c5e-41ef-84b6-af44aadbe5f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16994902745037232745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745169949027450372327451699490274503723274516994902745037232745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7747f9a6-e40d-4e4d-82cf-4a018dd48451, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7747f9a6-e40d-4e4d-82cf-4a018dd48451, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14557375327594239991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991145573753275942399911455737532759423999114557375327594239991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7747f9a6-e40d-4e4d-82cf-4a018dd48451, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69370d20-c30e-4071-9f89-11693a26660b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69370d20-c30e-4071-9f89-11693a26660b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062897438379296247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247406289743837929624740628974383792962474062897438379296247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a479be8-5c5e-41ef-84b6-af44aadbe5f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 931a357a-3024-4f48-898b-d0741c59faa7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931a357a-3024-4f48-898b-d0741c59faa7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036270076640422712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712503627007664042271250362700766404227125036270076640422712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69370d20-c30e-4071-9f89-11693a26660b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2586bd77-8da4-44e0-908d-07c4eb36e222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2586bd77-8da4-44e0-908d-07c4eb36e222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033665767917670782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782203366576791767078220336657679176707822033665767917670782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931a357a-3024-4f48-898b-d0741c59faa7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2586bd77-8da4-44e0-908d-07c4eb36e222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba72a1ae-70ae-4fe7-a6be-559c7399cc38, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64db49b0-240d-429f-9629-9a362c0ccd5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba72a1ae-70ae-4fe7-a6be-559c7399cc38, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5822982637175903650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650582298263717590365058229826371759036505822982637175903650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64db49b0-240d-429f-9629-9a362c0ccd5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085800728357847819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819208580072835784781920858007283578478192085800728357847819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64db49b0-240d-429f-9629-9a362c0ccd5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20040b0-be60-4ba5-8e5b-03b0c873c4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba72a1ae-70ae-4fe7-a6be-559c7399cc38, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20040b0-be60-4ba5-8e5b-03b0c873c4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16752411854971203413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413167524118549712034131675241185497120341316752411854971203413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c5fb06d-b000-4fa1-b86a-bbe5c8bc4419, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5fb06d-b000-4fa1-b86a-bbe5c8bc4419, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510458719320504668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668510458719320504668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20040b0-be60-4ba5-8e5b-03b0c873c4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0da81cc7-a792-4f1b-a23b-613f3e3bc15f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5fb06d-b000-4fa1-b86a-bbe5c8bc4419, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0da81cc7-a792-4f1b-a23b-613f3e3bc15f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3367435774192774855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855336743577419277485533674357741927748553367435774192774855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 572cfe68-224f-4295-9939-f660991e999f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572cfe68-224f-4295-9939-f660991e999f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151953319711404728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728151953319711404728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0da81cc7-a792-4f1b-a23b-613f3e3bc15f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f098e6-70ad-4d84-80f4-62f522ad619e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572cfe68-224f-4295-9939-f660991e999f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f098e6-70ad-4d84-80f4-62f522ad619e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291569505624437733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733829156950562443773382915695056244377338291569505624437733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7970813-55ca-44e8-8c0b-e6592f1241e9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7970813-55ca-44e8-8c0b-e6592f1241e9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594931842977110292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292115949318429771102921159493184297711029211594931842977110292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7970813-55ca-44e8-8c0b-e6592f1241e9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e975ab6-8c82-4081-ba33-7ec023590e57, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e975ab6-8c82-4081-ba33-7ec023590e57, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369226823299383206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206836922682329938320683692268232993832068369226823299383206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f098e6-70ad-4d84-80f4-62f522ad619e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cedbd5cb-1168-4932-883d-f609bf36285b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cedbd5cb-1168-4932-883d-f609bf36285b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4062815936111136281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281406281593611113628140628159361111362814062815936111136281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cedbd5cb-1168-4932-883d-f609bf36285b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e975ab6-8c82-4081-ba33-7ec023590e57, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6124ff26-a264-427d-b465-5c235a3a0015, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6124ff26-a264-427d-b465-5c235a3a0015, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10401971353147213144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144104019713531472131441040197135314721314410401971353147213144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfd44e96-7945-4298-80b3-ee549dca6834, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd44e96-7945-4298-80b3-ee549dca6834, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6689526275060678224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224668952627506067822466895262750606782246689526275060678224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd44e96-7945-4298-80b3-ee549dca6834, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963ba86a-f91a-4721-ba9c-aaf6c72c9b24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963ba86a-f91a-4721-ba9c-aaf6c72c9b24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5003906122348076555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555500390612234807655550039061223480765555003906122348076555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6124ff26-a264-427d-b465-5c235a3a0015, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b789f2ec-7e4a-4ca1-82c0-c645e956f373, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b789f2ec-7e4a-4ca1-82c0-c645e956f373, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12637770631296238419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419126377706312962384191263777063129623841912637770631296238419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963ba86a-f91a-4721-ba9c-aaf6c72c9b24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 517ad275-c76a-4b14-a73c-21dcb8966e76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517ad275-c76a-4b14-a73c-21dcb8966e76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555649793829879528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528175556497938298795281755564979382987952817555649793829879528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517ad275-c76a-4b14-a73c-21dcb8966e76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b789f2ec-7e4a-4ca1-82c0-c645e956f373, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91b6f34-7f23-4f9c-a390-322b592c0cfd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91b6f34-7f23-4f9c-a390-322b592c0cfd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9913203904708320662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662991320390470832066299132039047083206629913203904708320662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3df9c6bd-6aea-47f9-9060-0895482ee4b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df9c6bd-6aea-47f9-9060-0895482ee4b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12474241449280840545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545124742414492808405451247424144928084054512474241449280840545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df9c6bd-6aea-47f9-9060-0895482ee4b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 462c86c5-7685-4859-8f56-aa408eaafbde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462c86c5-7685-4859-8f56-aa408eaafbde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9118038215163234451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451911803821516323445191180382151632344519118038215163234451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91b6f34-7f23-4f9c-a390-322b592c0cfd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72efef79-f32d-410c-8924-51833639adb9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72efef79-f32d-410c-8924-51833639adb9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 948881921952945782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782948881921952945782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462c86c5-7685-4859-8f56-aa408eaafbde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51d358cf-05df-4d73-83e8-47dbe2a183ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d358cf-05df-4d73-83e8-47dbe2a183ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16369123603751131497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497163691236037511314971636912360375113149716369123603751131497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72efef79-f32d-410c-8924-51833639adb9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a81f35-d885-4e83-b779-4467224f1d43, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a81f35-d885-4e83-b779-4467224f1d43, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10063103673765174757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757100631036737651747571006310367376517475710063103673765174757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d358cf-05df-4d73-83e8-47dbe2a183ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a81f35-d885-4e83-b779-4467224f1d43, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479f20a4-3336-4b2c-8e79-5981f0ae9028, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479f20a4-3336-4b2c-8e79-5981f0ae9028, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290162664125588777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777729016266412558877772901626641255887777290162664125588777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2f8efc-8ff6-49b4-abdb-968299f31522, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2f8efc-8ff6-49b4-abdb-968299f31522, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7817404040592580705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705781740404059258070578174040405925807057817404040592580705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479f20a4-3336-4b2c-8e79-5981f0ae9028, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ccca4aa-1705-4b02-84ee-e6c3df7ff674, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ccca4aa-1705-4b02-84ee-e6c3df7ff674, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16109896413325823805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805161098964133258238051610989641332582380516109896413325823805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2f8efc-8ff6-49b4-abdb-968299f31522, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7febdc9-c5c7-4895-b504-f2a36709ce8e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7febdc9-c5c7-4895-b504-f2a36709ce8e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 631133803079500027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027631133803079500027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ccca4aa-1705-4b02-84ee-e6c3df7ff674, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9d3b86-81b2-4e2d-9fd1-0294b4bf284a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9d3b86-81b2-4e2d-9fd1-0294b4bf284a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1340717835001135946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946134071783500113594613407178350011359461340717835001135946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7febdc9-c5c7-4895-b504-f2a36709ce8e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c13188a1-7b37-406c-87e2-052ec89b3dac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13188a1-7b37-406c-87e2-052ec89b3dac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17020571815379551311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311170205718153795513111702057181537955131117020571815379551311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13188a1-7b37-406c-87e2-052ec89b3dac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3939796-7b4a-46c4-a986-09da31a53912, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3939796-7b4a-46c4-a986-09da31a53912, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649259666462913569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569116492596664629135691164925966646291356911649259666462913569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9d3b86-81b2-4e2d-9fd1-0294b4bf284a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f39d648-68c4-4638-a703-028e25bf82da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3939796-7b4a-46c4-a986-09da31a53912, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f39d648-68c4-4638-a703-028e25bf82da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12855730025498584779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779128557300254985847791285573002549858477912855730025498584779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e660c5-6f5a-4581-87f4-d8f209a1adb8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e660c5-6f5a-4581-87f4-d8f209a1adb8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13039527244031554150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150130395272440315541501303952724403155415013039527244031554150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f39d648-68c4-4638-a703-028e25bf82da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 152c24c4-0b6d-4e51-876b-5ef73c0e6dec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152c24c4-0b6d-4e51-876b-5ef73c0e6dec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901104716349326245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245119011047163493262451190110471634932624511901104716349326245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e660c5-6f5a-4581-87f4-d8f209a1adb8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35f4794-94e6-48bd-8f51-a80319dba4db, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35f4794-94e6-48bd-8f51-a80319dba4db, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227148004551381951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951422714800455138195142271480045513819514227148004551381951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152c24c4-0b6d-4e51-876b-5ef73c0e6dec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47c46055-dc8a-4690-b278-7b0bbfd44c88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c46055-dc8a-4690-b278-7b0bbfd44c88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4562985491637017641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641456298549163701764145629854916370176414562985491637017641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35f4794-94e6-48bd-8f51-a80319dba4db, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eedf302-40df-40bb-8f01-cd04940add86, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c46055-dc8a-4690-b278-7b0bbfd44c88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eedf302-40df-40bb-8f01-cd04940add86, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049764545486312112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112704976454548631211270497645454863121127049764545486312112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b1c369-35f1-4e6d-8197-5c9253584f16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b1c369-35f1-4e6d-8197-5c9253584f16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 712047651766891154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154712047651766891154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eedf302-40df-40bb-8f01-cd04940add86, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e27e7b-aea6-4e82-a2a3-b58bbcb14702, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e27e7b-aea6-4e82-a2a3-b58bbcb14702, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812663257245558607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607128126632572455586071281266325724555860712812663257245558607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b1c369-35f1-4e6d-8197-5c9253584f16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364a7813-7f0a-4d8b-9ed0-4b77c693e63b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364a7813-7f0a-4d8b-9ed0-4b77c693e63b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13131000329664814917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917131310003296648149171313100032966481491713131000329664814917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e27e7b-aea6-4e82-a2a3-b58bbcb14702, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c5fbdb4-b150-461a-8ff9-3ff3e214c498, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5fbdb4-b150-461a-8ff9-3ff3e214c498, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17671922475093424416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416176719224750934244161767192247509342441617671922475093424416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364a7813-7f0a-4d8b-9ed0-4b77c693e63b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ff41634-d2aa-4e40-a386-c63879d39e71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5fbdb4-b150-461a-8ff9-3ff3e214c498, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ff41634-d2aa-4e40-a386-c63879d39e71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4229908503041885332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332422990850304188533242299085030418853324229908503041885332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30dfa907-2812-46dd-9015-86ff7d36df08, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30dfa907-2812-46dd-9015-86ff7d36df08, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8414714652974351814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814841471465297435181484147146529743518148414714652974351814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ff41634-d2aa-4e40-a386-c63879d39e71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30dfa907-2812-46dd-9015-86ff7d36df08, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6805a3e-3ff4-4bd7-8db7-4c7f04491b82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6805a3e-3ff4-4bd7-8db7-4c7f04491b82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18219804180185886081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081182198041801858860811821980418018588608118219804180185886081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca91a7b-ad90-4a8f-8d7a-f2e6a5be58c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca91a7b-ad90-4a8f-8d7a-f2e6a5be58c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9584649233724313859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859958464923372431385995846492337243138599584649233724313859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6805a3e-3ff4-4bd7-8db7-4c7f04491b82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca91a7b-ad90-4a8f-8d7a-f2e6a5be58c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0067d0f1-4300-4cb8-bf5d-e737d9de94c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0067d0f1-4300-4cb8-bf5d-e737d9de94c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14912878367434992333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333149128783674349923331491287836743499233314912878367434992333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823956ac-b669-479e-9ef0-abcc58504baf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823956ac-b669-479e-9ef0-abcc58504baf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7890610586552621162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162789061058655262116278906105865526211627890610586552621162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0067d0f1-4300-4cb8-bf5d-e737d9de94c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04640fc7-171e-4127-b513-94c1efc0d539, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04640fc7-171e-4127-b513-94c1efc0d539, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535640090508196364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364135356400905081963641353564009050819636413535640090508196364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823956ac-b669-479e-9ef0-abcc58504baf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5359441d-919f-4231-befe-9cac76a6b144, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5359441d-919f-4231-befe-9cac76a6b144, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3286492936650746083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083328649293665074608332864929366507460833286492936650746083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04640fc7-171e-4127-b513-94c1efc0d539, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d089c265-c0fc-4b28-9732-b9a90a9291c6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d089c265-c0fc-4b28-9732-b9a90a9291c6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12758616179251509651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651127586161792515096511275861617925150965112758616179251509651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5359441d-919f-4231-befe-9cac76a6b144, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57794679-16e9-46ef-903d-e3ab6374b24d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57794679-16e9-46ef-903d-e3ab6374b24d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852066371301048941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941168520663713010489411685206637130104894116852066371301048941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d089c265-c0fc-4b28-9732-b9a90a9291c6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdcf92ab-9480-4d69-b5c8-fd62becb085f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcf92ab-9480-4d69-b5c8-fd62becb085f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443751950635251715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715844375195063525171584437519506352517158443751950635251715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57794679-16e9-46ef-903d-e3ab6374b24d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ccba89-c347-4f56-a337-e001f39f24a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ccba89-c347-4f56-a337-e001f39f24a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702233123335939727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727270223312333593972727022331233359397272702233123335939727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcf92ab-9480-4d69-b5c8-fd62becb085f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b4931c-98d1-4840-b638-6c4b8da80330, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b4931c-98d1-4840-b638-6c4b8da80330, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287328836793114891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891172873288367931148911728732883679311489117287328836793114891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ccba89-c347-4f56-a337-e001f39f24a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3821fa47-660b-4e0d-8c69-f58456933cb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b4931c-98d1-4840-b638-6c4b8da80330, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3821fa47-660b-4e0d-8c69-f58456933cb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573260098172696023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023257326009817269602325732600981726960232573260098172696023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a5070e-98ce-40ce-987c-17d30e1a05d0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a5070e-98ce-40ce-987c-17d30e1a05d0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648521344512763724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724116485213445127637241164852134451276372411648521344512763724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3821fa47-660b-4e0d-8c69-f58456933cb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa82382c-747a-4918-8e8c-5db1ce1ebdd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa82382c-747a-4918-8e8c-5db1ce1ebdd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337315953070267267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267163373159530702672671633731595307026726716337315953070267267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a5070e-98ce-40ce-987c-17d30e1a05d0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7754c249-1277-47b1-ab5e-4816713a9120, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7754c249-1277-47b1-ab5e-4816713a9120, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12584883501856641824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824125848835018566418241258488350185664182412584883501856641824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa82382c-747a-4918-8e8c-5db1ce1ebdd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7754c249-1277-47b1-ab5e-4816713a9120, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a809a021-5b76-4eef-94c5-836705d0ed9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1d2db8-75dd-496a-a9f5-26d8dcc7fb6b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a809a021-5b76-4eef-94c5-836705d0ed9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944408866405985881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881894440886640598588189444088664059858818944408866405985881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1d2db8-75dd-496a-a9f5-26d8dcc7fb6b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5731231488829421361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361573123148882942136157312314888294213615731231488829421361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a809a021-5b76-4eef-94c5-836705d0ed9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e0ffc2f-db91-4524-ac6a-725ab8ff2a4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e0ffc2f-db91-4524-ac6a-725ab8ff2a4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11823091874741562353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353118230918747415623531182309187474156235311823091874741562353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1d2db8-75dd-496a-a9f5-26d8dcc7fb6b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb6616ee-5071-42df-8126-a89b93e85ead, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6616ee-5071-42df-8126-a89b93e85ead, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497740820485578433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433174977408204855784331749774082048557843317497740820485578433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e0ffc2f-db91-4524-ac6a-725ab8ff2a4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6616ee-5071-42df-8126-a89b93e85ead, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e33ba8c-5993-45b4-8cf7-3e3c983d44c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e33ba8c-5993-45b4-8cf7-3e3c983d44c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10023479407730473170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170100234794077304731701002347940773047317010023479407730473170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b58432b5-f8e2-4f66-bde5-0c0915ef609c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b58432b5-f8e2-4f66-bde5-0c0915ef609c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9451207952102287679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679945120795210228767994512079521022876799451207952102287679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e33ba8c-5993-45b4-8cf7-3e3c983d44c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b58432b5-f8e2-4f66-bde5-0c0915ef609c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a17044-88e2-4c0c-b416-d1e525df8eac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a17044-88e2-4c0c-b416-d1e525df8eac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13928967289278591822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822139289672892785918221392896728927859182213928967289278591822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1550643-776e-4938-bb8b-7025576cf92e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1550643-776e-4938-bb8b-7025576cf92e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 988422030383028780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780988422030383028780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a17044-88e2-4c0c-b416-d1e525df8eac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdf24875-311c-4482-b615-148dfe806131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf24875-311c-4482-b615-148dfe806131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4538221045409754994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994453822104540975499445382210454097549944538221045409754994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1550643-776e-4938-bb8b-7025576cf92e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eb95455-6466-467d-823f-271ab27e8e87, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb95455-6466-467d-823f-271ab27e8e87, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094214462505412935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935180942144625054129351809421446250541293518094214462505412935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf24875-311c-4482-b615-148dfe806131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1ef7e8-eaa1-45f3-8919-0de3119f3a3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1ef7e8-eaa1-45f3-8919-0de3119f3a3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 329214212132184054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054329214212132184054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb95455-6466-467d-823f-271ab27e8e87, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c07e2a1-62bc-432c-b336-42e69c1ed612, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c07e2a1-62bc-432c-b336-42e69c1ed612, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2932166635730404317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317293216663573040431729321666357304043172932166635730404317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1ef7e8-eaa1-45f3-8919-0de3119f3a3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0435ebfd-bac5-4bb8-ac76-68070ce0e4f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0435ebfd-bac5-4bb8-ac76-68070ce0e4f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4258966571372507474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474425896657137250747442589665713725074744258966571372507474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c07e2a1-62bc-432c-b336-42e69c1ed612, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c43abeb-a2f1-4fc2-a9b5-4411c0c74947, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c43abeb-a2f1-4fc2-a9b5-4411c0c74947, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11567242928477117890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890115672429284771178901156724292847711789011567242928477117890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0435ebfd-bac5-4bb8-ac76-68070ce0e4f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 325d6faf-bf87-4e07-9479-14c18d06d463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c43abeb-a2f1-4fc2-a9b5-4411c0c74947, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325d6faf-bf87-4e07-9479-14c18d06d463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2245232545331788590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590224523254533178859022452325453317885902245232545331788590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325d6faf-bf87-4e07-9479-14c18d06d463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e027ece-3538-4dfb-ab91-7deba6c527c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e027ece-3538-4dfb-ab91-7deba6c527c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3160132273121302601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601316013227312130260131601322731213026013160132273121302601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32afb02-a0b6-4b17-9ef6-5dfa169a7e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32afb02-a0b6-4b17-9ef6-5dfa169a7e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3372858605132246748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748337285860513224674833728586051322467483372858605132246748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e027ece-3538-4dfb-ab91-7deba6c527c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 226abc88-8648-47ed-aefd-920b0d39231a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226abc88-8648-47ed-aefd-920b0d39231a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8537626557661966653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653853762655766196665385376265576619666538537626557661966653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32afb02-a0b6-4b17-9ef6-5dfa169a7e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc2770b7-8bad-45b7-9e96-e45a0e6fed6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2770b7-8bad-45b7-9e96-e45a0e6fed6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17313532558692062134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134173135325586920621341731353255869206213417313532558692062134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226abc88-8648-47ed-aefd-920b0d39231a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f666e5c8-de1e-4eb6-ab7c-83c79118e7e6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f666e5c8-de1e-4eb6-ab7c-83c79118e7e6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11639917078250102097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097116399170782501020971163991707825010209711639917078250102097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2770b7-8bad-45b7-9e96-e45a0e6fed6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b58f122-0bd5-49e2-bfcf-5696f56ee870, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b58f122-0bd5-49e2-bfcf-5696f56ee870, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8316883465864788851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851831688346586478885183168834658647888518316883465864788851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f666e5c8-de1e-4eb6-ab7c-83c79118e7e6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d228450-1b93-4693-a621-8c8286e30a5f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d228450-1b93-4693-a621-8c8286e30a5f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12956625614655891072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072129566256146558910721295662561465589107212956625614655891072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b58f122-0bd5-49e2-bfcf-5696f56ee870, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f2f4548-6a40-4014-9de7-64023ef6ac1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2f4548-6a40-4014-9de7-64023ef6ac1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773749161196103758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758177374916119610375817737491611961037581773749161196103758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d228450-1b93-4693-a621-8c8286e30a5f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e378733-5f46-4b0c-8eda-19dd6a315837, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e378733-5f46-4b0c-8eda-19dd6a315837, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 606616443945721745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745606616443945721745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2f4548-6a40-4014-9de7-64023ef6ac1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0271966a-0c63-4571-a173-d8529c8b58c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0271966a-0c63-4571-a173-d8529c8b58c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858829561031740645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645148588295610317406451485882956103174064514858829561031740645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e378733-5f46-4b0c-8eda-19dd6a315837, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9943beb0-ae55-4b61-8217-f8f0e3a2d7f6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9943beb0-ae55-4b61-8217-f8f0e3a2d7f6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7122264049901085742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742712226404990108574271222640499010857427122264049901085742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0271966a-0c63-4571-a173-d8529c8b58c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9943beb0-ae55-4b61-8217-f8f0e3a2d7f6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61821c85-5457-44f3-a581-ffeae2eafb38, ghrun-gnft54blbu.auto.internal:25172): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9655/1
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7c6136c-051f-4f94-9710-e3f4a5c3e084, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c6136c-051f-4f94-9710-e3f4a5c3e084, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693022865582098612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612969302286558209861296930228655820986129693022865582098612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61821c85-5457-44f3-a581-ffeae2eafb38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 901187706214461246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246901187706214461246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c6136c-051f-4f94-9710-e3f4a5c3e084, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86888e07-945b-43e0-bfec-7d6de2c580a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86888e07-945b-43e0-bfec-7d6de2c580a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9353300879705304631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631935330087970530463193533008797053046319353300879705304631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61821c85-5457-44f3-a581-ffeae2eafb38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf8b7d0b-191f-4cb5-960e-b42c2b249397, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8b7d0b-191f-4cb5-960e-b42c2b249397, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314279689333348784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784133142796893333487841331427968933334878413314279689333348784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86888e07-945b-43e0-bfec-7d6de2c580a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846bb729-63bd-4cc0-a598-866f2c33aab2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846bb729-63bd-4cc0-a598-866f2c33aab2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12795043722146336553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553127950437221463365531279504372214633655312795043722146336553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8b7d0b-191f-4cb5-960e-b42c2b249397, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f04420a-cee4-4156-a2ea-fec4cc5fffae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f04420a-cee4-4156-a2ea-fec4cc5fffae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028390004532015458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458802839000453201545880283900045320154588028390004532015458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f04420a-cee4-4156-a2ea-fec4cc5fffae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5107cd76-2e69-4c76-80d8-5566e69562a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846bb729-63bd-4cc0-a598-866f2c33aab2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5107cd76-2e69-4c76-80d8-5566e69562a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321816179804068713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713123218161798040687131232181617980406871312321816179804068713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f995fb-fb03-46c0-bb6e-29405d07795c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f995fb-fb03-46c0-bb6e-29405d07795c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434987091455104258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258184349870914551042581843498709145510425818434987091455104258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5107cd76-2e69-4c76-80d8-5566e69562a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d8d053b-69e0-4d97-8b51-2be6e35961eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8d053b-69e0-4d97-8b51-2be6e35961eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9543775981282291623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623954377598128229162395437759812822916239543775981282291623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f995fb-fb03-46c0-bb6e-29405d07795c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9cfecb1-7563-41d6-896c-718271797f6f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9cfecb1-7563-41d6-896c-718271797f6f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 905424015805258873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873905424015805258873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8d053b-69e0-4d97-8b51-2be6e35961eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7f0759-9516-4ccb-975e-f01d9d635bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7f0759-9516-4ccb-975e-f01d9d635bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4446611346227504315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315444661134622750431544466113462275043154446611346227504315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9cfecb1-7563-41d6-896c-718271797f6f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c8d243-bc98-4158-86a0-f1799562d2d1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c8d243-bc98-4158-86a0-f1799562d2d1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15963746296624058442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442159637462966240584421596374629662405844215963746296624058442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7f0759-9516-4ccb-975e-f01d9d635bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8321b11e-32e9-4bd3-9c61-981800068b3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8321b11e-32e9-4bd3-9c61-981800068b3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311649621513119126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126113116496215131191261131164962151311912611311649621513119126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c8d243-bc98-4158-86a0-f1799562d2d1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f089213-3046-44f6-bd81-95cf5d42bc33, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f089213-3046-44f6-bd81-95cf5d42bc33, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4642279122621135891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891464227912262113589146422791226211358914642279122621135891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8321b11e-32e9-4bd3-9c61-981800068b3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed17ea6f-b942-4197-a72b-a0c2e74d8650, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f089213-3046-44f6-bd81-95cf5d42bc33, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed17ea6f-b942-4197-a72b-a0c2e74d8650, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14274698258722501835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835142746982587225018351427469825872250183514274698258722501835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a19cfa30-f64d-4ab9-be2f-32b34b7b5f52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19cfa30-f64d-4ab9-be2f-32b34b7b5f52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360375335849627557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557536037533584962755753603753358496275575360375335849627557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed17ea6f-b942-4197-a72b-a0c2e74d8650, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19cfa30-f64d-4ab9-be2f-32b34b7b5f52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4915a10-03a0-41cc-bffa-a77d9fedaa99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4915a10-03a0-41cc-bffa-a77d9fedaa99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3298945595265285028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028329894559526528502832989455952652850283298945595265285028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c4bbab-4ada-4735-bf98-f517da59c8f3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c4bbab-4ada-4735-bf98-f517da59c8f3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 635162435653224645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645635162435653224645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4915a10-03a0-41cc-bffa-a77d9fedaa99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd3399f-9004-4da8-adbb-e528c56cfecf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd3399f-9004-4da8-adbb-e528c56cfecf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13321207103788881825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825133212071037888818251332120710378888182513321207103788881825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c4bbab-4ada-4735-bf98-f517da59c8f3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed02644-ee5c-43a7-9487-c272ba447cca, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed02644-ee5c-43a7-9487-c272ba447cca, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360479085228780416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416136047908522878041613604790852287804161360479085228780416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd3399f-9004-4da8-adbb-e528c56cfecf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111f7426-608a-41e3-8121-4c30bc818f34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111f7426-608a-41e3-8121-4c30bc818f34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10393816609625976764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764103938166096259767641039381660962597676410393816609625976764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed02644-ee5c-43a7-9487-c272ba447cca, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fa3d3d6-1e0d-49ca-804a-c181ebbaed47, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa3d3d6-1e0d-49ca-804a-c181ebbaed47, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000104205670959076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076900010420567095907690001042056709590769000104205670959076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111f7426-608a-41e3-8121-4c30bc818f34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c2085a-1fff-4f5c-b442-57e97bca89cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c2085a-1fff-4f5c-b442-57e97bca89cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7096249417390882520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520709624941739088252070962494173908825207096249417390882520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa3d3d6-1e0d-49ca-804a-c181ebbaed47, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0e03783-aaa4-4fa0-856a-ff3c0890b5c4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e03783-aaa4-4fa0-856a-ff3c0890b5c4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9522342083096025917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917952234208309602591795223420830960259179522342083096025917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e03783-aaa4-4fa0-856a-ff3c0890b5c4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f71b0608-a35b-434d-a124-d5fa0b83ebe0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71b0608-a35b-434d-a124-d5fa0b83ebe0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4698659358510497235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235469865935851049723546986593585104972354698659358510497235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c2085a-1fff-4f5c-b442-57e97bca89cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94bb6eb5-dd25-4585-88c9-ca9ac63a86e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94bb6eb5-dd25-4585-88c9-ca9ac63a86e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16087974478051970046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046160879744780519700461608797447805197004616087974478051970046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71b0608-a35b-434d-a124-d5fa0b83ebe0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d8e7eb8-4912-4990-b274-866fc52b7777, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8e7eb8-4912-4990-b274-866fc52b7777, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12510773299673760435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435125107732996737604351251077329967376043512510773299673760435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8e7eb8-4912-4990-b274-866fc52b7777, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5bd1ce-028f-41aa-94bd-4b0a9bcf6fe4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5bd1ce-028f-41aa-94bd-4b0a9bcf6fe4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 497128883650453679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679497128883650453679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94bb6eb5-dd25-4585-88c9-ca9ac63a86e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 562fb1ef-afe4-4bd8-aef6-87a9c168f1f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562fb1ef-afe4-4bd8-aef6-87a9c168f1f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2238229830801160116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116223822983080116011622382298308011601162238229830801160116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5bd1ce-028f-41aa-94bd-4b0a9bcf6fe4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc13101c-544b-40b7-ad38-1799ec1cab63, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc13101c-544b-40b7-ad38-1799ec1cab63, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12264267536757437689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689122642675367574376891226426753675743768912264267536757437689" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562fb1ef-afe4-4bd8-aef6-87a9c168f1f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc13101c-544b-40b7-ad38-1799ec1cab63, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log', '--grpc-port=9655', '--mon-port=21509', '--ic-port=10521', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1531928
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9655/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.29
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.29
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1531930
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11203eab-93d9-46e3-a54f-ad9c143c192b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11203eab-93d9-46e3-a54f-ad9c143c192b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596276172665065309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309459627617266506530945962761726650653094596276172665065309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dadc80-6d9c-41e7-bd87-a31a7af104b3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dadc80-6d9c-41e7-bd87-a31a7af104b3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13806527476227267325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325138065274762272673251380652747622726732513806527476227267325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dadc80-6d9c-41e7-bd87-a31a7af104b3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f7fb362-2f91-4656-9f3e-441a55f0b335, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7fb362-2f91-4656-9f3e-441a55f0b335, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14052524425190044487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487140525244251900444871405252442519004448714052524425190044487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11203eab-93d9-46e3-a54f-ad9c143c192b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9785ec3-0a83-430e-b3e5-2d6a7289a722, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9785ec3-0a83-430e-b3e5-2d6a7289a722, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15147829649055478837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837151478296490554788371514782964905547883715147829649055478837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9785ec3-0a83-430e-b3e5-2d6a7289a722, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a9a5775-b0e3-4fae-8f0f-dd79e57a7209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7fb362-2f91-4656-9f3e-441a55f0b335, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9a5775-b0e3-4fae-8f0f-dd79e57a7209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 90971612964383303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303909716129643833039097161296438330390971612964383303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62e865c-4dca-4423-b7e9-2a787b993dd8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62e865c-4dca-4423-b7e9-2a787b993dd8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9023920923229695403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403902392092322969540390239209232296954039023920923229695403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9a5775-b0e3-4fae-8f0f-dd79e57a7209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62e865c-4dca-4423-b7e9-2a787b993dd8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bc5a080-ade1-40f6-8888-44781b740125, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc5a080-ade1-40f6-8888-44781b740125, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 553012493898613403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403553012493898613403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a6f0541-8e8b-4b83-a483-145540372825, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6f0541-8e8b-4b83-a483-145540372825, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037843818061491048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048903784381806149104890378438180614910489037843818061491048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc5a080-ade1-40f6-8888-44781b740125, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6f0541-8e8b-4b83-a483-145540372825, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c5c69-98f8-41f4-aba3-be7e4ca3b5cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c5c69-98f8-41f4-aba3-be7e4ca3b5cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459683367419647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647845968336741964784596833674196478459683367419647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aebe72d3-127e-44bb-a313-ea91cbaecb34, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebe72d3-127e-44bb-a313-ea91cbaecb34, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211289424693268802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802421128942469326880242112894246932688024211289424693268802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c5c69-98f8-41f4-aba3-be7e4ca3b5cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebe72d3-127e-44bb-a313-ea91cbaecb34, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948518f6-1a28-4e16-86da-743b1ea0bbbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948518f6-1a28-4e16-86da-743b1ea0bbbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057798114207023940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940605779811420702394060577981142070239406057798114207023940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d656c7d-dd5e-45d7-a265-752839c2ecea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d656c7d-dd5e-45d7-a265-752839c2ecea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9629655346685973841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841962965534668597384196296553466859738419629655346685973841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948518f6-1a28-4e16-86da-743b1ea0bbbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d656c7d-dd5e-45d7-a265-752839c2ecea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b51b18e9-b402-4853-9e2c-1f6e70c19566, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51b18e9-b402-4853-9e2c-1f6e70c19566, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12942541971223115790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790129425419712231157901294254197122311579012942541971223115790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a841c664-15af-4106-92b9-b3b305a1b39b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a841c664-15af-4106-92b9-b3b305a1b39b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 920429061647045679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679920429061647045679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51b18e9-b402-4853-9e2c-1f6e70c19566, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a841c664-15af-4106-92b9-b3b305a1b39b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c142dee-f0fb-4b79-b008-009fc7c2a453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 680bf86b-bd34-433c-b2b5-80d012e1b305, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 680bf86b-bd34-433c-b2b5-80d012e1b305, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14794273559896328504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504147942735598963285041479427355989632850414794273559896328504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c142dee-f0fb-4b79-b008-009fc7c2a453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4603850245061199801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801460385024506119980146038502450611998014603850245061199801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 680bf86b-bd34-433c-b2b5-80d012e1b305, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95e0192-a50f-4f0a-810d-e7f4312e387b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c142dee-f0fb-4b79-b008-009fc7c2a453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6efe054f-53be-452f-87f9-5b3d89d0d594, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6efe054f-53be-452f-87f9-5b3d89d0d594, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379366843103636865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865937936684310363686593793668431036368659379366843103636865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95e0192-a50f-4f0a-810d-e7f4312e387b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373582503313085323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323133735825033130853231337358250331308532313373582503313085323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6efe054f-53be-452f-87f9-5b3d89d0d594, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95e0192-a50f-4f0a-810d-e7f4312e387b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9877d4a9-0dd9-4fa0-a9ea-c549356ad8bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51226402-6836-4856-9178-f2de783a4fab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9877d4a9-0dd9-4fa0-a9ea-c549356ad8bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15685792119788519616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616156857921197885196161568579211978851961615685792119788519616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51226402-6836-4856-9178-f2de783a4fab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10784333383897826448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448107843333838978264481078433338389782644810784333383897826448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51226402-6836-4856-9178-f2de783a4fab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 087dcd12-7a90-4bfa-8a07-3f4aba51ee94, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087dcd12-7a90-4bfa-8a07-3f4aba51ee94, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092601758348608024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024140926017583486080241409260175834860802414092601758348608024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087dcd12-7a90-4bfa-8a07-3f4aba51ee94, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e709e7f-6d34-4c89-a2f1-5984f6d97017, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e709e7f-6d34-4c89-a2f1-5984f6d97017, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15465743815799981536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536154657438157999815361546574381579998153615465743815799981536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e709e7f-6d34-4c89-a2f1-5984f6d97017, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 680c77b3-4d23-4e46-8024-e21dd3b4f312, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 680c77b3-4d23-4e46-8024-e21dd3b4f312, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3939772770824923695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695393977277082492369539397727708249236953939772770824923695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9877d4a9-0dd9-4fa0-a9ea-c549356ad8bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f98c2a6-748d-400f-bbbd-a7d88bdf9555, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f98c2a6-748d-400f-bbbd-a7d88bdf9555, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171530899628051928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928217153089962805192821715308996280519282171530899628051928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 680c77b3-4d23-4e46-8024-e21dd3b4f312, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64535cc0-1859-4c0e-a5f9-7acc1a3a231a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64535cc0-1859-4c0e-a5f9-7acc1a3a231a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12521947519728885500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500125219475197288855001252194751972888550012521947519728885500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f98c2a6-748d-400f-bbbd-a7d88bdf9555, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49f048b8-913c-4136-b0ad-904ea1f36d36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f048b8-913c-4136-b0ad-904ea1f36d36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792836070980430353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353979283607098043035397928360709804303539792836070980430353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64535cc0-1859-4c0e-a5f9-7acc1a3a231a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07a80c63-d742-4ecd-90e0-adc20a40471e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07a80c63-d742-4ecd-90e0-adc20a40471e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312798799074173675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675123127987990741736751231279879907417367512312798799074173675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f048b8-913c-4136-b0ad-904ea1f36d36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5abeca6-ed75-4ffe-a64c-b9db16495b23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5abeca6-ed75-4ffe-a64c-b9db16495b23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13899212028020759632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632138992120280207596321389921202802075963213899212028020759632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07a80c63-d742-4ecd-90e0-adc20a40471e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ce30b7-ad5c-420a-9714-196ede509532, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ce30b7-ad5c-420a-9714-196ede509532, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657754058806073836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836765775405880607383676577540588060738367657754058806073836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5abeca6-ed75-4ffe-a64c-b9db16495b23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d827cc14-db1c-47b7-88a8-34f4d8b6d3dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ce30b7-ad5c-420a-9714-196ede509532, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d827cc14-db1c-47b7-88a8-34f4d8b6d3dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754415420505535759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759147544154205055357591475441542050553575914754415420505535759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf45ba04-3dea-486c-9df1-cec958c4ac8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf45ba04-3dea-486c-9df1-cec958c4ac8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204341765660113289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289132043417656601132891320434176566011328913204341765660113289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d827cc14-db1c-47b7-88a8-34f4d8b6d3dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eca1773-1006-4777-b227-ad9a0f706aeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eca1773-1006-4777-b227-ad9a0f706aeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3225152598753678007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007322515259875367800732251525987536780073225152598753678007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf45ba04-3dea-486c-9df1-cec958c4ac8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b255ec-e7cb-4700-9906-9bdc0d6ee2e8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b255ec-e7cb-4700-9906-9bdc0d6ee2e8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296787386146926652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652229678738614692665222967873861469266522296787386146926652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eca1773-1006-4777-b227-ad9a0f706aeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17506390-da19-4362-9c40-4c27050f244b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17506390-da19-4362-9c40-4c27050f244b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17020038091144347992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992170200380911443479921702003809114434799217020038091144347992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b255ec-e7cb-4700-9906-9bdc0d6ee2e8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3abb4f7a-1e31-499a-847c-5855e17e8b83, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abb4f7a-1e31-499a-847c-5855e17e8b83, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4633439683598431054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054463343968359843105446334396835984310544633439683598431054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17506390-da19-4362-9c40-4c27050f244b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abb4f7a-1e31-499a-847c-5855e17e8b83, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dffe311-bf25-436d-a8ca-a657b0e47aa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dffe311-bf25-436d-a8ca-a657b0e47aa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10770477002503424538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538107704770025034245381077047700250342453810770477002503424538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5861de70-3681-44d7-9732-f8334c8d8d39, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5861de70-3681-44d7-9732-f8334c8d8d39, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3624763065930573735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735362476306593057373536247630659305737353624763065930573735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dffe311-bf25-436d-a8ca-a657b0e47aa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a6e4853-dcbd-4ab2-bad0-f67eeefa9fd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6e4853-dcbd-4ab2-bad0-f67eeefa9fd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16557017267707876636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636165570172677078766361655701726770787663616557017267707876636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5861de70-3681-44d7-9732-f8334c8d8d39, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d43e35-e895-4364-a3e2-2dba44e6e456, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d43e35-e895-4364-a3e2-2dba44e6e456, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265703338742460135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135162657033387424601351626570333874246013516265703338742460135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6e4853-dcbd-4ab2-bad0-f67eeefa9fd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bfde9cb-9dbd-4cea-9ed5-19216632011f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d43e35-e895-4364-a3e2-2dba44e6e456, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bfde9cb-9dbd-4cea-9ed5-19216632011f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2656514981468330676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676265651498146833067626565149814683306762656514981468330676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b4c9041-7650-4647-aac2-4bc83f4c73c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b4c9041-7650-4647-aac2-4bc83f4c73c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9580857670563000017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017958085767056300001795808576705630000179580857670563000017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bfde9cb-9dbd-4cea-9ed5-19216632011f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8b1508b-e930-4b40-937a-0fe8316d9a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b4c9041-7650-4647-aac2-4bc83f4c73c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b1508b-e930-4b40-937a-0fe8316d9a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385828915643927288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288123858289156439272881238582891564392728812385828915643927288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f2efae-16ab-43aa-b9a8-4fbd683b7505, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f2efae-16ab-43aa-b9a8-4fbd683b7505, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15096485455261575670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670150964854552615756701509648545526157567015096485455261575670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b1508b-e930-4b40-937a-0fe8316d9a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f2efae-16ab-43aa-b9a8-4fbd683b7505, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab8fac8-a03c-4777-9849-047f237cd251, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2baf26aa-f705-4e8e-a358-3543f1249e3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2baf26aa-f705-4e8e-a358-3543f1249e3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5276578577057965932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932527657857705796593252765785770579659325276578577057965932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab8fac8-a03c-4777-9849-047f237cd251, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058179740549040400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400405817974054904040040581797405490404004058179740549040400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2baf26aa-f705-4e8e-a358-3543f1249e3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45bb5f7b-f17c-489b-adc0-e654ef74b99e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45bb5f7b-f17c-489b-adc0-e654ef74b99e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453458914688876363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363174534589146888763631745345891468887636317453458914688876363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab8fac8-a03c-4777-9849-047f237cd251, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ec9706-b282-46c7-a539-7627a1df287f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ec9706-b282-46c7-a539-7627a1df287f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 30470177119091955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955304701771190919553047017711909195530470177119091955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45bb5f7b-f17c-489b-adc0-e654ef74b99e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ec9706-b282-46c7-a539-7627a1df287f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd8b0f8-ea13-4228-8a1b-9d4209701c4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd8b0f8-ea13-4228-8a1b-9d4209701c4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086528467447786695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695160865284674477866951608652846744778669516086528467447786695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae327a2-d54c-469c-9442-feb8eeec2a6c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae327a2-d54c-469c-9442-feb8eeec2a6c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194657493220798325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325119465749322079832511946574932207983251194657493220798325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd8b0f8-ea13-4228-8a1b-9d4209701c4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba97bc3-cd6e-453b-89e2-38978fca82d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba97bc3-cd6e-453b-89e2-38978fca82d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12546602200119933644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644125466022001199336441254660220011993364412546602200119933644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae327a2-d54c-469c-9442-feb8eeec2a6c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c16b268a-30db-44e3-9a40-c3a45c1ce5d4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c16b268a-30db-44e3-9a40-c3a45c1ce5d4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14067205688612424551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551140672056886124245511406720568861242455114067205688612424551" } } } 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 1531930) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1531930) elapsed time (sec): 1.4828553199768066
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c16b268a-30db-44e3-9a40-c3a45c1ce5d4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba97bc3-cd6e-453b-89e2-38978fca82d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1531930) idrss: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ya.test:process.py:263 Command (pid 1531930) inblock: 0
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f38fca5e-339b-46ec-9b09-de8dd5f72567, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1531930) isrss: 0
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38fca5e-339b-46ec-9b09-de8dd5f72567, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678427610900897182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182567842761090089718256784276109008971825678427610900897182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1531930) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) maxrss: 782120
DEBUG    ya.test:process.py:263 Command (pid 1531930) minflt: 45171
DEBUG    ya.test:process.py:263 Command (pid 1531930) msgrcv: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38fca5e-339b-46ec-9b09-de8dd5f72567, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1531930) msgsnd: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b45faf-7b3a-4252-be65-531b5df585b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1531930) nivcsw: 270
DEBUG    ya.test:process.py:263 Command (pid 1531930) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1531930) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1531930) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1531930) stime: 0.215142
DEBUG    ya.test:process.py:263 Command (pid 1531930) utime: 0.568135
DEBUG    ya.test:process.py:263 Command (pid 1531930) wtime: 1.488
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b45faf-7b3a-4252-be65-531b5df585b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5289330508017565553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553528933050801756555352893305080175655535289330508017565553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:275 Command (pid 1531930) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de6a40c3-569d-467b-8c32-622d5c9a6d00, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6a40c3-569d-467b-8c32-622d5c9a6d00, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7463546559148759692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692746354655914875969274635465591487596927463546559148759692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:276 Command (pid 1531930) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b45faf-7b3a-4252-be65-531b5df585b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ca23ada-b76e-4079-9b07-5ef7f8bb4291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca23ada-b76e-4079-9b07-5ef7f8bb4291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2696603602292223461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461269660360229222346126966036022922234612696603602292223461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6a40c3-569d-467b-8c32-622d5c9a6d00, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6345d409-aaa2-49d8-9441-c348f1c9d976, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6345d409-aaa2-49d8-9441-c348f1c9d976, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4949001894326049322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322494900189432604932249490018943260493224949001894326049322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca23ada-b76e-4079-9b07-5ef7f8bb4291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3936519f-e7a6-4004-9976-26a7a62ddf73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6345d409-aaa2-49d8-9441-c348f1c9d976, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffbd11cc-7dbf-4592-b9fa-4a4a57bd4ed5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbd11cc-7dbf-4592-b9fa-4a4a57bd4ed5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14145075802066474265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265141450758020664742651414507580206647426514145075802066474265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3936519f-e7a6-4004-9976-26a7a62ddf73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357038602369917326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326103570386023699173261035703860236991732610357038602369917326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbd11cc-7dbf-4592-b9fa-4a4a57bd4ed5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 635b95f8-c1ab-4ae8-8fa1-fd501682f291, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 635b95f8-c1ab-4ae8-8fa1-fd501682f291, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4766786458542210409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409476678645854221040947667864585422104094766786458542210409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 635b95f8-c1ab-4ae8-8fa1-fd501682f291, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3936519f-e7a6-4004-9976-26a7a62ddf73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e14b21-f54a-443e-8533-0c02f15e6478, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76b857a5-c56b-48ac-a9dc-79e30dd39985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b857a5-c56b-48ac-a9dc-79e30dd39985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16563583070792516205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205165635830707925162051656358307079251620516563583070792516205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e14b21-f54a-443e-8533-0c02f15e6478, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12660572610433322176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176126605726104333221761266057261043332217612660572610433322176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e14b21-f54a-443e-8533-0c02f15e6478, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 040bb4e1-9dfa-496d-a33e-564b2f9f4d10, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040bb4e1-9dfa-496d-a33e-564b2f9f4d10, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542054233463580751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751154205423346358075115420542334635807511542054233463580751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b857a5-c56b-48ac-a9dc-79e30dd39985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f17a233-3702-421e-80bb-848e0faea42a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f17a233-3702-421e-80bb-848e0faea42a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6348331686667514683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683634833168666751468363483316866675146836348331686667514683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040bb4e1-9dfa-496d-a33e-564b2f9f4d10, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f1e6583-589c-4dd9-b29d-05c2506299d3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1e6583-589c-4dd9-b29d-05c2506299d3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869967411816489492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492128699674118164894921286996741181648949212869967411816489492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f17a233-3702-421e-80bb-848e0faea42a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa2f453-caa1-4e3c-a651-66d4b39f76fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa2f453-caa1-4e3c-a651-66d4b39f76fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948410495438815426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426179484104954388154261794841049543881542617948410495438815426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1e6583-589c-4dd9-b29d-05c2506299d3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e390443c-a700-4395-ab1e-1fe403853877, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa2f453-caa1-4e3c-a651-66d4b39f76fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e390443c-a700-4395-ab1e-1fe403853877, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9811049092018973302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302981104909201897330298110490920189733029811049092018973302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ee98672-ee76-47e9-a092-a4081eb8e5e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee98672-ee76-47e9-a092-a4081eb8e5e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10398777805674082093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093103987778056740820931039877780567408209310398777805674082093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e390443c-a700-4395-ab1e-1fe403853877, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6afed379-ab3c-4ac2-adec-98e8d56184f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afed379-ab3c-4ac2-adec-98e8d56184f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15798359239854729514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514157983592398547295141579835923985472951415798359239854729514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee98672-ee76-47e9-a092-a4081eb8e5e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d7323ee-58a0-4487-8a51-4cd8bc7cbb2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d7323ee-58a0-4487-8a51-4cd8bc7cbb2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5916105961521059040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040591610596152105904059161059615210590405916105961521059040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afed379-ab3c-4ac2-adec-98e8d56184f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1a5f45-c0cc-4da2-9831-29c22d78fcc3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1a5f45-c0cc-4da2-9831-29c22d78fcc3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823185444341253830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830168231854443412538301682318544434125383016823185444341253830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d7323ee-58a0-4487-8a51-4cd8bc7cbb2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8819984-e395-4ebe-b622-bd242569d2a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8819984-e395-4ebe-b622-bd242569d2a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289593234422387749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749162895932344223877491628959323442238774916289593234422387749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1a5f45-c0cc-4da2-9831-29c22d78fcc3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2776b966-aa29-4aec-9335-f4b9dd6d398b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2776b966-aa29-4aec-9335-f4b9dd6d398b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952155729196971792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792109521557291969717921095215572919697179210952155729196971792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8819984-e395-4ebe-b622-bd242569d2a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5443ef3-75ba-4933-91cd-98cbfbbbd890, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5443ef3-75ba-4933-91cd-98cbfbbbd890, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6728134548856311259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259672813454885631125967281345488563112596728134548856311259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2776b966-aa29-4aec-9335-f4b9dd6d398b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5443ef3-75ba-4933-91cd-98cbfbbbd890, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4fef90d-4f74-468e-b0a5-4ba3850d41eb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4fef90d-4f74-468e-b0a5-4ba3850d41eb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11346185174451018047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047113461851744510180471134618517445101804711346185174451018047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b2cfb03-bd5c-4f66-855a-05c46335e49b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2cfb03-bd5c-4f66-855a-05c46335e49b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15403724836850124696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696154037248368501246961540372483685012469615403724836850124696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4fef90d-4f74-468e-b0a5-4ba3850d41eb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695b4760-d1c8-46a4-ac7d-9623854d8e17, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695b4760-d1c8-46a4-ac7d-9623854d8e17, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044384187926144115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115160443841879261441151604438418792614411516044384187926144115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2cfb03-bd5c-4f66-855a-05c46335e49b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86158469-cbc6-43a6-b937-83c9881ad63d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86158469-cbc6-43a6-b937-83c9881ad63d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428071758201269250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250942807175820126925094280717582012692509428071758201269250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695b4760-d1c8-46a4-ac7d-9623854d8e17, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e6fbc0-1a72-43ba-b6fa-0bd4ffc9ae80, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e6fbc0-1a72-43ba-b6fa-0bd4ffc9ae80, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772531421091249827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827477253142109124982747725314210912498274772531421091249827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86158469-cbc6-43a6-b937-83c9881ad63d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f802a7b4-a98a-4ade-b386-4dca60ad855a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f802a7b4-a98a-4ade-b386-4dca60ad855a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7681057886198718108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108768105788619871810876810578861987181087681057886198718108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e6fbc0-1a72-43ba-b6fa-0bd4ffc9ae80, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eb193c1-406b-4af8-ba8c-1af42914ee4f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb193c1-406b-4af8-ba8c-1af42914ee4f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9798702030653857243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243979870203065385724397987020306538572439798702030653857243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f802a7b4-a98a-4ade-b386-4dca60ad855a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5792495-4f8a-4a5b-845d-83fcb0da9a15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb193c1-406b-4af8-ba8c-1af42914ee4f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14801d03-d7b9-4460-8e2f-5fe6846f17c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14801d03-d7b9-4460-8e2f-5fe6846f17c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3557844260273479046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046355784426027347904635578442602734790463557844260273479046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5792495-4f8a-4a5b-845d-83fcb0da9a15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 892421082207875968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968892421082207875968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5792495-4f8a-4a5b-845d-83fcb0da9a15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51c3933e-85ec-4c88-b8e9-e1c05d955731, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c3933e-85ec-4c88-b8e9-e1c05d955731, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8620680617405978567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567862068061740597856786206806174059785678620680617405978567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14801d03-d7b9-4460-8e2f-5fe6846f17c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea031fd1-ae35-4e47-adc5-ca11198d4e8e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea031fd1-ae35-4e47-adc5-ca11198d4e8e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059908767177667254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254705990876717766725470599087671776672547059908767177667254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c3933e-85ec-4c88-b8e9-e1c05d955731, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea031fd1-ae35-4e47-adc5-ca11198d4e8e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1502d8b6-57f2-4d31-bda9-69de10f74fb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1502d8b6-57f2-4d31-bda9-69de10f74fb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787609692375699372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372147876096923756993721478760969237569937214787609692375699372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38083dc-1e4c-4e91-9480-8d2a2986a4b1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38083dc-1e4c-4e91-9480-8d2a2986a4b1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14066946606868898968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968140669466068688989681406694660686889896814066946606868898968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38083dc-1e4c-4e91-9480-8d2a2986a4b1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af06d2cd-2eac-4d62-81fe-4f0f54c51050, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1502d8b6-57f2-4d31-bda9-69de10f74fb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f5cf6fa-f046-4f21-855a-a09aca189d2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5cf6fa-f046-4f21-855a-a09aca189d2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752351949253653745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745975235194925365374597523519492536537459752351949253653745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af06d2cd-2eac-4d62-81fe-4f0f54c51050, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4550418633842050602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602455041863384205060245504186338420506024550418633842050602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5cf6fa-f046-4f21-855a-a09aca189d2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af06d2cd-2eac-4d62-81fe-4f0f54c51050, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06dfb347-e1d3-4028-bc47-2bab53ba36be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06dfb347-e1d3-4028-bc47-2bab53ba36be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2268031303160716495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495226803130316071649522680313031607164952268031303160716495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748a395c-b9cd-42b0-a98d-b70e1e15a5b6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748a395c-b9cd-42b0-a98d-b70e1e15a5b6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9128114518293604425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425912811451829360442591281145182936044259128114518293604425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06dfb347-e1d3-4028-bc47-2bab53ba36be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa46d8a-a81d-4dde-acb8-d8457a953652, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa46d8a-a81d-4dde-acb8-d8457a953652, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15600446236343327673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673156004462363433276731560044623634332767315600446236343327673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748a395c-b9cd-42b0-a98d-b70e1e15a5b6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b70ddf5-3a07-4aa5-ac40-6f9b67a753e5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b70ddf5-3a07-4aa5-ac40-6f9b67a753e5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159721165052598293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293815972116505259829381597211650525982938159721165052598293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa46d8a-a81d-4dde-acb8-d8457a953652, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa526c8-381c-48e2-a67f-a1011060204f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa526c8-381c-48e2-a67f-a1011060204f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8062813380846326533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533806281338084632653380628133808463265338062813380846326533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b70ddf5-3a07-4aa5-ac40-6f9b67a753e5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48c26a94-62be-43fb-8e6c-c0a87b68c3e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c26a94-62be-43fb-8e6c-c0a87b68c3e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16484815950924272535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535164848159509242725351648481595092427253516484815950924272535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa526c8-381c-48e2-a67f-a1011060204f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f71917-97b8-4b71-a7b7-e4b73b4614b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f71917-97b8-4b71-a7b7-e4b73b4614b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1618520142598415512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512161852014259841551216185201425984155121618520142598415512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c26a94-62be-43fb-8e6c-c0a87b68c3e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3fa9a7d-547c-41f2-879e-2354fc324a64, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f71917-97b8-4b71-a7b7-e4b73b4614b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3fa9a7d-547c-41f2-879e-2354fc324a64, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18254884399879771653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653182548843998797716531825488439987977165318254884399879771653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24bd8caf-8f0e-4267-870f-1b928b0c0305, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24bd8caf-8f0e-4267-870f-1b928b0c0305, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13327008686250930167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167133270086862509301671332700868625093016713327008686250930167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24bd8caf-8f0e-4267-870f-1b928b0c0305, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b590ee26-d378-4957-b2f8-2c2478345889, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3fa9a7d-547c-41f2-879e-2354fc324a64, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b590ee26-d378-4957-b2f8-2c2478345889, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15120063489850956454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454151200634898509564541512006348985095645415120063489850956454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39de8b23-8d2f-4c41-a933-0c0f4427e9ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b590ee26-d378-4957-b2f8-2c2478345889, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39de8b23-8d2f-4c41-a933-0c0f4427e9ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 717411520614664765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765717411520614664765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17f85c39-743f-4b77-9211-27144f03f353, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f85c39-743f-4b77-9211-27144f03f353, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12322065526676489652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652123220655266764896521232206552667648965212322065526676489652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39de8b23-8d2f-4c41-a933-0c0f4427e9ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a167d0bc-7acd-41de-b7f5-1725d420540d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a167d0bc-7acd-41de-b7f5-1725d420540d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8771399962359831103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103877139996235983110387713999623598311038771399962359831103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f85c39-743f-4b77-9211-27144f03f353, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc76f688-b44a-4ff0-8044-04039691ceb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc76f688-b44a-4ff0-8044-04039691ceb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680646806609940990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990768064680660994099076806468066099409907680646806609940990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a167d0bc-7acd-41de-b7f5-1725d420540d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40c06ee3-d5b5-4706-bbdf-4cfa17a3ffdd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c06ee3-d5b5-4706-bbdf-4cfa17a3ffdd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724440394944870380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380177244403949448703801772444039494487038017724440394944870380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc76f688-b44a-4ff0-8044-04039691ceb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c65043-850f-4885-936c-447d00e07ba3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c06ee3-d5b5-4706-bbdf-4cfa17a3ffdd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c65043-850f-4885-936c-447d00e07ba3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11656334467160741712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712116563344671607417121165633446716074171211656334467160741712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90c1e626-0913-4591-ad21-1000c56897d0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c1e626-0913-4591-ad21-1000c56897d0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3421484716618963374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374342148471661896337434214847166189633743421484716618963374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c65043-850f-4885-936c-447d00e07ba3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c1e626-0913-4591-ad21-1000c56897d0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6dbd131-428d-472b-9562-2ab8e3faa265, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6dbd131-428d-472b-9562-2ab8e3faa265, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10805311168963274583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583108053111689632745831080531116896327458310805311168963274583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcef6ac3-205f-4f76-bbfb-b73565bd1219, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcef6ac3-205f-4f76-bbfb-b73565bd1219, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2683752568386342611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611268375256838634261126837525683863426112683752568386342611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcef6ac3-205f-4f76-bbfb-b73565bd1219, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18313e7d-5fbd-49ad-8dd1-d66b4a0bf254, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18313e7d-5fbd-49ad-8dd1-d66b4a0bf254, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2546257411211521893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893254625741121152189325462574112115218932546257411211521893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6dbd131-428d-472b-9562-2ab8e3faa265, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a52f32-d0f4-47b5-83c2-3fbd91e99009, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a52f32-d0f4-47b5-83c2-3fbd91e99009, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795297066171836005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005279529706617183600527952970661718360052795297066171836005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18313e7d-5fbd-49ad-8dd1-d66b4a0bf254, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6b39d00-f2b6-46f7-9f4b-7ccd8aa3365e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b39d00-f2b6-46f7-9f4b-7ccd8aa3365e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2811519459705922800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800281151945970592280028115194597059228002811519459705922800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a52f32-d0f4-47b5-83c2-3fbd91e99009, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0959a6f-bc8e-4a95-8dab-d2e3a6c1eddd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0959a6f-bc8e-4a95-8dab-d2e3a6c1eddd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3141464660502398480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480314146466050239848031414646605023984803141464660502398480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b39d00-f2b6-46f7-9f4b-7ccd8aa3365e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62585469-3870-4e30-98c6-d12bd98f7072, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62585469-3870-4e30-98c6-d12bd98f7072, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10640637905390766365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365106406379053907663651064063790539076636510640637905390766365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0959a6f-bc8e-4a95-8dab-d2e3a6c1eddd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5168f5b5-ce34-4e53-8c9f-0078652f784d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5168f5b5-ce34-4e53-8c9f-0078652f784d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3235329735826984950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950323532973582698495032353297358269849503235329735826984950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62585469-3870-4e30-98c6-d12bd98f7072, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a21ff428-600e-49dc-8e3c-8f8a6e911153, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21ff428-600e-49dc-8e3c-8f8a6e911153, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5466528671041692703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703546652867104169270354665286710416927035466528671041692703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5168f5b5-ce34-4e53-8c9f-0078652f784d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6e27203-554e-4856-b786-00bf3aca0460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e27203-554e-4856-b786-00bf3aca0460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17662199274902257730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730176621992749022577301766219927490225773017662199274902257730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21ff428-600e-49dc-8e3c-8f8a6e911153, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52606cd0-fce5-49f3-b34c-449555245ce6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52606cd0-fce5-49f3-b34c-449555245ce6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6347795911099151716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716634779591109915171663477959110991517166347795911099151716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e27203-554e-4856-b786-00bf3aca0460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cfef3ef-ac0b-4de7-bb60-a771aaa802aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfef3ef-ac0b-4de7-bb60-a771aaa802aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7035668999798723140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140703566899979872314070356689997987231407035668999798723140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52606cd0-fce5-49f3-b34c-449555245ce6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aa5f851-377c-46d8-8003-fb36c8254b01, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aa5f851-377c-46d8-8003-fb36c8254b01, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816070048652918733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733581607004865291873358160700486529187335816070048652918733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aa5f851-377c-46d8-8003-fb36c8254b01, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8488399f-129e-442c-8f9b-b0501353093e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8488399f-129e-442c-8f9b-b0501353093e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866472044206678850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850986647204420667885098664720442066788509866472044206678850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfef3ef-ac0b-4de7-bb60-a771aaa802aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eca02df-7983-4fcd-9f8b-e21c08a5dc08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eca02df-7983-4fcd-9f8b-e21c08a5dc08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563908178021438139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139155639081780214381391556390817802143813915563908178021438139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8488399f-129e-442c-8f9b-b0501353093e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b87f6b6-a2ff-42fd-b549-10e4f2095a5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b87f6b6-a2ff-42fd-b549-10e4f2095a5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1355019434568596987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987135501943456859698713550194345685969871355019434568596987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eca02df-7983-4fcd-9f8b-e21c08a5dc08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5de1dfad-689f-4ae4-99b4-392affe23cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de1dfad-689f-4ae4-99b4-392affe23cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000602378481182261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261100006023784811822611000060237848118226110000602378481182261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b87f6b6-a2ff-42fd-b549-10e4f2095a5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de1dfad-689f-4ae4-99b4-392affe23cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f079d09-b6e9-456f-a2af-3117cb681cfa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f079d09-b6e9-456f-a2af-3117cb681cfa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449289340807050028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028244928934080705002824492893408070500282449289340807050028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e53377cc-f472-4011-95ec-160e4277dfac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f079d09-b6e9-456f-a2af-3117cb681cfa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53377cc-f472-4011-95ec-160e4277dfac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5660622136112404007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007566062213611240400756606221361124040075660622136112404007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c83a7b8-0a69-4e1b-8fb6-cfbd6e531ed0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c83a7b8-0a69-4e1b-8fb6-cfbd6e531ed0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6859642674229096223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223685964267422909622368596426742290962236859642674229096223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53377cc-f472-4011-95ec-160e4277dfac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f1417e-f865-464d-9e4f-3f5e477ca26e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f1417e-f865-464d-9e4f-3f5e477ca26e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13439847270708458456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456134398472707084584561343984727070845845613439847270708458456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c83a7b8-0a69-4e1b-8fb6-cfbd6e531ed0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f1417e-f865-464d-9e4f-3f5e477ca26e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d72af3-d393-4964-8f8b-84d016125c5c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d72af3-d393-4964-8f8b-84d016125c5c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15467526070811729100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100154675260708117291001546752607081172910015467526070811729100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df5bed48-5b20-4430-a97a-525b4eab4fa0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df5bed48-5b20-4430-a97a-525b4eab4fa0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252980153227736424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424112529801532277364241125298015322773642411252980153227736424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d72af3-d393-4964-8f8b-84d016125c5c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23fb4eb-aa27-4f49-8024-0648e509b82e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23fb4eb-aa27-4f49-8024-0648e509b82e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4576057041338118274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274457605704133811827445760570413381182744576057041338118274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df5bed48-5b20-4430-a97a-525b4eab4fa0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23fb4eb-aa27-4f49-8024-0648e509b82e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a152568-90ed-4f7f-b7f1-c6c28c69d487, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 234772f8-b9ac-459c-885c-b82897943fdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a152568-90ed-4f7f-b7f1-c6c28c69d487, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 903753288293341690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690903753288293341690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 234772f8-b9ac-459c-885c-b82897943fdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5840910137829255490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490584091013782925549058409101378292554905840910137829255490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a152568-90ed-4f7f-b7f1-c6c28c69d487, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c3c472-8c84-4502-80b7-87dfd31afac3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 234772f8-b9ac-459c-885c-b82897943fdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c3c472-8c84-4502-80b7-87dfd31afac3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320292019479770568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568173202920194797705681732029201947977056817320292019479770568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4011557a-7d15-41e6-a40e-4e5b40100855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4011557a-7d15-41e6-a40e-4e5b40100855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14181091848378792442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442141810918483787924421418109184837879244214181091848378792442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c3c472-8c84-4502-80b7-87dfd31afac3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b2662a-c3db-4ce0-a875-abc12df1496d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b2662a-c3db-4ce0-a875-abc12df1496d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11011446983934403021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021110114469839344030211101144698393440302111011446983934403021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4011557a-7d15-41e6-a40e-4e5b40100855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc153af8-486c-4efb-8182-1d0da8ab925d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc153af8-486c-4efb-8182-1d0da8ab925d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11073426364174503461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461110734263641745034611107342636417450346111073426364174503461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc153af8-486c-4efb-8182-1d0da8ab925d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3446c16-d389-4f40-bd34-e92ee730cd55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3446c16-d389-4f40-bd34-e92ee730cd55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9122653947693248837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837912265394769324883791226539476932488379122653947693248837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b2662a-c3db-4ce0-a875-abc12df1496d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad67ba84-841e-4ea8-a17e-758f67a7cca8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3446c16-d389-4f40-bd34-e92ee730cd55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad67ba84-841e-4ea8-a17e-758f67a7cca8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5231067256429572907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907523106725642957290752310672564295729075231067256429572907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd937de9-5655-4b27-af90-1f27aa880d02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd937de9-5655-4b27-af90-1f27aa880d02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5418510473003554013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013541851047300355401354185104730035540135418510473003554013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd937de9-5655-4b27-af90-1f27aa880d02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed5469e-a5d0-4fe1-8102-a7a0515120bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed5469e-a5d0-4fe1-8102-a7a0515120bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17857841370097470526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526178578413700974705261785784137009747052617857841370097470526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad67ba84-841e-4ea8-a17e-758f67a7cca8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f2cb0b0-f50c-49a6-a0f0-72952ca18301, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2cb0b0-f50c-49a6-a0f0-72952ca18301, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7823688602301996174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174782368860230199617478236886023019961747823688602301996174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed5469e-a5d0-4fe1-8102-a7a0515120bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0c8266b-0438-478b-9c97-c090f67887c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c8266b-0438-478b-9c97-c090f67887c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2398672806397203490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490239867280639720349023986728063972034902398672806397203490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c8266b-0438-478b-9c97-c090f67887c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2878cfa-7851-478e-b469-5347ba63a639, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2cb0b0-f50c-49a6-a0f0-72952ca18301, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca333a7-6b0c-47ce-9447-f92d3a5949ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca333a7-6b0c-47ce-9447-f92d3a5949ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15058523140462424886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886150585231404624248861505852314046242488615058523140462424886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2878cfa-7851-478e-b469-5347ba63a639, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11397680736305477434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434113976807363054774341139768073630547743411397680736305477434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca333a7-6b0c-47ce-9447-f92d3a5949ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc0aeac-0588-432e-8ceb-f9f9a711faa0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc0aeac-0588-432e-8ceb-f9f9a711faa0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8143257953648763198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198814325795364876319881432579536487631988143257953648763198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2878cfa-7851-478e-b469-5347ba63a639, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695858aa-b332-4341-ad35-3d5b4bebee6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695858aa-b332-4341-ad35-3d5b4bebee6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049812010003207295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295304981201000320729530498120100032072953049812010003207295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc0aeac-0588-432e-8ceb-f9f9a711faa0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21f4a283-83fb-4272-b057-91501c50a73d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695858aa-b332-4341-ad35-3d5b4bebee6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f4a283-83fb-4272-b057-91501c50a73d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2714851086092431080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080271485108609243108027148510860924310802714851086092431080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db03ba7-3871-4f2b-9d75-60add458178f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db03ba7-3871-4f2b-9d75-60add458178f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3651090224632116969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969365109022463211696936510902246321169693651090224632116969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f4a283-83fb-4272-b057-91501c50a73d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b22c62-25b2-4d87-ab9d-b70d88ec87cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b22c62-25b2-4d87-ab9d-b70d88ec87cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4560717100271300253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253456071710027130025345607171002713002534560717100271300253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db03ba7-3871-4f2b-9d75-60add458178f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63d5d265-09af-4875-b6ef-e0f3b084b631, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b22c62-25b2-4d87-ab9d-b70d88ec87cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d5dc5d0-7e7d-43bd-ac69-a0d31d40b72f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63d5d265-09af-4875-b6ef-e0f3b084b631, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334088824872039792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792173340888248720397921733408882487203979217334088824872039792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5dc5d0-7e7d-43bd-ac69-a0d31d40b72f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7791726635672291619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619779172663567229161977917266356722916197791726635672291619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63d5d265-09af-4875-b6ef-e0f3b084b631, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26c4e581-7ae8-4641-b125-65822518bb8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5dc5d0-7e7d-43bd-ac69-a0d31d40b72f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c4e581-7ae8-4641-b125-65822518bb8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5465555327935635963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963546555532793563596354655553279356359635465555327935635963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af392c4c-8741-46bf-b87a-f3756e52e50a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af392c4c-8741-46bf-b87a-f3756e52e50a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4551527025750414358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358455152702575041435845515270257504143584551527025750414358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c4e581-7ae8-4641-b125-65822518bb8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc1c784-2b56-4324-a097-8e5513bc8e74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc1c784-2b56-4324-a097-8e5513bc8e74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119534895023896475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475111953489502389647511195348950238964751119534895023896475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af392c4c-8741-46bf-b87a-f3756e52e50a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f731170a-0716-4ef8-99c8-0b505b2f6630, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f731170a-0716-4ef8-99c8-0b505b2f6630, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197809393762531785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785819780939376253178581978093937625317858197809393762531785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc1c784-2b56-4324-a097-8e5513bc8e74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4303c29f-4cbf-43be-a79d-c69d5c1e181f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f731170a-0716-4ef8-99c8-0b505b2f6630, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4303c29f-4cbf-43be-a79d-c69d5c1e181f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10694366932601772785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785106943669326017727851069436693260177278510694366932601772785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aa96bd7-a294-41cd-a4d0-050ab22ba091, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aa96bd7-a294-41cd-a4d0-050ab22ba091, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3634086929381374907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907363408692938137490736340869293813749073634086929381374907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4303c29f-4cbf-43be-a79d-c69d5c1e181f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9188780-aed9-4a90-8182-6850a655b176, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9188780-aed9-4a90-8182-6850a655b176, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392400059932384726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726143924000599323847261439240005993238472614392400059932384726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aa96bd7-a294-41cd-a4d0-050ab22ba091, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a07567c-4d34-482d-baf6-5cfd089977a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a07567c-4d34-482d-baf6-5cfd089977a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2849016012093977183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183284901601209397718328490160120939771832849016012093977183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9188780-aed9-4a90-8182-6850a655b176, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a07567c-4d34-482d-baf6-5cfd089977a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d82f349d-9c04-47a6-afde-8cd2cb3e105a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82f349d-9c04-47a6-afde-8cd2cb3e105a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3594595822270700334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334359459582227070033435945958222707003343594595822270700334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622bfbff-76ec-41c7-8872-020917397ccd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622bfbff-76ec-41c7-8872-020917397ccd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587993825713672108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108105879938257136721081058799382571367210810587993825713672108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82f349d-9c04-47a6-afde-8cd2cb3e105a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84595c36-3d72-4729-97bb-29530d25bae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84595c36-3d72-4729-97bb-29530d25bae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3431827625981237332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332343182762598123733234318276259812373323431827625981237332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622bfbff-76ec-41c7-8872-020917397ccd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dec64398-452f-4c5c-ae62-a91e4d572731, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec64398-452f-4c5c-ae62-a91e4d572731, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9182829480899538859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859918282948089953885991828294808995388599182829480899538859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84595c36-3d72-4729-97bb-29530d25bae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c06b03-e544-4cc4-b0aa-dc624b13abb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c06b03-e544-4cc4-b0aa-dc624b13abb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194417293360840567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567101944172933608405671019441729336084056710194417293360840567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec64398-452f-4c5c-ae62-a91e4d572731, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043aef35-2e5a-4c0e-b0d9-9f6d7f10f973, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043aef35-2e5a-4c0e-b0d9-9f6d7f10f973, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608583424732190300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300160858342473219030016085834247321903001608583424732190300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043aef35-2e5a-4c0e-b0d9-9f6d7f10f973, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c06b03-e544-4cc4-b0aa-dc624b13abb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50c433c6-6717-47a2-8a96-75689908c008, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35484fa5-3ea2-4a50-b956-b0a861d557c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35484fa5-3ea2-4a50-b956-b0a861d557c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11027844338414486732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732110278443384144867321102784433841448673211027844338414486732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c433c6-6717-47a2-8a96-75689908c008, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11008531311697199233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233110085313116971992331100853131169719923311008531311697199233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35484fa5-3ea2-4a50-b956-b0a861d557c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5fa24af-f980-4535-bfd6-6b5cb7f48a4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fa24af-f980-4535-bfd6-6b5cb7f48a4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590795505050768307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307159079550505076830715907955050507683071590795505050768307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c433c6-6717-47a2-8a96-75689908c008, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48abd12e-efb0-449b-a833-bbc9ae57c67d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48abd12e-efb0-449b-a833-bbc9ae57c67d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551672677650756240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240955167267765075624095516726776507562409551672677650756240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fa24af-f980-4535-bfd6-6b5cb7f48a4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d0f4ac-cf3f-4b7c-9b3a-2f705190c018, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d0f4ac-cf3f-4b7c-9b3a-2f705190c018, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6195492714266659375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375619549271426665937561954927142666593756195492714266659375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48abd12e-efb0-449b-a833-bbc9ae57c67d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 796db448-723a-47ef-bc0f-3234d16ac666, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796db448-723a-47ef-bc0f-3234d16ac666, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10447310864373148684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684104473108643731486841044731086437314868410447310864373148684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d0f4ac-cf3f-4b7c-9b3a-2f705190c018, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d9d83f-4526-4c92-9221-46994024c4ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d9d83f-4526-4c92-9221-46994024c4ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3093357151425870235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235309335715142587023530933571514258702353093357151425870235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796db448-723a-47ef-bc0f-3234d16ac666, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34903e81-7d81-40a5-a564-77e499656035, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34903e81-7d81-40a5-a564-77e499656035, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4770733854412307559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559477073385441230755947707338544123075594770733854412307559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d9d83f-4526-4c92-9221-46994024c4ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34903e81-7d81-40a5-a564-77e499656035, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8be6e85a-8742-4e0d-b156-f86342460283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be6e85a-8742-4e0d-b156-f86342460283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5984383991995951815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815598438399199595181559843839919959518155984383991995951815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3afdf6-2b72-48c8-8807-8d124d95ff32, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3afdf6-2b72-48c8-8807-8d124d95ff32, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5105462269594481686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686510546226959448168651054622695944816865105462269594481686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be6e85a-8742-4e0d-b156-f86342460283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4614fc24-e0f7-4fa3-910c-876dbf5a4ef3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3afdf6-2b72-48c8-8807-8d124d95ff32, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4614fc24-e0f7-4fa3-910c-876dbf5a4ef3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16964698736654877594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594169646987366548775941696469873665487759416964698736654877594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea2757fb-6751-4b91-a104-78d576929a40, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4614fc24-e0f7-4fa3-910c-876dbf5a4ef3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea2757fb-6751-4b91-a104-78d576929a40, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601684031111534845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845860168403111153484586016840311115348458601684031111534845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b443cd0-8848-4343-81c7-40235d61d70f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b443cd0-8848-4343-81c7-40235d61d70f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5162868404365890021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021516286840436589002151628684043658900215162868404365890021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea2757fb-6751-4b91-a104-78d576929a40, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae107cec-0e60-4ae5-84a6-6bd7d527d667, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae107cec-0e60-4ae5-84a6-6bd7d527d667, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513369648368126101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101145133696483681261011451336964836812610114513369648368126101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b443cd0-8848-4343-81c7-40235d61d70f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355f32e1-a66b-4256-aa91-f8706e3f4549, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355f32e1-a66b-4256-aa91-f8706e3f4549, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9028917572799635370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370902891757279963537090289175727996353709028917572799635370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae107cec-0e60-4ae5-84a6-6bd7d527d667, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45a24b0-97a7-45ab-a88a-10fe6df87cd7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45a24b0-97a7-45ab-a88a-10fe6df87cd7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8741992588674663618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618874199258867466361887419925886746636188741992588674663618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355f32e1-a66b-4256-aa91-f8706e3f4549, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cacc7446-e5ae-4240-b5ec-ad740452564b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45a24b0-97a7-45ab-a88a-10fe6df87cd7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacc7446-e5ae-4240-b5ec-ad740452564b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 875079260307198039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039875079260307198039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc42159e-940a-447b-ba01-160c10fa090a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc42159e-940a-447b-ba01-160c10fa090a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10267360279030483732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732102673602790304837321026736027903048373210267360279030483732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacc7446-e5ae-4240-b5ec-ad740452564b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbc1e002-e41e-4e00-96e2-d818f3c03e6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc1e002-e41e-4e00-96e2-d818f3c03e6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12197678823063757248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248121976788230637572481219767882306375724812197678823063757248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc42159e-940a-447b-ba01-160c10fa090a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91df461-43e0-4f46-9020-28d8309679fb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91df461-43e0-4f46-9020-28d8309679fb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6051689289007421573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573605168928900742157360516892890074215736051689289007421573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc1e002-e41e-4e00-96e2-d818f3c03e6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818bd438-f3b7-4611-95d0-1797a3d9b32c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818bd438-f3b7-4611-95d0-1797a3d9b32c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11131764262815351999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999111317642628153519991113176426281535199911131764262815351999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91df461-43e0-4f46-9020-28d8309679fb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3d345ae-18e5-44d9-b01c-1b8483116664, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d345ae-18e5-44d9-b01c-1b8483116664, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1640858606475465365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365164085860647546536516408586064754653651640858606475465365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818bd438-f3b7-4611-95d0-1797a3d9b32c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d345ae-18e5-44d9-b01c-1b8483116664, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f8b1060-3c9d-4f8b-9da0-4d5258e1774d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8b1060-3c9d-4f8b-9da0-4d5258e1774d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10627008191279069786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786106270081912790697861062700819127906978610627008191279069786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c5ac8a8-16f4-4cfe-b7ba-55c47ce269b7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5ac8a8-16f4-4cfe-b7ba-55c47ce269b7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784151072732400044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044784151072732400044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8b1060-3c9d-4f8b-9da0-4d5258e1774d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2616cc6f-e7e7-4f11-bb80-27406d0e2cab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2616cc6f-e7e7-4f11-bb80-27406d0e2cab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8662644665712624199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199866264466571262419986626446657126241998662644665712624199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5ac8a8-16f4-4cfe-b7ba-55c47ce269b7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a495caa6-c1d0-40c8-9f44-2501f638de08, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a495caa6-c1d0-40c8-9f44-2501f638de08, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13214931711430641153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153132149317114306411531321493171143064115313214931711430641153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a495caa6-c1d0-40c8-9f44-2501f638de08, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cefa30c-e45d-4503-9086-22bd4c68f626, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cefa30c-e45d-4503-9086-22bd4c68f626, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8102257391903310274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274810225739190331027481022573919033102748102257391903310274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2616cc6f-e7e7-4f11-bb80-27406d0e2cab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cefa30c-e45d-4503-9086-22bd4c68f626, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b92e9b-f5b2-427d-ac93-87b8a38413f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b92e9b-f5b2-427d-ac93-87b8a38413f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17142995390887152898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898171429953908871528981714299539088715289817142995390887152898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69af53e3-b8e8-4895-bb70-072258531676, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69af53e3-b8e8-4895-bb70-072258531676, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9558837832079416222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222955883783207941622295588378320794162229558837832079416222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b92e9b-f5b2-427d-ac93-87b8a38413f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91f1efba-173a-4055-98c5-c894d67e8df0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f1efba-173a-4055-98c5-c894d67e8df0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621837396346393977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977962183739634639397796218373963463939779621837396346393977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69af53e3-b8e8-4895-bb70-072258531676, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f1efba-173a-4055-98c5-c894d67e8df0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1e3feed-cc7c-4aa8-b0d2-4212590446c4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 417246c2-bbdc-4634-9b27-c4d81dc5541e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 417246c2-bbdc-4634-9b27-c4d81dc5541e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319245540516696225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225931924554051669622593192455405166962259319245540516696225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1e3feed-cc7c-4aa8-b0d2-4212590446c4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 74786864231974282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282747868642319742827478686423197428274786864231974282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1e3feed-cc7c-4aa8-b0d2-4212590446c4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d5f8a6-ff27-4346-94d2-6e74d16efaa6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d5f8a6-ff27-4346-94d2-6e74d16efaa6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5513711257099079858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858551371125709907985855137112570990798585513711257099079858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 417246c2-bbdc-4634-9b27-c4d81dc5541e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0bd83d4-4b3c-455f-9cc8-8d3566b21ce0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0bd83d4-4b3c-455f-9cc8-8d3566b21ce0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18197459416009299811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811181974594160092998111819745941600929981118197459416009299811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d5f8a6-ff27-4346-94d2-6e74d16efaa6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e9d6663-c760-46bc-9908-f3c5d1f106e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9d6663-c760-46bc-9908-f3c5d1f106e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913105993452453036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036891310599345245303689131059934524530368913105993452453036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0bd83d4-4b3c-455f-9cc8-8d3566b21ce0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a603effd-bd5a-4ee0-8893-8b1ce52eed3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a603effd-bd5a-4ee0-8893-8b1ce52eed3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17383015363535952504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504173830153635359525041738301536353595250417383015363535952504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9d6663-c760-46bc-9908-f3c5d1f106e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f4e7c43-57c8-4a03-a59f-119c9bf052f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4e7c43-57c8-4a03-a59f-119c9bf052f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555126744815841206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206175551267448158412061755512674481584120617555126744815841206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a603effd-bd5a-4ee0-8893-8b1ce52eed3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bff627aa-202d-44cf-a26e-7fd5dcbff09a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bff627aa-202d-44cf-a26e-7fd5dcbff09a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17420710762844419729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729174207107628444197291742071076284441972917420710762844419729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4e7c43-57c8-4a03-a59f-119c9bf052f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae5985e2-a2ce-4f2f-b5f1-095b3e37e654, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5985e2-a2ce-4f2f-b5f1-095b3e37e654, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385432944314675366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366123854329443146753661238543294431467536612385432944314675366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bff627aa-202d-44cf-a26e-7fd5dcbff09a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5985e2-a2ce-4f2f-b5f1-095b3e37e654, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae295d7-270b-43e7-841c-eb99e2c6c58c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae295d7-270b-43e7-841c-eb99e2c6c58c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11723615297064994286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286117236152970649942861172361529706499428611723615297064994286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e7e817e-f185-4084-b0eb-de27d1f24bb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e7e817e-f185-4084-b0eb-de27d1f24bb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15259347208619915875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875152593472086199158751525934720861991587515259347208619915875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae295d7-270b-43e7-841c-eb99e2c6c58c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7460b3f3-7281-4cd2-be4b-5fe4f299329b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7460b3f3-7281-4cd2-be4b-5fe4f299329b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911576499923708711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711391157649992370871139115764999237087113911576499923708711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e7e817e-f185-4084-b0eb-de27d1f24bb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b33eb1-3601-4caf-907f-c8a7a6e5fb47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b33eb1-3601-4caf-907f-c8a7a6e5fb47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16048785011207593191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191160487850112075931911604878501120759319116048785011207593191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7460b3f3-7281-4cd2-be4b-5fe4f299329b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 286fef84-9c60-43e0-9320-befd1a000360, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286fef84-9c60-43e0-9320-befd1a000360, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4367860440961124542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542436786044096112454243678604409611245424367860440961124542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286fef84-9c60-43e0-9320-befd1a000360, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348ee03c-c838-447a-b00f-1e2444b6df1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348ee03c-c838-447a-b00f-1e2444b6df1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18050544454253150542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542180505444542531505421805054445425315054218050544454253150542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b33eb1-3601-4caf-907f-c8a7a6e5fb47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e64fd2-0a3b-452f-be26-cccf714c3280, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e64fd2-0a3b-452f-be26-cccf714c3280, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171598184251534219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219717159818425153421971715981842515342197171598184251534219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348ee03c-c838-447a-b00f-1e2444b6df1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32931cb8-8b79-40b1-b6d6-862a48cb65bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32931cb8-8b79-40b1-b6d6-862a48cb65bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17375499223158194927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927173754992231581949271737549922315819492717375499223158194927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e64fd2-0a3b-452f-be26-cccf714c3280, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b05fa9-7bfe-48d4-8ae6-59e0908d5025, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b05fa9-7bfe-48d4-8ae6-59e0908d5025, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976952830986329667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667397695283098632966739769528309863296673976952830986329667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32931cb8-8b79-40b1-b6d6-862a48cb65bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7527c56-87ad-4fa8-9cbf-33682d24c280, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b05fa9-7bfe-48d4-8ae6-59e0908d5025, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7527c56-87ad-4fa8-9cbf-33682d24c280, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3610140003217635860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860361014000321763586036101400032176358603610140003217635860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 877a7656-21a0-4b45-9ade-d73ccd44842c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877a7656-21a0-4b45-9ade-d73ccd44842c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608253961214619842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842126082539612146198421260825396121461984212608253961214619842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7527c56-87ad-4fa8-9cbf-33682d24c280, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4151766-d287-49d3-9dd4-c51e61b01168, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4151766-d287-49d3-9dd4-c51e61b01168, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5217010853824408054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054521701085382440805452170108538244080545217010853824408054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877a7656-21a0-4b45-9ade-d73ccd44842c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 762f715a-3cd6-4d23-a98c-7bb4aeac230d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762f715a-3cd6-4d23-a98c-7bb4aeac230d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998338950567502754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754169983389505675027541699833895056750275416998338950567502754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4151766-d287-49d3-9dd4-c51e61b01168, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8be6d914-5877-4c38-8721-cb033b7a8283, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8be6d914-5877-4c38-8721-cb033b7a8283, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034953082439537934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934903495308243953793490349530824395379349034953082439537934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762f715a-3cd6-4d23-a98c-7bb4aeac230d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7104879d-9d9e-43c0-8af0-fd6ad5d604c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7104879d-9d9e-43c0-8af0-fd6ad5d604c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8748309226928516964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964874830922692851696487483092269285169648748309226928516964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8be6d914-5877-4c38-8721-cb033b7a8283, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 763f4b26-9059-4f28-9b88-dc37df55ccf9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763f4b26-9059-4f28-9b88-dc37df55ccf9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5778052992355079333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333577805299235507933357780529923550793335778052992355079333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7104879d-9d9e-43c0-8af0-fd6ad5d604c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664f1eb4-9130-4770-bee3-ac6c77b57b53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664f1eb4-9130-4770-bee3-ac6c77b57b53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9163760551016418861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861916376055101641886191637605510164188619163760551016418861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763f4b26-9059-4f28-9b88-dc37df55ccf9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3fe0496-5009-40f3-adf5-e1917c42eef3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fe0496-5009-40f3-adf5-e1917c42eef3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17777287920749846552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552177772879207498465521777728792074984655217777287920749846552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664f1eb4-9130-4770-bee3-ac6c77b57b53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 780be4ea-7bfa-41aa-bf86-d5841cc23201, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780be4ea-7bfa-41aa-bf86-d5841cc23201, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17806555619510737499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499178065556195107374991780655561951073749917806555619510737499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fe0496-5009-40f3-adf5-e1917c42eef3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e9369d-3735-4b7d-9465-4dde73187872, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e9369d-3735-4b7d-9465-4dde73187872, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8941826489674305958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958894182648967430595889418264896743059588941826489674305958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780be4ea-7bfa-41aa-bf86-d5841cc23201, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffbafc5-65e2-4c40-b42a-273285079599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffbafc5-65e2-4c40-b42a-273285079599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8775168661858295786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786877516866185829578687751686618582957868775168661858295786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e9369d-3735-4b7d-9465-4dde73187872, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9daa80-c691-44ae-b7bd-1ab67438a49b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9daa80-c691-44ae-b7bd-1ab67438a49b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11447640442615857497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497114476404426158574971144764044261585749711447640442615857497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffbafc5-65e2-4c40-b42a-273285079599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a470c99d-e6dd-4120-a80c-1cd6357509c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a470c99d-e6dd-4120-a80c-1cd6357509c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6839911031442803698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698683991103144280369868399110314428036986839911031442803698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9daa80-c691-44ae-b7bd-1ab67438a49b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5f88da-a609-421d-a7a0-cc9414956166, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5f88da-a609-421d-a7a0-cc9414956166, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13872959452733814886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886138729594527338148861387295945273381488613872959452733814886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a470c99d-e6dd-4120-a80c-1cd6357509c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90277a70-5d3b-4b1d-bb3a-b12bbe48f4cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90277a70-5d3b-4b1d-bb3a-b12bbe48f4cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16801147589440747618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618168011475894407476181680114758944074761816801147589440747618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5f88da-a609-421d-a7a0-cc9414956166, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c90851b7-4ef6-45b7-84f7-6605a901477e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90851b7-4ef6-45b7-84f7-6605a901477e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14689718266104020254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254146897182661040202541468971826610402025414689718266104020254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90277a70-5d3b-4b1d-bb3a-b12bbe48f4cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2c44edf-c41f-481e-83a0-b99e41430ccb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c44edf-c41f-481e-83a0-b99e41430ccb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17547159140140548298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298175471591401405482981754715914014054829817547159140140548298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90851b7-4ef6-45b7-84f7-6605a901477e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4b18a73-a71e-4bd1-aaa8-3a82e58ba620, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b18a73-a71e-4bd1-aaa8-3a82e58ba620, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6666234689276096446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446666623468927609644666662346892760964466666234689276096446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c44edf-c41f-481e-83a0-b99e41430ccb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c0467a-7bb7-4955-a2e4-1b27e366f538, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c0467a-7bb7-4955-a2e4-1b27e366f538, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3144623665271336391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391314462366527133639131446236652713363913144623665271336391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c0467a-7bb7-4955-a2e4-1b27e366f538, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61d3450d-d9da-458d-994c-94e8d5fa7426, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61d3450d-d9da-458d-994c-94e8d5fa7426, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4319255092858424917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917431925509285842491743192550928584249174319255092858424917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b18a73-a71e-4bd1-aaa8-3a82e58ba620, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57379a6-8358-42cb-a1f2-f5f85ff7569f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57379a6-8358-42cb-a1f2-f5f85ff7569f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13050523004337346247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247130505230043373462471305052300433734624713050523004337346247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61d3450d-d9da-458d-994c-94e8d5fa7426, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2fc6b4e-c60e-48d2-b7be-89d0a536487a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2fc6b4e-c60e-48d2-b7be-89d0a536487a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18129595187912342195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195181295951879123421951812959518791234219518129595187912342195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57379a6-8358-42cb-a1f2-f5f85ff7569f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7543bac-950b-46af-95c7-d84f81d05bb3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2fc6b4e-c60e-48d2-b7be-89d0a536487a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7543bac-950b-46af-95c7-d84f81d05bb3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17234871671413530125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125172348716714135301251723487167141353012517234871671413530125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40950bf6-3fee-4b93-bf76-146ba465d10e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40950bf6-3fee-4b93-bf76-146ba465d10e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7928744196077014496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496792874419607701449679287441960770144967928744196077014496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7543bac-950b-46af-95c7-d84f81d05bb3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40950bf6-3fee-4b93-bf76-146ba465d10e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4f23fee-7779-4010-9dc6-d4972b8b6ac0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f23fee-7779-4010-9dc6-d4972b8b6ac0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823099524148696070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070128230995241486960701282309952414869607012823099524148696070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48a31084-c91b-4f42-8f83-e752716838ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a31084-c91b-4f42-8f83-e752716838ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18106623452383162690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690181066234523831626901810662345238316269018106623452383162690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f23fee-7779-4010-9dc6-d4972b8b6ac0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b906fc-3dc3-4cc8-8a36-fcd5182f9671, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b906fc-3dc3-4cc8-8a36-fcd5182f9671, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15243513783849541490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490152435137838495414901524351378384954149015243513783849541490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a31084-c91b-4f42-8f83-e752716838ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b5a720-18e8-41d5-9d19-bf8f885fac31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b5a720-18e8-41d5-9d19-bf8f885fac31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398735330429211002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002183987353304292110021839873533042921100218398735330429211002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b5a720-18e8-41d5-9d19-bf8f885fac31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a0e3a12-95ec-439a-b722-f13f5b60df5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0e3a12-95ec-439a-b722-f13f5b60df5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8821800613096384059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059882180061309638405988218006130963840598821800613096384059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b906fc-3dc3-4cc8-8a36-fcd5182f9671, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa7cfab-d453-4a38-899c-b6ee126771b9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0e3a12-95ec-439a-b722-f13f5b60df5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6fe24a8-096d-4ab1-92a2-d17693d95e79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6fe24a8-096d-4ab1-92a2-d17693d95e79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17330362911605098889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889173303629116050988891733036291160509888917330362911605098889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa7cfab-d453-4a38-899c-b6ee126771b9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14245833610063238729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729142458336100632387291424583361006323872914245833610063238729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6fe24a8-096d-4ab1-92a2-d17693d95e79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db96e5bc-ec91-4ec4-a330-835cb27cdafe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db96e5bc-ec91-4ec4-a330-835cb27cdafe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424337800535364068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068142433780053536406814243378005353640681424337800535364068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa7cfab-d453-4a38-899c-b6ee126771b9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c544f97b-59b5-473f-9d8f-fa2d7e013aa1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c544f97b-59b5-473f-9d8f-fa2d7e013aa1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 108896655258466082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082108896655258466082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db96e5bc-ec91-4ec4-a330-835cb27cdafe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fae0741-140b-4056-b0f5-e1a9e3b926ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fae0741-140b-4056-b0f5-e1a9e3b926ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7323702575729418091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091732370257572941809173237025757294180917323702575729418091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c544f97b-59b5-473f-9d8f-fa2d7e013aa1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 206f2680-9d14-4a88-bf34-4852eb8ec1fc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 206f2680-9d14-4a88-bf34-4852eb8ec1fc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082768574287817481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481908276857428781748190827685742878174819082768574287817481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fae0741-140b-4056-b0f5-e1a9e3b926ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b3f952-39f1-4a82-93c3-20e002ef5b8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b3f952-39f1-4a82-93c3-20e002ef5b8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7173103670753309240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240717310367075330924071731036707533092407173103670753309240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 206f2680-9d14-4a88-bf34-4852eb8ec1fc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a4774c3-4b35-404d-a23f-eda654ce2b89, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a4774c3-4b35-404d-a23f-eda654ce2b89, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305064443516425551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551163050644435164255511630506444351642555116305064443516425551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b3f952-39f1-4a82-93c3-20e002ef5b8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9438744-f688-4327-8e3c-e78868feb63b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9438744-f688-4327-8e3c-e78868feb63b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750030072176391537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537375003007217639153737500300721763915373750030072176391537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a4774c3-4b35-404d-a23f-eda654ce2b89, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d14ff18-2510-4fd4-916d-9bddeb4afe11, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d14ff18-2510-4fd4-916d-9bddeb4afe11, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15095908374550928506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506150959083745509285061509590837455092850615095908374550928506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9438744-f688-4327-8e3c-e78868feb63b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05f71940-a0df-4630-a58e-701623a46aea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d14ff18-2510-4fd4-916d-9bddeb4afe11, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f71940-a0df-4630-a58e-701623a46aea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15999988207502496202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202159999882075024962021599998820750249620215999988207502496202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ecba43-a3b3-43dc-b4a6-6c73fcff9f54, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ecba43-a3b3-43dc-b4a6-6c73fcff9f54, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661699609803287983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983366169960980328798336616996098032879833661699609803287983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f71940-a0df-4630-a58e-701623a46aea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a369a3-447e-4001-bf39-92dba20db3b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ecba43-a3b3-43dc-b4a6-6c73fcff9f54, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a369a3-447e-4001-bf39-92dba20db3b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15504248785050931089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089155042487850509310891550424878505093108915504248785050931089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c8764e-d36b-4720-ab4d-509931ad7963, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c8764e-d36b-4720-ab4d-509931ad7963, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1746129172924359568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568174612917292435956817461291729243595681746129172924359568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a369a3-447e-4001-bf39-92dba20db3b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6229d01d-a2e3-47ce-a713-c2f4e35d020d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6229d01d-a2e3-47ce-a713-c2f4e35d020d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156389498133220362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362415638949813322036241563894981332203624156389498133220362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c8764e-d36b-4720-ab4d-509931ad7963, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e36e5f8a-ad92-4e60-a9aa-aae1cae90492, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36e5f8a-ad92-4e60-a9aa-aae1cae90492, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268064197807553520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520926806419780755352092680641978075535209268064197807553520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6229d01d-a2e3-47ce-a713-c2f4e35d020d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e5b4b6-7b59-4355-bfdf-3f81235a747c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36e5f8a-ad92-4e60-a9aa-aae1cae90492, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44c5145-4dd9-4841-918f-48762e8c07ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44c5145-4dd9-4841-918f-48762e8c07ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14732232701826299715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715147322327018262997151473223270182629971514732232701826299715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e5b4b6-7b59-4355-bfdf-3f81235a747c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912734530179507401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401129127345301795074011291273453017950740112912734530179507401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44c5145-4dd9-4841-918f-48762e8c07ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e5b4b6-7b59-4355-bfdf-3f81235a747c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d209d237-933d-4dc2-a94f-7562d1ba45be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d209d237-933d-4dc2-a94f-7562d1ba45be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128261974209379679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679512826197420937967951282619742093796795128261974209379679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea5a0c0f-5e0d-4b14-922a-ce0b2af1b1eb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5a0c0f-5e0d-4b14-922a-ce0b2af1b1eb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9836793366723161312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312983679336672316131298367933667231613129836793366723161312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d209d237-933d-4dc2-a94f-7562d1ba45be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a702feae-3a16-4be7-8d00-2cc7f4e5dd33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a702feae-3a16-4be7-8d00-2cc7f4e5dd33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8141162942421874478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478814116294242187447881411629424218744788141162942421874478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5a0c0f-5e0d-4b14-922a-ce0b2af1b1eb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16a88fba-b8d1-4684-9e92-5bb88090680a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a88fba-b8d1-4684-9e92-5bb88090680a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9680100720007536187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187968010072000753618796801007200075361879680100720007536187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a702feae-3a16-4be7-8d00-2cc7f4e5dd33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a2f4ca9-bf98-4d04-b4ad-74c36529538d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a2f4ca9-bf98-4d04-b4ad-74c36529538d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13064575796438685416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416130645757964386854161306457579643868541613064575796438685416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a88fba-b8d1-4684-9e92-5bb88090680a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28563117-ff45-4a3a-a4f7-1f1fb170670c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28563117-ff45-4a3a-a4f7-1f1fb170670c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363121000922867698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698143631210009228676981436312100092286769814363121000922867698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a2f4ca9-bf98-4d04-b4ad-74c36529538d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f6d3cc9-6647-4883-9931-b0f6523f848a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6d3cc9-6647-4883-9931-b0f6523f848a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095068766926067896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896309506876692606789630950687669260678963095068766926067896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6d3cc9-6647-4883-9931-b0f6523f848a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ec457d8-7ab1-4a70-a97c-7eab85e63126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec457d8-7ab1-4a70-a97c-7eab85e63126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180476745777988872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872518047674577798887251804767457779888725180476745777988872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28563117-ff45-4a3a-a4f7-1f1fb170670c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45cd28f1-b598-4de8-b875-fde154c1ff79, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cd28f1-b598-4de8-b875-fde154c1ff79, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362119300040027212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212173621193000400272121736211930004002721217362119300040027212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec457d8-7ab1-4a70-a97c-7eab85e63126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5937e2b-9182-46cc-82c9-3607a3fd2b4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5937e2b-9182-46cc-82c9-3607a3fd2b4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044511192936555317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317160445111929365553171604451119293655531716044511192936555317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cd28f1-b598-4de8-b875-fde154c1ff79, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd2d2d7-f358-4f45-99bc-e91448fdc1b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd2d2d7-f358-4f45-99bc-e91448fdc1b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16898345901974178907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907168983459019741789071689834590197417890716898345901974178907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd2d2d7-f358-4f45-99bc-e91448fdc1b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64883ead-97f4-4141-a1eb-ebf6ca989ab8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64883ead-97f4-4141-a1eb-ebf6ca989ab8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489767075280142586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586144897670752801425861448976707528014258614489767075280142586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64883ead-97f4-4141-a1eb-ebf6ca989ab8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36816af2-1c8e-49d6-a0a0-b8ad3d9b5282, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36816af2-1c8e-49d6-a0a0-b8ad3d9b5282, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13173649374080881834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834131736493740808818341317364937408088183413173649374080881834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5937e2b-9182-46cc-82c9-3607a3fd2b4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8c9d847-11db-4ff6-99c3-70a3adb9a249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c9d847-11db-4ff6-99c3-70a3adb9a249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072321354214697465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465150723213542146974651507232135421469746515072321354214697465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c9d847-11db-4ff6-99c3-70a3adb9a249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8718636d-5b6f-4d71-b4d0-d7c5c3378365, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8718636d-5b6f-4d71-b4d0-d7c5c3378365, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14206348638347721958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958142063486383477219581420634863834772195814206348638347721958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36816af2-1c8e-49d6-a0a0-b8ad3d9b5282, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0bc7f7-1506-4baa-b58e-67086fce9b6a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0bc7f7-1506-4baa-b58e-67086fce9b6a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1738147060286210687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687173814706028621068717381470602862106871738147060286210687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8718636d-5b6f-4d71-b4d0-d7c5c3378365, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d70715-faee-4b1e-b089-5c98e5b7be13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d70715-faee-4b1e-b089-5c98e5b7be13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14986737753084777529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529149867377530847775291498673775308477752914986737753084777529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0bc7f7-1506-4baa-b58e-67086fce9b6a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82570af5-f251-4974-8105-d3354d3c3e78, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82570af5-f251-4974-8105-d3354d3c3e78, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13790473021017007002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002137904730210170070021379047302101700700213790473021017007002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d70715-faee-4b1e-b089-5c98e5b7be13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6365d86-8015-462f-a861-e34afb057d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6365d86-8015-462f-a861-e34afb057d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948846096159393792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792994884609615939379299488460961593937929948846096159393792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82570af5-f251-4974-8105-d3354d3c3e78, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e632d223-753c-4bff-ab74-3acb2e2f05ab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e632d223-753c-4bff-ab74-3acb2e2f05ab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220932440831211556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556122209324408312115561222093244083121155612220932440831211556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6365d86-8015-462f-a861-e34afb057d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af11ee65-c5c9-4a41-b6c1-00aea3bb4771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af11ee65-c5c9-4a41-b6c1-00aea3bb4771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16983294950829754168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168169832949508297541681698329495082975416816983294950829754168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e632d223-753c-4bff-ab74-3acb2e2f05ab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af11ee65-c5c9-4a41-b6c1-00aea3bb4771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15effab5-0b83-4171-b537-7d7bc50c91de, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15effab5-0b83-4171-b537-7d7bc50c91de, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041556800434505938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938140415568004345059381404155680043450593814041556800434505938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e32abc4d-9622-4b02-923a-6121718ab3a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32abc4d-9622-4b02-923a-6121718ab3a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14333900413727676616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616143339004137276766161433390041372767661614333900413727676616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15effab5-0b83-4171-b537-7d7bc50c91de, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b08f07-b2b8-4ade-bfb4-19505758b1f8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b08f07-b2b8-4ade-bfb4-19505758b1f8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5680156453363398880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880568015645336339888056801564533633988805680156453363398880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32abc4d-9622-4b02-923a-6121718ab3a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43293663-0e4a-45f7-8aa9-853de2062da6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43293663-0e4a-45f7-8aa9-853de2062da6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10928073338279602219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219109280733382796022191092807333827960221910928073338279602219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b08f07-b2b8-4ade-bfb4-19505758b1f8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e250eef9-9b98-402b-ab84-9ad7175b865c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43293663-0e4a-45f7-8aa9-853de2062da6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 570937f0-4157-4dda-bcce-af48c9f6ac8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 570937f0-4157-4dda-bcce-af48c9f6ac8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756666919266181317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317107566669192661813171075666691926618131710756666919266181317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e250eef9-9b98-402b-ab84-9ad7175b865c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12327467502381372768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768123274675023813727681232746750238137276812327467502381372768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 570937f0-4157-4dda-bcce-af48c9f6ac8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e250eef9-9b98-402b-ab84-9ad7175b865c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4896755-d07f-4ad6-82ee-dc558f2e5628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4896755-d07f-4ad6-82ee-dc558f2e5628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7919810024842463865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865791981002484246386579198100248424638657919810024842463865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7113db-c9c9-454d-9f8f-a664739bdc46, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7113db-c9c9-454d-9f8f-a664739bdc46, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682845195712972584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584682845195712972584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4896755-d07f-4ad6-82ee-dc558f2e5628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f902e40b-1514-4da4-8802-82eb68daf241, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f902e40b-1514-4da4-8802-82eb68daf241, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6666378134730658408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408666637813473065840866663781347306584086666378134730658408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7113db-c9c9-454d-9f8f-a664739bdc46, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 065dbf5a-d5d0-42c4-9493-e005595c2049, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065dbf5a-d5d0-42c4-9493-e005595c2049, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1873541178598332034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034187354117859833203418735411785983320341873541178598332034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f902e40b-1514-4da4-8802-82eb68daf241, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd059a0-046b-4461-a120-dc599e14c6fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd059a0-046b-4461-a120-dc599e14c6fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086735842202110902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902140867358422021109021408673584220211090214086735842202110902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065dbf5a-d5d0-42c4-9493-e005595c2049, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec14e2df-37f8-46cc-84e1-f4fca6028f2e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd059a0-046b-4461-a120-dc599e14c6fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec14e2df-37f8-46cc-84e1-f4fca6028f2e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2401280417720155481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481240128041772015548124012804177201554812401280417720155481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b8c822a-39dc-428d-83e2-d59601166798, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8c822a-39dc-428d-83e2-d59601166798, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787142906448295047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047978714290644829504797871429064482950479787142906448295047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec14e2df-37f8-46cc-84e1-f4fca6028f2e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8c822a-39dc-428d-83e2-d59601166798, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1294547c-945b-4caf-b5c4-d3e6234b7b75, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4535a42-b85b-4ffd-8fef-90bbee704843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4535a42-b85b-4ffd-8fef-90bbee704843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9411735202371162838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838941173520237116283894117352023711628389411735202371162838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1294547c-945b-4caf-b5c4-d3e6234b7b75, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615636670884542975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975861563667088454297586156366708845429758615636670884542975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4535a42-b85b-4ffd-8fef-90bbee704843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f440ed4d-5461-4ff2-8cf4-d4e3dda0c5a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f440ed4d-5461-4ff2-8cf4-d4e3dda0c5a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5937196467542761336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336593719646754276133659371964675427613365937196467542761336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1294547c-945b-4caf-b5c4-d3e6234b7b75, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 233ac447-cf08-4f04-be40-d67d4fe08a69, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 233ac447-cf08-4f04-be40-d67d4fe08a69, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2586467301143943446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446258646730114394344625864673011439434462586467301143943446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f440ed4d-5461-4ff2-8cf4-d4e3dda0c5a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 233ac447-cf08-4f04-be40-d67d4fe08a69, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc7d608-33ed-466b-8c07-796263c12822, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f07882fc-e676-4c31-86cc-cedc2b8cbffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc7d608-33ed-466b-8c07-796263c12822, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331856313589853843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843733185631358985384373318563135898538437331856313589853843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f07882fc-e676-4c31-86cc-cedc2b8cbffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17636265845732446695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695176362658457324466951763626584573244669517636265845732446695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f07882fc-e676-4c31-86cc-cedc2b8cbffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c62ec53a-08f4-48ac-88f5-45e27b4f6cae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc7d608-33ed-466b-8c07-796263c12822, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62ec53a-08f4-48ac-88f5-45e27b4f6cae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12763358101124402978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978127633581011244029781276335810112440297812763358101124402978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88d04a1-0d56-4537-a547-fc489b9aeffe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88d04a1-0d56-4537-a547-fc489b9aeffe, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8511864462268426933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933851186446226842693385118644622684269338511864462268426933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62ec53a-08f4-48ac-88f5-45e27b4f6cae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfb98e8e-bc78-47f7-99f0-6ae7fa5b174c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb98e8e-bc78-47f7-99f0-6ae7fa5b174c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097780153457478762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762120977801534574787621209778015345747876212097780153457478762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88d04a1-0d56-4537-a547-fc489b9aeffe, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88348c2d-402a-41a8-9eda-c613ed0cb7c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88348c2d-402a-41a8-9eda-c613ed0cb7c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054629664188445432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432605462966418844543260546296641884454326054629664188445432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb98e8e-bc78-47f7-99f0-6ae7fa5b174c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04eec683-e268-43e5-966f-7937b9aa1188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04eec683-e268-43e5-966f-7937b9aa1188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16927223641336620022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022169272236413366200221692722364133662002216927223641336620022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88348c2d-402a-41a8-9eda-c613ed0cb7c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef33cf14-05d3-4c5d-88cf-35801b85498b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef33cf14-05d3-4c5d-88cf-35801b85498b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112059099966066959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959511205909996606695951120590999660669595112059099966066959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04eec683-e268-43e5-966f-7937b9aa1188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 023939d7-d270-4807-8a2b-9a162d61e600, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023939d7-d270-4807-8a2b-9a162d61e600, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335356862173866645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645143353568621738666451433535686217386664514335356862173866645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef33cf14-05d3-4c5d-88cf-35801b85498b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1021bfe4-1ba0-4c18-80ad-c09c6739a903, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1021bfe4-1ba0-4c18-80ad-c09c6739a903, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709148876539418353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353870914887653941835387091488765394183538709148876539418353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023939d7-d270-4807-8a2b-9a162d61e600, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96bdf670-57ec-4cab-8eee-2a684d09d22e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bdf670-57ec-4cab-8eee-2a684d09d22e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932591397615754551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551932591397615754551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1021bfe4-1ba0-4c18-80ad-c09c6739a903, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e1192c-aec3-465e-9d57-dd008e7e3d0a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e1192c-aec3-465e-9d57-dd008e7e3d0a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 105204153146109943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943105204153146109943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bdf670-57ec-4cab-8eee-2a684d09d22e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e84d092c-22fa-4bcb-af84-7e1a4accfd04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e1192c-aec3-465e-9d57-dd008e7e3d0a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57e7aab-2cb1-4613-a43d-ece02d28507d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57e7aab-2cb1-4613-a43d-ece02d28507d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12062098049681842043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043120620980496818420431206209804968184204312062098049681842043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84d092c-22fa-4bcb-af84-7e1a4accfd04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17601939972124920606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606176019399721249206061760193997212492060617601939972124920606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57e7aab-2cb1-4613-a43d-ece02d28507d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84d092c-22fa-4bcb-af84-7e1a4accfd04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf54800-d49a-4379-8139-d7c904304417, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf54800-d49a-4379-8139-d7c904304417, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9953406592558633926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926995340659255863392699534065925586339269953406592558633926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9b85ce-d8dc-42f9-a9cc-ca167f643fed, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9b85ce-d8dc-42f9-a9cc-ca167f643fed, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10920414578791687885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885109204145787916878851092041457879168788510920414578791687885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf54800-d49a-4379-8139-d7c904304417, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aade1c8-6ad5-4ce0-ab7d-2bbc32d485e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aade1c8-6ad5-4ce0-ab7d-2bbc32d485e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11125344866919699685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685111253448669196996851112534486691969968511125344866919699685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9b85ce-d8dc-42f9-a9cc-ca167f643fed, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c432800b-30ce-40c1-8ef1-8158fb0d7484, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c432800b-30ce-40c1-8ef1-8158fb0d7484, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5912901152083774432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432591290115208377443259129011520837744325912901152083774432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aade1c8-6ad5-4ce0-ab7d-2bbc32d485e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b6a07d5-1232-4de7-afc8-68499b0c30ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6a07d5-1232-4de7-afc8-68499b0c30ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8115415128885622071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071811541512888562207181154151288856220718115415128885622071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c432800b-30ce-40c1-8ef1-8158fb0d7484, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12215ddf-713a-4454-b755-166fa553b559, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12215ddf-713a-4454-b755-166fa553b559, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280363204144132358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358102803632041441323581028036320414413235810280363204144132358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6a07d5-1232-4de7-afc8-68499b0c30ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e79d3da-b230-48a3-979d-4b015c331e5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e79d3da-b230-48a3-979d-4b015c331e5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468157975335353205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205144681579753353532051446815797533535320514468157975335353205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12215ddf-713a-4454-b755-166fa553b559, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149a2682-ab47-4d5e-9ed5-cf952e4eb0ca, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149a2682-ab47-4d5e-9ed5-cf952e4eb0ca, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17440486046095135135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135174404860460951351351744048604609513513517440486046095135135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e79d3da-b230-48a3-979d-4b015c331e5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ddb4705-e82e-4d8e-9d3f-88acd5dcdee1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddb4705-e82e-4d8e-9d3f-88acd5dcdee1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10469828073333778206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206104698280733337782061046982807333377820610469828073333778206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149a2682-ab47-4d5e-9ed5-cf952e4eb0ca, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddb4705-e82e-4d8e-9d3f-88acd5dcdee1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b562583-76e5-41d8-ac5f-e1dfed6ffad9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b562583-76e5-41d8-ac5f-e1dfed6ffad9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12880720197955340917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917128807201979553409171288072019795534091712880720197955340917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aad8b31-76c7-4d69-90a0-fa1063b7b4fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aad8b31-76c7-4d69-90a0-fa1063b7b4fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5810109143139032404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404581010914313903240458101091431390324045810109143139032404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aad8b31-76c7-4d69-90a0-fa1063b7b4fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9360be79-f619-4efb-b1b5-a0cb7b143a20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9360be79-f619-4efb-b1b5-a0cb7b143a20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11910191954115613789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789119101919541156137891191019195411561378911910191954115613789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b562583-76e5-41d8-ac5f-e1dfed6ffad9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f3f49b6-300c-4b04-8e38-5aaac1d5cdef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9360be79-f619-4efb-b1b5-a0cb7b143a20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3f49b6-300c-4b04-8e38-5aaac1d5cdef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297517763519811296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296182975177635198112961829751776351981129618297517763519811296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac1e262-d4e2-47be-943b-f413ad0dc26d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac1e262-d4e2-47be-943b-f413ad0dc26d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5554829273595698377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377555482927359569837755548292735956983775554829273595698377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3f49b6-300c-4b04-8e38-5aaac1d5cdef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae7d67d-ec26-4560-9859-d0d12016c660, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae7d67d-ec26-4560-9859-d0d12016c660, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2119827469314094554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554211982746931409455421198274693140945542119827469314094554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac1e262-d4e2-47be-943b-f413ad0dc26d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f7ecf87-76fd-44be-9522-fea31bfde000, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7ecf87-76fd-44be-9522-fea31bfde000, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17815873671850353464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464178158736718503534641781587367185035346417815873671850353464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae7d67d-ec26-4560-9859-d0d12016c660, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7adcb19d-de25-4121-b911-f13766c06557, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7adcb19d-de25-4121-b911-f13766c06557, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14656158533248837860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860146561585332488378601465615853324883786014656158533248837860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7ecf87-76fd-44be-9522-fea31bfde000, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9253eb64-08d5-4373-a740-8e2191bb2aba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9253eb64-08d5-4373-a740-8e2191bb2aba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12018159435040939902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902120181594350409399021201815943504093990212018159435040939902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7adcb19d-de25-4121-b911-f13766c06557, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32681689-551b-4014-9a56-8ee23f65da17, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32681689-551b-4014-9a56-8ee23f65da17, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871510384289441098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098187151038428944109818715103842894410981871510384289441098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9253eb64-08d5-4373-a740-8e2191bb2aba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f24ae1a4-c73c-4993-91d5-afd6f02056a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24ae1a4-c73c-4993-91d5-afd6f02056a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8815700050299854950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950881570005029985495088157000502998549508815700050299854950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32681689-551b-4014-9a56-8ee23f65da17, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b4f7a1-5483-4540-ac43-a841658b799f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b4f7a1-5483-4540-ac43-a841658b799f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76409124453346087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087764091244533460877640912445334608776409124453346087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b4f7a1-5483-4540-ac43-a841658b799f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e20748c7-7d5a-481f-b126-5dd01c836cb0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20748c7-7d5a-481f-b126-5dd01c836cb0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12496358752961703179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179124963587529617031791249635875296170317912496358752961703179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24ae1a4-c73c-4993-91d5-afd6f02056a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15d8b5ec-ccb1-49ee-b326-878b187e0b2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15d8b5ec-ccb1-49ee-b326-878b187e0b2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302406067987855920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920153024060679878559201530240606798785592015302406067987855920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20748c7-7d5a-481f-b126-5dd01c836cb0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15d8b5ec-ccb1-49ee-b326-878b187e0b2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 959f27c5-b44e-4e70-a8da-5b01cac55d6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb498dc6-bcc4-423d-891d-6559f9049f51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959f27c5-b44e-4e70-a8da-5b01cac55d6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151625961507769212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212151625961507769212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb498dc6-bcc4-423d-891d-6559f9049f51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3008855221187586751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751300885522118758675130088552211875867513008855221187586751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959f27c5-b44e-4e70-a8da-5b01cac55d6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb498dc6-bcc4-423d-891d-6559f9049f51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e27bdaa-7873-4698-9fc1-1e15a25522f5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d13f7afc-693f-4484-87bc-60db22cd408a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d13f7afc-693f-4484-87bc-60db22cd408a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711540706066217649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649107115407060662176491071154070606621764910711540706066217649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e27bdaa-7873-4698-9fc1-1e15a25522f5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1308713891170635140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140130871389117063514013087138911706351401308713891170635140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d13f7afc-693f-4484-87bc-60db22cd408a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e27bdaa-7873-4698-9fc1-1e15a25522f5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d730c42-ce55-4694-8c94-f94cb7c26314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d730c42-ce55-4694-8c94-f94cb7c26314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920715559866668816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816192071555986666881619207155598666688161920715559866668816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54bcfd31-e6b1-4f23-b524-baa5ff999b4a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bcfd31-e6b1-4f23-b524-baa5ff999b4a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703395707628170476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476970339570762817047697033957076281704769703395707628170476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d730c42-ce55-4694-8c94-f94cb7c26314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa87a5d8-f76e-414c-8e05-26222ddb101e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa87a5d8-f76e-414c-8e05-26222ddb101e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9356423938082606994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994935642393808260699493564239380826069949356423938082606994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bcfd31-e6b1-4f23-b524-baa5ff999b4a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c49118b1-13df-4419-9207-658cbbf63e7b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49118b1-13df-4419-9207-658cbbf63e7b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5084931943688223766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766508493194368822376650849319436882237665084931943688223766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa87a5d8-f76e-414c-8e05-26222ddb101e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcecc9c1-0fdf-4066-8a50-fff173726801, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49118b1-13df-4419-9207-658cbbf63e7b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcecc9c1-0fdf-4066-8a50-fff173726801, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12179798286723785236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236121797982867237852361217979828672378523612179798286723785236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07491f7e-6efb-4371-97bb-43802238f53a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07491f7e-6efb-4371-97bb-43802238f53a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914117540404737019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019129141175404047370191291411754040473701912914117540404737019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcecc9c1-0fdf-4066-8a50-fff173726801, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 231e3e2c-fe06-451c-8640-05b6eac193c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231e3e2c-fe06-451c-8640-05b6eac193c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9240354705158061466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466924035470515806146692403547051580614669240354705158061466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07491f7e-6efb-4371-97bb-43802238f53a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3712fdd1-7a4e-4ceb-91b1-5ac6f1b04a73, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3712fdd1-7a4e-4ceb-91b1-5ac6f1b04a73, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743547614742503729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729137435476147425037291374354761474250372913743547614742503729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231e3e2c-fe06-451c-8640-05b6eac193c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80468a92-8823-47a8-bc7f-b0f65bdbc702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80468a92-8823-47a8-bc7f-b0f65bdbc702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5086009612584613499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499508600961258461349950860096125846134995086009612584613499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3712fdd1-7a4e-4ceb-91b1-5ac6f1b04a73, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0259359-d6e0-4784-ac23-a8b741a8c8c0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80468a92-8823-47a8-bc7f-b0f65bdbc702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0aff9a-ac7a-42a9-8ae3-de8f345e3456, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0aff9a-ac7a-42a9-8ae3-de8f345e3456, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150098614451089927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927171500986144510899271715009861445108992717150098614451089927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0259359-d6e0-4784-ac23-a8b741a8c8c0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12003577752508110562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562120035777525081105621200357775250811056212003577752508110562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0259359-d6e0-4784-ac23-a8b741a8c8c0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3e541d-5be4-4858-8ecd-a879a98eec51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0aff9a-ac7a-42a9-8ae3-de8f345e3456, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3e541d-5be4-4858-8ecd-a879a98eec51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687678287761632609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609116876782877616326091168767828776163260911687678287761632609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9553c302-8874-40a9-92c9-f1ee8b99a4f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9553c302-8874-40a9-92c9-f1ee8b99a4f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631047983546657843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843136310479835466578431363104798354665784313631047983546657843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3e541d-5be4-4858-8ecd-a879a98eec51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab07d8ef-ec92-409d-8fc4-9b1ea0b07f40, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab07d8ef-ec92-409d-8fc4-9b1ea0b07f40, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14042374264394105738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738140423742643941057381404237426439410573814042374264394105738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9553c302-8874-40a9-92c9-f1ee8b99a4f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff7518e4-f5fe-46bc-af61-a18069474db4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7518e4-f5fe-46bc-af61-a18069474db4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17505273469847197255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255175052734698471972551750527346984719725517505273469847197255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab07d8ef-ec92-409d-8fc4-9b1ea0b07f40, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a0d811c-9d30-4aa2-aaa9-1b5fedf092fd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0d811c-9d30-4aa2-aaa9-1b5fedf092fd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12243634864614269227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227122436348646142692271224363486461426922712243634864614269227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7518e4-f5fe-46bc-af61-a18069474db4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b73e9b-2c79-414f-aefd-fed3bc22c075, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b73e9b-2c79-414f-aefd-fed3bc22c075, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11668569596334314683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683116685695963343146831166856959633431468311668569596334314683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0d811c-9d30-4aa2-aaa9-1b5fedf092fd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6a6384-6c1c-440a-8163-6a305ce0d51f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6a6384-6c1c-440a-8163-6a305ce0d51f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16798096827023544679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679167980968270235446791679809682702354467916798096827023544679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b73e9b-2c79-414f-aefd-fed3bc22c075, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5dc2d5-07ab-4f4a-b1f3-4d16e216e790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5dc2d5-07ab-4f4a-b1f3-4d16e216e790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5193597507890586173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173519359750789058617351935975078905861735193597507890586173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6a6384-6c1c-440a-8163-6a305ce0d51f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1541dff0-b8f8-4dc5-b40f-9ca3f4c772c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1541dff0-b8f8-4dc5-b40f-9ca3f4c772c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2084724524885071969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969208472452488507196920847245248850719692084724524885071969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5dc2d5-07ab-4f4a-b1f3-4d16e216e790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c56bad0-07d5-4e09-ba9e-bf12f00e2c06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c56bad0-07d5-4e09-ba9e-bf12f00e2c06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16147236209016654111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111161472362090166541111614723620901665411116147236209016654111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1541dff0-b8f8-4dc5-b40f-9ca3f4c772c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c7a90c-88ca-4d3c-893f-4c32f08e0312, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c7a90c-88ca-4d3c-893f-4c32f08e0312, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7061261915352630727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727706126191535263072770612619153526307277061261915352630727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c56bad0-07d5-4e09-ba9e-bf12f00e2c06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fb2b363-34e2-41dd-b9c9-23cdfe026355, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c7a90c-88ca-4d3c-893f-4c32f08e0312, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb2b363-34e2-41dd-b9c9-23cdfe026355, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008173559736861827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827100817355973686182710081735597368618271008173559736861827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5aac2ff-bf38-4600-834d-d85d82c3ff35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5aac2ff-bf38-4600-834d-d85d82c3ff35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9669691775998414034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034966969177599841403496696917759984140349669691775998414034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb2b363-34e2-41dd-b9c9-23cdfe026355, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 306138f1-5b92-432d-ae28-98abdd26bfdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306138f1-5b92-432d-ae28-98abdd26bfdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2927163202544831799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799292716320254483179929271632025448317992927163202544831799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5aac2ff-bf38-4600-834d-d85d82c3ff35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46985066-e92b-4e13-a054-703c7230a382, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46985066-e92b-4e13-a054-703c7230a382, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337795810759693578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578333779581075969357833377958107596935783337795810759693578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306138f1-5b92-432d-ae28-98abdd26bfdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7114eaf8-b7b0-465b-83f1-ed0760026f20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7114eaf8-b7b0-465b-83f1-ed0760026f20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10652887642178099213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213106528876421780992131065288764217809921310652887642178099213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46985066-e92b-4e13-a054-703c7230a382, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d8ee31-c8c7-4caa-a491-170551cb2548, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d8ee31-c8c7-4caa-a491-170551cb2548, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3718505408800175365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365371850540880017536537185054088001753653718505408800175365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7114eaf8-b7b0-465b-83f1-ed0760026f20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 935b6b60-6eab-410d-a33d-4fa7de1d1249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935b6b60-6eab-410d-a33d-4fa7de1d1249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6250001881997618106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106625000188199761810662500018819976181066250001881997618106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d8ee31-c8c7-4caa-a491-170551cb2548, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 831b199e-ac47-4850-be5e-e9f20e73dc52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935b6b60-6eab-410d-a33d-4fa7de1d1249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cae4b9b-654d-458d-a482-670f3e16b187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 831b199e-ac47-4850-be5e-e9f20e73dc52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17144310790609525534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534171443107906095255341714431079060952553417144310790609525534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cae4b9b-654d-458d-a482-670f3e16b187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166047989992578134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134216604798999257813421660479899925781342166047989992578134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 831b199e-ac47-4850-be5e-e9f20e73dc52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcb2e8c9-8d70-47cf-85cd-ceb57df785a5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcb2e8c9-8d70-47cf-85cd-ceb57df785a5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14455907450580792958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958144559074505807929581445590745058079295814455907450580792958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cae4b9b-654d-458d-a482-670f3e16b187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9f36f39-8f6d-49c2-acdf-a0b0ebbaf85d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f36f39-8f6d-49c2-acdf-a0b0ebbaf85d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4945377583529885104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104494537758352988510449453775835298851044945377583529885104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcb2e8c9-8d70-47cf-85cd-ceb57df785a5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929bbd06-3045-48ea-8d19-fc32aefc233e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929bbd06-3045-48ea-8d19-fc32aefc233e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 324506529803918328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328324506529803918328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f36f39-8f6d-49c2-acdf-a0b0ebbaf85d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364e414d-1015-447b-880c-701fcd0c03d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364e414d-1015-447b-880c-701fcd0c03d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291789222681502278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278529178922268150227852917892226815022785291789222681502278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929bbd06-3045-48ea-8d19-fc32aefc233e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb4b6cc-ec60-409d-bbef-71794cb958d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb4b6cc-ec60-409d-bbef-71794cb958d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15320214810067655550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550153202148100676555501532021481006765555015320214810067655550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364e414d-1015-447b-880c-701fcd0c03d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23ab101f-1b97-4d4f-9e0a-db6a2a1a3a23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ab101f-1b97-4d4f-9e0a-db6a2a1a3a23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13209781108382404750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750132097811083824047501320978110838240475013209781108382404750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb4b6cc-ec60-409d-bbef-71794cb958d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33820431-d6d9-4eb8-b851-8d4678c65cc3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33820431-d6d9-4eb8-b851-8d4678c65cc3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003029432460235494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494100302943246023549410030294324602354941003029432460235494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ab101f-1b97-4d4f-9e0a-db6a2a1a3a23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3e2187-facd-4ddf-8f2d-1c6fb59e1ba4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3e2187-facd-4ddf-8f2d-1c6fb59e1ba4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4150289396862533213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213415028939686253321341502893968625332134150289396862533213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33820431-d6d9-4eb8-b851-8d4678c65cc3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b44e189-70d0-4c5e-9b4b-a01344f1e645, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b44e189-70d0-4c5e-9b4b-a01344f1e645, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10873322422988459662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662108733224229884596621087332242298845966210873322422988459662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3e2187-facd-4ddf-8f2d-1c6fb59e1ba4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3dc9727-3efa-4ba3-b587-ff20de836e7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3dc9727-3efa-4ba3-b587-ff20de836e7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4764647367094644473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473476464736709464447347646473670946444734764647367094644473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b44e189-70d0-4c5e-9b4b-a01344f1e645, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad448831-8bd0-4818-9ac2-45c4abd511b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad448831-8bd0-4818-9ac2-45c4abd511b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13980276769649304918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918139802767696493049181398027676964930491813980276769649304918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3dc9727-3efa-4ba3-b587-ff20de836e7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21951b2e-f635-4e22-b8e4-621868838d48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21951b2e-f635-4e22-b8e4-621868838d48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4167866237245427902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902416786623724542790241678662372454279024167866237245427902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad448831-8bd0-4818-9ac2-45c4abd511b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f66782-af5e-4324-bd0f-ae8279264711, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f66782-af5e-4324-bd0f-ae8279264711, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12230902879463343137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137122309028794633431371223090287946334313712230902879463343137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21951b2e-f635-4e22-b8e4-621868838d48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1dadfdd-63f0-45fb-8f10-0458ddfc6843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f66782-af5e-4324-bd0f-ae8279264711, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1dadfdd-63f0-45fb-8f10-0458ddfc6843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937869701920595526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526109378697019205955261093786970192059552610937869701920595526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5fc71f-db88-4b0a-9bab-0035db0ae6ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5fc71f-db88-4b0a-9bab-0035db0ae6ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17553039994033395667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667175530399940333956671755303999403339566717553039994033395667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1dadfdd-63f0-45fb-8f10-0458ddfc6843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 921a2fbc-830c-480d-9e84-95ae9c032849, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921a2fbc-830c-480d-9e84-95ae9c032849, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6380454015175287450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450638045401517528745063804540151752874506380454015175287450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5fc71f-db88-4b0a-9bab-0035db0ae6ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fef419d-926b-4ea2-95f3-c4141efe28a3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fef419d-926b-4ea2-95f3-c4141efe28a3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12511762708196039847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847125117627081960398471251176270819603984712511762708196039847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921a2fbc-830c-480d-9e84-95ae9c032849, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fef419d-926b-4ea2-95f3-c4141efe28a3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cdbf073-cf7a-4794-a21b-afb1dd051566, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdbf073-cf7a-4794-a21b-afb1dd051566, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8758358630254731998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998875835863025473199887583586302547319988758358630254731998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2028009-8b7c-4c71-9e0b-5a9bcf14890b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2028009-8b7c-4c71-9e0b-5a9bcf14890b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5944219404113958361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361594421940411395836159442194041139583615944219404113958361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdbf073-cf7a-4794-a21b-afb1dd051566, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c7b0d0e-e241-4c75-a656-c77d2007f985, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7b0d0e-e241-4c75-a656-c77d2007f985, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3769597025482038924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924376959702548203892437695970254820389243769597025482038924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2028009-8b7c-4c71-9e0b-5a9bcf14890b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9b7228-844b-4f3e-8ae5-916778de8163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9b7228-844b-4f3e-8ae5-916778de8163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13782847256400975798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798137828472564009757981378284725640097579813782847256400975798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7b0d0e-e241-4c75-a656-c77d2007f985, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9b7228-844b-4f3e-8ae5-916778de8163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d675e0c-2841-4306-af64-d32e61406dd2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d675e0c-2841-4306-af64-d32e61406dd2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733851816589399577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577773385181658939957777338518165893995777733851816589399577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d9d0bfc-0649-4240-97bb-34070c87cab5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d9d0bfc-0649-4240-97bb-34070c87cab5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5703708843660717295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295570370884366071729557037088436607172955703708843660717295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d675e0c-2841-4306-af64-d32e61406dd2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d9d0bfc-0649-4240-97bb-34070c87cab5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8131ab67-39a3-45d7-ab2e-15c860b1d61c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3feb61e-d3f3-41a8-958c-b47c18b190a0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8131ab67-39a3-45d7-ab2e-15c860b1d61c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1811826429487715802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802181182642948771580218118264294877158021811826429487715802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3feb61e-d3f3-41a8-958c-b47c18b190a0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16150919031474417067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067161509190314744170671615091903147441706716150919031474417067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8131ab67-39a3-45d7-ab2e-15c860b1d61c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56f0214c-6047-4804-bb4a-9711dc484866, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56f0214c-6047-4804-bb4a-9711dc484866, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3434955372078283383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383343495537207828338334349553720782833833434955372078283383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3feb61e-d3f3-41a8-958c-b47c18b190a0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 284a9375-d520-474c-b7cd-b9a678d841a8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284a9375-d520-474c-b7cd-b9a678d841a8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13051074459381343013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013130510744593813430131305107445938134301313051074459381343013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56f0214c-6047-4804-bb4a-9711dc484866, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fda73c2-cfaf-43e8-b848-0724cbf278ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fda73c2-cfaf-43e8-b848-0724cbf278ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204904290639419118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118420490429063941911842049042906394191184204904290639419118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284a9375-d520-474c-b7cd-b9a678d841a8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f21aed0-d7ad-4e1a-81f6-51f3aa93dc28, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f21aed0-d7ad-4e1a-81f6-51f3aa93dc28, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684892739803150737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737668489273980315073766848927398031507376684892739803150737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fda73c2-cfaf-43e8-b848-0724cbf278ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8f28417-5276-41be-8e24-cfcf7e4680be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f28417-5276-41be-8e24-cfcf7e4680be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8628045065233073375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375862804506523307337586280450652330733758628045065233073375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f21aed0-d7ad-4e1a-81f6-51f3aa93dc28, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b879f10b-221e-4391-a019-88a30559965c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b879f10b-221e-4391-a019-88a30559965c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3168022974377659966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966316802297437765996631680229743776599663168022974377659966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f28417-5276-41be-8e24-cfcf7e4680be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b879f10b-221e-4391-a019-88a30559965c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e61c377-184f-42f7-818f-102caaa3d820, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e61c377-184f-42f7-818f-102caaa3d820, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1785781328820622522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522178578132882062252217857813288206225221785781328820622522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c5f8c8-bf67-42fd-87f7-6a84cf505089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c5f8c8-bf67-42fd-87f7-6a84cf505089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2450401913107543951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951245040191310754395124504019131075439512450401913107543951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e61c377-184f-42f7-818f-102caaa3d820, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf5235e2-7ca8-43f1-90c3-454bf3a34afb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5235e2-7ca8-43f1-90c3-454bf3a34afb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2103303377472430978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978210330337747243097821033033774724309782103303377472430978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c5f8c8-bf67-42fd-87f7-6a84cf505089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834b3791-7587-4c11-8962-2eb49a9522b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5235e2-7ca8-43f1-90c3-454bf3a34afb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d4fbea8-3eee-46e0-971d-c84ce6cc8023, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4fbea8-3eee-46e0-971d-c84ce6cc8023, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3383580184115361547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547338358018411536154733835801841153615473383580184115361547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834b3791-7587-4c11-8962-2eb49a9522b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10248380559340600255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255102483805593406002551024838055934060025510248380559340600255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4fbea8-3eee-46e0-971d-c84ce6cc8023, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8300b3f-2eaa-4cb0-ab93-6ab484f46d28, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8300b3f-2eaa-4cb0-ab93-6ab484f46d28, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18007596250126683892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892180075962501266838921800759625012668389218007596250126683892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8300b3f-2eaa-4cb0-ab93-6ab484f46d28, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd63c981-1f43-4ce5-8da1-6d6e7f4de343, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834b3791-7587-4c11-8962-2eb49a9522b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd63c981-1f43-4ce5-8da1-6d6e7f4de343, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8930687700036867647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647893068770003686764789306877000368676478930687700036867647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0571a8-a96d-4477-9672-7a3401e1fb9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0571a8-a96d-4477-9672-7a3401e1fb9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703663813809104838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838970366381380910483897036638138091048389703663813809104838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd63c981-1f43-4ce5-8da1-6d6e7f4de343, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06473778-6488-47d8-8612-0f8504ce067c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06473778-6488-47d8-8612-0f8504ce067c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5174355824217000402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402517435582421700040251743558242170004025174355824217000402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0571a8-a96d-4477-9672-7a3401e1fb9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b8f0c26-5727-4098-a188-069ff1699938, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b8f0c26-5727-4098-a188-069ff1699938, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222149121108381710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710162221491211083817101622214912110838171016222149121108381710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06473778-6488-47d8-8612-0f8504ce067c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 729fefe9-6b24-4071-8c82-5ccbc4a33ab6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b8f0c26-5727-4098-a188-069ff1699938, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e54e69-acc6-4851-bfb9-9c9765f41495, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e54e69-acc6-4851-bfb9-9c9765f41495, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651841398689481246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246166518413986894812461665184139868948124616651841398689481246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729fefe9-6b24-4071-8c82-5ccbc4a33ab6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14355805207486008070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070143558052074860080701435580520748600807014355805207486008070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729fefe9-6b24-4071-8c82-5ccbc4a33ab6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e54e69-acc6-4851-bfb9-9c9765f41495, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c112f1c0-0942-40e8-b482-ef77fabeb068, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c112f1c0-0942-40e8-b482-ef77fabeb068, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15091729113618730868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868150917291136187308681509172911361873086815091729113618730868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d20a76-2f84-416b-a0c2-b84f487b2402, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d20a76-2f84-416b-a0c2-b84f487b2402, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14845742276064779012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012148457422760647790121484574227606477901214845742276064779012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d20a76-2f84-416b-a0c2-b84f487b2402, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31270f8f-c64c-4b6b-b35b-649296405b5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31270f8f-c64c-4b6b-b35b-649296405b5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2922681709865419160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160292268170986541916029226817098654191602922681709865419160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c112f1c0-0942-40e8-b482-ef77fabeb068, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98b07709-add3-4bc8-98fd-6617ef6ffd0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b07709-add3-4bc8-98fd-6617ef6ffd0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4296503949994180976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976429650394999418097642965039499941809764296503949994180976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31270f8f-c64c-4b6b-b35b-649296405b5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f057ec-7b95-484b-a075-a55fc551590e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f057ec-7b95-484b-a075-a55fc551590e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16413997611828124735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735164139976118281247351641399761182812473516413997611828124735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b07709-add3-4bc8-98fd-6617ef6ffd0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28fd2ae7-adbd-43ea-9dc3-48fb8551a4ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f057ec-7b95-484b-a075-a55fc551590e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fd2ae7-adbd-43ea-9dc3-48fb8551a4ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16110694680765807476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476161106946807658074761611069468076580747616110694680765807476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24c400e3-101f-45e4-a099-be6e52ad3716, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24c400e3-101f-45e4-a099-be6e52ad3716, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 890961762608788622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622890961762608788622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fd2ae7-adbd-43ea-9dc3-48fb8551a4ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52fd1b70-7253-42d7-b8d0-0a24d215b8a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fd1b70-7253-42d7-b8d0-0a24d215b8a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4343892163907347627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627434389216390734762743438921639073476274343892163907347627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24c400e3-101f-45e4-a099-be6e52ad3716, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d65d26-5735-4da9-b96b-d2860b7887e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d65d26-5735-4da9-b96b-d2860b7887e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2767850108521865692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692276785010852186569227678501085218656922767850108521865692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fd1b70-7253-42d7-b8d0-0a24d215b8a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ce04210-576e-4658-bbcf-07fdf1f94426, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce04210-576e-4658-bbcf-07fdf1f94426, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693312386835454827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827769331238683545482776933123868354548277693312386835454827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d65d26-5735-4da9-b96b-d2860b7887e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49cbea74-d396-44e9-b500-83604fbd7174, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce04210-576e-4658-bbcf-07fdf1f94426, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49cbea74-d396-44e9-b500-83604fbd7174, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5170736902169847977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977517073690216984797751707369021698479775170736902169847977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bce00550-b200-48ca-9f88-94cce3bef2e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce00550-b200-48ca-9f88-94cce3bef2e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187258579362850490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490141872585793628504901418725857936285049014187258579362850490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49cbea74-d396-44e9-b500-83604fbd7174, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbd59e94-3f7a-4313-ab31-21a3e4825622, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd59e94-3f7a-4313-ab31-21a3e4825622, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6036338187722567361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361603633818772256736160363381877225673616036338187722567361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce00550-b200-48ca-9f88-94cce3bef2e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae561530-7be2-4785-9125-89a22ecac338, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae561530-7be2-4785-9125-89a22ecac338, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12245930310109158124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124122459303101091581241224593031010915812412245930310109158124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd59e94-3f7a-4313-ab31-21a3e4825622, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae561530-7be2-4785-9125-89a22ecac338, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb7733ed-4c31-42ee-8502-048a4cc42519, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47e98187-a3cb-4afe-a224-1a9e835d2eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7733ed-4c31-42ee-8502-048a4cc42519, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932683322841404716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716693268332284140471669326833228414047166932683322841404716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e98187-a3cb-4afe-a224-1a9e835d2eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4212499771810135243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243421249977181013524342124997718101352434212499771810135243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7733ed-4c31-42ee-8502-048a4cc42519, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b13764-53c1-488a-85d7-1832cc1e0f7b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b13764-53c1-488a-85d7-1832cc1e0f7b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12337095608809405534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534123370956088094055341233709560880940553412337095608809405534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e98187-a3cb-4afe-a224-1a9e835d2eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78579174-2eb5-420a-aeac-c0b74217bc03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78579174-2eb5-420a-aeac-c0b74217bc03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11276694223722005073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073112766942237220050731127669422372200507311276694223722005073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b13764-53c1-488a-85d7-1832cc1e0f7b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afcf3e3f-86c5-44c6-9192-db0c2a31956c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afcf3e3f-86c5-44c6-9192-db0c2a31956c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11270324586305903969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969112703245863059039691127032458630590396911270324586305903969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afcf3e3f-86c5-44c6-9192-db0c2a31956c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f163c9c6-331b-4501-b9e9-1bdab6053d35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f163c9c6-331b-4501-b9e9-1bdab6053d35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639464765585119003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003166394647655851190031663946476558511900316639464765585119003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78579174-2eb5-420a-aeac-c0b74217bc03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52222d6e-2954-419d-9235-1c1270ce12e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52222d6e-2954-419d-9235-1c1270ce12e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14273034207267098796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796142730342072670987961427303420726709879614273034207267098796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f163c9c6-331b-4501-b9e9-1bdab6053d35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0fc3dc2-3d7a-4de8-8490-79864e675c9d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0fc3dc2-3d7a-4de8-8490-79864e675c9d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6251104893779651292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292625110489377965129262511048937796512926251104893779651292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0fc3dc2-3d7a-4de8-8490-79864e675c9d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b54582e-09a5-4181-9e05-0e30d2bab147, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52222d6e-2954-419d-9235-1c1270ce12e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aa42955-3229-4463-a474-da44c6e621c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b54582e-09a5-4181-9e05-0e30d2bab147, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763204265686385699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699976320426568638569997632042656863856999763204265686385699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa42955-3229-4463-a474-da44c6e621c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150359774290030705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705171503597742900307051715035977429003070517150359774290030705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b54582e-09a5-4181-9e05-0e30d2bab147, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7765af11-7de5-4a16-8eca-4e2f3b652520, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7765af11-7de5-4a16-8eca-4e2f3b652520, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896514183736539960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960289651418373653996028965141837365399602896514183736539960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa42955-3229-4463-a474-da44c6e621c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c0b1ba-6752-4385-9358-1a71b41f6d73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7765af11-7de5-4a16-8eca-4e2f3b652520, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c0b1ba-6752-4385-9358-1a71b41f6d73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114774388899254081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081171147743888992540811711477438889925408117114774388899254081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c1f971-890a-486c-8b07-29d2732a34a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c1f971-890a-486c-8b07-29d2732a34a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338461941130813897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897833846194113081389783384619411308138978338461941130813897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c1f971-890a-486c-8b07-29d2732a34a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c0b1ba-6752-4385-9358-1a71b41f6d73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a8c857-3644-471c-aeb6-c32b344e5035, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a8c857-3644-471c-aeb6-c32b344e5035, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319250585852740494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494931925058585274049493192505858527404949319250585852740494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f98bf5e-b265-44b5-ae32-3f78a1bdb417, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f98bf5e-b265-44b5-ae32-3f78a1bdb417, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025008625044167294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294100250086250441672941002500862504416729410025008625044167294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a8c857-3644-471c-aeb6-c32b344e5035, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56b97742-0171-45ee-88c7-64bf003f4b5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f98bf5e-b265-44b5-ae32-3f78a1bdb417, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 223925de-e657-46de-bc17-d09fc4624544, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b97742-0171-45ee-88c7-64bf003f4b5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655802037260928824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824265580203726092882426558020372609288242655802037260928824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223925de-e657-46de-bc17-d09fc4624544, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129241094073536500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500812924109407353650081292410940735365008129241094073536500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b97742-0171-45ee-88c7-64bf003f4b5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 058e4f02-db32-423d-b0ab-7d527d1fcd57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 058e4f02-db32-423d-b0ab-7d527d1fcd57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164050737162780203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203131640507371627802031316405073716278020313164050737162780203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223925de-e657-46de-bc17-d09fc4624544, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257a95ef-d289-4b08-825c-06e8007613d3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 058e4f02-db32-423d-b0ab-7d527d1fcd57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257a95ef-d289-4b08-825c-06e8007613d3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15643407288587167693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693156434072885871676931564340728858716769315643407288587167693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a03c6d8b-6d49-4721-92bb-8356822af657, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03c6d8b-6d49-4721-92bb-8356822af657, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5334644571100575957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957533464457110057595753346445711005759575334644571100575957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257a95ef-d289-4b08-825c-06e8007613d3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92486185-c44e-4f7a-a2a7-be5d80c7a2c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92486185-c44e-4f7a-a2a7-be5d80c7a2c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7456312608432380066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066745631260843238006674563126084323800667456312608432380066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03c6d8b-6d49-4721-92bb-8356822af657, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 440c427c-1ead-40c9-8c8e-0b51ce08ddb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440c427c-1ead-40c9-8c8e-0b51ce08ddb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200144038724834599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599102001440387248345991020014403872483459910200144038724834599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92486185-c44e-4f7a-a2a7-be5d80c7a2c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ffd1b43-cdd3-41dc-bf61-ad3cf7da7d0f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffd1b43-cdd3-41dc-bf61-ad3cf7da7d0f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15245865425838336474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474152458654258383364741524586542583833647415245865425838336474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440c427c-1ead-40c9-8c8e-0b51ce08ddb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c00337-79cd-4b85-bf7e-b27d6e4036f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c00337-79cd-4b85-bf7e-b27d6e4036f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667830125948881888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888136678301259488818881366783012594888188813667830125948881888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffd1b43-cdd3-41dc-bf61-ad3cf7da7d0f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 689b40b5-80f5-4f15-9c60-44e34a2ec8bb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689b40b5-80f5-4f15-9c60-44e34a2ec8bb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746821502048573283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283974682150204857328397468215020485732839746821502048573283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c00337-79cd-4b85-bf7e-b27d6e4036f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d599da-43a2-4124-bea0-345da9868f98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d599da-43a2-4124-bea0-345da9868f98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11928487143605166812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812119284871436051668121192848714360516681211928487143605166812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689b40b5-80f5-4f15-9c60-44e34a2ec8bb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4923b21-dd23-4f66-b28b-5c92091d957b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4923b21-dd23-4f66-b28b-5c92091d957b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18110620881206070670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670181106208812060706701811062088120607067018110620881206070670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4923b21-dd23-4f66-b28b-5c92091d957b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0acbae-556e-45d5-9815-84535c4d06db, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d599da-43a2-4124-bea0-345da9868f98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8004ad3c-06bf-4bb8-ad29-8dbf164fc3ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8004ad3c-06bf-4bb8-ad29-8dbf164fc3ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10150386526887134546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546101503865268871345461015038652688713454610150386526887134546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0acbae-556e-45d5-9815-84535c4d06db, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397979119445888902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902239797911944588890223979791194458889022397979119445888902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8004ad3c-06bf-4bb8-ad29-8dbf164fc3ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0acbae-556e-45d5-9815-84535c4d06db, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d784c738-abae-44c9-9e31-2fc2aff5d04f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d784c738-abae-44c9-9e31-2fc2aff5d04f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17480886505717654931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931174808865057176549311748088650571765493117480886505717654931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bd1870e-85d0-420e-9412-a5085ccffe94, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd1870e-85d0-420e-9412-a5085ccffe94, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16326817094772183349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349163268170947721833491632681709477218334916326817094772183349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d784c738-abae-44c9-9e31-2fc2aff5d04f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6751c689-52a3-4d64-93d6-8fecf9529890, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6751c689-52a3-4d64-93d6-8fecf9529890, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017770896809849472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472901777089680984947290177708968098494729017770896809849472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd1870e-85d0-420e-9412-a5085ccffe94, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6751c689-52a3-4d64-93d6-8fecf9529890, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33870023-29e4-4def-9aad-f802b9e3f6c8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33870023-29e4-4def-9aad-f802b9e3f6c8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293186460903549219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219829318646090354921982931864609035492198293186460903549219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162f3942-f5aa-4b27-a531-24f0bfc5e502, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162f3942-f5aa-4b27-a531-24f0bfc5e502, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 356818743544647810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810356818743544647810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33870023-29e4-4def-9aad-f802b9e3f6c8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12df7a5f-3f59-4d85-9b89-bf02597a69b5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12df7a5f-3f59-4d85-9b89-bf02597a69b5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3654469657754299320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320365446965775429932036544696577542993203654469657754299320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162f3942-f5aa-4b27-a531-24f0bfc5e502, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12f5f225-964c-4850-bd7f-2c041e72a85e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f5f225-964c-4850-bd7f-2c041e72a85e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16786941551790108456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456167869415517901084561678694155179010845616786941551790108456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12df7a5f-3f59-4d85-9b89-bf02597a69b5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97fd5ee-3113-4559-b149-e61f0c03c7df, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f5f225-964c-4850-bd7f-2c041e72a85e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6923cf68-631b-44e9-befc-a28127b8f7d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97fd5ee-3113-4559-b149-e61f0c03c7df, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12308296276931732143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143123082962769317321431230829627693173214312308296276931732143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6923cf68-631b-44e9-befc-a28127b8f7d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12509721928872174686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686125097219288721746861250972192887217468612509721928872174686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97fd5ee-3113-4559-b149-e61f0c03c7df, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9972818b-169c-41c8-8da5-583501c13184, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9972818b-169c-41c8-8da5-583501c13184, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527301834766333016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016155273018347663330161552730183476633301615527301834766333016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6923cf68-631b-44e9-befc-a28127b8f7d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b82a1091-e69a-4136-89fd-aa0953f49409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b82a1091-e69a-4136-89fd-aa0953f49409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17535241069726303368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368175352410697263033681753524106972630336817535241069726303368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9972818b-169c-41c8-8da5-583501c13184, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846b07c1-a10e-4cb1-bf66-bee49a3a43a0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b82a1091-e69a-4136-89fd-aa0953f49409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846b07c1-a10e-4cb1-bf66-bee49a3a43a0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12714122142133251231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231127141221421332512311271412214213325123112714122142133251231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02023c43-6409-4098-b8a7-21b8e7f84378, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02023c43-6409-4098-b8a7-21b8e7f84378, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1892293883381645219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219189229388338164521918922938833816452191892293883381645219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846b07c1-a10e-4cb1-bf66-bee49a3a43a0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02023c43-6409-4098-b8a7-21b8e7f84378, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8ba8a5-6185-47bd-b50f-5a6b793c1289, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8ba8a5-6185-47bd-b50f-5a6b793c1289, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8045947376276724242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242804594737627672424280459473762767242428045947376276724242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce8874e1-ccfe-482f-88da-5f1737867400, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce8874e1-ccfe-482f-88da-5f1737867400, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2243430348492980871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871224343034849298087122434303484929808712243430348492980871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8ba8a5-6185-47bd-b50f-5a6b793c1289, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5d2e461-e07a-4edb-9cb2-9c4b62b30b13, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d2e461-e07a-4edb-9cb2-9c4b62b30b13, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8875551694925892543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543887555169492589254388755516949258925438875551694925892543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce8874e1-ccfe-482f-88da-5f1737867400, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e2f1cf-0100-460d-b573-a215d8906628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e2f1cf-0100-460d-b573-a215d8906628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1945424837197366924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924194542483719736692419454248371973669241945424837197366924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d2e461-e07a-4edb-9cb2-9c4b62b30b13, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ce20225-684a-4b17-9cc8-f59c7f2f138f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce20225-684a-4b17-9cc8-f59c7f2f138f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766228745450510638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638157662287454505106381576622874545051063815766228745450510638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e2f1cf-0100-460d-b573-a215d8906628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 639cb38c-adf4-434b-8769-f80207605f54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639cb38c-adf4-434b-8769-f80207605f54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785458898275617109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109785458898275617109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce20225-684a-4b17-9cc8-f59c7f2f138f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c61c54-584a-4d1c-9f2b-5b02e6f2630f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c61c54-584a-4d1c-9f2b-5b02e6f2630f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16985745387816691140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140169857453878166911401698574538781669114016985745387816691140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639cb38c-adf4-434b-8769-f80207605f54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c61c54-584a-4d1c-9f2b-5b02e6f2630f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c28c0224-0b2e-4094-861c-af545be60f1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28c0224-0b2e-4094-861c-af545be60f1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14893615298966079570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570148936152989660795701489361529896607957014893615298966079570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14179a11-2a0f-41e6-8b38-64a224412697, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14179a11-2a0f-41e6-8b38-64a224412697, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3128844553201275954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954312884455320127595431288445532012759543128844553201275954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28c0224-0b2e-4094-861c-af545be60f1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e31ff0-b91b-47a1-bb6a-4fbf181580ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e31ff0-b91b-47a1-bb6a-4fbf181580ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1125895606013149799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799112589560601314979911258956060131497991125895606013149799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14179a11-2a0f-41e6-8b38-64a224412697, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c8be3f-47e3-426d-b4d3-d6c2cf97b7d7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c8be3f-47e3-426d-b4d3-d6c2cf97b7d7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13368707807954409389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389133687078079544093891336870780795440938913368707807954409389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e31ff0-b91b-47a1-bb6a-4fbf181580ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5be19240-2f84-47db-81f6-4aba1eb002bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be19240-2f84-47db-81f6-4aba1eb002bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143544932189322208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208114354493218932220811435449321893222081143544932189322208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c8be3f-47e3-426d-b4d3-d6c2cf97b7d7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e16390f5-3ae2-4a5f-96c2-6a49d7837cba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be19240-2f84-47db-81f6-4aba1eb002bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e16390f5-3ae2-4a5f-96c2-6a49d7837cba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16892356949453435489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489168923569494534354891689235694945343548916892356949453435489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c01f9f3d-6bd1-4ab9-90d2-4b368e5877ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01f9f3d-6bd1-4ab9-90d2-4b368e5877ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9491417512435923552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552949141751243592355294914175124359235529491417512435923552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e16390f5-3ae2-4a5f-96c2-6a49d7837cba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4af3d9f-935d-490e-bebf-2717f855a314, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4af3d9f-935d-490e-bebf-2717f855a314, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11317938892420053369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369113179388924200533691131793889242005336911317938892420053369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01f9f3d-6bd1-4ab9-90d2-4b368e5877ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41ededdc-801a-49b3-8cf1-85e79c903bce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ededdc-801a-49b3-8cf1-85e79c903bce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17049246651669470453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453170492466516694704531704924665166947045317049246651669470453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4af3d9f-935d-490e-bebf-2717f855a314, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84f7f626-847d-479c-987c-6a68bfe442fe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f7f626-847d-479c-987c-6a68bfe442fe, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427934335273943715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715442793433527394371544279343352739437154427934335273943715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ededdc-801a-49b3-8cf1-85e79c903bce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d29f0f0-9e38-4b87-8021-67145670dca8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d29f0f0-9e38-4b87-8021-67145670dca8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9859019375364351595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595985901937536435159598590193753643515959859019375364351595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f7f626-847d-479c-987c-6a68bfe442fe, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 245187d6-8d12-41e8-bfd1-d240f9d331b9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 245187d6-8d12-41e8-bfd1-d240f9d331b9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2933315911296181242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242293331591129618124229333159112961812422933315911296181242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d29f0f0-9e38-4b87-8021-67145670dca8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa1f9178-d363-4912-92af-395a48c30ff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa1f9178-d363-4912-92af-395a48c30ff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3365865956751297358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358336586595675129735833658659567512973583365865956751297358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 245187d6-8d12-41e8-bfd1-d240f9d331b9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e434b35c-9712-4d34-bd84-b3d0405450d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e434b35c-9712-4d34-bd84-b3d0405450d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871185553601804769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769187118555360180476918711855536018047691871185553601804769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e434b35c-9712-4d34-bd84-b3d0405450d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401443ca-f52e-45ca-9db9-ba90adea9868, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401443ca-f52e-45ca-9db9-ba90adea9868, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075862573371156167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167107586257337115616710758625733711561671075862573371156167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa1f9178-d363-4912-92af-395a48c30ff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c8145b-a51b-4490-a10e-20cd85e48855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c8145b-a51b-4490-a10e-20cd85e48855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097315650671037847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847609731565067103784760973156506710378476097315650671037847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401443ca-f52e-45ca-9db9-ba90adea9868, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f41cb9-f87a-4f5b-95a1-98cf66d6f092, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c8145b-a51b-4490-a10e-20cd85e48855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6d87fc1-647d-4a0d-847a-e6449db245ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f41cb9-f87a-4f5b-95a1-98cf66d6f092, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848367770877739522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522118483677708777395221184836777087773952211848367770877739522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d87fc1-647d-4a0d-847a-e6449db245ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1088400013787883195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195108840001378788319510884000137878831951088400013787883195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f41cb9-f87a-4f5b-95a1-98cf66d6f092, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6187aed0-0a7e-4859-8aab-a4aec023b250, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6187aed0-0a7e-4859-8aab-a4aec023b250, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3539896775902568812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812353989677590256881235398967759025688123539896775902568812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d87fc1-647d-4a0d-847a-e6449db245ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a99dc9c9-f7b3-4bcf-9272-2c0b7c7ad839, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99dc9c9-f7b3-4bcf-9272-2c0b7c7ad839, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409193837874178357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357140919383787417835714091938378741783571409193837874178357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6187aed0-0a7e-4859-8aab-a4aec023b250, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f0ff0f-bc24-4ba5-89e4-d54aa91da2a7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f0ff0f-bc24-4ba5-89e4-d54aa91da2a7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9930829569031583348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348993082956903158334899308295690315833489930829569031583348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99dc9c9-f7b3-4bcf-9272-2c0b7c7ad839, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f321b64d-c908-46dc-8cc4-67d40efed236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f321b64d-c908-46dc-8cc4-67d40efed236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644904408734770669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669106449044087347706691064490440873477066910644904408734770669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f0ff0f-bc24-4ba5-89e4-d54aa91da2a7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de00940-93a9-4336-a368-df8811bbcb35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de00940-93a9-4336-a368-df8811bbcb35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14377007704604867307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307143770077046048673071437700770460486730714377007704604867307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f321b64d-c908-46dc-8cc4-67d40efed236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc0372cf-013f-4992-88ab-8efdd8b76270, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc0372cf-013f-4992-88ab-8efdd8b76270, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2210232122108842826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826221023212210884282622102321221088428262210232122108842826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de00940-93a9-4336-a368-df8811bbcb35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb75f1a9-5561-4714-bb52-b1bd7485f2fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc0372cf-013f-4992-88ab-8efdd8b76270, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb75f1a9-5561-4714-bb52-b1bd7485f2fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4368666675776359362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362436866667577635936243686666757763593624368666675776359362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15286b3b-75d6-411b-94c8-7857c923b864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15286b3b-75d6-411b-94c8-7857c923b864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1254887898071030619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619125488789807103061912548878980710306191254887898071030619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb75f1a9-5561-4714-bb52-b1bd7485f2fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89b43f5-d2ea-43a1-ad3f-3097583d3e42, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89b43f5-d2ea-43a1-ad3f-3097583d3e42, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8390452931648468945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945839045293164846894583904529316484689458390452931648468945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15286b3b-75d6-411b-94c8-7857c923b864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad96e7f5-7a2f-42cc-8e5a-466d399b89a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad96e7f5-7a2f-42cc-8e5a-466d399b89a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3225591000515117381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381322559100051511738132255910005151173813225591000515117381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89b43f5-d2ea-43a1-ad3f-3097583d3e42, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cd4c0e1-757d-4eba-b1bf-9eacbcbac7ae, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cd4c0e1-757d-4eba-b1bf-9eacbcbac7ae, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16632849318117590154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154166328493181175901541663284931811759015416632849318117590154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad96e7f5-7a2f-42cc-8e5a-466d399b89a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844558a5-d97e-403a-b9b6-0c14a2a3540c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844558a5-d97e-403a-b9b6-0c14a2a3540c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6959631476943564582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582695963147694356458269596314769435645826959631476943564582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cd4c0e1-757d-4eba-b1bf-9eacbcbac7ae, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e67b24-844f-49cf-97ae-4ad5ac4acc86, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e67b24-844f-49cf-97ae-4ad5ac4acc86, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16232737801076166720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720162327378010761667201623273780107616672016232737801076166720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844558a5-d97e-403a-b9b6-0c14a2a3540c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98604f70-94df-4324-9773-baca5beca548, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98604f70-94df-4324-9773-baca5beca548, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17509587580279671348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348175095875802796713481750958758027967134817509587580279671348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e67b24-844f-49cf-97ae-4ad5ac4acc86, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82480106-f33b-437d-9f8b-52ebfb99c420, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82480106-f33b-437d-9f8b-52ebfb99c420, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3361670311616390179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179336167031161639017933616703116163901793361670311616390179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98604f70-94df-4324-9773-baca5beca548, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e8bbe4d-dcba-4977-9322-2c6098f79681, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8bbe4d-dcba-4977-9322-2c6098f79681, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3830202610554405512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512383020261055440551238302026105544055123830202610554405512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82480106-f33b-437d-9f8b-52ebfb99c420, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f729cc3-6dab-4756-881d-d8e3a5c8cc01, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f729cc3-6dab-4756-881d-d8e3a5c8cc01, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15128604133775061710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710151286041337750617101512860413377506171015128604133775061710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8bbe4d-dcba-4977-9322-2c6098f79681, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cbcc4cc-24fc-4678-9155-0e3e129f5627, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f729cc3-6dab-4756-881d-d8e3a5c8cc01, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2a1487e-b7e6-4daa-a6a3-8bc9706be4e1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a1487e-b7e6-4daa-a6a3-8bc9706be4e1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17639719928088726960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960176397199280887269601763971992808872696017639719928088726960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cbcc4cc-24fc-4678-9155-0e3e129f5627, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7820426088295121439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439782042608829512143978204260882951214397820426088295121439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a1487e-b7e6-4daa-a6a3-8bc9706be4e1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e44ba7-b46f-4594-95fe-8dcca2e3b045, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cbcc4cc-24fc-4678-9155-0e3e129f5627, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5141dba0-5660-4d26-b1cb-21314f5a40db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e44ba7-b46f-4594-95fe-8dcca2e3b045, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5453195166269964581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581545319516626996458154531951662699645815453195166269964581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5141dba0-5660-4d26-b1cb-21314f5a40db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945408091649148549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549129454080916491485491294540809164914854912945408091649148549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e44ba7-b46f-4594-95fe-8dcca2e3b045, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5141dba0-5660-4d26-b1cb-21314f5a40db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99abb8f-9aef-4798-898c-36f969370d20, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99abb8f-9aef-4798-898c-36f969370d20, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7913817161053806873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873791381716105380687379138171610538068737913817161053806873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 689045fd-2b05-4cc5-89b1-5bd5a4779fc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689045fd-2b05-4cc5-89b1-5bd5a4779fc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13168124285166852067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067131681242851668520671316812428516685206713168124285166852067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99abb8f-9aef-4798-898c-36f969370d20, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc87455d-3380-4d34-92d2-48e6ce6ff181, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc87455d-3380-4d34-92d2-48e6ce6ff181, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771615941100197987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987677161594110019798767716159411001979876771615941100197987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689045fd-2b05-4cc5-89b1-5bd5a4779fc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc87455d-3380-4d34-92d2-48e6ce6ff181, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0aab776-f3f8-4241-9218-2a111fc88afa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0aab776-f3f8-4241-9218-2a111fc88afa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423763374750331001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001184237633747503310011842376337475033100118423763374750331001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1060523a-44b9-4fc7-8bb2-2b64cdf0d99f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1060523a-44b9-4fc7-8bb2-2b64cdf0d99f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15659426188768867148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148156594261887688671481565942618876886714815659426188768867148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0aab776-f3f8-4241-9218-2a111fc88afa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35aeaaf9-7fe6-4c6e-a9c4-b18d19b22efe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35aeaaf9-7fe6-4c6e-a9c4-b18d19b22efe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3471977570468708429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429347197757046870842934719775704687084293471977570468708429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1060523a-44b9-4fc7-8bb2-2b64cdf0d99f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 877424d6-eb4e-4487-80fb-720a92f47c10, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877424d6-eb4e-4487-80fb-720a92f47c10, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3687118137920841317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317368711813792084131736871181379208413173687118137920841317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35aeaaf9-7fe6-4c6e-a9c4-b18d19b22efe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c27b2b4-1109-456d-aeed-f974c0cbe8ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877424d6-eb4e-4487-80fb-720a92f47c10, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c27b2b4-1109-456d-aeed-f974c0cbe8ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140810236049842064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064314081023604984206431408102360498420643140810236049842064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d80afca-61f0-4550-a237-a23267bd75b2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d80afca-61f0-4550-a237-a23267bd75b2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8705038317332218451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451870503831733221845187050383173322184518705038317332218451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c27b2b4-1109-456d-aeed-f974c0cbe8ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d80afca-61f0-4550-a237-a23267bd75b2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbded214-d18e-4a54-a569-a91bb7926ded, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb309c49-383e-487b-b2da-d823c88d4ef5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb309c49-383e-487b-b2da-d823c88d4ef5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14260074589890286023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023142600745898902860231426007458989028602314260074589890286023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbded214-d18e-4a54-a569-a91bb7926ded, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17550289405326036438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438175502894053260364381755028940532603643817550289405326036438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb309c49-383e-487b-b2da-d823c88d4ef5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275a5065-59f8-49b3-bc6e-ac87862de065, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275a5065-59f8-49b3-bc6e-ac87862de065, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 307533405848695479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479307533405848695479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbded214-d18e-4a54-a569-a91bb7926ded, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f150b7f-53c5-4f03-ac34-ff9d578cd335, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f150b7f-53c5-4f03-ac34-ff9d578cd335, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510895364556794925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925155108953645567949251551089536455679492515510895364556794925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275a5065-59f8-49b3-bc6e-ac87862de065, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36966066-950c-4546-84f5-447806f791d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36966066-950c-4546-84f5-447806f791d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 246136549970804032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032246136549970804032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f150b7f-53c5-4f03-ac34-ff9d578cd335, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85f9cbd-9dfa-4c33-a515-61230d9bbf47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85f9cbd-9dfa-4c33-a515-61230d9bbf47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498550952633841017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017549855095263384101754985509526338410175498550952633841017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36966066-950c-4546-84f5-447806f791d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85f9cbd-9dfa-4c33-a515-61230d9bbf47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4cb121-30f0-41a8-97a5-bc8dcd7c6913, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4cb121-30f0-41a8-97a5-bc8dcd7c6913, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759988388567657694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694975998838856765769497599883885676576949759988388567657694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1bf138-5661-43a3-ab84-100703616885, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1bf138-5661-43a3-ab84-100703616885, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1703556636797564802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802170355663679756480217035566367975648021703556636797564802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1bf138-5661-43a3-ab84-100703616885, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 140bc14b-7df2-4b0c-a21f-e9640e365b80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140bc14b-7df2-4b0c-a21f-e9640e365b80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8377734678273252394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394837773467827325239483777346782732523948377734678273252394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4cb121-30f0-41a8-97a5-bc8dcd7c6913, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bfaa14a-6b67-4bc4-8302-0ced6cfdae5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bfaa14a-6b67-4bc4-8302-0ced6cfdae5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16618234204266089606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606166182342042660896061661823420426608960616618234204266089606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140bc14b-7df2-4b0c-a21f-e9640e365b80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bfaa14a-6b67-4bc4-8302-0ced6cfdae5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae81ad36-ee7c-4d53-a70c-eba27421063f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae81ad36-ee7c-4d53-a70c-eba27421063f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224536534405646403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403822453653440564640382245365344056464038224536534405646403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f06d45-ba12-4ea6-9373-42d97db49f57, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f06d45-ba12-4ea6-9373-42d97db49f57, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1755589833146957692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692175558983314695769217555898331469576921755589833146957692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae81ad36-ee7c-4d53-a70c-eba27421063f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0554ff0d-1745-4c7e-b902-e108fd3066dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0554ff0d-1745-4c7e-b902-e108fd3066dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4298454025731407613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613429845402573140761342984540257314076134298454025731407613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f06d45-ba12-4ea6-9373-42d97db49f57, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b3c6ee-49dd-4489-9a3d-b2d9b157a0e8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b3c6ee-49dd-4489-9a3d-b2d9b157a0e8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13185841533068833720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720131858415330688337201318584153306883372013185841533068833720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0554ff0d-1745-4c7e-b902-e108fd3066dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b3c6ee-49dd-4489-9a3d-b2d9b157a0e8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc4d890-da8e-4186-b088-82fe18b26de8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc4d890-da8e-4186-b088-82fe18b26de8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335140712061478810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810143351407120614788101433514071206147881014335140712061478810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e932dc17-0fda-4a13-b738-a730b07f1aac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e932dc17-0fda-4a13-b738-a730b07f1aac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2908489767365034085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085290848976736503408529084897673650340852908489767365034085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc4d890-da8e-4186-b088-82fe18b26de8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60fe8870-4129-436f-94af-a05ba6b7d67b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fe8870-4129-436f-94af-a05ba6b7d67b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635804732123753505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505106358047321237535051063580473212375350510635804732123753505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e932dc17-0fda-4a13-b738-a730b07f1aac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97a3ebb6-5e88-43a7-be6b-40061856793a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a3ebb6-5e88-43a7-be6b-40061856793a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1179192538319904992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992117919253831990499211791925383199049921179192538319904992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fe8870-4129-436f-94af-a05ba6b7d67b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd4b9828-3b75-4c64-8604-30552963e3d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4b9828-3b75-4c64-8604-30552963e3d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 507960124817118033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033507960124817118033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4b9828-3b75-4c64-8604-30552963e3d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28df78f1-360c-4eb7-9983-0bcfd315c551, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28df78f1-360c-4eb7-9983-0bcfd315c551, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16653315595667185279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279166533155956671852791665331559566718527916653315595667185279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a3ebb6-5e88-43a7-be6b-40061856793a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd17e888-95d3-4b2a-b18e-8dc39bec26f4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd17e888-95d3-4b2a-b18e-8dc39bec26f4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4930790205753780553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553493079020575378055349307902057537805534930790205753780553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28df78f1-360c-4eb7-9983-0bcfd315c551, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f87f8236-160d-43dd-a926-1bab03d2ab01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87f8236-160d-43dd-a926-1bab03d2ab01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332038801392444473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473113320388013924444731133203880139244447311332038801392444473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd17e888-95d3-4b2a-b18e-8dc39bec26f4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a667c5-ef70-4e7f-b7d4-c07e2b2f1687, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a667c5-ef70-4e7f-b7d4-c07e2b2f1687, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470756976967387055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055134707569769673870551347075697696738705513470756976967387055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87f8236-160d-43dd-a926-1bab03d2ab01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3601335d-17fc-4850-b686-21793ef73564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3601335d-17fc-4850-b686-21793ef73564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300701629164292691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691153007016291642926911530070162916429269115300701629164292691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a667c5-ef70-4e7f-b7d4-c07e2b2f1687, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b265105-1041-447f-b2fe-6cee0e4a3424, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3601335d-17fc-4850-b686-21793ef73564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98241df0-79f9-4198-b139-7522204f67e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98241df0-79f9-4198-b139-7522204f67e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1850219480450860613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613185021948045086061318502194804508606131850219480450860613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b265105-1041-447f-b2fe-6cee0e4a3424, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1988134927022848156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156198813492702284815619881349270228481561988134927022848156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b265105-1041-447f-b2fe-6cee0e4a3424, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98241df0-79f9-4198-b139-7522204f67e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 073ab312-e0d8-46d9-a8ff-889ecc25c79f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073ab312-e0d8-46d9-a8ff-889ecc25c79f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 228942123400198352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352228942123400198352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a02846e-47a4-4f2e-b11a-99f48635f54f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a02846e-47a4-4f2e-b11a-99f48635f54f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17690744589050823525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525176907445890508235251769074458905082352517690744589050823525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073ab312-e0d8-46d9-a8ff-889ecc25c79f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 052a7632-9621-4ef5-9a9c-9688488b3283, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a02846e-47a4-4f2e-b11a-99f48635f54f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf8d582-3465-4a7a-b611-265faf846ad5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 052a7632-9621-4ef5-9a9c-9688488b3283, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251737261328829702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702182517372613288297021825173726132882970218251737261328829702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf8d582-3465-4a7a-b611-265faf846ad5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16636514309908218500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500166365143099082185001663651430990821850016636514309908218500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 052a7632-9621-4ef5-9a9c-9688488b3283, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf8d582-3465-4a7a-b611-265faf846ad5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a6597d-3292-4edc-8d80-134cccdfb7a4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a6597d-3292-4edc-8d80-134cccdfb7a4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 377826392390692830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830377826392390692830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bfcdc7d-26ba-4b25-9954-c6b5f96258ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfcdc7d-26ba-4b25-9954-c6b5f96258ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3363109435072599660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660336310943507259966033631094350725996603363109435072599660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a6597d-3292-4edc-8d80-134cccdfb7a4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed425d2-d9ab-4bfb-a774-db1578a46868, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed425d2-d9ab-4bfb-a774-db1578a46868, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2427551684592375901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901242755168459237590124275516845923759012427551684592375901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfcdc7d-26ba-4b25-9954-c6b5f96258ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c31e732-1fe9-439b-9222-114ab1259060, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed425d2-d9ab-4bfb-a774-db1578a46868, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c31e732-1fe9-439b-9222-114ab1259060, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054832905675416538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538605483290567541653860548329056754165386054832905675416538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c786e09-05c1-45ef-8bf9-573e201ed093, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c786e09-05c1-45ef-8bf9-573e201ed093, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5707546294417813153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153570754629441781315357075462944178131535707546294417813153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c31e732-1fe9-439b-9222-114ab1259060, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ff55d53-8703-4406-9938-c7f4982202a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c786e09-05c1-45ef-8bf9-573e201ed093, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ff55d53-8703-4406-9938-c7f4982202a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6270027459461979332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332627002745946197933262700274594619793326270027459461979332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6431e54e-4162-4ad7-bc2e-4cbfb7c9204f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6431e54e-4162-4ad7-bc2e-4cbfb7c9204f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393934271144770891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891339393427114477089133939342711447708913393934271144770891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6431e54e-4162-4ad7-bc2e-4cbfb7c9204f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec34c512-2425-4546-b93e-5640ed9c29cd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ff55d53-8703-4406-9938-c7f4982202a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0781a260-884f-4c2d-a30b-1e3a4ddae6d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0781a260-884f-4c2d-a30b-1e3a4ddae6d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 893737380674494006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006893737380674494006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec34c512-2425-4546-b93e-5640ed9c29cd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10952952014514949316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316109529520145149493161095295201451494931610952952014514949316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec34c512-2425-4546-b93e-5640ed9c29cd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ca58ebe-4236-46e3-92cc-acec82b8d6b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ca58ebe-4236-46e3-92cc-acec82b8d6b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3685312342628637323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323368531234262863732336853123426286373233685312342628637323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0781a260-884f-4c2d-a30b-1e3a4ddae6d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f74405-1afa-4abe-86d4-cf9286d64139, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f74405-1afa-4abe-86d4-cf9286d64139, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835611380508776849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849183561138050877684918356113805087768491835611380508776849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ca58ebe-4236-46e3-92cc-acec82b8d6b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c15a39-3997-4a6e-aa85-6c8a0c46de8f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c15a39-3997-4a6e-aa85-6c8a0c46de8f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5914584567480306542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542591458456748030654259145845674803065425914584567480306542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f74405-1afa-4abe-86d4-cf9286d64139, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e082a50-eb0a-4598-b94c-c00bc3f99968, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e082a50-eb0a-4598-b94c-c00bc3f99968, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3221733682568858573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573322173368256885857332217336825688585733221733682568858573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c15a39-3997-4a6e-aa85-6c8a0c46de8f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbffc9a5-5050-4257-b59f-1a38188aa697, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbffc9a5-5050-4257-b59f-1a38188aa697, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354162716153800303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303173541627161538003031735416271615380030317354162716153800303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e082a50-eb0a-4598-b94c-c00bc3f99968, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3367e45-4ba5-4c03-a656-cda302ddd9f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3367e45-4ba5-4c03-a656-cda302ddd9f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15348497114489040988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988153484971144890409881534849711448904098815348497114489040988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbffc9a5-5050-4257-b59f-1a38188aa697, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 933cf626-5bf4-40d6-8d1e-7922d48c0499, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933cf626-5bf4-40d6-8d1e-7922d48c0499, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4077842778989717202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202407784277898971720240778427789897172024077842778989717202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3367e45-4ba5-4c03-a656-cda302ddd9f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aee5360-bf32-43cc-87ab-152dff4119e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aee5360-bf32-43cc-87ab-152dff4119e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473212996455818743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743747321299645581874374732129964558187437473212996455818743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aee5360-bf32-43cc-87ab-152dff4119e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933cf626-5bf4-40d6-8d1e-7922d48c0499, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d777ba0-e99c-4eaa-99c2-8c5465459afa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d777ba0-e99c-4eaa-99c2-8c5465459afa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14859810561087960998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998148598105610879609981485981056108796099814859810561087960998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7df22b08-638d-432e-94ba-7554e8d6285b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df22b08-638d-432e-94ba-7554e8d6285b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711206549545873321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321471120654954587332147112065495458733214711206549545873321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d777ba0-e99c-4eaa-99c2-8c5465459afa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fcff491-47f7-4ac4-97d7-29b260b36fd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fcff491-47f7-4ac4-97d7-29b260b36fd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 815182898198018534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534815182898198018534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df22b08-638d-432e-94ba-7554e8d6285b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8abe3d8-8844-4a3c-be1e-a5ec45ac56f8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8abe3d8-8844-4a3c-be1e-a5ec45ac56f8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4293907140893560742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742429390714089356074242939071408935607424293907140893560742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fcff491-47f7-4ac4-97d7-29b260b36fd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3a412be-a292-4f8c-bad2-6e666b9adc5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a412be-a292-4f8c-bad2-6e666b9adc5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9621557759901511450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450962155775990151145096215577599015114509621557759901511450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8abe3d8-8844-4a3c-be1e-a5ec45ac56f8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e4474c2-594a-42f8-9688-9ab742aa0ff7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4474c2-594a-42f8-9688-9ab742aa0ff7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17087772459833525640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640170877724598335256401708777245983352564017087772459833525640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a412be-a292-4f8c-bad2-6e666b9adc5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac0ddcee-a024-4e35-8d36-15719e707d1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac0ddcee-a024-4e35-8d36-15719e707d1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789978070623640562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562378997807062364056237899780706236405623789978070623640562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4474c2-594a-42f8-9688-9ab742aa0ff7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714b1203-1804-4aa3-910f-e5288c5065f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714b1203-1804-4aa3-910f-e5288c5065f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4208891666360375906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906420889166636037590642088916663603759064208891666360375906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac0ddcee-a024-4e35-8d36-15719e707d1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c518f27-939b-4bbc-9807-cc1f2746ee14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c518f27-939b-4bbc-9807-cc1f2746ee14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129376678596259886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886812937667859625988681293766785962598868129376678596259886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714b1203-1804-4aa3-910f-e5288c5065f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b1b6823-bf71-4e64-bf8d-a3d1a34bc794, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b1b6823-bf71-4e64-bf8d-a3d1a34bc794, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4763446119994000374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374476344611999400037447634461199940003744763446119994000374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c518f27-939b-4bbc-9807-cc1f2746ee14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33893f2-d497-44ba-9e2d-63397baa2183, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33893f2-d497-44ba-9e2d-63397baa2183, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 797135230247166249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249797135230247166249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b1b6823-bf71-4e64-bf8d-a3d1a34bc794, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e29846-b0d8-42a0-b88a-a55f72287e39, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e29846-b0d8-42a0-b88a-a55f72287e39, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14770331771201281139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139147703317712012811391477033177120128113914770331771201281139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33893f2-d497-44ba-9e2d-63397baa2183, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 565df702-cf3f-4431-9694-22d540c56990, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565df702-cf3f-4431-9694-22d540c56990, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17754127063754526913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913177541270637545269131775412706375452691317754127063754526913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e29846-b0d8-42a0-b88a-a55f72287e39, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c87576e4-d92b-44ed-92af-7963e0b3be5a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87576e4-d92b-44ed-92af-7963e0b3be5a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130134163904978758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758161301341639049787581613013416390497875816130134163904978758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565df702-cf3f-4431-9694-22d540c56990, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a88d7d-7d08-4450-8198-5b4c42b1b81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a88d7d-7d08-4450-8198-5b4c42b1b81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2147787328379455581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581214778732837945558121477873283794555812147787328379455581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87576e4-d92b-44ed-92af-7963e0b3be5a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e51fb2b4-0737-48e0-9326-44d39442ee90, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51fb2b4-0737-48e0-9326-44d39442ee90, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16191273108683373556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556161912731086833735561619127310868337355616191273108683373556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a88d7d-7d08-4450-8198-5b4c42b1b81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb908c8b-a2e4-4fb9-8a89-21af90ea3a37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb908c8b-a2e4-4fb9-8a89-21af90ea3a37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398147333001620955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955133981473330016209551339814733300162095513398147333001620955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51fb2b4-0737-48e0-9326-44d39442ee90, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb908c8b-a2e4-4fb9-8a89-21af90ea3a37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1a68190-1119-4b36-8688-0dbe97bb1af2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1a68190-1119-4b36-8688-0dbe97bb1af2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4421778418989157951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951442177841898915795144217784189891579514421778418989157951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 702e1dca-fc9c-417a-95c0-a650a15c782f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702e1dca-fc9c-417a-95c0-a650a15c782f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 220439953718679233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233220439953718679233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702e1dca-fc9c-417a-95c0-a650a15c782f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 423f9038-3382-4fee-a362-cde024997ad5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 423f9038-3382-4fee-a362-cde024997ad5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608790210420573597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597460879021042057359746087902104205735974608790210420573597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13675/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1a68190-1119-4b36-8688-0dbe97bb1af2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4afa7f86-5665-474a-a89f-67a741703a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afa7f86-5665-474a-a89f-67a741703a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17786704591902697294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294177867045919026972941778670459190269729417786704591902697294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 423f9038-3382-4fee-a362-cde024997ad5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9edce435-64a3-4dc2-a4d4-53f4e1fee123, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edce435-64a3-4dc2-a4d4-53f4e1fee123, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923369051269778962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962592336905126977896259233690512697789625923369051269778962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afa7f86-5665-474a-a89f-67a741703a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e93110c-865a-41bb-add6-bd2a191863ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e93110c-865a-41bb-add6-bd2a191863ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601613769866223193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193126016137698662231931260161376986622319312601613769866223193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9edce435-64a3-4dc2-a4d4-53f4e1fee123, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64e24ec6-327c-4b46-a5a9-6b8dd936cbdc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e24ec6-327c-4b46-a5a9-6b8dd936cbdc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 351353223301818531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531351353223301818531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e93110c-865a-41bb-add6-bd2a191863ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3074089-6d59-4959-8de7-0c64646948b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3074089-6d59-4959-8de7-0c64646948b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13540190171214083745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745135401901712140837451354019017121408374513540190171214083745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e24ec6-327c-4b46-a5a9-6b8dd936cbdc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1c3005f-9f09-486b-a46a-fdddfc29d3d5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c3005f-9f09-486b-a46a-fdddfc29d3d5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3537330155463046178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178353733015546304617835373301554630461783537330155463046178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3074089-6d59-4959-8de7-0c64646948b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e1d88dd-1da0-4aa9-bbe7-2ea112d25691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1d88dd-1da0-4aa9-bbe7-2ea112d25691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8588507691182638140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140858850769118263814085885076911826381408588507691182638140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c3005f-9f09-486b-a46a-fdddfc29d3d5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1d88dd-1da0-4aa9-bbe7-2ea112d25691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9393e5d3-8161-4e0e-8bf7-6b6e2792b3fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9393e5d3-8161-4e0e-8bf7-6b6e2792b3fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263080792934173589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589132630807929341735891326308079293417358913263080792934173589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 137bff86-ad45-4e8b-9e01-8c7d0a4cf5f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9393e5d3-8161-4e0e-8bf7-6b6e2792b3fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7170ddd-b0b1-4894-b428-001b71cfe7a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137bff86-ad45-4e8b-9e01-8c7d0a4cf5f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6389179787805158935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935638917978780515893563891797878051589356389179787805158935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7170ddd-b0b1-4894-b428-001b71cfe7a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14360929166694561947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947143609291666945619471436092916669456194714360929166694561947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7170ddd-b0b1-4894-b428-001b71cfe7a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f462907-c4cb-4546-b51f-4bbe0d2f270c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137bff86-ad45-4e8b-9e01-8c7d0a4cf5f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f462907-c4cb-4546-b51f-4bbe0d2f270c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17694230912973203258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258176942309129732032581769423091297320325817694230912973203258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389e7a97-f010-47c3-b73e-fd2ee54d0580, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f462907-c4cb-4546-b51f-4bbe0d2f270c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e64765c-2d95-4a1c-bb30-243115d655f3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e64765c-2d95-4a1c-bb30-243115d655f3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890621051931275331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331128906210519312753311289062105193127533112890621051931275331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389e7a97-f010-47c3-b73e-fd2ee54d0580, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10551821263045652224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224105518212630456522241055182126304565222410551821263045652224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389e7a97-f010-47c3-b73e-fd2ee54d0580, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e64765c-2d95-4a1c-bb30-243115d655f3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ed45eb-808c-4534-89ae-48c2931eaebe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d6c058-e8d4-43f7-b37f-608530acd176, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ed45eb-808c-4534-89ae-48c2931eaebe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17688729131142475706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706176887291311424757061768872913114247570617688729131142475706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d6c058-e8d4-43f7-b37f-608530acd176, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16614508424939827693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693166145084249398276931661450842493982769316614508424939827693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d6c058-e8d4-43f7-b37f-608530acd176, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e8aa97-ac40-452f-ab46-6696cf1b8341, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e8aa97-ac40-452f-ab46-6696cf1b8341, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7871112518929155857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857787111251892915585778711125189291558577871112518929155857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ed45eb-808c-4534-89ae-48c2931eaebe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fcb5f27-221e-4966-af30-311d9e826bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e8aa97-ac40-452f-ab46-6696cf1b8341, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fcb5f27-221e-4966-af30-311d9e826bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17373112912165430801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801173731129121654308011737311291216543080117373112912165430801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89c93785-23f7-4ea9-93b4-30567f6221e0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c93785-23f7-4ea9-93b4-30567f6221e0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5448062890538801017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017544806289053880101754480628905388010175448062890538801017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fcb5f27-221e-4966-af30-311d9e826bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e88f119-460a-4115-9691-b2a9f9609ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e88f119-460a-4115-9691-b2a9f9609ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17711899004381039393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393177118990043810393931771189900438103939317711899004381039393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c93785-23f7-4ea9-93b4-30567f6221e0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1328c2ae-d90b-4c81-932c-e24c0a44685e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1328c2ae-d90b-4c81-932c-e24c0a44685e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16828459181621909594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594168284591816219095941682845918162190959416828459181621909594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e88f119-460a-4115-9691-b2a9f9609ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221d642a-4e92-48e5-a3ae-b64e1273a52a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1328c2ae-d90b-4c81-932c-e24c0a44685e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221d642a-4e92-48e5-a3ae-b64e1273a52a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178966792796708104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104317896679279670810431789667927967081043178966792796708104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81d6ac7c-b86a-4e1b-9b4c-abfc0aa90ce6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d6ac7c-b86a-4e1b-9b4c-abfc0aa90ce6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 208665092080320260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260208665092080320260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221d642a-4e92-48e5-a3ae-b64e1273a52a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d3ff1cf-e814-473f-9f41-1c8fa5b545c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d3ff1cf-e814-473f-9f41-1c8fa5b545c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2504483680961241094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094250448368096124109425044836809612410942504483680961241094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d6ac7c-b86a-4e1b-9b4c-abfc0aa90ce6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b2676ba-366d-4bca-8f9c-c318ed97466f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2676ba-366d-4bca-8f9c-c318ed97466f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572712480520949256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256572712480520949256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d3ff1cf-e814-473f-9f41-1c8fa5b545c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee89d9de-72f0-46a7-a74c-1886abb5f7ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee89d9de-72f0-46a7-a74c-1886abb5f7ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7916859060385313160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160791685906038531316079168590603853131607916859060385313160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2676ba-366d-4bca-8f9c-c318ed97466f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c503bfb-e90d-42a3-8896-61035561d3bc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c503bfb-e90d-42a3-8896-61035561d3bc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15108248631381759749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749151082486313817597491510824863138175974915108248631381759749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee89d9de-72f0-46a7-a74c-1886abb5f7ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d9344d9-df04-4f70-9b28-91a8fc1b82f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9344d9-df04-4f70-9b28-91a8fc1b82f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9589253067193454525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525958925306719345452595892530671934545259589253067193454525" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c503bfb-e90d-42a3-8896-61035561d3bc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbec2bb-91c1-46f1-8c22-47b75cb9ed1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbec2bb-91c1-46f1-8c22-47b75cb9ed1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4242707706077865895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895424270770607786589542427077060778658954242707706077865895" } } } 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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log', '--grpc-port=13675', '--mon-port=13816', '--ic-port=7120', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9344d9-df04-4f70-9b28-91a8fc1b82f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ya.test:process.py:628 Command pid: 1535858
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13675/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbec2bb-91c1-46f1-8c22-47b75cb9ed1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fa85424-9214-4044-8f7b-c5a6d3e6b1e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.30
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135f733b-6f57-4c61-8c48-db84bbae619e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa85424-9214-4044-8f7b-c5a6d3e6b1e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5208709441629244170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170520870944162924417052087094416292441705208709441629244170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135f733b-6f57-4c61-8c48-db84bbae619e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616710564014549576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576126167105640145495761261671056401454957612616710564014549576" } } } 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.30
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1535888
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa85424-9214-4044-8f7b-c5a6d3e6b1e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c5acdc-6639-4e9a-9f60-4d0b8174665a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c5acdc-6639-4e9a-9f60-4d0b8174665a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632040418381143785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785463204041838114378546320404183811437854632040418381143785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135f733b-6f57-4c61-8c48-db84bbae619e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 176074b9-3fb7-42ca-9e14-da015cd8eb75, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176074b9-3fb7-42ca-9e14-da015cd8eb75, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147512909571069984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984131475129095710699841314751290957106998413147512909571069984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c5acdc-6639-4e9a-9f60-4d0b8174665a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45a35b6-68cf-4bba-a8ad-ad6cc04680b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45a35b6-68cf-4bba-a8ad-ad6cc04680b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2393176958708920512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512239317695870892051223931769587089205122393176958708920512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176074b9-3fb7-42ca-9e14-da015cd8eb75, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4be25939-a918-4a42-a46b-c93b626bde5e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be25939-a918-4a42-a46b-c93b626bde5e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4275766410893529975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975427576641089352997542757664108935299754275766410893529975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be25939-a918-4a42-a46b-c93b626bde5e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45a35b6-68cf-4bba-a8ad-ad6cc04680b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd57d46f-e5be-4854-8331-874f61f526d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d909f918-d438-4134-b1f7-38ea8e692b03, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd57d46f-e5be-4854-8331-874f61f526d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4911538556156707861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861491153855615670786149115385561567078614911538556156707861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d909f918-d438-4134-b1f7-38ea8e692b03, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15493190471514176882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882154931904715141768821549319047151417688215493190471514176882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd57d46f-e5be-4854-8331-874f61f526d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e5fe44-4197-4b91-b945-47da32fb630e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e5fe44-4197-4b91-b945-47da32fb630e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4952254743569260269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269495225474356926026949522547435692602694952254743569260269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d909f918-d438-4134-b1f7-38ea8e692b03, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc3848fa-ca20-4237-8ed6-9b50ffc53801, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3848fa-ca20-4237-8ed6-9b50ffc53801, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3118101822452308881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881311810182245230888131181018224523088813118101822452308881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e5fe44-4197-4b91-b945-47da32fb630e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4329cb94-5a1a-49f1-916c-71c4227027be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4329cb94-5a1a-49f1-916c-71c4227027be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241737074942176243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243102417370749421762431024173707494217624310241737074942176243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3848fa-ca20-4237-8ed6-9b50ffc53801, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df57c626-eac3-4914-aa70-d28e47865125, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df57c626-eac3-4914-aa70-d28e47865125, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13619019817260027756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756136190198172600277561361901981726002775613619019817260027756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4329cb94-5a1a-49f1-916c-71c4227027be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c7b0867-98e8-4431-a27c-a3fc07cc22db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7b0867-98e8-4431-a27c-a3fc07cc22db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593387037037788884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884459338703703778888445933870370377888844593387037037788884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df57c626-eac3-4914-aa70-d28e47865125, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b336f76-86d3-484a-84ad-7f212c7e63b8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7b0867-98e8-4431-a27c-a3fc07cc22db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b336f76-86d3-484a-84ad-7f212c7e63b8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13117189301091945085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085131171893010919450851311718930109194508513117189301091945085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a426e10-5af0-435d-84fe-fc61cbfc13b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a426e10-5af0-435d-84fe-fc61cbfc13b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059512240728720973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973605951224072872097360595122407287209736059512240728720973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b336f76-86d3-484a-84ad-7f212c7e63b8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e70caee0-fa7b-4394-b857-d06bb1eca9c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a426e10-5af0-435d-84fe-fc61cbfc13b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adb3074d-ee4a-46ef-8bfb-90b51ca45460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb3074d-ee4a-46ef-8bfb-90b51ca45460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16056325069996886979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979160563250699968869791605632506999688697916056325069996886979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e70caee0-fa7b-4394-b857-d06bb1eca9c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240688408585700830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830122406884085857008301224068840858570083012240688408585700830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb3074d-ee4a-46ef-8bfb-90b51ca45460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56e8463e-1f2e-488e-b4e9-293e8b2d279d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e8463e-1f2e-488e-b4e9-293e8b2d279d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7004549703219837265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265700454970321983726570045497032198372657004549703219837265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e70caee0-fa7b-4394-b857-d06bb1eca9c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbe081d4-34cc-4515-bf0d-303f85bb8ba1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe081d4-34cc-4515-bf0d-303f85bb8ba1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549239482664469304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304145492394826644693041454923948266446930414549239482664469304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e8463e-1f2e-488e-b4e9-293e8b2d279d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbe081d4-34cc-4515-bf0d-303f85bb8ba1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748fc9b5-898b-4892-b4a0-1d9558d44160, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748fc9b5-898b-4892-b4a0-1d9558d44160, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11323786257260455606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606113237862572604556061132378625726045560611323786257260455606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c84dd8e-01d7-481c-a382-4aae368e5530, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c84dd8e-01d7-481c-a382-4aae368e5530, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10448744967313036109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109104487449673130361091044874496731303610910448744967313036109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748fc9b5-898b-4892-b4a0-1d9558d44160, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3759b2b0-8771-42d3-9b7f-9fc08e29fc78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3759b2b0-8771-42d3-9b7f-9fc08e29fc78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14985785123671145025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025149857851236711450251498578512367114502514985785123671145025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c84dd8e-01d7-481c-a382-4aae368e5530, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d338121-090b-451c-b7d9-e3d71fb4086e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d338121-090b-451c-b7d9-e3d71fb4086e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18427363349800182193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193184273633498001821931842736334980018219318427363349800182193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d338121-090b-451c-b7d9-e3d71fb4086e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75fec86c-43a0-4579-92c7-b57b2e1be188, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fec86c-43a0-4579-92c7-b57b2e1be188, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2932887164826439387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387293288716482643938729328871648264393872932887164826439387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3759b2b0-8771-42d3-9b7f-9fc08e29fc78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11973903-d14a-428c-a542-115f643f2a60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11973903-d14a-428c-a542-115f643f2a60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13609910370198818657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657136099103701988186571360991037019881865713609910370198818657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fec86c-43a0-4579-92c7-b57b2e1be188, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f314ee-cf8f-4520-be33-76e46ae12f88, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f314ee-cf8f-4520-be33-76e46ae12f88, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6136143222841721464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464613614322284172146461361432228417214646136143222841721464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11973903-d14a-428c-a542-115f643f2a60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c91ba54-7683-49e2-ad90-7d282e80d432, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c91ba54-7683-49e2-ad90-7d282e80d432, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975726221019929446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446975726221019929446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f314ee-cf8f-4520-be33-76e46ae12f88, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d9e2de3-7119-4585-8d52-ceebcbe765d8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9e2de3-7119-4585-8d52-ceebcbe765d8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15036252567780898223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223150362525677808982231503625256778089822315036252567780898223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c91ba54-7683-49e2-ad90-7d282e80d432, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bdad3aa-24c1-4640-b9db-97c2cb5407df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdad3aa-24c1-4640-b9db-97c2cb5407df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3272087967232438479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479327208796723243847932720879672324384793272087967232438479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9e2de3-7119-4585-8d52-ceebcbe765d8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f5f422-3791-4834-8dcb-242665bf59a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdad3aa-24c1-4640-b9db-97c2cb5407df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257b7e5b-3556-4d0e-b785-ce5564dfe10d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257b7e5b-3556-4d0e-b785-ce5564dfe10d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6371468514144699190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190637146851414469919063714685141446991906371468514144699190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f5f422-3791-4834-8dcb-242665bf59a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 286447931019016736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736286447931019016736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f5f422-3791-4834-8dcb-242665bf59a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566f4071-dc12-4fdf-a01c-b09c08d5a98f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566f4071-dc12-4fdf-a01c-b09c08d5a98f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256105680577796637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637132561056805777966371325610568057779663713256105680577796637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257b7e5b-3556-4d0e-b785-ce5564dfe10d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 578516c9-15e7-470f-9ca4-8f31130acdb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578516c9-15e7-470f-9ca4-8f31130acdb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230310658051905524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524423031065805190552442303106580519055244230310658051905524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566f4071-dc12-4fdf-a01c-b09c08d5a98f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c076f8b-4514-4b8c-b0be-28ff94f014c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c076f8b-4514-4b8c-b0be-28ff94f014c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4613108338463853009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009461310833846385300946131083384638530094613108338463853009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578516c9-15e7-470f-9ca4-8f31130acdb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be00464f-108a-4da1-aefe-9303c21e13da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be00464f-108a-4da1-aefe-9303c21e13da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10432250711622144154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154104322507116221441541043225071162214415410432250711622144154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be00464f-108a-4da1-aefe-9303c21e13da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d51e342b-c8c0-4fe1-9d01-26686a76dbbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51e342b-c8c0-4fe1-9d01-26686a76dbbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884903512189848614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614148849035121898486141488490351218984861414884903512189848614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c076f8b-4514-4b8c-b0be-28ff94f014c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c91d52e-0622-4a33-abc2-fe9cdf4fb95d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c91d52e-0622-4a33-abc2-fe9cdf4fb95d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295649403886422154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154329564940388642215432956494038864221543295649403886422154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51e342b-c8c0-4fe1-9d01-26686a76dbbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f227e48-0ed5-4e76-a9ec-e248a9b97bc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f227e48-0ed5-4e76-a9ec-e248a9b97bc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14716351449141731856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856147163514491417318561471635144914173185614716351449141731856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c91d52e-0622-4a33-abc2-fe9cdf4fb95d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed9d176-5d95-478f-b3dd-54109e8f4c53, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f227e48-0ed5-4e76-a9ec-e248a9b97bc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9012b7e4-7c48-484a-9815-3c2044859e6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9012b7e4-7c48-484a-9815-3c2044859e6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18006608322930723689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689180066083229307236891800660832293072368918006608322930723689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed9d176-5d95-478f-b3dd-54109e8f4c53, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12429461087129980208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208124294610871299802081242946108712998020812429461087129980208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9012b7e4-7c48-484a-9815-3c2044859e6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa3a0bed-c7a0-4370-bff0-629ff897f598, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed9d176-5d95-478f-b3dd-54109e8f4c53, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cccbf04-ba85-478f-bf80-c302ada5879d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3a0bed-c7a0-4370-bff0-629ff897f598, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11127025276670861603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603111270252766708616031112702527667086160311127025276670861603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cccbf04-ba85-478f-bf80-c302ada5879d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18375573800278119534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534183755738002781195341837557380027811953418375573800278119534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cccbf04-ba85-478f-bf80-c302ada5879d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d83364-c458-48e1-bc59-a0f04e5d056e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d83364-c458-48e1-bc59-a0f04e5d056e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12628842228654281900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900126288422286542819001262884222865428190012628842228654281900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3a0bed-c7a0-4370-bff0-629ff897f598, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d54c8e3-968f-435d-868d-37374b79190a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d54c8e3-968f-435d-868d-37374b79190a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4340150213321033458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458434015021332103345843401502133210334584340150213321033458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d83364-c458-48e1-bc59-a0f04e5d056e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a563f72-c122-4879-a726-cd943ebefe97, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a563f72-c122-4879-a726-cd943ebefe97, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590017542441857939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939159001754244185793915900175424418579391590017542441857939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d54c8e3-968f-435d-868d-37374b79190a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8a1e6e-fce4-4e50-bd83-35c577497aa8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8a1e6e-fce4-4e50-bd83-35c577497aa8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6369539367367654284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284636953936736765428463695393673676542846369539367367654284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a563f72-c122-4879-a726-cd943ebefe97, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc71003a-2fb2-434f-a529-275d9ee0f421, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc71003a-2fb2-434f-a529-275d9ee0f421, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13788846981623781418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418137888469816237814181378884698162378141813788846981623781418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8a1e6e-fce4-4e50-bd83-35c577497aa8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c0731-ade4-4ae4-8658-aa6c6d88cda2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c0731-ade4-4ae4-8658-aa6c6d88cda2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12318835188235138411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411123188351882351384111231883518823513841112318835188235138411" } } } 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 1535888) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1535888) elapsed time (sec): 1.324709177017212
DEBUG    ya.test:process.py:263 Command (pid 1535888) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) maxrss: 836180
DEBUG    ya.test:process.py:263 Command (pid 1535888) minflt: 45170
DEBUG    ya.test:process.py:263 Command (pid 1535888) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) msgsnd: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc71003a-2fb2-434f-a529-275d9ee0f421, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c43b2c-af8f-47d8-b9fe-e58f31be5629, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c43b2c-af8f-47d8-b9fe-e58f31be5629, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4373075623613063734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734437307562361306373443730756236130637344373075623613063734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1535888) nivcsw: 293
DEBUG    ya.test:process.py:263 Command (pid 1535888) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1535888) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1535888) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1535888) stime: 0.22897599999999999
DEBUG    ya.test:process.py:263 Command (pid 1535888) utime: 0.589534
DEBUG    ya.test:process.py:263 Command (pid 1535888) wtime: 1.342
DEBUG    ya.test:process.py:275 Command (pid 1535888) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c0731-ade4-4ae4-8658-aa6c6d88cda2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8394d7f7-78b1-4933-85b9-66e3a023682f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8394d7f7-78b1-4933-85b9-66e3a023682f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399388958759165777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777339938895875916577733993889587591657773399388958759165777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c43b2c-af8f-47d8-b9fe-e58f31be5629, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=7fbc7291-67105f78-5da58627-836f7540" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd259b2f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd259b2f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd259b2f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZWEyZmIwNi04ZjZmZjg4ZC0zNmFlZmE2Zi0zOTFkMDkxYw==" 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 0x7bdbd259b2f0>
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 0x7bdbd26dd7b0 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 0x7bdbd26e0a30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8394d7f7-78b1-4933-85b9-66e3a023682f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0600d8f-c950-40ab-badd-f267721a57fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0600d8f-c950-40ab-badd-f267721a57fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13111843709636899004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004131118437096368990041311184370963689900413111843709636899004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd26e95f0 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.connection:connection.py:52 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 573ba8a4-a762-4baf-a8e2-22b8247913d2, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:17.514423453+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 5404ca43-9d66-4a71-a197-8985082a2686, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:16:17.514423453+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 97d61fe0-88be-46a1-b8f8-09ad76ac7715, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 97d61fe0-88be-46a1-b8f8-09ad76ac7715, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): 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 0x7bdbd26eec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, ee699585-a31d-4298-8a08-184c251616ef, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 72513045-a813-4adc-9cea-ba388494bd26, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, f2db5937-2292-41d3-8efa-0eb46f512061, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0600d8f-c950-40ab-badd-f267721a57fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038944." issue_code: 2026 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t8rzb8gxxgx3ea3db8mdq" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 97d61fe0-88be-46a1-b8f8-09ad76ac7715, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:13247, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, f2db5937-2292-41d3-8efa-0eb46f512061, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" 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:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown. Error writing to table `/Root/test_simple_encryption_1/db1`. Transaction state unknown for tablet 72075186224038944." issue_code: 2026 severity: 1 (server_code: 400170)
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 332aaafc-3629-4df9-a2b1-7a85d4289501, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, f2db5937-2292-41d3-8efa-0eb46f512061, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=59474ac-54d2a269-3f316519-67d04483" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed9825e6-3f48-4265-ba08-e9ab7fcd9174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 332aaafc-3629-4df9-a2b1-7a85d4289501, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" 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, 332aaafc-3629-4df9-a2b1-7a85d4289501, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=59474ac-54d2a269-3f316519-67d04483" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965fd81b-f5cb-4510-8e06-c93324777f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9825e6-3f48-4265-ba08-e9ab7fcd9174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7610775445863365156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156761077544586336515676107754458633651567610775445863365156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965fd81b-f5cb-4510-8e06-c93324777f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309897505388643167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167130989750538864316713098975053886431671309897505388643167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9825e6-3f48-4265-ba08-e9ab7fcd9174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 092f55f6-bb4c-426e-8b70-e965979200d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092f55f6-bb4c-426e-8b70-e965979200d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17123301020234939775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775171233010202349397751712330102023493977517123301020234939775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965fd81b-f5cb-4510-8e06-c93324777f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abc89715-a729-4ad1-b6e1-c5b420c59358, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc89715-a729-4ad1-b6e1-c5b420c59358, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 416505486631855276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276416505486631855276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc89715-a729-4ad1-b6e1-c5b420c59358, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b29bdd1-f78b-4c1b-a866-ff332d022a66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b29bdd1-f78b-4c1b-a866-ff332d022a66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3690560398960159028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028369056039896015902836905603989601590283690560398960159028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b29bdd1-f78b-4c1b-a866-ff332d022a66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6977ce75-25bb-48bc-86e1-f4bb4fa4c644, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6977ce75-25bb-48bc-86e1-f4bb4fa4c644, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3731696080235511294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294373169608023551129437316960802355112943731696080235511294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6977ce75-25bb-48bc-86e1-f4bb4fa4c644, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b63d36-105d-4ea7-8988-464c0411cf9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b63d36-105d-4ea7-8988-464c0411cf9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5772209470267595634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634577220947026759563457722094702675956345772209470267595634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092f55f6-bb4c-426e-8b70-e965979200d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a11443a-8acd-466c-8207-247325ac5dab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a11443a-8acd-466c-8207-247325ac5dab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595552084353366380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380135955520843533663801359555208435336638013595552084353366380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b63d36-105d-4ea7-8988-464c0411cf9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfddbc5f-b7be-4845-9549-a1dca5658c5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfddbc5f-b7be-4845-9549-a1dca5658c5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10174916947654310680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680101749169476543106801017491694765431068010174916947654310680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a11443a-8acd-466c-8207-247325ac5dab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec3416c1-8297-4de4-860f-5965320c9136, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3416c1-8297-4de4-860f-5965320c9136, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171294922520291191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191717129492252029119171712949225202911917171294922520291191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfddbc5f-b7be-4845-9549-a1dca5658c5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec8b77c2-221c-4ec8-96f4-46e969b16aba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8b77c2-221c-4ec8-96f4-46e969b16aba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16197950944242912703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703161979509442429127031619795094424291270316197950944242912703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3416c1-8297-4de4-860f-5965320c9136, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dff526-6039-4f63-beac-b942b91ce48c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dff526-6039-4f63-beac-b942b91ce48c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6137563924945573135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135613756392494557313561375639249455731356137563924945573135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8b77c2-221c-4ec8-96f4-46e969b16aba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55436553-f55c-4be6-8a08-31530b147014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55436553-f55c-4be6-8a08-31530b147014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111574531300920555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555811157453130092055581115745313009205558111574531300920555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dff526-6039-4f63-beac-b942b91ce48c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2720c7b-7eaf-4223-a6bd-7015bb263c93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2720c7b-7eaf-4223-a6bd-7015bb263c93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12251680258023438843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843122516802580234388431225168025802343884312251680258023438843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55436553-f55c-4be6-8a08-31530b147014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ada9cbe4-9667-463b-9a17-0f9ffdcefee8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ada9cbe4-9667-463b-9a17-0f9ffdcefee8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561314243959574415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415561314243959574415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2720c7b-7eaf-4223-a6bd-7015bb263c93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5018898d-5a05-4b3d-9891-9f298fc04851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5018898d-5a05-4b3d-9891-9f298fc04851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7278638061977133738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738727863806197713373872786380619771337387278638061977133738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ada9cbe4-9667-463b-9a17-0f9ffdcefee8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d94e0ba-78fc-4875-ab65-6594c3752c67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d94e0ba-78fc-4875-ab65-6594c3752c67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348487850905821671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671834848785090582167183484878509058216718348487850905821671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5018898d-5a05-4b3d-9891-9f298fc04851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d1d22b9-c3e3-4c3b-bc94-3a45cd7efb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1d22b9-c3e3-4c3b-bc94-3a45cd7efb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12602414391363157140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140126024143913631571401260241439136315714012602414391363157140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d94e0ba-78fc-4875-ab65-6594c3752c67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd3b8b7-a066-4241-8523-92dd3a9dcaf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd3b8b7-a066-4241-8523-92dd3a9dcaf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7767606357381785912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912776760635738178591277676063573817859127767606357381785912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1d22b9-c3e3-4c3b-bc94-3a45cd7efb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ad48516-fbcc-4e94-bb2b-0415940b0980, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad48516-fbcc-4e94-bb2b-0415940b0980, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2201871432290088820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820220187143229008882022018714322900888202201871432290088820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd3b8b7-a066-4241-8523-92dd3a9dcaf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3de9695-0746-4d5d-a761-53cc1564fe18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3de9695-0746-4d5d-a761-53cc1564fe18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17691836065327960313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313176918360653279603131769183606532796031317691836065327960313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad48516-fbcc-4e94-bb2b-0415940b0980, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d9a6fdb-d426-4502-86d4-69b7c8a60096, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9a6fdb-d426-4502-86d4-69b7c8a60096, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5002386989279364423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423500238698927936442350023869892793644235002386989279364423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3de9695-0746-4d5d-a761-53cc1564fe18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c3f4ca3-88a2-4b9f-a1db-e6432e51d496, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3f4ca3-88a2-4b9f-a1db-e6432e51d496, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18370326414745524835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835183703264147455248351837032641474552483518370326414745524835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9a6fdb-d426-4502-86d4-69b7c8a60096, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f570141e-a9f1-45df-b122-4348b6fa9601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3f4ca3-88a2-4b9f-a1db-e6432e51d496, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a655835c-c739-4ae1-a19c-351696a61b22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f570141e-a9f1-45df-b122-4348b6fa9601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9224899536588431378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378922489953658843137892248995365884313789224899536588431378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a655835c-c739-4ae1-a19c-351696a61b22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967055431896296860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860796705543189629686079670554318962968607967055431896296860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a655835c-c739-4ae1-a19c-351696a61b22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc2fe22-07c0-4762-a1ce-2b8be9a5df14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc2fe22-07c0-4762-a1ce-2b8be9a5df14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2849530655567806569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569284953065556780656928495306555678065692849530655567806569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f570141e-a9f1-45df-b122-4348b6fa9601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef547f5e-b48e-41ec-bdb1-ced4e2c40d7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef547f5e-b48e-41ec-bdb1-ced4e2c40d7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348129667609484718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718173481296676094847181734812966760948471817348129667609484718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc2fe22-07c0-4762-a1ce-2b8be9a5df14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94dd4b03-9a42-4a0e-9679-e2d6a678ad66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94dd4b03-9a42-4a0e-9679-e2d6a678ad66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16364053061899665155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155163640530618996651551636405306189966515516364053061899665155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef547f5e-b48e-41ec-bdb1-ced4e2c40d7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc649b5c-af55-44e2-bb70-1df950d3a373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc649b5c-af55-44e2-bb70-1df950d3a373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6312139103084631900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900631213910308463190063121391030846319006312139103084631900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94dd4b03-9a42-4a0e-9679-e2d6a678ad66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac061f34-102e-412b-baaa-5fab927c6702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac061f34-102e-412b-baaa-5fab927c6702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12007120928479316857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857120071209284793168571200712092847931685712007120928479316857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc649b5c-af55-44e2-bb70-1df950d3a373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36dcb5b5-3e72-49dd-8aeb-6133ee38bd4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36dcb5b5-3e72-49dd-8aeb-6133ee38bd4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10570303556062426472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472105703035560624264721057030355606242647210570303556062426472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36dcb5b5-3e72-49dd-8aeb-6133ee38bd4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c51d41-4ed9-4028-8159-de227c92f693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c51d41-4ed9-4028-8159-de227c92f693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1334667949654046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046133466794965404613346679496540461334667949654046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac061f34-102e-412b-baaa-5fab927c6702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffd3c42e-947f-4e44-844f-7ceac3d22ac5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd3c42e-947f-4e44-844f-7ceac3d22ac5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8825519603621304827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827882551960362130482788255196036213048278825519603621304827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c51d41-4ed9-4028-8159-de227c92f693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f175c1ab-28b1-405a-be17-768f50e25d1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f175c1ab-28b1-405a-be17-768f50e25d1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8488965805550114219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219848896580555011421984889658055501142198488965805550114219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd3c42e-947f-4e44-844f-7ceac3d22ac5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f16275-c75e-4f60-a93c-5e46d5d7343d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f16275-c75e-4f60-a93c-5e46d5d7343d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10165237335729604898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898101652373357296048981016523733572960489810165237335729604898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f175c1ab-28b1-405a-be17-768f50e25d1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78d127f7-c96c-44a4-b51d-f8220c679106, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d127f7-c96c-44a4-b51d-f8220c679106, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10542443188699949455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455105424431886999494551054244318869994945510542443188699949455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f16275-c75e-4f60-a93c-5e46d5d7343d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e964dec0-a607-495d-9262-57649a663530, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e964dec0-a607-495d-9262-57649a663530, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10429219344882829009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009104292193448828290091042921934488282900910429219344882829009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d127f7-c96c-44a4-b51d-f8220c679106, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d457c30-eefe-4a4a-a49f-99b7bb15e195, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d457c30-eefe-4a4a-a49f-99b7bb15e195, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7601306852542073359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359760130685254207335976013068525420733597601306852542073359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e964dec0-a607-495d-9262-57649a663530, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cde526-f91f-4b67-82bf-47b7c0d24c77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cde526-f91f-4b67-82bf-47b7c0d24c77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12111506520106493284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284121115065201064932841211150652010649328412111506520106493284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d457c30-eefe-4a4a-a49f-99b7bb15e195, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049a25b9-87e3-4313-ae08-3c437ef4555e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049a25b9-87e3-4313-ae08-3c437ef4555e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1417863649017299381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381141786364901729938114178636490172993811417863649017299381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cde526-f91f-4b67-82bf-47b7c0d24c77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b02654b6-c9f3-4e39-b290-1b4e48f8912f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02654b6-c9f3-4e39-b290-1b4e48f8912f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5038040200521230749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749503804020052123074950380402005212307495038040200521230749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02654b6-c9f3-4e39-b290-1b4e48f8912f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79c4464b-07b4-4e88-9963-a3de6597ef9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049a25b9-87e3-4313-ae08-3c437ef4555e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4c24b6d-7eca-435a-a787-1935caf8eb72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4c24b6d-7eca-435a-a787-1935caf8eb72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2308164355801691279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279230816435580169127923081643558016912792308164355801691279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c4464b-07b4-4e88-9963-a3de6597ef9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11119885545964609632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632111198855459646096321111988554596460963211119885545964609632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4c24b6d-7eca-435a-a787-1935caf8eb72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342160d5-64e9-434a-8463-56e2cca36705, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342160d5-64e9-434a-8463-56e2cca36705, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739584306081572984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984117395843060815729841173958430608157298411739584306081572984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c4464b-07b4-4e88-9963-a3de6597ef9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fc11808-6662-4632-8c02-b196e87d0a20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc11808-6662-4632-8c02-b196e87d0a20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18402094405247598683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683184020944052475986831840209440524759868318402094405247598683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342160d5-64e9-434a-8463-56e2cca36705, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4732d77-d2df-420c-b779-50be1feca175, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4732d77-d2df-420c-b779-50be1feca175, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2370336272293748975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975237033627229374897523703362722937489752370336272293748975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc11808-6662-4632-8c02-b196e87d0a20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af441711-2323-4265-a6b3-d0f896924d35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af441711-2323-4265-a6b3-d0f896924d35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17519435640033256399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399175194356400332563991751943564003325639917519435640033256399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4732d77-d2df-420c-b779-50be1feca175, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a9c0fc7-2cb5-4062-ae55-4dfa8f7d7707, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9c0fc7-2cb5-4062-ae55-4dfa8f7d7707, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293302290596474438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438129330229059647443812933022905964744381293302290596474438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af441711-2323-4265-a6b3-d0f896924d35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4816ef04-0f17-49ad-8b18-f2604fb8c9cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4816ef04-0f17-49ad-8b18-f2604fb8c9cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11612446454588398819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819116124464545883988191161244645458839881911612446454588398819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9c0fc7-2cb5-4062-ae55-4dfa8f7d7707, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d8e8c8-480c-4fdd-a2f6-4f0ff4514130, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d8e8c8-480c-4fdd-a2f6-4f0ff4514130, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226433497875764572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572142264334978757645721422643349787576457214226433497875764572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4816ef04-0f17-49ad-8b18-f2604fb8c9cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c5c07f-332a-403e-bc64-e849c659c5a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c5c07f-332a-403e-bc64-e849c659c5a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14470365703605265290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290144703657036052652901447036570360526529014470365703605265290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d8e8c8-480c-4fdd-a2f6-4f0ff4514130, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1941153-4f07-430b-9f56-1504329ef5b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c5c07f-332a-403e-bc64-e849c659c5a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3b4fb96-3435-4faf-a389-c8f1f0ab54bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1941153-4f07-430b-9f56-1504329ef5b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9879672319852376355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355987967231985237635598796723198523763559879672319852376355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b4fb96-3435-4faf-a389-c8f1f0ab54bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416191455829725576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576541619145582972557654161914558297255765416191455829725576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1941153-4f07-430b-9f56-1504329ef5b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca5a0d8b-c63c-48a8-91e7-4590d85ea0b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca5a0d8b-c63c-48a8-91e7-4590d85ea0b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7873694305132983152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152787369430513298315278736943051329831527873694305132983152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b4fb96-3435-4faf-a389-c8f1f0ab54bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 112a7ed5-a2ee-4f03-abb3-9da5f85e0fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 112a7ed5-a2ee-4f03-abb3-9da5f85e0fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15331934766429444610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610153319347664294446101533193476642944461015331934766429444610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca5a0d8b-c63c-48a8-91e7-4590d85ea0b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a44ca4da-c281-4cf6-bf35-8570b3aac64f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44ca4da-c281-4cf6-bf35-8570b3aac64f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10134593796635807129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129101345937966358071291013459379663580712910134593796635807129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 112a7ed5-a2ee-4f03-abb3-9da5f85e0fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fea2d59-e74a-4ff1-8321-ac609ee52dcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fea2d59-e74a-4ff1-8321-ac609ee52dcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317262634415906508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508331726263441590650833172626344159065083317262634415906508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44ca4da-c281-4cf6-bf35-8570b3aac64f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 011f3c9a-2b43-4634-ab5e-15b9cfc700ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011f3c9a-2b43-4634-ab5e-15b9cfc700ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16169108162719160248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248161691081627191602481616910816271916024816169108162719160248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fea2d59-e74a-4ff1-8321-ac609ee52dcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 176f4792-e502-4ce4-8262-41098ead9112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176f4792-e502-4ce4-8262-41098ead9112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 523535800189112311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311523535800189112311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011f3c9a-2b43-4634-ab5e-15b9cfc700ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 282164fe-f7e1-4a30-9362-5801b439b63a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282164fe-f7e1-4a30-9362-5801b439b63a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774831470462883459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459117748314704628834591177483147046288345911774831470462883459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176f4792-e502-4ce4-8262-41098ead9112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d350dd70-34b0-4832-99b5-b483b7bf74a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d350dd70-34b0-4832-99b5-b483b7bf74a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3180973974678689283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283318097397467868928331809739746786892833180973974678689283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282164fe-f7e1-4a30-9362-5801b439b63a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38b02b45-e1ca-458c-a15e-57bfc1da8efc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b02b45-e1ca-458c-a15e-57bfc1da8efc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10191375402924845060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060101913754029248450601019137540292484506010191375402924845060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d350dd70-34b0-4832-99b5-b483b7bf74a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16a1c71b-25c5-47cc-a554-641d71e4deca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a1c71b-25c5-47cc-a554-641d71e4deca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6355996523628209253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253635599652362820925363559965236282092536355996523628209253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b02b45-e1ca-458c-a15e-57bfc1da8efc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a1c71b-25c5-47cc-a554-641d71e4deca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a46bf1d0-d4e0-4047-91cd-f601a8783157, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a46bf1d0-d4e0-4047-91cd-f601a8783157, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876393991995684063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063168763939919956840631687639399199568406316876393991995684063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4999c6a1-21e6-4234-b2a2-62ee857ee868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4999c6a1-21e6-4234-b2a2-62ee857ee868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16812823993318940297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297168128239933189402971681282399331894029716812823993318940297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a46bf1d0-d4e0-4047-91cd-f601a8783157, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58b3927f-e504-4b5e-9b5d-c8fd8a215996, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58b3927f-e504-4b5e-9b5d-c8fd8a215996, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5067945228062113788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788506794522806211378850679452280621137885067945228062113788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4999c6a1-21e6-4234-b2a2-62ee857ee868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d2c034-11d0-4bcf-a927-a810e4cd14e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d2c034-11d0-4bcf-a927-a810e4cd14e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 398134938438279114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114398134938438279114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58b3927f-e504-4b5e-9b5d-c8fd8a215996, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55206685-04e6-4495-acdb-2049acd0fa7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55206685-04e6-4495-acdb-2049acd0fa7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3316640045841739397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397331664004584173939733166400458417393973316640045841739397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d2c034-11d0-4bcf-a927-a810e4cd14e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9341543d-70af-4767-9bbd-833247f4e1e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9341543d-70af-4767-9bbd-833247f4e1e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108958462135716663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663610895846213571666361089584621357166636108958462135716663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55206685-04e6-4495-acdb-2049acd0fa7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a873c002-8f74-49c1-8f1b-7ab95ce2ead8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a873c002-8f74-49c1-8f1b-7ab95ce2ead8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13233364702472588328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328132333647024725883281323336470247258832813233364702472588328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9341543d-70af-4767-9bbd-833247f4e1e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2248d357-cbc4-433f-8e70-37da4a749770, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2248d357-cbc4-433f-8e70-37da4a749770, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16742861447835776487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487167428614478357764871674286144783577648716742861447835776487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a873c002-8f74-49c1-8f1b-7ab95ce2ead8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77cd52a4-acaa-4278-9a7e-df53a619abd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77cd52a4-acaa-4278-9a7e-df53a619abd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7719790339677156912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912771979033967715691277197903396771569127719790339677156912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2248d357-cbc4-433f-8e70-37da4a749770, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d05d5ea0-28fc-490a-a14b-97bcb2d3eb5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d05d5ea0-28fc-490a-a14b-97bcb2d3eb5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719097986609323595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595871909798660932359587190979866093235958719097986609323595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77cd52a4-acaa-4278-9a7e-df53a619abd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cbb0dc1-b0c7-4c77-a0dc-2ea334a22c0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbb0dc1-b0c7-4c77-a0dc-2ea334a22c0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17883162013998883260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260178831620139988832601788316201399888326017883162013998883260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d05d5ea0-28fc-490a-a14b-97bcb2d3eb5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75074c91-414e-4b73-be31-f1f4fdecaade, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75074c91-414e-4b73-be31-f1f4fdecaade, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3694413135429718602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602369441313542971860236944131354297186023694413135429718602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbb0dc1-b0c7-4c77-a0dc-2ea334a22c0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e26aae7a-7ed8-46d7-b385-cb7ecc83236d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e26aae7a-7ed8-46d7-b385-cb7ecc83236d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335839788177502343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343233583978817750234323358397881775023432335839788177502343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75074c91-414e-4b73-be31-f1f4fdecaade, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a53e1ad9-4cc9-4bfe-a665-8fced8d45208, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53e1ad9-4cc9-4bfe-a665-8fced8d45208, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202423216887413555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555182024232168874135551820242321688741355518202423216887413555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e26aae7a-7ed8-46d7-b385-cb7ecc83236d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be58aa31-8f1a-4bee-879e-6cdb3f4786f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53e1ad9-4cc9-4bfe-a665-8fced8d45208, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be58aa31-8f1a-4bee-879e-6cdb3f4786f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628029931930609326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326762802993193060932676280299319306093267628029931930609326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d81ffb79-8ca9-40bc-9837-f00af2817a90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d81ffb79-8ca9-40bc-9837-f00af2817a90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765175910337894935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935147651759103378949351476517591033789493514765175910337894935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be58aa31-8f1a-4bee-879e-6cdb3f4786f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abf08313-3cb1-4d95-98ce-9ac8e0ec933a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf08313-3cb1-4d95-98ce-9ac8e0ec933a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1316839174896426131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131131683917489642613113168391748964261311316839174896426131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d81ffb79-8ca9-40bc-9837-f00af2817a90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc555f9c-ee13-41a2-8cda-9ccc94fd9c98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc555f9c-ee13-41a2-8cda-9ccc94fd9c98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13776792413843170929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929137767924138431709291377679241384317092913776792413843170929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc555f9c-ee13-41a2-8cda-9ccc94fd9c98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1c95b7f-543d-493a-aafa-bcdc85562d6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c95b7f-543d-493a-aafa-bcdc85562d6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7650545362416500487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487765054536241650048776505453624165004877650545362416500487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf08313-3cb1-4d95-98ce-9ac8e0ec933a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deee2ecb-fe7c-428c-997b-3e7dabec0260, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deee2ecb-fe7c-428c-997b-3e7dabec0260, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8857431063745368774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774885743106374536877488574310637453687748857431063745368774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c95b7f-543d-493a-aafa-bcdc85562d6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e05c293-3783-40eb-8832-377ecad1ddc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e05c293-3783-40eb-8832-377ecad1ddc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790880770300046091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091379088077030004609137908807703000460913790880770300046091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deee2ecb-fe7c-428c-997b-3e7dabec0260, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1686d7-9c17-4dc9-a9d0-2b6eff66e0fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1686d7-9c17-4dc9-a9d0-2b6eff66e0fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15247317465087636225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225152473174650876362251524731746508763622515247317465087636225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e05c293-3783-40eb-8832-377ecad1ddc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1686d7-9c17-4dc9-a9d0-2b6eff66e0fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eb9b912-1bce-4980-8cad-36d2c8668cdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eb9b912-1bce-4980-8cad-36d2c8668cdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12489694940011599831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831124896949400115998311248969494001159983112489694940011599831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded62348-68d5-4164-9192-67d862b1712d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded62348-68d5-4164-9192-67d862b1712d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1424124042151384793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793142412404215138479314241240421513847931424124042151384793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eb9b912-1bce-4980-8cad-36d2c8668cdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19e46646-d157-4352-8d28-ad4d6a759d18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e46646-d157-4352-8d28-ad4d6a759d18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227995493318680856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856142279954933186808561422799549331868085614227995493318680856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded62348-68d5-4164-9192-67d862b1712d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09716e9a-e570-4a4f-ae55-70035c28635a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09716e9a-e570-4a4f-ae55-70035c28635a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7416024024385392557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557741602402438539255774160240243853925577416024024385392557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e46646-d157-4352-8d28-ad4d6a759d18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d47761d-0160-42ee-b1fa-64ff78ac659d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d47761d-0160-42ee-b1fa-64ff78ac659d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16527571238219911938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938165275712382199119381652757123821991193816527571238219911938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09716e9a-e570-4a4f-ae55-70035c28635a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c736d0-60f9-4bbc-9af9-1031cb304e83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c736d0-60f9-4bbc-9af9-1031cb304e83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7432239728470103232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232743223972847010323274322397284701032327432239728470103232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d47761d-0160-42ee-b1fa-64ff78ac659d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bdffee9-75ed-4019-9b81-f96d1c1c826a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bdffee9-75ed-4019-9b81-f96d1c1c826a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8968280655430661313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313896828065543066131389682806554306613138968280655430661313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c736d0-60f9-4bbc-9af9-1031cb304e83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe337e19-b83b-478f-a33d-b06e6ec73cc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe337e19-b83b-478f-a33d-b06e6ec73cc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15692034705668344421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421156920347056683444211569203470566834442115692034705668344421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bdffee9-75ed-4019-9b81-f96d1c1c826a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe337e19-b83b-478f-a33d-b06e6ec73cc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71460e24-18f0-4d16-9a1f-0d17d6829c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71460e24-18f0-4d16-9a1f-0d17d6829c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10665213427709806194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194106652134277098061941066521342770980619410665213427709806194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6509a6f3-44ee-4793-9f14-fcd8105a6152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6509a6f3-44ee-4793-9f14-fcd8105a6152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776881190893942731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731277688119089394273127768811908939427312776881190893942731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71460e24-18f0-4d16-9a1f-0d17d6829c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d257011-2eff-4136-8048-fb7cbde7c1e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d257011-2eff-4136-8048-fb7cbde7c1e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17385471474439911314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314173854714744399113141738547147443991131417385471474439911314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6509a6f3-44ee-4793-9f14-fcd8105a6152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acba90c4-eff6-4141-bbb2-b31588a132d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acba90c4-eff6-4141-bbb2-b31588a132d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924220256424275828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828169242202564242758281692422025642427582816924220256424275828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d257011-2eff-4136-8048-fb7cbde7c1e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17768770-8dc9-4738-acd8-c54f112421de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17768770-8dc9-4738-acd8-c54f112421de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13461559691215788435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435134615596912157884351346155969121578843513461559691215788435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acba90c4-eff6-4141-bbb2-b31588a132d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 453dc8cf-c38d-4cc9-b9d9-aa90ff6768da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17768770-8dc9-4738-acd8-c54f112421de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff7262a-3242-4b7e-9e28-d5ba97ab38d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff7262a-3242-4b7e-9e28-d5ba97ab38d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080633674959472190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190100806336749594721901008063367495947219010080633674959472190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453dc8cf-c38d-4cc9-b9d9-aa90ff6768da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1857177702492499955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955185717770249249995518571777024924999551857177702492499955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff7262a-3242-4b7e-9e28-d5ba97ab38d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a8c1474-0cef-46e0-81ae-0bbf29ffdf3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8c1474-0cef-46e0-81ae-0bbf29ffdf3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12447085261451168751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751124470852614511687511244708526145116875112447085261451168751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453dc8cf-c38d-4cc9-b9d9-aa90ff6768da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccdf1746-936c-4eab-acf4-ba929a54f344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8c1474-0cef-46e0-81ae-0bbf29ffdf3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccdf1746-936c-4eab-acf4-ba929a54f344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4650340248181237621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621465034024818123762146503402481812376214650340248181237621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccdf1746-936c-4eab-acf4-ba929a54f344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60208010-eac6-45a1-ab5e-797b6bd49d57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60208010-eac6-45a1-ab5e-797b6bd49d57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16306067928516577474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474163060679285165774741630606792851657747416306067928516577474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3322106f-b12e-413b-8935-f2c4e1af2277, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3322106f-b12e-413b-8935-f2c4e1af2277, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11524659454925883805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805115246594549258838051152465945492588380511524659454925883805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60208010-eac6-45a1-ab5e-797b6bd49d57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f608a29-7ba3-420b-bda0-c5e67837f05f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f608a29-7ba3-420b-bda0-c5e67837f05f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13853484027230841192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192138534840272308411921385348402723084119213853484027230841192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3322106f-b12e-413b-8935-f2c4e1af2277, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e929f6f-02a0-497c-bc5c-7446cac307e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e929f6f-02a0-497c-bc5c-7446cac307e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5604644362118290574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574560464436211829057456046443621182905745604644362118290574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f608a29-7ba3-420b-bda0-c5e67837f05f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab76d302-33da-4f85-a788-58d22a0f7926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab76d302-33da-4f85-a788-58d22a0f7926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10925480067075149267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267109254800670751492671092548006707514926710925480067075149267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e929f6f-02a0-497c-bc5c-7446cac307e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 212bf4bd-5c34-4f85-af2c-4de3c5d75baf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 212bf4bd-5c34-4f85-af2c-4de3c5d75baf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509793210167931874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874850979321016793187485097932101679318748509793210167931874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab76d302-33da-4f85-a788-58d22a0f7926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29e5985b-7ddc-4519-9630-2047598808d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e5985b-7ddc-4519-9630-2047598808d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9579150898924759964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964957915089892475996495791508989247599649579150898924759964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 212bf4bd-5c34-4f85-af2c-4de3c5d75baf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2db3ecb5-2ee6-4394-b6e5-dc02c75e1bb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db3ecb5-2ee6-4394-b6e5-dc02c75e1bb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11188614181849122148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148111886141818491221481118861418184912214811188614181849122148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e5985b-7ddc-4519-9630-2047598808d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2be91b71-3bf5-4944-b44d-b0b6b6a3e4c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be91b71-3bf5-4944-b44d-b0b6b6a3e4c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4588858709349416248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248458885870934941624845888587093494162484588858709349416248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db3ecb5-2ee6-4394-b6e5-dc02c75e1bb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7c4ce77-716e-4d90-82db-07fa6356e022, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c4ce77-716e-4d90-82db-07fa6356e022, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263319230729259732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732526331923072925973252633192307292597325263319230729259732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be91b71-3bf5-4944-b44d-b0b6b6a3e4c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb194dc3-74df-4903-8137-3c0ec88fed62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb194dc3-74df-4903-8137-3c0ec88fed62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 203373030204103031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031203373030204103031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c4ce77-716e-4d90-82db-07fa6356e022, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f29849-a7cb-4805-9062-143a2490eed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f29849-a7cb-4805-9062-143a2490eed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2581998249413202523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523258199824941320252325819982494132025232581998249413202523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb194dc3-74df-4903-8137-3c0ec88fed62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6a4649a-9da0-4e53-80bf-7a004b52fd93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a4649a-9da0-4e53-80bf-7a004b52fd93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6276481663030274305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305627648166303027430562764816630302743056276481663030274305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f29849-a7cb-4805-9062-143a2490eed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c6f840-70ec-4053-a611-08177ed421be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c6f840-70ec-4053-a611-08177ed421be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7718271252877742366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366771827125287774236677182712528777423667718271252877742366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a4649a-9da0-4e53-80bf-7a004b52fd93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c6f840-70ec-4053-a611-08177ed421be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 365fb67b-f32c-414e-8116-384bbec1d7e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7484831a-30ec-4805-acb5-e6154005cf47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 365fb67b-f32c-414e-8116-384bbec1d7e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5508016034525943826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826550801603452594382655080160345259438265508016034525943826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7484831a-30ec-4805-acb5-e6154005cf47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7880223658378077118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118788022365837807711878802236583780771187880223658378077118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 365fb67b-f32c-414e-8116-384bbec1d7e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c13695-0db3-4657-aa1a-631664b18df1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7484831a-30ec-4805-acb5-e6154005cf47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c13695-0db3-4657-aa1a-631664b18df1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15656537918787370395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395156565379187873703951565653791878737039515656537918787370395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f202500-866c-4a05-b06c-04fdb320a5ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f202500-866c-4a05-b06c-04fdb320a5ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18149758183425674655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655181497581834256746551814975818342567465518149758183425674655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c13695-0db3-4657-aa1a-631664b18df1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f202500-866c-4a05-b06c-04fdb320a5ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94876a5d-7fc8-454d-a459-c0c9d74dc373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94876a5d-7fc8-454d-a459-c0c9d74dc373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2873067992513047014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014287306799251304701428730679925130470142873067992513047014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d5a623-a9c8-48c1-b366-e5dab9484f50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d5a623-a9c8-48c1-b366-e5dab9484f50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324655470693283747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747232465547069328374723246554706932837472324655470693283747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94876a5d-7fc8-454d-a459-c0c9d74dc373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 773910c0-fbca-4499-aa23-7c1ae7eeeb98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773910c0-fbca-4499-aa23-7c1ae7eeeb98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17222031761601252303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303172220317616012523031722203176160125230317222031761601252303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d5a623-a9c8-48c1-b366-e5dab9484f50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28d1c759-9681-4b27-aaea-d56e796123f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d1c759-9681-4b27-aaea-d56e796123f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4070290978013774938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938407029097801377493840702909780137749384070290978013774938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773910c0-fbca-4499-aa23-7c1ae7eeeb98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d1c759-9681-4b27-aaea-d56e796123f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d424337-c432-46e4-98c2-95a70ea1a8f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d424337-c432-46e4-98c2-95a70ea1a8f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4478245411216363547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547447824541121636354744782454112163635474478245411216363547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf7e1f6-a30a-4c6e-bc08-7238b8029678, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf7e1f6-a30a-4c6e-bc08-7238b8029678, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14658015971112366114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114146580159711123661141465801597111236611414658015971112366114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d424337-c432-46e4-98c2-95a70ea1a8f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a805c4-e3a0-45f9-acb3-a1060d5f80f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a805c4-e3a0-45f9-acb3-a1060d5f80f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7535097488777606446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446753509748877760644675350974887776064467535097488777606446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf7e1f6-a30a-4c6e-bc08-7238b8029678, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abb5d6fa-528c-4ec8-b0cb-fe0f261efa56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a805c4-e3a0-45f9-acb3-a1060d5f80f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb5d6fa-528c-4ec8-b0cb-fe0f261efa56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015754852022903619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619100157548520229036191001575485202290361910015754852022903619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a92f7f05-a7d2-4411-89da-bbea445e366a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92f7f05-a7d2-4411-89da-bbea445e366a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17740534962651761190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190177405349626517611901774053496265176119017740534962651761190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb5d6fa-528c-4ec8-b0cb-fe0f261efa56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 208b7f83-965d-447c-b987-ddf4085d6550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208b7f83-965d-447c-b987-ddf4085d6550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6443810637674350484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484644381063767435048464438106376743504846443810637674350484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92f7f05-a7d2-4411-89da-bbea445e366a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208b7f83-965d-447c-b987-ddf4085d6550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b9bb6c9-de77-49a9-b850-08c51841e604, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be25a06c-71dd-4b5b-911e-8cf63a35d40b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be25a06c-71dd-4b5b-911e-8cf63a35d40b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186271251185676093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093151862712511856760931518627125118567609315186271251185676093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b9bb6c9-de77-49a9-b850-08c51841e604, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649590707207284368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368176495907072072843681764959070720728436817649590707207284368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be25a06c-71dd-4b5b-911e-8cf63a35d40b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa2e5ae-d916-4dae-ae4c-6cf5750fb77f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa2e5ae-d916-4dae-ae4c-6cf5750fb77f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3837585421847710335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335383758542184771033538375854218477103353837585421847710335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b9bb6c9-de77-49a9-b850-08c51841e604, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa2e5ae-d916-4dae-ae4c-6cf5750fb77f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc1ddbf-7dfb-43aa-8040-86f3e805a291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc1ddbf-7dfb-43aa-8040-86f3e805a291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852793069811102203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203485279306981110220348527930698111022034852793069811102203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc69f2a5-00a7-4540-9269-23efcc8022c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc69f2a5-00a7-4540-9269-23efcc8022c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15871542409339070321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321158715424093390703211587154240933907032115871542409339070321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc1ddbf-7dfb-43aa-8040-86f3e805a291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9455ecc1-80fd-4e40-8a65-472f9178ce5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9455ecc1-80fd-4e40-8a65-472f9178ce5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468145846309869060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060446814584630986906044681458463098690604468145846309869060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc69f2a5-00a7-4540-9269-23efcc8022c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04503a66-fce5-418c-b56e-a5102fd96190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04503a66-fce5-418c-b56e-a5102fd96190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12017249404639814378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378120172494046398143781201724940463981437812017249404639814378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9455ecc1-80fd-4e40-8a65-472f9178ce5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b4a083-0fb2-440b-beda-2d1e299fb6b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b4a083-0fb2-440b-beda-2d1e299fb6b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198299617411331760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760121982996174113317601219829961741133176012198299617411331760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04503a66-fce5-418c-b56e-a5102fd96190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d63548f-5dd3-4056-a531-5fa8e4250ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d63548f-5dd3-4056-a531-5fa8e4250ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7906469019853450860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860790646901985345086079064690198534508607906469019853450860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b4a083-0fb2-440b-beda-2d1e299fb6b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d63548f-5dd3-4056-a531-5fa8e4250ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de275118-1eac-48cb-9bf1-31f2e1772250, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fcbcc49-0122-45d2-bd6d-ff75cf28fb2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de275118-1eac-48cb-9bf1-31f2e1772250, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14040709562536822227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227140407095625368222271404070956253682222714040709562536822227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcbcc49-0122-45d2-bd6d-ff75cf28fb2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10053428848996073032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032100534288489960730321005342884899607303210053428848996073032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de275118-1eac-48cb-9bf1-31f2e1772250, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8977284a-871d-4a66-982c-8afdec1599f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8977284a-871d-4a66-982c-8afdec1599f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10816916314805284675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675108169163148052846751081691631480528467510816916314805284675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcbcc49-0122-45d2-bd6d-ff75cf28fb2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d6ccc70-df13-44ed-802d-0d7e6d62edb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6ccc70-df13-44ed-802d-0d7e6d62edb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4749909202586780662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662474990920258678066247499092025867806624749909202586780662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8977284a-871d-4a66-982c-8afdec1599f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322d10b8-df85-45fb-bf92-de6006a24a4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322d10b8-df85-45fb-bf92-de6006a24a4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4768239599078419460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460476823959907841946047682395990784194604768239599078419460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6ccc70-df13-44ed-802d-0d7e6d62edb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f64ff5e-74ea-427a-9144-7eafe014a9e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f64ff5e-74ea-427a-9144-7eafe014a9e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717620230822429147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147771762023082242914777176202308224291477717620230822429147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322d10b8-df85-45fb-bf92-de6006a24a4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f64ff5e-74ea-427a-9144-7eafe014a9e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b642c6-2fa3-442f-a6cf-2a4d8f97ab53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b642c6-2fa3-442f-a6cf-2a4d8f97ab53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16086805971934337454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454160868059719343374541608680597193433745416086805971934337454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9160698a-a4d2-46cb-953e-cd14b8943778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9160698a-a4d2-46cb-953e-cd14b8943778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3576476841725693555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555357647684172569355535764768417256935553576476841725693555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b642c6-2fa3-442f-a6cf-2a4d8f97ab53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b71b6c69-0df9-471b-b760-063aaed27ada, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b71b6c69-0df9-471b-b760-063aaed27ada, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12016596970429289813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813120165969704292898131201659697042928981312016596970429289813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9160698a-a4d2-46cb-953e-cd14b8943778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 666a3776-db14-48c4-ac38-99eafcdb4a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 666a3776-db14-48c4-ac38-99eafcdb4a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12040137678722270819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819120401376787222708191204013767872227081912040137678722270819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b71b6c69-0df9-471b-b760-063aaed27ada, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 467c29a3-104e-474f-ad84-107f309144d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 467c29a3-104e-474f-ad84-107f309144d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9343775950980613123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123934377595098061312393437759509806131239343775950980613123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 666a3776-db14-48c4-ac38-99eafcdb4a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ed9891-e8d0-4397-bb95-ad06a689f81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ed9891-e8d0-4397-bb95-ad06a689f81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17825720112130681693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693178257201121306816931782572011213068169317825720112130681693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 467c29a3-104e-474f-ad84-107f309144d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0fd223-b39b-45fb-abae-364d80ea13b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0fd223-b39b-45fb-abae-364d80ea13b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 931590853764710721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721931590853764710721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ed9891-e8d0-4397-bb95-ad06a689f81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7764845d-602b-457f-ad3f-67aa406d3ac7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7764845d-602b-457f-ad3f-67aa406d3ac7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3287482207485740077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077328748220748574007732874822074857400773287482207485740077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0fd223-b39b-45fb-abae-364d80ea13b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7764845d-602b-457f-ad3f-67aa406d3ac7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c217b4-c361-4a2d-999e-95453029c338, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c217b4-c361-4a2d-999e-95453029c338, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406863415031603295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295540686341503160329554068634150316032955406863415031603295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ca23e27-e9af-42c1-a1e3-ecd78486f845, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca23e27-e9af-42c1-a1e3-ecd78486f845, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3623687244992580735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735362368724499258073536236872449925807353623687244992580735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c217b4-c361-4a2d-999e-95453029c338, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2b18cc-1d8b-42be-898a-5fed616cc40f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2b18cc-1d8b-42be-898a-5fed616cc40f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311989270799645310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310113119892707996453101131198927079964531011311989270799645310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca23e27-e9af-42c1-a1e3-ecd78486f845, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b702e06-51c2-4a15-bec9-90a4ea3f1ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b702e06-51c2-4a15-bec9-90a4ea3f1ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1407813180994262833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833140781318099426283314078131809942628331407813180994262833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2b18cc-1d8b-42be-898a-5fed616cc40f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050e1fd6-e73e-4aa2-925c-7bc4172d72fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050e1fd6-e73e-4aa2-925c-7bc4172d72fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8861543783347735933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933886154378334773593388615437833477359338861543783347735933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b702e06-51c2-4a15-bec9-90a4ea3f1ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49916477-9326-4481-97c2-3d9efc33674d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49916477-9326-4481-97c2-3d9efc33674d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050122111291913141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141205012211129191314120501221112919131412050122111291913141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050e1fd6-e73e-4aa2-925c-7bc4172d72fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4454062-c723-42b5-b02b-21409d0569e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4454062-c723-42b5-b02b-21409d0569e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12237900545009640180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180122379005450096401801223790054500964018012237900545009640180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49916477-9326-4481-97c2-3d9efc33674d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dec97b7f-d8d1-4bfe-ab7e-e5bfb6333fca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec97b7f-d8d1-4bfe-ab7e-e5bfb6333fca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728825900868745615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615372882590086874561537288259008687456153728825900868745615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4454062-c723-42b5-b02b-21409d0569e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25feedd8-d3ad-41e8-a247-c8f169260601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25feedd8-d3ad-41e8-a247-c8f169260601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735078263847557919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919127350782638475579191273507826384755791912735078263847557919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec97b7f-d8d1-4bfe-ab7e-e5bfb6333fca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25feedd8-d3ad-41e8-a247-c8f169260601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f685de2-2529-40a7-9052-0bc66e51e86e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f685de2-2529-40a7-9052-0bc66e51e86e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788293783661620931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931107882937836616209311078829378366162093110788293783661620931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daab9a63-9e1a-4fb2-945f-91cf37672520, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daab9a63-9e1a-4fb2-945f-91cf37672520, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9634032665064639493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493963403266506463949396340326650646394939634032665064639493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f685de2-2529-40a7-9052-0bc66e51e86e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1633ac7-82e6-4258-9ee7-efa9a097020f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1633ac7-82e6-4258-9ee7-efa9a097020f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14221072830358636060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060142210728303586360601422107283035863606014221072830358636060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daab9a63-9e1a-4fb2-945f-91cf37672520, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4420cf-d908-41a5-84fd-f6dd27dea480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4420cf-d908-41a5-84fd-f6dd27dea480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506991395873508976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976850699139587350897685069913958735089768506991395873508976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1633ac7-82e6-4258-9ee7-efa9a097020f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 012b0eac-bbe2-4bf6-8dba-6303c851061b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4420cf-d908-41a5-84fd-f6dd27dea480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012b0eac-bbe2-4bf6-8dba-6303c851061b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010570601648952056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056140105706016489520561401057060164895205614010570601648952056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5623713-7f2c-46b3-90b7-8c6f94f81ffa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5623713-7f2c-46b3-90b7-8c6f94f81ffa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296454396296614664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664229645439629661466422964543962966146642296454396296614664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012b0eac-bbe2-4bf6-8dba-6303c851061b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5623713-7f2c-46b3-90b7-8c6f94f81ffa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3dddfb-f2dd-4d78-b2e9-b89cc3d24864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3dddfb-f2dd-4d78-b2e9-b89cc3d24864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11828914604626945326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326118289146046269453261182891460462694532611828914604626945326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce466a02-d700-45e1-ad01-49618a9dceba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce466a02-d700-45e1-ad01-49618a9dceba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502335168090537709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709250233516809053770925023351680905377092502335168090537709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3dddfb-f2dd-4d78-b2e9-b89cc3d24864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995ff00b-adda-4b91-8f51-a90dc42c0fef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce466a02-d700-45e1-ad01-49618a9dceba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995ff00b-adda-4b91-8f51-a90dc42c0fef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816181924792174203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203981618192479217420398161819247921742039816181924792174203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e853ee8-352d-438a-bd6a-e90e243abcd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e853ee8-352d-438a-bd6a-e90e243abcd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6411508145035534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534641150814503553464115081450355346411508145035534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995ff00b-adda-4b91-8f51-a90dc42c0fef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e853ee8-352d-438a-bd6a-e90e243abcd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b34f2e2a-7167-4cce-b2b0-de9c36d8fdc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34f2e2a-7167-4cce-b2b0-de9c36d8fdc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12713334438770530215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215127133344387705302151271333443877053021512713334438770530215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221d7542-ccb7-42f4-91cd-63caba5467cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221d7542-ccb7-42f4-91cd-63caba5467cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224793215634059299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299822479321563405929982247932156340592998224793215634059299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34f2e2a-7167-4cce-b2b0-de9c36d8fdc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc5dfa55-9d72-4394-97e1-969ba7185d22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5dfa55-9d72-4394-97e1-969ba7185d22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18024270408233550177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177180242704082335501771802427040823355017718024270408233550177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221d7542-ccb7-42f4-91cd-63caba5467cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8db02488-f414-4f67-8b8c-5b72f2f459cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db02488-f414-4f67-8b8c-5b72f2f459cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11858329397385513603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603118583293973855136031185832939738551360311858329397385513603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5dfa55-9d72-4394-97e1-969ba7185d22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 765da234-26f8-4efc-9c2e-173f53094577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 765da234-26f8-4efc-9c2e-173f53094577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113991527373245454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454311399152737324545431139915273732454543113991527373245454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 765da234-26f8-4efc-9c2e-173f53094577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6b360a3-e829-4a44-8caf-11ee54eed25b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b360a3-e829-4a44-8caf-11ee54eed25b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16496851333213686209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209164968513332136862091649685133321368620916496851333213686209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db02488-f414-4f67-8b8c-5b72f2f459cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945bae56-8061-43cd-b3b0-05e2138cbc47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945bae56-8061-43cd-b3b0-05e2138cbc47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17458341915538410055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055174583419155384100551745834191553841005517458341915538410055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b360a3-e829-4a44-8caf-11ee54eed25b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb9d022-35f2-4b52-8bbe-a4ca31683bbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945bae56-8061-43cd-b3b0-05e2138cbc47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fec8bf5-d8f6-4915-abab-a3ed04a5d94c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fec8bf5-d8f6-4915-abab-a3ed04a5d94c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566257883575292686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686156625788357529268615662578835752926861566257883575292686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb9d022-35f2-4b52-8bbe-a4ca31683bbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11253187055439332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332112531870554393321125318705543933211253187055439332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb9d022-35f2-4b52-8bbe-a4ca31683bbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57e55ae-9594-436e-9cd7-efeb0fed5b79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fec8bf5-d8f6-4915-abab-a3ed04a5d94c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51567cf2-4e18-41fa-9f89-6bef19ebf9d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57e55ae-9594-436e-9cd7-efeb0fed5b79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18146119232454104023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023181461192324541040231814611923245410402318146119232454104023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51567cf2-4e18-41fa-9f89-6bef19ebf9d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16353854594626006893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893163538545946260068931635385459462600689316353854594626006893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57e55ae-9594-436e-9cd7-efeb0fed5b79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b67952-da08-4e14-b9d2-a301ff3d51c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b67952-da08-4e14-b9d2-a301ff3d51c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5396322503410747916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916539632250341074791653963225034107479165396322503410747916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51567cf2-4e18-41fa-9f89-6bef19ebf9d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed51a32c-6b4e-4549-b253-1da7af579619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b67952-da08-4e14-b9d2-a301ff3d51c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c9a4c1c-46dd-4a5f-945e-50742c7feced, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9a4c1c-46dd-4a5f-945e-50742c7feced, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18413714158637579800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800184137141586375798001841371415863757980018413714158637579800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed51a32c-6b4e-4549-b253-1da7af579619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952199963204796215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215395219996320479621539521999632047962153952199963204796215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9a4c1c-46dd-4a5f-945e-50742c7feced, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cd7a4b2-6912-4626-8570-d7c95006bffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd7a4b2-6912-4626-8570-d7c95006bffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1938016616671076902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902193801661667107690219380166166710769021938016616671076902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed51a32c-6b4e-4549-b253-1da7af579619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6edf2ee8-2498-4162-a8ff-921d87a45f99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edf2ee8-2498-4162-a8ff-921d87a45f99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 546995412724568606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606546995412724568606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd7a4b2-6912-4626-8570-d7c95006bffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6093803c-c8c2-4c7d-b93d-fb2f92f5ccbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6093803c-c8c2-4c7d-b93d-fb2f92f5ccbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7841126441638688072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072784112644163868807278411264416386880727841126441638688072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edf2ee8-2498-4162-a8ff-921d87a45f99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eec48a7-bb27-439a-8d14-e177c97c62e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eec48a7-bb27-439a-8d14-e177c97c62e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5312048146507370479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479531204814650737047953120481465073704795312048146507370479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6093803c-c8c2-4c7d-b93d-fb2f92f5ccbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6673495-c80f-4c5f-80b9-741f254c9760, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6673495-c80f-4c5f-80b9-741f254c9760, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4459815188218272425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425445981518821827242544598151882182724254459815188218272425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6673495-c80f-4c5f-80b9-741f254c9760, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8e20dec-2a2b-4702-b0c8-8eec0af1d954, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eec48a7-bb27-439a-8d14-e177c97c62e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f43de498-7ba1-452b-99c5-449f41fbb902, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8e20dec-2a2b-4702-b0c8-8eec0af1d954, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449009388529777532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532444900938852977753244490093885297775324449009388529777532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43de498-7ba1-452b-99c5-449f41fbb902, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16880915921702851132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132168809159217028511321688091592170285113216880915921702851132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8e20dec-2a2b-4702-b0c8-8eec0af1d954, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43de498-7ba1-452b-99c5-449f41fbb902, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 300638ea-2520-4963-a33b-b0b040540560, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300638ea-2520-4963-a33b-b0b040540560, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208396091512697980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980120839609151269798012083960915126979801208396091512697980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c82bd8-fd20-4443-8ac7-9f745d5d22a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c82bd8-fd20-4443-8ac7-9f745d5d22a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024701213853458412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412110247012138534584121102470121385345841211024701213853458412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300638ea-2520-4963-a33b-b0b040540560, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a9bfc13-c15f-4716-a85d-44b4bcbb9245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9bfc13-c15f-4716-a85d-44b4bcbb9245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5779485250820476362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362577948525082047636257794852508204763625779485250820476362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c82bd8-fd20-4443-8ac7-9f745d5d22a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2db1fd21-015a-49ad-a3fa-4490f88a753f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9bfc13-c15f-4716-a85d-44b4bcbb9245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db1fd21-015a-49ad-a3fa-4490f88a753f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4716511984213747173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173471651198421374717347165119842137471734716511984213747173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 635897de-579e-498e-8b29-a5812e088388, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 635897de-579e-498e-8b29-a5812e088388, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13126496025357106123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123131264960253571061231312649602535710612313126496025357106123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db1fd21-015a-49ad-a3fa-4490f88a753f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca9b1209-beaa-48b8-9a4d-2be65679c555, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9b1209-beaa-48b8-9a4d-2be65679c555, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17569280379661178979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979175692803796611789791756928037966117897917569280379661178979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 635897de-579e-498e-8b29-a5812e088388, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3b42093-8c3b-40d6-b13d-d25fb57439bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b42093-8c3b-40d6-b13d-d25fb57439bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14374363269566614360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360143743632695666143601437436326956661436014374363269566614360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9b1209-beaa-48b8-9a4d-2be65679c555, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 776ac0ed-7d05-4cb2-a292-89ca59baaa0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 776ac0ed-7d05-4cb2-a292-89ca59baaa0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16562476889709848318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318165624768897098483181656247688970984831816562476889709848318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b42093-8c3b-40d6-b13d-d25fb57439bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6feb6f6-7798-4e72-8861-ae670dc79015, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 776ac0ed-7d05-4cb2-a292-89ca59baaa0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6feb6f6-7798-4e72-8861-ae670dc79015, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18321563380479499274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274183215633804794992741832156338047949927418321563380479499274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ab4b7b-03ae-448c-87e3-92fbc60fab88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ab4b7b-03ae-448c-87e3-92fbc60fab88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4453403326727569179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179445340332672756917944534033267275691794453403326727569179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6feb6f6-7798-4e72-8861-ae670dc79015, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1edd7f4f-87f2-4a54-ad8a-d2009de0356e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edd7f4f-87f2-4a54-ad8a-d2009de0356e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301098036996747783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783133010980369967477831330109803699674778313301098036996747783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ab4b7b-03ae-448c-87e3-92fbc60fab88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b63f020d-5137-4b04-aa30-9a9cfccbe2a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63f020d-5137-4b04-aa30-9a9cfccbe2a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073438186738900774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774120734381867389007741207343818673890077412073438186738900774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edd7f4f-87f2-4a54-ad8a-d2009de0356e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dd0f3d2-fa1c-43b4-a19d-86a9edd76308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd0f3d2-fa1c-43b4-a19d-86a9edd76308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9392523441098287366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366939252344109828736693925234410982873669392523441098287366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63f020d-5137-4b04-aa30-9a9cfccbe2a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd0f3d2-fa1c-43b4-a19d-86a9edd76308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cf74acc-aab6-4d45-909b-88d9203a480b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f70763-697d-4226-a322-a10494f09563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f70763-697d-4226-a322-a10494f09563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348377112603139516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516103483771126031395161034837711260313951610348377112603139516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cf74acc-aab6-4d45-909b-88d9203a480b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486969138165852694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694124869691381658526941248696913816585269412486969138165852694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f70763-697d-4226-a322-a10494f09563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13247/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cf74acc-aab6-4d45-909b-88d9203a480b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2f2c360-f766-4dda-a617-e1dcff006d6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f2c360-f766-4dda-a617-e1dcff006d6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4940512857973415643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643494051285797341564349405128579734156434940512857973415643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a20ae2c-fd35-4345-b427-77df2dac898d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a20ae2c-fd35-4345-b427-77df2dac898d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414103485191849378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378241410348519184937824141034851918493782414103485191849378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f2c360-f766-4dda-a617-e1dcff006d6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23f7479-3752-4477-b1d3-a7643e27ccb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a20ae2c-fd35-4345-b427-77df2dac898d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 160dbd3d-e3e7-456d-afe1-68bad8150d0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160dbd3d-e3e7-456d-afe1-68bad8150d0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2649701261802260722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722264970126180226072226497012618022607222649701261802260722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23f7479-3752-4477-b1d3-a7643e27ccb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16714506466053245280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280167145064660532452801671450646605324528016714506466053245280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160dbd3d-e3e7-456d-afe1-68bad8150d0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e9a67ea-772e-44aa-83de-9ae7de5dec34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e9a67ea-772e-44aa-83de-9ae7de5dec34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5735411094815947190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190573541109481594719057354110948159471905735411094815947190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23f7479-3752-4477-b1d3-a7643e27ccb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c168af93-1836-4500-a7a0-71fec8d3e513, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c168af93-1836-4500-a7a0-71fec8d3e513, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625610324229261163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163562561032422926116356256103242292611635625610324229261163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e9a67ea-772e-44aa-83de-9ae7de5dec34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7c1096-494c-4336-8574-fb49984ecddb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7c1096-494c-4336-8574-fb49984ecddb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896010415780259264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264189601041578025926418960104157802592641896010415780259264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c168af93-1836-4500-a7a0-71fec8d3e513, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9f173f-68f0-40eb-b12e-0e1700677af7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9f173f-68f0-40eb-b12e-0e1700677af7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14806480932961866677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677148064809329618666771480648093296186667714806480932961866677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7c1096-494c-4336-8574-fb49984ecddb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e756ce7e-ccf4-4b72-bb3b-17cb8e3c05c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e756ce7e-ccf4-4b72-bb3b-17cb8e3c05c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8330101852001013582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582833010185200101358283301018520010135828330101852001013582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9f173f-68f0-40eb-b12e-0e1700677af7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8019fc9e-37d8-4b22-94b6-d257250c2510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8019fc9e-37d8-4b22-94b6-d257250c2510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8355175308221383230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230835517530822138323083551753082213832308355175308221383230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e756ce7e-ccf4-4b72-bb3b-17cb8e3c05c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6154a22c-6e82-4ace-b459-581514cabd5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6154a22c-6e82-4ace-b459-581514cabd5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9173655814229830630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630917365581422983063091736558142298306309173655814229830630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8019fc9e-37d8-4b22-94b6-d257250c2510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aba5010-c714-4f75-b0ff-6c349e9d6518, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba5010-c714-4f75-b0ff-6c349e9d6518, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820710196170861537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537168207101961708615371682071019617086153716820710196170861537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6154a22c-6e82-4ace-b459-581514cabd5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e89c82a-e1cc-4e15-a391-f4d717020cdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e89c82a-e1cc-4e15-a391-f4d717020cdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414951275700915692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692144149512757009156921441495127570091569214414951275700915692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba5010-c714-4f75-b0ff-6c349e9d6518, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983184b9-c629-45b9-9f43-7178ff69a91f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983184b9-c629-45b9-9f43-7178ff69a91f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16751006209225749609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609167510062092257496091675100620922574960916751006209225749609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e89c82a-e1cc-4e15-a391-f4d717020cdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319790ed-d74c-4cd9-b698-e32d7558805c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319790ed-d74c-4cd9-b698-e32d7558805c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845029763005695022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022178450297630056950221784502976300569502217845029763005695022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983184b9-c629-45b9-9f43-7178ff69a91f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69d48cef-2623-438e-8b30-d88eb5c01845, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d48cef-2623-438e-8b30-d88eb5c01845, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12351849508212885650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650123518495082128856501235184950821288565012351849508212885650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319790ed-d74c-4cd9-b698-e32d7558805c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bd4fbf1-1de4-457a-9552-faad25c0266a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd4fbf1-1de4-457a-9552-faad25c0266a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798074524964223383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383279807452496422338327980745249642233832798074524964223383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d48cef-2623-438e-8b30-d88eb5c01845, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6254a7a1-3bd1-4bd9-a170-cfacab89a8a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6254a7a1-3bd1-4bd9-a170-cfacab89a8a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667917309084402725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725136679173090844027251366791730908440272513667917309084402725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd4fbf1-1de4-457a-9552-faad25c0266a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 777f79b5-886b-441b-b136-df7f3e1de577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777f79b5-886b-441b-b136-df7f3e1de577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779520803444913836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836177795208034449138361777952080344491383617779520803444913836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6254a7a1-3bd1-4bd9-a170-cfacab89a8a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b085142-fe17-4d16-9ce9-d6b208952c3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b085142-fe17-4d16-9ce9-d6b208952c3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4430454228825476400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400443045422882547640044304542288254764004430454228825476400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b085142-fe17-4d16-9ce9-d6b208952c3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57e6a701-4c45-47f6-8ea1-3316d7e46896, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777f79b5-886b-441b-b136-df7f3e1de577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e6a701-4c45-47f6-8ea1-3316d7e46896, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10781339422975235617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617107813394229752356171078133942297523561710781339422975235617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caddd359-4dfe-4f53-bb48-089de15b3266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caddd359-4dfe-4f53-bb48-089de15b3266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5974154320264950442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442597415432026495044259741543202649504425974154320264950442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e6a701-4c45-47f6-8ea1-3316d7e46896, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc075cfc-1e20-471e-9d9f-77372211339a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc075cfc-1e20-471e-9d9f-77372211339a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5123121879358054337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337512312187935805433751231218793580543375123121879358054337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caddd359-4dfe-4f53-bb48-089de15b3266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa6bcee-075b-493e-8fd2-fcb8e686748d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa6bcee-075b-493e-8fd2-fcb8e686748d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17746730536765990679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679177467305367659906791774673053676599067917746730536765990679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc075cfc-1e20-471e-9d9f-77372211339a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b60e12-40b4-458f-9205-a0103ce068d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b60e12-40b4-458f-9205-a0103ce068d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496606084321885032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032149660608432188503214966060843218850321496606084321885032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa6bcee-075b-493e-8fd2-fcb8e686748d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334f40a3-715c-4045-b9a0-9dabc7ba11ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b60e12-40b4-458f-9205-a0103ce068d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334f40a3-715c-4045-b9a0-9dabc7ba11ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11126148248353945790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790111261482483539457901112614824835394579011126148248353945790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b386bd-9e43-463a-90bf-2c8c35dcd2c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b386bd-9e43-463a-90bf-2c8c35dcd2c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7351618116949572636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636735161811694957263673516181169495726367351618116949572636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334f40a3-715c-4045-b9a0-9dabc7ba11ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2131b974-cb1f-41b7-96b2-4bd56a00f4eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2131b974-cb1f-41b7-96b2-4bd56a00f4eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4837485025890940131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131483748502589094013148374850258909401314837485025890940131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b386bd-9e43-463a-90bf-2c8c35dcd2c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2131b974-cb1f-41b7-96b2-4bd56a00f4eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e871cf-4dae-4ade-9201-1536d72733de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e871cf-4dae-4ade-9201-1536d72733de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049339962201292578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578704933996220129257870493399622012925787049339962201292578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aff6cf5b-188f-4388-bb52-6c6f75811e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff6cf5b-188f-4388-bb52-6c6f75811e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17074134726413606368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368170741347264136063681707413472641360636817074134726413606368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff6cf5b-188f-4388-bb52-6c6f75811e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e871cf-4dae-4ade-9201-1536d72733de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9346082c-ee5a-4b8a-9bc2-47a4dd73b7c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f59ac656-73b0-4d6e-a401-d6f964a60462, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9346082c-ee5a-4b8a-9bc2-47a4dd73b7c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 606015693034031475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475606015693034031475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59ac656-73b0-4d6e-a401-d6f964a60462, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7665505714059069500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500766550571405906950076655057140590695007665505714059069500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9346082c-ee5a-4b8a-9bc2-47a4dd73b7c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff9a1b4f-5b58-4d87-a737-b18b4265b41a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9a1b4f-5b58-4d87-a737-b18b4265b41a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557948555286168812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812855794855528616881285579485552861688128557948555286168812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59ac656-73b0-4d6e-a401-d6f964a60462, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25cc7ed9-1f2d-48f8-b989-cef8bb1e9138, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25cc7ed9-1f2d-48f8-b989-cef8bb1e9138, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543768741575519335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335125437687415755193351254376874157551933512543768741575519335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9a1b4f-5b58-4d87-a737-b18b4265b41a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce652994-0838-4b3d-8cb8-5c4cbb1fa6be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce652994-0838-4b3d-8cb8-5c4cbb1fa6be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11023607200307856126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126110236072003078561261102360720030785612611023607200307856126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25cc7ed9-1f2d-48f8-b989-cef8bb1e9138, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 554cb261-649a-44f7-962b-8712d9edd9c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 554cb261-649a-44f7-962b-8712d9edd9c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14598550928371094034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034145985509283710940341459855092837109403414598550928371094034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce652994-0838-4b3d-8cb8-5c4cbb1fa6be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a8262-beb1-46a2-a10d-2a2b5a6cd39d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a8262-beb1-46a2-a10d-2a2b5a6cd39d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17162675980118563744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744171626759801185637441716267598011856374417162675980118563744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 554cb261-649a-44f7-962b-8712d9edd9c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe50a068-e84f-4750-b439-9ce1ca29492b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe50a068-e84f-4750-b439-9ce1ca29492b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14699420420932131497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497146994204209321314971469942042093213149714699420420932131497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a8262-beb1-46a2-a10d-2a2b5a6cd39d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bb2dce0-9e80-427a-bb3b-cd0b5314bab1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb2dce0-9e80-427a-bb3b-cd0b5314bab1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16218031171472736595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595162180311714727365951621803117147273659516218031171472736595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe50a068-e84f-4750-b439-9ce1ca29492b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc75f382-671b-4669-9f80-d576f6317578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc75f382-671b-4669-9f80-d576f6317578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4500910966741191873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873450091096674119187345009109667411918734500910966741191873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb2dce0-9e80-427a-bb3b-cd0b5314bab1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74ca6e4f-7087-43fc-8ca1-df14fcbf5553, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ca6e4f-7087-43fc-8ca1-df14fcbf5553, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5424399124839890284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284542439912483989028454243991248398902845424399124839890284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc75f382-671b-4669-9f80-d576f6317578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log --grpc-port=13247 --mon-port=24277 --ic-port=27060 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_aeb8_tmo.log', '--grpc-port=13247', '--mon-port=24277', '--ic-port=27060', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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:421 RpcState(ExecuteDataQuery, d7be9c71-0e5c-4638-831e-3c11c757e120, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7be9c71-0e5c-4638-831e-3c11c757e120, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13962394686581977647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647139623946865819776471396239468658197764713962394686581977647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ca6e4f-7087-43fc-8ca1-df14fcbf5553, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49b23dd5-3f49-4da5-8f46-7c4ad242749b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b23dd5-3f49-4da5-8f46-7c4ad242749b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11076099437099915282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282110760994370999152821107609943709991528211076099437099915282" } } } 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: 1538126
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13247/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.31
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7be9c71-0e5c-4638-831e-3c11c757e120, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b23dd5-3f49-4da5-8f46-7c4ad242749b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.31
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ac19387-9714-4f63-a055-4407bbae6b5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac19387-9714-4f63-a055-4407bbae6b5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444541310316657926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926154445413103166579261544454131031665792615444541310316657926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49e4f42-5bed-4108-8a1c-068cef2fcd29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49e4f42-5bed-4108-8a1c-068cef2fcd29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008551421391722081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081700855142139172208170085514213917220817008551421391722081" } } } 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: 1538158
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac19387-9714-4f63-a055-4407bbae6b5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f791fe5-7b3c-4755-a918-2a8086e3efae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f791fe5-7b3c-4755-a918-2a8086e3efae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 518408142684494439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439518408142684494439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49e4f42-5bed-4108-8a1c-068cef2fcd29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5609f1d5-bc3a-44de-9c46-f79cf4692c4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5609f1d5-bc3a-44de-9c46-f79cf4692c4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996831830139821230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230399683183013982123039968318301398212303996831830139821230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f791fe5-7b3c-4755-a918-2a8086e3efae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fd5cb2d-a5ad-4a63-a1b4-797ee7f2da36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd5cb2d-a5ad-4a63-a1b4-797ee7f2da36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13353697781772039716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716133536977817720397161335369778177203971613353697781772039716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5609f1d5-bc3a-44de-9c46-f79cf4692c4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907e7c40-a9d3-4190-8481-9b776179859a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907e7c40-a9d3-4190-8481-9b776179859a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150508437940650210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210815050843794065021081505084379406502108150508437940650210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd5cb2d-a5ad-4a63-a1b4-797ee7f2da36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11769c6-7728-4729-a2a3-ef24652fdba2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11769c6-7728-4729-a2a3-ef24652fdba2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4331254148473528457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457433125414847352845743312541484735284574331254148473528457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907e7c40-a9d3-4190-8481-9b776179859a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87777826-83c5-4e50-9e95-768fa7fc2a30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87777826-83c5-4e50-9e95-768fa7fc2a30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9057642873918318882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882905764287391831888290576428739183188829057642873918318882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11769c6-7728-4729-a2a3-ef24652fdba2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eddb3715-8678-4b40-9cca-642434225a93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eddb3715-8678-4b40-9cca-642434225a93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927234418571633737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737179272344185716337371792723441857163373717927234418571633737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87777826-83c5-4e50-9e95-768fa7fc2a30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e92a9f66-4dae-453f-a0fd-ac4b3f8c9a54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92a9f66-4dae-453f-a0fd-ac4b3f8c9a54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151401081288261628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628131514010812882616281315140108128826162813151401081288261628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eddb3715-8678-4b40-9cca-642434225a93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc5f83a6-4f96-490e-9cdd-a2bbe4ccb55b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5f83a6-4f96-490e-9cdd-a2bbe4ccb55b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4308406304907611584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584430840630490761158443084063049076115844308406304907611584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92a9f66-4dae-453f-a0fd-ac4b3f8c9a54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37c518e-11c9-403f-992a-b7cd76385f5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37c518e-11c9-403f-992a-b7cd76385f5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3168423980598496501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501316842398059849650131684239805984965013168423980598496501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5f83a6-4f96-490e-9cdd-a2bbe4ccb55b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22dbf861-1dea-4bac-8b89-eff7e7e6d642, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dbf861-1dea-4bac-8b89-eff7e7e6d642, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13190406075113324388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388131904060751133243881319040607511332438813190406075113324388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37c518e-11c9-403f-992a-b7cd76385f5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ba5b1e3-1342-4e66-bcf7-ccd4700e267f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba5b1e3-1342-4e66-bcf7-ccd4700e267f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234921822402128033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033423492182240212803342349218224021280334234921822402128033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba5b1e3-1342-4e66-bcf7-ccd4700e267f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ae7d7a-39c0-48fb-a227-157be42ebe9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ae7d7a-39c0-48fb-a227-157be42ebe9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1058784843575868881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881105878484357586888110587848435758688811058784843575868881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dbf861-1dea-4bac-8b89-eff7e7e6d642, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f8a9b67-3076-43c6-a336-0a83027e0fdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f8a9b67-3076-43c6-a336-0a83027e0fdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5994226436720574479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479599422643672057447959942264367205744795994226436720574479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f8a9b67-3076-43c6-a336-0a83027e0fdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e6f0d3f-d9e9-4fef-b559-a79fb2bd3d51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6f0d3f-d9e9-4fef-b559-a79fb2bd3d51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5821095168850072589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589582109516885007258958210951688500725895821095168850072589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ae7d7a-39c0-48fb-a227-157be42ebe9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 525c05bf-8893-4de9-b8af-3b4b7fe8e525, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 525c05bf-8893-4de9-b8af-3b4b7fe8e525, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14325710959920040096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096143257109599200400961432571095992004009614325710959920040096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6f0d3f-d9e9-4fef-b559-a79fb2bd3d51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 525c05bf-8893-4de9-b8af-3b4b7fe8e525, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901c012e-253b-443b-8cd9-fd437662bcd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901c012e-253b-443b-8cd9-fd437662bcd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1553892681225984187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187155389268122598418715538926812259841871553892681225984187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d02ad85-e083-43dd-bf44-9b2939058d0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d02ad85-e083-43dd-bf44-9b2939058d0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11134460420125774354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354111344604201257743541113446042012577435411134460420125774354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901c012e-253b-443b-8cd9-fd437662bcd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c00d4c-1ead-4ac1-a4df-ee510f6073f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c00d4c-1ead-4ac1-a4df-ee510f6073f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14562002892649835563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563145620028926498355631456200289264983556314562002892649835563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d02ad85-e083-43dd-bf44-9b2939058d0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30b521b4-f323-42b3-9d90-c3b1dadc9ae7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30b521b4-f323-42b3-9d90-c3b1dadc9ae7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12086049395753910665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665120860493957539106651208604939575391066512086049395753910665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c00d4c-1ead-4ac1-a4df-ee510f6073f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48587756-f846-4275-8f75-743b68d16884, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48587756-f846-4275-8f75-743b68d16884, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5987789358926767597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597598778935892676759759877893589267675975987789358926767597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30b521b4-f323-42b3-9d90-c3b1dadc9ae7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22eb87f3-02cc-4f98-8074-0470197750fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22eb87f3-02cc-4f98-8074-0470197750fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7906046954216618298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298790604695421661829879060469542166182987906046954216618298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48587756-f846-4275-8f75-743b68d16884, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f37507-12ba-4241-9c08-a8c72b72be58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f37507-12ba-4241-9c08-a8c72b72be58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4914860446124739082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082491486044612473908249148604461247390824914860446124739082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22eb87f3-02cc-4f98-8074-0470197750fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd567d97-438e-4c14-b7b7-56fc39b95434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd567d97-438e-4c14-b7b7-56fc39b95434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724067203067249089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089172406720306724908917240672030672490891724067203067249089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f37507-12ba-4241-9c08-a8c72b72be58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51be2d33-22f8-4088-a5dc-ed3a13f5f8dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51be2d33-22f8-4088-a5dc-ed3a13f5f8dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438684206687181973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973438684206687181973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd567d97-438e-4c14-b7b7-56fc39b95434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51be2d33-22f8-4088-a5dc-ed3a13f5f8dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44393ee6-e5da-452e-be0e-a80c1c59c8c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44393ee6-e5da-452e-be0e-a80c1c59c8c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14539792921431240208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208145397929214312402081453979292143124020814539792921431240208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b94520f-19d8-4a45-b94b-01400a073610, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b94520f-19d8-4a45-b94b-01400a073610, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4144189952336765976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976414418995233676597641441899523367659764144189952336765976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44393ee6-e5da-452e-be0e-a80c1c59c8c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9647da2b-5f92-4c25-a2ad-91d2f27ada82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9647da2b-5f92-4c25-a2ad-91d2f27ada82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16127537846874499709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709161275378468744997091612753784687449970916127537846874499709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b94520f-19d8-4a45-b94b-01400a073610, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c58554-2437-4559-b76d-06b098898d0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c58554-2437-4559-b76d-06b098898d0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376950903827329713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713123769509038273297131237695090382732971312376950903827329713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9647da2b-5f92-4c25-a2ad-91d2f27ada82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4e99a06-52be-4964-8159-05fe6d31cd70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e99a06-52be-4964-8159-05fe6d31cd70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12135833376543240872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872121358333765432408721213583337654324087212135833376543240872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c58554-2437-4559-b76d-06b098898d0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 056b3c34-5575-4500-b4c7-00f413a4ef9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056b3c34-5575-4500-b4c7-00f413a4ef9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2475946871512825335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335247594687151282533524759468715128253352475946871512825335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e99a06-52be-4964-8159-05fe6d31cd70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3542019-879f-4192-af7e-60c9c6fe66be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3542019-879f-4192-af7e-60c9c6fe66be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15768096522517346424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424157680965225173464241576809652251734642415768096522517346424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056b3c34-5575-4500-b4c7-00f413a4ef9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7977d2c-0273-41a6-9c0a-df3d9baa6730, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7977d2c-0273-41a6-9c0a-df3d9baa6730, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379298449121948228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228737929844912194822873792984491219482287379298449121948228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3542019-879f-4192-af7e-60c9c6fe66be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6e608a-4744-4f2c-904e-446a6beba68a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6e608a-4744-4f2c-904e-446a6beba68a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566806071847720427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427856680607184772042785668060718477204278566806071847720427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7977d2c-0273-41a6-9c0a-df3d9baa6730, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ea6c5e-5610-4e87-bbc7-dcc9684204c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ea6c5e-5610-4e87-bbc7-dcc9684204c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867608888987430129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129158676088889874301291586760888898743012915867608888987430129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6e608a-4744-4f2c-904e-446a6beba68a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b379dd91-1b98-460e-a4da-8a8c884c0449, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b379dd91-1b98-460e-a4da-8a8c884c0449, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271947686049548761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761122719476860495487611227194768604954876112271947686049548761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ea6c5e-5610-4e87-bbc7-dcc9684204c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b379dd91-1b98-460e-a4da-8a8c884c0449, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f7d2ce0-7293-4f9e-af5a-3653948124f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7d2ce0-7293-4f9e-af5a-3653948124f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4285589490119574716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716428558949011957471642855894901195747164285589490119574716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f23a0e6-560f-43bf-abbf-419daca056ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f23a0e6-560f-43bf-abbf-419daca056ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370234001233226268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268123702340012332262681237023400123322626812370234001233226268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7d2ce0-7293-4f9e-af5a-3653948124f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22096242-06b9-4cae-9044-b0623e010ab0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22096242-06b9-4cae-9044-b0623e010ab0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943841691591927918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918169438416915919279181694384169159192791816943841691591927918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f23a0e6-560f-43bf-abbf-419daca056ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bfadaa3-d482-49c8-a2d6-5c0f21cd8bc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bfadaa3-d482-49c8-a2d6-5c0f21cd8bc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7716444229080206469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469771644422908020646977164442290802064697716444229080206469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22096242-06b9-4cae-9044-b0623e010ab0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024e4c96-8d3d-4520-a50a-75a3776d5805, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024e4c96-8d3d-4520-a50a-75a3776d5805, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568524115876155515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515145685241158761555151456852411587615551514568524115876155515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bfadaa3-d482-49c8-a2d6-5c0f21cd8bc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c662f4cd-f846-4c7d-871e-79e97c15f4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c662f4cd-f846-4c7d-871e-79e97c15f4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7462924425511716557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557746292442551171655774629244255117165577462924425511716557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024e4c96-8d3d-4520-a50a-75a3776d5805, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cad1a46c-19a4-4329-a8e5-c42e02cef7cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c662f4cd-f846-4c7d-871e-79e97c15f4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cad1a46c-19a4-4329-a8e5-c42e02cef7cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 38494910455861456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456384949104558614563849491045586145638494910455861456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1332ce52-5ce1-4e20-937f-7c958662bbf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1332ce52-5ce1-4e20-937f-7c958662bbf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8780108535654900201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201878010853565490020187801085356549002018780108535654900201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cad1a46c-19a4-4329-a8e5-c42e02cef7cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20df839d-539a-48ce-9394-6497b6f413bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20df839d-539a-48ce-9394-6497b6f413bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195050798470180609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609101950507984701806091019505079847018060910195050798470180609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20df839d-539a-48ce-9394-6497b6f413bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7095f5e-8e11-4c8d-8f6e-8751170e376e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7095f5e-8e11-4c8d-8f6e-8751170e376e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13063145191166141546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546130631451911661415461306314519116614154613063145191166141546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1332ce52-5ce1-4e20-937f-7c958662bbf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 166ff8b9-4c6f-4913-b84e-8bce5d77780f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7095f5e-8e11-4c8d-8f6e-8751170e376e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2eb07b78-df7c-4d75-9883-afde44daf8e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 166ff8b9-4c6f-4913-b84e-8bce5d77780f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12661452692393344208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208126614526923933442081266145269239334420812661452692393344208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eb07b78-df7c-4d75-9883-afde44daf8e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18120251839639603812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812181202518396396038121812025183963960381218120251839639603812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 166ff8b9-4c6f-4913-b84e-8bce5d77780f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8a611a-02cb-49fa-9829-c9bf3f6cef37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8a611a-02cb-49fa-9829-c9bf3f6cef37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16590369161283523722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722165903691612835237221659036916128352372216590369161283523722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eb07b78-df7c-4d75-9883-afde44daf8e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e166d18-ea63-4825-a937-f195d63f48d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e166d18-ea63-4825-a937-f195d63f48d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 457254119144843032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032457254119144843032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8a611a-02cb-49fa-9829-c9bf3f6cef37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a75b66e0-f348-4432-901a-aaf38b12adc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a75b66e0-f348-4432-901a-aaf38b12adc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614271682964974711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711146142716829649747111461427168296497471114614271682964974711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e166d18-ea63-4825-a937-f195d63f48d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864d6a39-1a64-4730-bc55-37a6f8453d2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864d6a39-1a64-4730-bc55-37a6f8453d2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17450979602847135019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019174509796028471350191745097960284713501917450979602847135019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a75b66e0-f348-4432-901a-aaf38b12adc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b78a3b30-f2f8-4f2d-bb6d-424f80c516f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b78a3b30-f2f8-4f2d-bb6d-424f80c516f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650162442049317843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843146501624420493178431465016244204931784314650162442049317843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864d6a39-1a64-4730-bc55-37a6f8453d2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acf69830-ed88-4544-a24c-e34a34f82868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b78a3b30-f2f8-4f2d-bb6d-424f80c516f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acf69830-ed88-4544-a24c-e34a34f82868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253880278377857713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713125388027837785771312538802783778577131253880278377857713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ya.test:process.py:259 Command (pid 1538158) rc: 0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59ea891-ff1c-43e0-8ca6-26ae0fb4e410, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ya.test:process.py:260 Command (pid 1538158) elapsed time (sec): 1.271634817123413
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59ea891-ff1c-43e0-8ca6-26ae0fb4e410, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5287654488654503857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857528765448865450385752876544886545038575287654488654503857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acf69830-ed88-4544-a24c-e34a34f82868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1722de-f145-43d5-b618-673663c9695a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1722de-f145-43d5-b618-673663c9695a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9163845115263347574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574916384511526334757491638451152633475749163845115263347574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:263 Command (pid 1538158) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) maxrss: 836180
DEBUG    ya.test:process.py:263 Command (pid 1538158) minflt: 45174
DEBUG    ya.test:process.py:263 Command (pid 1538158) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) nivcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 1538158) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1538158) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1538158) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1538158) stime: 0.243803
DEBUG    ya.test:process.py:263 Command (pid 1538158) utime: 0.5201549999999999
DEBUG    ya.test:process.py:263 Command (pid 1538158) wtime: 1.293
DEBUG    ya.test:process.py:275 Command (pid 1538158) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 3 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59ea891-ff1c-43e0-8ca6-26ae0fb4e410, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26243b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961aae8f-9b9e-41ef-8da2-73b28b06a5b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961aae8f-9b9e-41ef-8da2-73b28b06a5b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940236700824543790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790109402367008245437901094023670082454379010940236700824543790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1722de-f145-43d5-b618-673663c9695a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961aae8f-9b9e-41ef-8da2-73b28b06a5b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26eec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd26eec30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26eec30> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=YzY0ODM1MTMtM2RkYzVkM2MtMmY0OGMwOTEtYjE2MjRiY2I=" 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 0x7bdbd26eec30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 223f52c5-02b5-4adc-8b52-1dea1c0c21c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223f52c5-02b5-4adc-8b52-1dea1c0c21c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NmQxN2I4NmMtNWZkYmMxMjAtNGVmM2FhZmQtOGIyNTMwMzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16597197040147879177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177165971970401478791771659719704014787917716597197040147879177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd26e0a30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26e0a30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ZDQzNTZlMzgtMWRiOGFlODItOGQ1NDk4YmMtODJkMDMwODQ=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223f52c5-02b5-4adc-8b52-1dea1c0c21c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=5bb4d18d-fc09190b-bf57e4ad-7e6c929e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd26e0a30>
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 79b61da3-91c8-400b-8745-2bff643e4a0f, ghrun-gnft54blbu.auto.internal:25172): on response callback success
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 0x7bdbd4291bf0 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 0x7bdbd42971f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42971f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): 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 0x7bdbd26243b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd26243b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd26243b0> 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 0x7bdbd26243b0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7bdbd429fff0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd429fff0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-23T15:16:26.989952762+00:00"}"
>
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 98e6cfe7-7d89-42d0-b841-d878425d79f0, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): 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-23T15:16:27.007198414+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 5085f1a6-1480-4648-b07a-641c772f689e, ghrun-gnft54blbu.auto.internal:25172): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:25172
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 459258d7-d2e5-4db8-bcd2-dd8321610436, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2025-10-23T15:16:26.989952762+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd26243b0>
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 0x7bdbd42d3430 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 0x7bdbd42dc1f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd42dc1f0>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Couldn't find valid connection
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:16:27.007198414+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:421 RpcState(ListEndpoints, aac53e1a-6435-4530-b41f-025764fe0c44, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, aac53e1a-6435-4530-b41f-025764fe0c44, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, aac53e1a-6435-4530-b41f-025764fe0c44, localhost:62275): 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:62275". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3678067d-7897-4121-ac27-0c688a24811a, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3678067d-7897-4121-ac27-0c688a24811a, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3678067d-7897-4121-ac27-0c688a24811a, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal:13247, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd429fff0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd42dc1f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd42971f0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd4291bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7bdbd42d3430 state=pending>
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 696c73eb-42bd-4cb7-bf9a-14c8a91538a9, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:32.282142931+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 0x7bdbd429fff0>
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 0x7bdbd429fff0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd429fff0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 94959dfa-dc9a-4d7f-b6c3-a27ce3d2ba5f, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:32.286269363+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 0x7bdbd42dc1f0>
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 0x7bdbd42dc1f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd42dc1f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, b8bcc683-f813-438c-a02c-ee49984825ef, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:16:32.307457851+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 0x7bdbd42971f0>
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 0x7bdbd42971f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd42971f0> is no longer active. Current active count 0.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7bdbd42f1c30 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 0x7bdbd43639b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd429e270 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 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 71136944-32c6-43c4-bdb5-f96afb8bd548, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, c17676f3-3853-4332-9e57-47a3266b29c1, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, d977a02c-365f-48c8-b28a-2a01984dd5bf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, d977a02c-365f-48c8-b28a-2a01984dd5bf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 9e376225-5db8-4100-ae4c-e5c919fbab78, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9e376225-5db8-4100-ae4c-e5c919fbab78, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" 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, 9e376225-5db8-4100-ae4c-e5c919fbab78, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=3f83875a-9daed89-5ef6e38e-c5840707" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 201e429e-bcd8-4f3f-bee8-1dadd82df4ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201e429e-bcd8-4f3f-bee8-1dadd82df4ef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16906584378316723877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877169065843783167238771690658437831672387716906584378316723877" } } } 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, d977a02c-365f-48c8-b28a-2a01984dd5bf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=3f83875a-9daed89-5ef6e38e-c5840707" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f148f03-6908-49d4-899b-47209bff220f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f148f03-6908-49d4-899b-47209bff220f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805104636473260401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401480510463647326040148051046364732604014805104636473260401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201e429e-bcd8-4f3f-bee8-1dadd82df4ef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffa974c0-3f26-4872-8bc0-743259e2583f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffa974c0-3f26-4872-8bc0-743259e2583f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3410405860896191154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154341040586089619115434104058608961911543410405860896191154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f148f03-6908-49d4-899b-47209bff220f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c09c6400-5527-45b7-b348-d1b643f26da8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09c6400-5527-45b7-b348-d1b643f26da8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542399481472208150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150154239948147220815015423994814722081501542399481472208150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09c6400-5527-45b7-b348-d1b643f26da8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b573ba-deee-43cf-a375-e6ad00d6e394, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b573ba-deee-43cf-a375-e6ad00d6e394, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 655753660489044926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926655753660489044926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffa974c0-3f26-4872-8bc0-743259e2583f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbaf8bd2-d92d-4383-b7e7-0443e644fc00, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbaf8bd2-d92d-4383-b7e7-0443e644fc00, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924998396744231950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950992499839674423195099249983967442319509924998396744231950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b573ba-deee-43cf-a375-e6ad00d6e394, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33f5a3d5-88e1-465b-86f8-55c848ea35cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f5a3d5-88e1-465b-86f8-55c848ea35cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6726448247838343428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428672644824783834342867264482478383434286726448247838343428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f5a3d5-88e1-465b-86f8-55c848ea35cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbaf8bd2-d92d-4383-b7e7-0443e644fc00, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 927689ce-ca24-41dc-8715-bd151f27aacf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927689ce-ca24-41dc-8715-bd151f27aacf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16722172574211580262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262167221725742115802621672217257421158026216722172574211580262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b63d9c18-82b9-47d5-9f9d-bbd28fc40d19, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b63d9c18-82b9-47d5-9f9d-bbd28fc40d19, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17574649404165728551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551175746494041657285511757464940416572855117574649404165728551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927689ce-ca24-41dc-8715-bd151f27aacf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c8f9cdd-8ba5-40a5-af36-e86e2ba7982c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8f9cdd-8ba5-40a5-af36-e86e2ba7982c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566367866879900678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678105663678668799006781056636786687990067810566367866879900678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b63d9c18-82b9-47d5-9f9d-bbd28fc40d19, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77eea5c4-2e00-4fa6-9eae-0a00aad8d8fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77eea5c4-2e00-4fa6-9eae-0a00aad8d8fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6794069734336518105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105679406973433651810567940697343365181056794069734336518105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8f9cdd-8ba5-40a5-af36-e86e2ba7982c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc09aa62-d02c-496d-b4f1-4409d8211f99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77eea5c4-2e00-4fa6-9eae-0a00aad8d8fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc09aa62-d02c-496d-b4f1-4409d8211f99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18061431676722418312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312180614316767224183121806143167672241831218061431676722418312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8fda65-401f-4ea4-9a88-d072037fca49, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8fda65-401f-4ea4-9a88-d072037fca49, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 420246743752999004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004420246743752999004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc09aa62-d02c-496d-b4f1-4409d8211f99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d8f0cff-b0af-415a-937c-0a6515ed292f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8f0cff-b0af-415a-937c-0a6515ed292f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15983485190421883347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347159834851904218833471598348519042188334715983485190421883347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8fda65-401f-4ea4-9a88-d072037fca49, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86ad9c82-ff51-407c-9332-8f084e601d38, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ad9c82-ff51-407c-9332-8f084e601d38, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17363906636814890150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150173639066368148901501736390663681489015017363906636814890150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8f0cff-b0af-415a-937c-0a6515ed292f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81176420-9258-413d-a0ac-6942e5b233aa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81176420-9258-413d-a0ac-6942e5b233aa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10119164405629243503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503101191644056292435031011916440562924350310119164405629243503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ad9c82-ff51-407c-9332-8f084e601d38, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51dc5c11-8221-40ee-a170-61ef10f94c5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dc5c11-8221-40ee-a170-61ef10f94c5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1933081551959852929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929193308155195985292919330815519598529291933081551959852929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81176420-9258-413d-a0ac-6942e5b233aa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2821fd-bb1b-456c-9e3d-cc02703db514, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2821fd-bb1b-456c-9e3d-cc02703db514, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390478698909561389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389139047869890956138913904786989095613891390478698909561389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dc5c11-8221-40ee-a170-61ef10f94c5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9771ecd-84a1-49b9-be19-34d59027391e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9771ecd-84a1-49b9-be19-34d59027391e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107790460098800424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424610779046009880042461077904600988004246107790460098800424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2821fd-bb1b-456c-9e3d-cc02703db514, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27f89ff8-db7b-4ffd-82f9-3e66abd39e39, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f89ff8-db7b-4ffd-82f9-3e66abd39e39, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894746281119520094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094108947462811195200941089474628111952009410894746281119520094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9771ecd-84a1-49b9-be19-34d59027391e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a483784-dfc3-46aa-8c5a-9b47ede011df, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a483784-dfc3-46aa-8c5a-9b47ede011df, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9269751725306729771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771926975172530672977192697517253067297719269751725306729771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f89ff8-db7b-4ffd-82f9-3e66abd39e39, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68845e63-6a98-438b-8ea3-2ae8f705e531, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68845e63-6a98-438b-8ea3-2ae8f705e531, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2423774133013087286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286242377413301308728624237741330130872862423774133013087286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a483784-dfc3-46aa-8c5a-9b47ede011df, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de8197e7-597d-4f7e-bb56-3068ceac878f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8197e7-597d-4f7e-bb56-3068ceac878f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6643128987619179646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646664312898761917964666431289876191796466643128987619179646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68845e63-6a98-438b-8ea3-2ae8f705e531, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd8e332-d425-4ca5-ad16-4a45f6123e02, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd8e332-d425-4ca5-ad16-4a45f6123e02, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442629724874390765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765144262972487439076514426297248743907651442629724874390765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8197e7-597d-4f7e-bb56-3068ceac878f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1882dbad-17ae-4872-820b-095a16d05613, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1882dbad-17ae-4872-820b-095a16d05613, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10368581266925848279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279103685812669258482791036858126692584827910368581266925848279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd8e332-d425-4ca5-ad16-4a45f6123e02, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1882dbad-17ae-4872-820b-095a16d05613, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f6630ab-5cb6-4704-94ce-409c689f074d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b994b7c3-7b72-4580-85c1-833735a82ddb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b994b7c3-7b72-4580-85c1-833735a82ddb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7568190530447441684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684756819053044744168475681905304474416847568190530447441684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6630ab-5cb6-4704-94ce-409c689f074d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4206957554939788141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141420695755493978814142069575549397881414206957554939788141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6630ab-5cb6-4704-94ce-409c689f074d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b994b7c3-7b72-4580-85c1-833735a82ddb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 085e7b19-e8d3-4343-8de3-648513512227, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085e7b19-e8d3-4343-8de3-648513512227, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174520075805414360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360117452007580541436011745200758054143601174520075805414360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ef16a7-59ac-4309-a381-50cd785b52ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ef16a7-59ac-4309-a381-50cd785b52ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301439024076032697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697230143902407603269723014390240760326972301439024076032697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085e7b19-e8d3-4343-8de3-648513512227, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 696421ae-bfec-43c2-b5c8-af3f83c7eeb1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696421ae-bfec-43c2-b5c8-af3f83c7eeb1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1684640176374144976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976168464017637414497616846401763741449761684640176374144976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ef16a7-59ac-4309-a381-50cd785b52ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f0994ec-4321-4dba-9e64-65bc4a95a29f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f0994ec-4321-4dba-9e64-65bc4a95a29f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14070899369631252624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624140708993696312526241407089936963125262414070899369631252624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696421ae-bfec-43c2-b5c8-af3f83c7eeb1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442227ac-50bf-4fec-a5e8-3e57f5e7e107, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442227ac-50bf-4fec-a5e8-3e57f5e7e107, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11381133753066227611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611113811337530662276111138113375306622761111381133753066227611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f0994ec-4321-4dba-9e64-65bc4a95a29f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fedfd08c-aed9-40e4-bccd-94b7066ba3f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedfd08c-aed9-40e4-bccd-94b7066ba3f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737960098975766788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788737960098975766788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442227ac-50bf-4fec-a5e8-3e57f5e7e107, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 678aaaa8-ee9e-4689-b8bb-e518fedec505, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 678aaaa8-ee9e-4689-b8bb-e518fedec505, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10833387080175026076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076108333870801750260761083338708017502607610833387080175026076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedfd08c-aed9-40e4-bccd-94b7066ba3f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d664b1-67da-4a94-9c57-ab91351d479a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d664b1-67da-4a94-9c57-ab91351d479a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8990957096928575364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364899095709692857536489909570969285753648990957096928575364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 678aaaa8-ee9e-4689-b8bb-e518fedec505, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3338aebe-29f4-43f5-bdf6-d153e7b4a453, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d664b1-67da-4a94-9c57-ab91351d479a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3338aebe-29f4-43f5-bdf6-d153e7b4a453, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5446288016058044492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492544628801605804449254462880160580444925446288016058044492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc80a50-5577-43c8-b9c5-f38bcb1fd824, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc80a50-5577-43c8-b9c5-f38bcb1fd824, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6097318645161056282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282609731864516105628260973186451610562826097318645161056282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc80a50-5577-43c8-b9c5-f38bcb1fd824, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3338aebe-29f4-43f5-bdf6-d153e7b4a453, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20a205c-b5bd-4bcf-b1f5-c8c072d1828c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49467886-a473-4874-9a24-b132d75cc519, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20a205c-b5bd-4bcf-b1f5-c8c072d1828c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10248179047641734130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130102481790476417341301024817904764173413010248179047641734130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49467886-a473-4874-9a24-b132d75cc519, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12247711112937361079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079122477111129373610791224771111293736107912247711112937361079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20a205c-b5bd-4bcf-b1f5-c8c072d1828c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d370c933-1b8c-4782-9057-aa6459aeb547, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d370c933-1b8c-4782-9057-aa6459aeb547, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3757479193074313168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168375747919307431316837574791930743131683757479193074313168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49467886-a473-4874-9a24-b132d75cc519, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d399238a-db34-41d0-ac7a-9683c1570201, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d399238a-db34-41d0-ac7a-9683c1570201, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893857787001162979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979489385778700116297948938577870011629794893857787001162979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d370c933-1b8c-4782-9057-aa6459aeb547, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17e71249-5cf7-4be6-beed-ebc65b7731b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e71249-5cf7-4be6-beed-ebc65b7731b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729919331463606407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407127299193314636064071272991933146360640712729919331463606407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d399238a-db34-41d0-ac7a-9683c1570201, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b16b464e-facd-4f91-bcb8-7f9df94dfd51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b16b464e-facd-4f91-bcb8-7f9df94dfd51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4085203647991093865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865408520364799109386540852036479910938654085203647991093865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e71249-5cf7-4be6-beed-ebc65b7731b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f38b8b4-c04f-4a09-9886-93b1781af871, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f38b8b4-c04f-4a09-9886-93b1781af871, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2285231025863101491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491228523102586310149122852310258631014912285231025863101491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b16b464e-facd-4f91-bcb8-7f9df94dfd51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b71254f-9476-493d-9386-5a9b8428e691, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b71254f-9476-493d-9386-5a9b8428e691, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988972515933361889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889119889725159333618891198897251593336188911988972515933361889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f38b8b4-c04f-4a09-9886-93b1781af871, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb083e31-a558-4236-851f-52ca3090952a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb083e31-a558-4236-851f-52ca3090952a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838078833408859820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820148380788334088598201483807883340885982014838078833408859820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b71254f-9476-493d-9386-5a9b8428e691, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90dcb07-3407-4b3f-9e4c-68673923b204, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90dcb07-3407-4b3f-9e4c-68673923b204, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206210566446613335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335122062105664466133351220621056644661333512206210566446613335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb083e31-a558-4236-851f-52ca3090952a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8544fe92-3f0f-4300-85f1-70e85de44466, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8544fe92-3f0f-4300-85f1-70e85de44466, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12716738393896505591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591127167383938965055911271673839389650559112716738393896505591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90dcb07-3407-4b3f-9e4c-68673923b204, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f39a7f5-1439-4ec7-adf3-c64244850302, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f39a7f5-1439-4ec7-adf3-c64244850302, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17787715276314473843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843177877152763144738431778771527631447384317787715276314473843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8544fe92-3f0f-4300-85f1-70e85de44466, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0e73e1c-7944-4209-8d1b-47751bc3190f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e73e1c-7944-4209-8d1b-47751bc3190f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13668010545405595935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935136680105454055959351366801054540559593513668010545405595935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f39a7f5-1439-4ec7-adf3-c64244850302, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 618c3d4e-f5bb-4d15-a10c-3feb48095eab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618c3d4e-f5bb-4d15-a10c-3feb48095eab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7192793343390310071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071719279334339031007171927933433903100717192793343390310071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e73e1c-7944-4209-8d1b-47751bc3190f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c44aa0e0-4db3-4993-8b37-75b8b6ee0987, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c44aa0e0-4db3-4993-8b37-75b8b6ee0987, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12854872793411515972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972128548727934115159721285487279341151597212854872793411515972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618c3d4e-f5bb-4d15-a10c-3feb48095eab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1c45de-9c86-44b5-be39-0e6765867b43, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1c45de-9c86-44b5-be39-0e6765867b43, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250684153212406871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871925068415321240687192506841532124068719250684153212406871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c44aa0e0-4db3-4993-8b37-75b8b6ee0987, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e57d80-2e06-4b7a-93f0-45937de8f748, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e57d80-2e06-4b7a-93f0-45937de8f748, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4731945226652948292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292473194522665294829247319452266529482924731945226652948292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1c45de-9c86-44b5-be39-0e6765867b43, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bd90966-a919-416e-9c38-bfc9e23d8c38, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd90966-a919-416e-9c38-bfc9e23d8c38, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2278313765638580714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714227831376563858071422783137656385807142278313765638580714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e57d80-2e06-4b7a-93f0-45937de8f748, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2134a80-7d7c-4dc4-bc3a-7f740b8adb05, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2134a80-7d7c-4dc4-bc3a-7f740b8adb05, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10150564124764543716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716101505641247645437161015056412476454371610150564124764543716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd90966-a919-416e-9c38-bfc9e23d8c38, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de82e3f5-0033-4a4a-9c90-6e6080465e93, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de82e3f5-0033-4a4a-9c90-6e6080465e93, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14614629981122634607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607146146299811226346071461462998112263460714614629981122634607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2134a80-7d7c-4dc4-bc3a-7f740b8adb05, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cff6f9d5-fb0e-4548-bccb-3cb32c420f24, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cff6f9d5-fb0e-4548-bccb-3cb32c420f24, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12535694584500026324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324125356945845000263241253569458450002632412535694584500026324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cff6f9d5-fb0e-4548-bccb-3cb32c420f24, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a07fcf2b-dcd3-45ec-b5e9-285e8b58a1d5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07fcf2b-dcd3-45ec-b5e9-285e8b58a1d5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17302200414736573099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099173022004147365730991730220041473657309917302200414736573099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07fcf2b-dcd3-45ec-b5e9-285e8b58a1d5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd07e06-2e0f-4f98-8fcf-343c29c9ea0a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd07e06-2e0f-4f98-8fcf-343c29c9ea0a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16128022338690619733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733161280223386906197331612802233869061973316128022338690619733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd07e06-2e0f-4f98-8fcf-343c29c9ea0a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d078c09-1e2d-4cb5-bac8-bffaa4d8622a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d078c09-1e2d-4cb5-bac8-bffaa4d8622a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16868831350327060944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944168688313503270609441686883135032706094416868831350327060944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de82e3f5-0033-4a4a-9c90-6e6080465e93, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59e08bc0-d2c2-4d69-b6f7-03c6e7f303f3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e08bc0-d2c2-4d69-b6f7-03c6e7f303f3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725125382844135638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638107251253828441356381072512538284413563810725125382844135638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d078c09-1e2d-4cb5-bac8-bffaa4d8622a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf3e86bc-2ac8-47e0-80c2-3b97f4063a0b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf3e86bc-2ac8-47e0-80c2-3b97f4063a0b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252269234862123541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541112522692348621235411125226923486212354111252269234862123541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e08bc0-d2c2-4d69-b6f7-03c6e7f303f3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0257638f-9d96-4b87-a778-085f5e231a99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0257638f-9d96-4b87-a778-085f5e231a99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3841961948927653346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346384196194892765334638419619489276533463841961948927653346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf3e86bc-2ac8-47e0-80c2-3b97f4063a0b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7083f96-77ce-4419-9e96-f6d0a4e48b4a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7083f96-77ce-4419-9e96-f6d0a4e48b4a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7360411961678631656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656736041196167863165673604119616786316567360411961678631656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0257638f-9d96-4b87-a778-085f5e231a99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9efe7e-ac07-45b9-a3c0-be598892d133, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9efe7e-ac07-45b9-a3c0-be598892d133, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17575702885348885918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918175757028853488859181757570288534888591817575702885348885918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9efe7e-ac07-45b9-a3c0-be598892d133, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef437ab-cab4-4f16-b8b5-153789fff5fa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef437ab-cab4-4f16-b8b5-153789fff5fa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627938417862131650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650116279384178621316501162793841786213165011627938417862131650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7083f96-77ce-4419-9e96-f6d0a4e48b4a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c0fdbb-e516-41da-bc13-6705ad358a8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c0fdbb-e516-41da-bc13-6705ad358a8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 773237425689672867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867773237425689672867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef437ab-cab4-4f16-b8b5-153789fff5fa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51776613-a74d-4274-84e6-0df1b3abfa98, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51776613-a74d-4274-84e6-0df1b3abfa98, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3290072192650493426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426329007219265049342632900721926504934263290072192650493426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c0fdbb-e516-41da-bc13-6705ad358a8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ad36287-3c49-4410-afb3-f19fa51b9c5d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad36287-3c49-4410-afb3-f19fa51b9c5d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428640155856551374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374144286401558565513741442864015585655137414428640155856551374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51776613-a74d-4274-84e6-0df1b3abfa98, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed99c5ed-8973-42e7-a7e4-2c301fa8e4d9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed99c5ed-8973-42e7-a7e4-2c301fa8e4d9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13309595296929729629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629133095952969297296291330959529692972962913309595296929729629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad36287-3c49-4410-afb3-f19fa51b9c5d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a64eb0f6-eb71-44cf-9821-89c78a92fe47, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64eb0f6-eb71-44cf-9821-89c78a92fe47, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371887060068372459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459103718870600683724591037188706006837245910371887060068372459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed99c5ed-8973-42e7-a7e4-2c301fa8e4d9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc34218-8598-498d-87de-cda3a37f3990, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc34218-8598-498d-87de-cda3a37f3990, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556730994201629826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826155673099420162982615567309942016298261556730994201629826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64eb0f6-eb71-44cf-9821-89c78a92fe47, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39d62578-7bf6-4e58-9ae8-82950ca46e60, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d62578-7bf6-4e58-9ae8-82950ca46e60, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 962666780434489692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692962666780434489692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc34218-8598-498d-87de-cda3a37f3990, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ded1dc-6249-45e1-a673-98f0d0eb3534, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ded1dc-6249-45e1-a673-98f0d0eb3534, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17689481250704082416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416176894812507040824161768948125070408241617689481250704082416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d62578-7bf6-4e58-9ae8-82950ca46e60, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b104be3f-1221-48f7-886e-5d5b451beacf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b104be3f-1221-48f7-886e-5d5b451beacf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5587242198485427202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202558724219848542720255872421984854272025587242198485427202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ded1dc-6249-45e1-a673-98f0d0eb3534, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c640965-d434-4321-9862-0dc1b29115a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c640965-d434-4321-9862-0dc1b29115a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4281691159963701755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755428169115996370175542816911599637017554281691159963701755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b104be3f-1221-48f7-886e-5d5b451beacf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5275eb39-0dce-4253-ba93-4688e3e49fa1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5275eb39-0dce-4253-ba93-4688e3e49fa1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3568430076595901142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142356843007659590114235684300765959011423568430076595901142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c640965-d434-4321-9862-0dc1b29115a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5a5964-f54f-43c9-8a5d-e11c44aa9c56, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5a5964-f54f-43c9-8a5d-e11c44aa9c56, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3642018819433528634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634364201881943352863436420188194335286343642018819433528634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5275eb39-0dce-4253-ba93-4688e3e49fa1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39076acf-ad29-4509-970a-996893891430, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39076acf-ad29-4509-970a-996893891430, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318819971705558198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198153188199717055581981531881997170555819815318819971705558198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5a5964-f54f-43c9-8a5d-e11c44aa9c56, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9007f753-4020-48e5-8bd6-e3df61e4f283, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9007f753-4020-48e5-8bd6-e3df61e4f283, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 890831779911478705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705890831779911478705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9007f753-4020-48e5-8bd6-e3df61e4f283, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da8ee29e-a899-4676-b042-ed19b0561459, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da8ee29e-a899-4676-b042-ed19b0561459, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6362362322881489245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245636236232288148924563623623228814892456362362322881489245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39076acf-ad29-4509-970a-996893891430, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c59e5695-a4a4-4b20-8ef2-6e150a1766ee, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59e5695-a4a4-4b20-8ef2-6e150a1766ee, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055363100230152553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553180553631002301525531805536310023015255318055363100230152553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da8ee29e-a899-4676-b042-ed19b0561459, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 293fc56a-f195-43d7-bfc4-1ec9b6ad7a00, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 293fc56a-f195-43d7-bfc4-1ec9b6ad7a00, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2250777283644963738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738225077728364496373822507772836449637382250777283644963738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 293fc56a-f195-43d7-bfc4-1ec9b6ad7a00, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aecbbd6e-f08b-439b-a418-f4a9873de719, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aecbbd6e-f08b-439b-a418-f4a9873de719, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845388337668799690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690178453883376687996901784538833766879969017845388337668799690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59e5695-a4a4-4b20-8ef2-6e150a1766ee, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44fedc4c-9bbb-4227-ab35-e13f064d50bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44fedc4c-9bbb-4227-ab35-e13f064d50bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8920435066071752898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898892043506607175289889204350660717528988920435066071752898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aecbbd6e-f08b-439b-a418-f4a9873de719, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e6e930f-77b9-42c0-9cc5-584a47004032, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44fedc4c-9bbb-4227-ab35-e13f064d50bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 488db68d-1411-4dfb-9f1a-fd77648313a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488db68d-1411-4dfb-9f1a-fd77648313a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005992665138980683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683110059926651389806831100599266513898068311005992665138980683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6e930f-77b9-42c0-9cc5-584a47004032, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13242225255600372854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854132422252556003728541324222525560037285413242225255600372854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488db68d-1411-4dfb-9f1a-fd77648313a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d4ab651-3878-4031-aa24-0d2c4cd2ab70, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4ab651-3878-4031-aa24-0d2c4cd2ab70, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17650926792744706338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338176509267927447063381765092679274470633817650926792744706338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6e930f-77b9-42c0-9cc5-584a47004032, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ddd9609-a49b-4824-a6e3-40dd48a46a92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ddd9609-a49b-4824-a6e3-40dd48a46a92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 165727862870885184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184165727862870885184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4ab651-3878-4031-aa24-0d2c4cd2ab70, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9b35a61-9d01-4656-afbb-0c93e376d72e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b35a61-9d01-4656-afbb-0c93e376d72e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248577193543617027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027624857719354361702762485771935436170276248577193543617027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ddd9609-a49b-4824-a6e3-40dd48a46a92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06852286-8e8a-44d9-86b3-c5d56f01d17d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06852286-8e8a-44d9-86b3-c5d56f01d17d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8370562740885124096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096837056274088512409683705627408851240968370562740885124096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b35a61-9d01-4656-afbb-0c93e376d72e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9dd9e8a-780a-430a-af6c-2eeae4d29475, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9dd9e8a-780a-430a-af6c-2eeae4d29475, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074389687452409800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800607438968745240980060743896874524098006074389687452409800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9dd9e8a-780a-430a-af6c-2eeae4d29475, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a60fb694-f292-40ce-a109-d00bdbe9d5a4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60fb694-f292-40ce-a109-d00bdbe9d5a4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7635330621521214531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531763533062152121453176353306215212145317635330621521214531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06852286-8e8a-44d9-86b3-c5d56f01d17d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 652b1e8e-7821-4af2-8bd4-47f764081297, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 652b1e8e-7821-4af2-8bd4-47f764081297, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855704410131431312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312185570441013143131218557044101314313121855704410131431312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60fb694-f292-40ce-a109-d00bdbe9d5a4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 992956f6-4b5c-45b1-bd15-f1d1d202c597, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992956f6-4b5c-45b1-bd15-f1d1d202c597, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849952133567240669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669184995213356724066918499521335672406691849952133567240669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 652b1e8e-7821-4af2-8bd4-47f764081297, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e375e3c8-84e5-42e7-88d8-28305f2a0970, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e375e3c8-84e5-42e7-88d8-28305f2a0970, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8429263188190951269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269842926318819095126984292631881909512698429263188190951269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992956f6-4b5c-45b1-bd15-f1d1d202c597, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fbd3975-4093-4402-a29a-8a00e063461f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbd3975-4093-4402-a29a-8a00e063461f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876553427129861684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684487655342712986168448765534271298616844876553427129861684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e375e3c8-84e5-42e7-88d8-28305f2a0970, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d4aa409-0043-4c72-a664-cbffc970d3d3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4aa409-0043-4c72-a664-cbffc970d3d3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7899232466118072445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445789923246611807244578992324661180724457899232466118072445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbd3975-4093-4402-a29a-8a00e063461f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b39bef3-5224-4718-bb27-acf2de37f2ad, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b39bef3-5224-4718-bb27-acf2de37f2ad, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16058445198267141817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817160584451982671418171605844519826714181716058445198267141817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4aa409-0043-4c72-a664-cbffc970d3d3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c327770-f70e-4e61-b0c4-e005dc6a7b93, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c327770-f70e-4e61-b0c4-e005dc6a7b93, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11932763361893386540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540119327633618933865401193276336189338654011932763361893386540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b39bef3-5224-4718-bb27-acf2de37f2ad, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51d00118-1557-459a-97b6-1a2001599b47, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d00118-1557-459a-97b6-1a2001599b47, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4913464865530395721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721491346486553039572149134648655303957214913464865530395721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c327770-f70e-4e61-b0c4-e005dc6a7b93, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bf195e2-7f1d-4d0d-8001-19f973dffb92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf195e2-7f1d-4d0d-8001-19f973dffb92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3923597682402053276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276392359768240205327639235976824020532763923597682402053276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d00118-1557-459a-97b6-1a2001599b47, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68a032a-9561-4647-8d62-40a37bdc7450, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68a032a-9561-4647-8d62-40a37bdc7450, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2878121806941446551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551287812180694144655128781218069414465512878121806941446551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf195e2-7f1d-4d0d-8001-19f973dffb92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f11b18-357e-4084-80e5-c7754198399a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f11b18-357e-4084-80e5-c7754198399a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12137179608295334606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606121371796082953346061213717960829533460612137179608295334606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68a032a-9561-4647-8d62-40a37bdc7450, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b6f1c85-6dbd-432d-8538-470a69fc1a1a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6f1c85-6dbd-432d-8538-470a69fc1a1a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7469575838906224682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682746957583890622468274695758389062246827469575838906224682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f11b18-357e-4084-80e5-c7754198399a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0644c74a-b09f-4454-b19c-85d5a884399f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0644c74a-b09f-4454-b19c-85d5a884399f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301445160616652200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200230144516061665220023014451606166522002301445160616652200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6f1c85-6dbd-432d-8538-470a69fc1a1a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf76196-0874-4a51-bc30-515aedc63245, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf76196-0874-4a51-bc30-515aedc63245, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5189367208487304645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645518936720848730464551893672084873046455189367208487304645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0644c74a-b09f-4454-b19c-85d5a884399f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a028578d-182d-4634-a2a7-e08bb5abf2b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a028578d-182d-4634-a2a7-e08bb5abf2b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13824777313669863280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280138247773136698632801382477731366986328013824777313669863280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf76196-0874-4a51-bc30-515aedc63245, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c827357-6aca-4899-8527-d609c9bf350d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c827357-6aca-4899-8527-d609c9bf350d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5677120049807170836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836567712004980717083656771200498071708365677120049807170836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c827357-6aca-4899-8527-d609c9bf350d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901ecdb8-9971-490f-91b1-f7e7a42d468d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901ecdb8-9971-490f-91b1-f7e7a42d468d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144296018241002225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a028578d-182d-4634-a2a7-e08bb5abf2b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd0b9bcd-516c-4061-a8c7-3cdfceaa297c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0b9bcd-516c-4061-a8c7-3cdfceaa297c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6673369390491702934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0b9bcd-516c-4061-a8c7-3cdfceaa297c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9c8fez6071s4pt4skynp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b2d4e6-6684-4c36-beee-c1c04e6182f0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b2d4e6-6684-4c36-beee-c1c04e6182f0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6673369390491702934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901ecdb8-9971-490f-91b1-f7e7a42d468d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9c7x8a0x2z5kc70gg8df" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f217ba1e-e1f1-440f-9a4f-f842d412afbc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f217ba1e-e1f1-440f-9a4f-f842d412afbc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144296018241002225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f217ba1e-e1f1-440f-9a4f-f842d412afbc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cbn2qfhhar7fjk42fb4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c46040-ac7b-42d5-892e-d3a82926aea0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c46040-ac7b-42d5-892e-d3a82926aea0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144296018241002225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225151442960182410022251514429601824100222515144296018241002225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b2d4e6-6684-4c36-beee-c1c04e6182f0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cb8dxnshyewa7nkgmpc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7816d1c5-3f76-48cc-bcdd-53930d317b20, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7816d1c5-3f76-48cc-bcdd-53930d317b20, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6673369390491702934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934667336939049170293466733693904917029346673369390491702934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c46040-ac7b-42d5-892e-d3a82926aea0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cf021p75xva7rd10aze" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038951." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c491a084-1eb3-445b-a432-85e45d65f559, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c491a084-1eb3-445b-a432-85e45d65f559, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154723853558373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7816d1c5-3f76-48cc-bcdd-53930d317b20, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cg42asf5wky2ygz12cj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038922." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 673067c6-3f8e-46b6-b329-499ec0d44d3f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 673067c6-3f8e-46b6-b329-499ec0d44d3f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449806382974125428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c491a084-1eb3-445b-a432-85e45d65f559, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cpx33hv72kx13vwdtzg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd4db524-b495-4f34-871b-42aa3c7dc340, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd4db524-b495-4f34-871b-42aa3c7dc340, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154723853558373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 673067c6-3f8e-46b6-b329-499ec0d44d3f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cr869kn8crv2xd7gec8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c09f34c-8a4d-4a1d-b7a2-91a86b1d01bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c09f34c-8a4d-4a1d-b7a2-91a86b1d01bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449806382974125428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd4db524-b495-4f34-871b-42aa3c7dc340, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cs2apa11bgpnkn7zp07" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19989259-8150-41ae-80df-bf67d211bfba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19989259-8150-41ae-80df-bf67d211bfba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154723853558373044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044315472385355837304431547238535583730443154723853558373044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c09f34c-8a4d-4a1d-b7a2-91a86b1d01bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cts50vjrrhk8bhys3yc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d28eb10-e633-4f7f-b41e-24c52fb74f13, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d28eb10-e633-4f7f-b41e-24c52fb74f13, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449806382974125428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428744980638297412542874498063829741254287449806382974125428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19989259-8150-41ae-80df-bf67d211bfba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9cwp3kzmk9xafq55g7er" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38e5276e-15d4-4507-a6f9-a5e63326a14d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e5276e-15d4-4507-a6f9-a5e63326a14d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522316821505331997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d28eb10-e633-4f7f-b41e-24c52fb74f13, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d03dje2j0nxns3bgpng" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e5276e-15d4-4507-a6f9-a5e63326a14d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d4d7xfpjnq7amvqct3j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aad1c82d-d435-4b9b-ad0a-a1e0c8025adb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad1c82d-d435-4b9b-ad0a-a1e0c8025adb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459911383079576067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afac52c9-c289-4d6e-be43-3781c546820c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afac52c9-c289-4d6e-be43-3781c546820c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522316821505331997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad1c82d-d435-4b9b-ad0a-a1e0c8025adb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d777q6h9ef28z72gg32" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b070803-3bf0-4519-ad9b-3b311faa54f5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b070803-3bf0-4519-ad9b-3b311faa54f5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459911383079576067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afac52c9-c289-4d6e-be43-3781c546820c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d7d4txy7qtsqy4xchms" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 662a2717-95ac-4863-8c07-eb4ead932709, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662a2717-95ac-4863-8c07-eb4ead932709, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522316821505331997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997165223168215053319971652231682150533199716522316821505331997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b070803-3bf0-4519-ad9b-3b311faa54f5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9d9ccd25b0y1g4pfg49x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d507e47c-c247-4a97-b869-cc57b5a9e718, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d507e47c-c247-4a97-b869-cc57b5a9e718, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459911383079576067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067845991138307957606784599113830795760678459911383079576067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662a2717-95ac-4863-8c07-eb4ead932709, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dab9n7p0w99svfngt4m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038956." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e34f79e4-d584-4090-827f-841bd2e13610, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e34f79e4-d584-4090-827f-841bd2e13610, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205491356807383252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d507e47c-c247-4a97-b869-cc57b5a9e718, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ddd21ezg3eykf1nky2p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0e206fa-70c7-495b-a92f-4548ea2fa3a4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e206fa-70c7-495b-a92f-4548ea2fa3a4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061621880912876792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e34f79e4-d584-4090-827f-841bd2e13610, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dj55qp8ptrg8h9ygta2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7694328b-5e0c-459c-8572-99218869da61, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7694328b-5e0c-459c-8572-99218869da61, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205491356807383252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e206fa-70c7-495b-a92f-4548ea2fa3a4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dnvcghkgdzv6qgbah22" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9b28ad-a777-4151-af8a-81295ec5df57, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9b28ad-a777-4151-af8a-81295ec5df57, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061621880912876792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7694328b-5e0c-459c-8572-99218869da61, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dpedtdvn3x5r2vws5fs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 561f214f-56cd-416e-9ec1-7801d16f2c82, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561f214f-56cd-416e-9ec1-7801d16f2c82, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205491356807383252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252122054913568073832521220549135680738325212205491356807383252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9b28ad-a777-4151-af8a-81295ec5df57, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dqy3sv3938sbezwaw2g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3dce5b1-0af5-46b3-8cfd-d89f1fddc895, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3dce5b1-0af5-46b3-8cfd-d89f1fddc895, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061621880912876792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792120616218809128767921206162188091287679212061621880912876792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561f214f-56cd-416e-9ec1-7801d16f2c82, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dw1aafxcf2dbghq4r7m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983b3f20-00f9-4b9f-b55e-471770c20760, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3dce5b1-0af5-46b3-8cfd-d89f1fddc895, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9dwm1ewea2q11qc1tpsq" } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983b3f20-00f9-4b9f-b55e-471770c20760, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857559432850602316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d11e5d-059f-409f-ae99-a290e16de456, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d11e5d-059f-409f-ae99-a290e16de456, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789778572541014813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983b3f20-00f9-4b9f-b55e-471770c20760, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e4t9jj19m4czwzgfhrw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afdf36c8-f2d5-4922-aa82-d5d71ddeb41a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afdf36c8-f2d5-4922-aa82-d5d71ddeb41a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857559432850602316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d11e5d-059f-409f-ae99-a290e16de456, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e60bvzb32qkdnr440xx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee7462f-e7d1-4950-9d39-7ea0ac2eef5a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee7462f-e7d1-4950-9d39-7ea0ac2eef5a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789778572541014813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afdf36c8-f2d5-4922-aa82-d5d71ddeb41a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e7gbad687ach6n1vwv5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab67a36e-559c-4114-aae6-1ee118686e52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab67a36e-559c-4114-aae6-1ee118686e52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16857559432850602316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316168575594328506023161685755943285060231616857559432850602316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee7462f-e7d1-4950-9d39-7ea0ac2eef5a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9e908e3prkahcf47y7cm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34539195-7c53-449e-a12f-ec5e856c46a8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34539195-7c53-449e-a12f-ec5e856c46a8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789778572541014813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813278977857254101481327897785725410148132789778572541014813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab67a36e-559c-4114-aae6-1ee118686e52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ecs6g7jb4cf5ytpy2hn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34539195-7c53-449e-a12f-ec5e856c46a8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9edxdgv19skqddd7sa54" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038957." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76c0711a-1355-4d23-b00f-c069fc5edc62, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c0711a-1355-4d23-b00f-c069fc5edc62, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557132338100828715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9555fc75-a2db-45b3-9626-b2bd23a5e45e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c0711a-1355-4d23-b00f-c069fc5edc62, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9en10fwnepntx80skvhh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9555fc75-a2db-45b3-9626-b2bd23a5e45e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806135058841369110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77381472-8a76-4f7e-b4c3-ffde501da1d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77381472-8a76-4f7e-b4c3-ffde501da1d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557132338100828715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9555fc75-a2db-45b3-9626-b2bd23a5e45e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9er64nyf7mq64sb7zyht" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5e21703-21d1-41dd-b051-7e1be9a3152d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e21703-21d1-41dd-b051-7e1be9a3152d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806135058841369110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77381472-8a76-4f7e-b4c3-ffde501da1d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9esz2c0bcpsw1fjzmaw6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b16e623-1ba2-4d48-a173-d87e0f1ed646, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b16e623-1ba2-4d48-a173-d87e0f1ed646, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557132338100828715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715155571323381008287151555713233810082871515557132338100828715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e21703-21d1-41dd-b051-7e1be9a3152d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9evn9gm6vwf4q27x83wh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d353898e-0ffc-4a59-96b9-19bb4a106049, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d353898e-0ffc-4a59-96b9-19bb4a106049, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4806135058841369110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110480613505884136911048061350588413691104806135058841369110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b16e623-1ba2-4d48-a173-d87e0f1ed646, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9eysdwqcapsbe725dfy2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d45204a-b8a4-4596-a6d6-e9aba4e57885, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d45204a-b8a4-4596-a6d6-e9aba4e57885, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789080917045737213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d353898e-0ffc-4a59-96b9-19bb4a106049, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f013hsf3ywb5ks55dqb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038915." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 760db27a-390c-4e51-a969-4c3d01efd9d7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760db27a-390c-4e51-a969-4c3d01efd9d7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653250482741275092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d45204a-b8a4-4596-a6d6-e9aba4e57885, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f5e4y1khd610yew3zn3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e52deebb-56e1-4421-b6c0-884331b90eb2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52deebb-56e1-4421-b6c0-884331b90eb2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789080917045737213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760db27a-390c-4e51-a969-4c3d01efd9d7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f7rd3jrs7mmf4fk1ke3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5797ea47-0d70-490d-9c40-e9a8f533e0bc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5797ea47-0d70-490d-9c40-e9a8f533e0bc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653250482741275092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52deebb-56e1-4421-b6c0-884331b90eb2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f870rqd75sbygekzkyp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5797ea47-0d70-490d-9c40-e9a8f533e0bc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9f9y9tj3sqscnw27ctxn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cf5003-2dd2-44f3-a623-755460de3664, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cf5003-2dd2-44f3-a623-755460de3664, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789080917045737213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213178908091704573721317890809170457372131789080917045737213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b4677fd-0adf-4df0-a2a6-71505d926700, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b4677fd-0adf-4df0-a2a6-71505d926700, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653250482741275092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092156532504827412750921565325048274127509215653250482741275092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cf5003-2dd2-44f3-a623-755460de3664, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fdj9845jr33hz1f2k1r" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 220ba73c-1f45-4b1e-acd9-02919a689ee0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220ba73c-1f45-4b1e-acd9-02919a689ee0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683529661118594714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b4677fd-0adf-4df0-a2a6-71505d926700, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fea9rev6kpnf691526t" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49aad30-d5c7-4e22-876c-b948c5947dce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220ba73c-1f45-4b1e-acd9-02919a689ee0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fmh5m6d40cm4pqz70ne" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49aad30-d5c7-4e22-876c-b948c5947dce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941120852694722811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f47568-ed82-4b94-bafe-eadc5550f992, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f47568-ed82-4b94-bafe-eadc5550f992, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683529661118594714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49aad30-d5c7-4e22-876c-b948c5947dce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fq63d2jn51bp3n7rqjh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72db8b4e-ecc9-4af2-b481-6183c07e3f2b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72db8b4e-ecc9-4af2-b481-6183c07e3f2b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941120852694722811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f47568-ed82-4b94-bafe-eadc5550f992, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fqgfjjhqht795eh4pv2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7c687d-f207-4239-ae4d-bd0501ce100d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7c687d-f207-4239-ae4d-bd0501ce100d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683529661118594714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714126835296611185947141268352966111859471412683529661118594714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72db8b4e-ecc9-4af2-b481-6183c07e3f2b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fscf6fz2xhh45gmhnza" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7699e0-3b0a-4293-90d0-80897353c501, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7699e0-3b0a-4293-90d0-80897353c501, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941120852694722811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811149411208526947228111494112085269472281114941120852694722811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7c687d-f207-4239-ae4d-bd0501ce100d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fw7fkk2j8h7gw0xk4ns" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9136dfa-b054-4b71-86d1-6ebead0e9983, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9136dfa-b054-4b71-86d1-6ebead0e9983, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332284143690380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7699e0-3b0a-4293-90d0-80897353c501, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9fxz0vvvcbv8epf7ym3m" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f48aa89-8fbf-4eec-87c1-909d2c9ead99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f48aa89-8fbf-4eec-87c1-909d2c9ead99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285281045219994408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9136dfa-b054-4b71-86d1-6ebead0e9983, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g3d6fhn6cy5v2e0a7rg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f62d95-6e75-417c-8e63-f44a6d3d3343, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f62d95-6e75-417c-8e63-f44a6d3d3343, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332284143690380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f62d95-6e75-417c-8e63-f44a6d3d3343, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g6jf0na7r89azy07b58" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12f13a12-524a-4440-887f-c8702de1af65, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12f13a12-524a-4440-887f-c8702de1af65, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16332284143690380896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896163322841436903808961633228414369038089616332284143690380896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f48aa89-8fbf-4eec-87c1-909d2c9ead99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g6313k618j6hq6bb76f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e2c3c7-e74a-406f-9a33-61e964b4192b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e2c3c7-e74a-406f-9a33-61e964b4192b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285281045219994408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12f13a12-524a-4440-887f-c8702de1af65, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9g9s9r5jy56pefb2pd0b" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038955." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7822bb2b-ce4a-4090-9fb4-4a3e556687b5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7822bb2b-ce4a-4090-9fb4-4a3e556687b5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045116015739721608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e2c3c7-e74a-406f-9a33-61e964b4192b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gc02jd41e3462tv2x6q" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a11c3d4b-e949-4d3b-9a9d-bc57e85b65f7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11c3d4b-e949-4d3b-9a9d-bc57e85b65f7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285281045219994408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408122852810452199944081228528104521999440812285281045219994408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7822bb2b-ce4a-4090-9fb4-4a3e556687b5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ghwfzqp2qcw7fgdqjyx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db561c37-c5b9-40f7-9ee2-33c69e7f5641, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db561c37-c5b9-40f7-9ee2-33c69e7f5641, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045116015739721608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db561c37-c5b9-40f7-9ee2-33c69e7f5641, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gmg6c57scd00026je0f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60e43e3a-f4c6-4f87-9e2f-e1853b676cae, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e43e3a-f4c6-4f87-9e2f-e1853b676cae, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045116015739721608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608104511601573972160810451160157397216081045116015739721608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11c3d4b-e949-4d3b-9a9d-bc57e85b65f7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gkb8mknj5egh7q0mbwx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee3cec3-f482-4b4f-bcf2-3c8d7e7c0e73, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee3cec3-f482-4b4f-bcf2-3c8d7e7c0e73, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560266496391778077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee3cec3-f482-4b4f-bcf2-3c8d7e7c0e73, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gvd3bjb8qgssqer9xee" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89d825a6-984d-4274-8441-d53b9288f3e4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d825a6-984d-4274-8441-d53b9288f3e4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560266496391778077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e43e3a-f4c6-4f87-9e2f-e1853b676cae, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9grx8kxhsf5m8j9qvhft" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038902." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8079b513-8a59-47d6-bc69-730fc76e6775, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8079b513-8a59-47d6-bc69-730fc76e6775, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 627216219101004966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89d825a6-984d-4274-8441-d53b9288f3e4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9gxj5a677w912f2tdczz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4245c690-426f-427f-b88a-22afc4d8d35e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4245c690-426f-427f-b88a-22afc4d8d35e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560266496391778077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077956026649639177807795602664963917780779560266496391778077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8079b513-8a59-47d6-bc69-730fc76e6775, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h0307jkzmqph9pmxrqd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3772294f-b976-432b-b218-08d1c5c249a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3772294f-b976-432b-b218-08d1c5c249a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 627216219101004966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4245c690-426f-427f-b88a-22afc4d8d35e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h0yfcbgn35xwmej484n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a595aa0-42b0-4de2-ab26-7aa9445c0c77, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a595aa0-42b0-4de2-ab26-7aa9445c0c77, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098973238584707118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3772294f-b976-432b-b218-08d1c5c249a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h3kfkd0gmcbwszqwd6n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b56d6e87-4a32-494e-97f7-3282d6f2cdc3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56d6e87-4a32-494e-97f7-3282d6f2cdc3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 627216219101004966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966627216219101004966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a595aa0-42b0-4de2-ab26-7aa9445c0c77, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h8paavh9400kb1tjemn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea82181-eabf-4efe-9745-3f8178f69bab, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea82181-eabf-4efe-9745-3f8178f69bab, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098973238584707118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56d6e87-4a32-494e-97f7-3282d6f2cdc3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9h921hetzcma09616xc9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea82181-eabf-4efe-9745-3f8178f69bab, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hb395pkaw592sykaa5w" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038901." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f55317-362b-4714-8f97-6c59e38aedda, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f55317-362b-4714-8f97-6c59e38aedda, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534732585262590794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d76734c-6edf-478a-8e9f-1fff16e28c92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d76734c-6edf-478a-8e9f-1fff16e28c92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098973238584707118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118609897323858470711860989732385847071186098973238584707118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f55317-362b-4714-8f97-6c59e38aedda, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hfk0gbsz2mqfkzvfska" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f6a89b0-62e1-41b8-a67f-8ae6161475a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6a89b0-62e1-41b8-a67f-8ae6161475a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534732585262590794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d76734c-6edf-478a-8e9f-1fff16e28c92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hfmcj9h3p8wfv9rstt6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038920." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 285a89b7-a3ab-49e8-82ec-1947d5b84151, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285a89b7-a3ab-49e8-82ec-1947d5b84151, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296957465905162335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285a89b7-a3ab-49e8-82ec-1947d5b84151, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hq0faa4nbpfj450bbpc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b01f8c2-604f-4678-bcf1-7c23b2ab98c5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b01f8c2-604f-4678-bcf1-7c23b2ab98c5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296957465905162335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6a89b0-62e1-41b8-a67f-8ae6161475a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hnbak831vjr5srhmfbw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7bcd0df-4673-40c9-a475-718b9c24c0d0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bcd0df-4673-40c9-a475-718b9c24c0d0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534732585262590794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794953473258526259079495347325852625907949534732585262590794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b01f8c2-604f-4678-bcf1-7c23b2ab98c5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hs521y27yb703e4wet4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ef6c552-c8f6-4362-9fe6-99f7493ca76a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef6c552-c8f6-4362-9fe6-99f7493ca76a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13296957465905162335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335132969574659051623351329695746590516233513296957465905162335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bcd0df-4673-40c9-a475-718b9c24c0d0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hwd28bb3zmyf6n5gb79" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f20b47-4c3c-4918-abc4-0904b6416796, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f20b47-4c3c-4918-abc4-0904b6416796, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011050076828257557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef6c552-c8f6-4362-9fe6-99f7493ca76a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9hx5877gbkmrh75ha1w3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f20b47-4c3c-4918-abc4-0904b6416796, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j3j68q87dqhpc8jda3h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59ea8fde-6393-4329-9def-396b6ecc7706, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ea8fde-6393-4329-9def-396b6ecc7706, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801231683323944819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d47b37-a584-4188-8e56-34c6a16bd8e6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d47b37-a584-4188-8e56-34c6a16bd8e6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011050076828257557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ea8fde-6393-4329-9def-396b6ecc7706, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j67127n1azsm3gstr2a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39cfd901-ee54-47f5-9c92-9c4e78760999, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39cfd901-ee54-47f5-9c92-9c4e78760999, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801231683323944819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d47b37-a584-4188-8e56-34c6a16bd8e6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j6cdr9gykfzmpq8033y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a713e2c9-5ae2-45ed-ae5c-7e221fc00985, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a713e2c9-5ae2-45ed-ae5c-7e221fc00985, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011050076828257557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557130110500768282575571301105007682825755713011050076828257557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39cfd901-ee54-47f5-9c92-9c4e78760999, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9j916qvqpbpgg0rm1y3g" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6acf22ff-e6a3-4245-8835-cae34105776a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6acf22ff-e6a3-4245-8835-cae34105776a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801231683323944819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819580123168332394481958012316833239448195801231683323944819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a713e2c9-5ae2-45ed-ae5c-7e221fc00985, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jb0cgmzvm5m3smcwr2a" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038944." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a946c86f-4b8c-4875-92ff-d32b76798241, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a946c86f-4b8c-4875-92ff-d32b76798241, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115369659321453515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6acf22ff-e6a3-4245-8835-cae34105776a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jc50pgy1yeg8qd3s8v6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74eb6aea-217f-4bcb-afac-b77b58ff1f2f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74eb6aea-217f-4bcb-afac-b77b58ff1f2f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579529146356911174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a946c86f-4b8c-4875-92ff-d32b76798241, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jjm6sxy7j0z61ytkqde" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee554e8a-48c6-47ae-a44c-b7dd4328b643, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee554e8a-48c6-47ae-a44c-b7dd4328b643, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115369659321453515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74eb6aea-217f-4bcb-afac-b77b58ff1f2f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jkne6cqw5t300gsanv1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bccffb1-11f5-4b8e-81ad-83b9c484c5b8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bccffb1-11f5-4b8e-81ad-83b9c484c5b8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579529146356911174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:25172/4
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee554e8a-48c6-47ae-a44c-b7dd4328b643, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jmj1g17qv72kmjsap6d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70c5b41f-0f3e-41f8-93ee-f3f75c1f3323, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c5b41f-0f3e-41f8-93ee-f3f75c1f3323, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115369659321453515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515511536965932145351551153696593214535155115369659321453515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bccffb1-11f5-4b8e-81ad-83b9c484c5b8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jpa2xfsb3zbrz1jp0f4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ba6b13-a5f4-43d2-87c9-ad94889a8254, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ba6b13-a5f4-43d2-87c9-ad94889a8254, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579529146356911174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174257952914635691117425795291463569111742579529146356911174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c5b41f-0f3e-41f8-93ee-f3f75c1f3323, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9js8fab1407k7htqn6y6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d81e26bb-125a-423c-a9c9-ac4fbdd465c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d81e26bb-125a-423c-a9c9-ac4fbdd465c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418982401054651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ba6b13-a5f4-43d2-87c9-ad94889a8254, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9jty7d59nj2nqc94j9k8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038907." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3ba374-e465-4785-af72-ff3b693cdf35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3ba374-e465-4785-af72-ff3b693cdf35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728013581845902897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d81e26bb-125a-423c-a9c9-ac4fbdd465c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k0qadxfktpmabkjf7wn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72075047-882a-4abd-9790-9712b8cf10ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72075047-882a-4abd-9790-9712b8cf10ef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418982401054651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3ba374-e465-4785-af72-ff3b693cdf35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k1y5gt29fbxk5q6mtbr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81783810-f87d-40f5-b356-8c745445732f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81783810-f87d-40f5-b356-8c745445732f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728013581845902897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72075047-882a-4abd-9790-9712b8cf10ef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k6sfh5vcykd7k7yttzp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8759459-df27-483b-9c98-0ffa6b593321, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8759459-df27-483b-9c98-0ffa6b593321, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418982401054651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402841898240105465140284189824010546514028418982401054651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81783810-f87d-40f5-b356-8c745445732f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9k8d9q4mv4xefd6p1zan" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59d62cd3-64cd-436f-b873-06315e080832, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d62cd3-64cd-436f-b873-06315e080832, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728013581845902897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897157280135818459028971572801358184590289715728013581845902897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8759459-df27-483b-9c98-0ffa6b593321, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9keb733wggxt0w6jt34c" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d62cd3-64cd-436f-b873-06315e080832, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kfb4mvxag47cqpg0qrw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 853a1fe1-f9b6-4e23-9b41-0d5f72d10a88, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 853a1fe1-f9b6-4e23-9b41-0d5f72d10a88, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507854843374212998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038953." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d458e2ad-3aa6-44cd-9985-313adf1ab918, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d458e2ad-3aa6-44cd-9985-313adf1ab918, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974100265941101411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log --grpc-port=25172 --mon-port=19376 --ic-port=24775 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_4j9c7tg1.log', '--grpc-port=25172', '--mon-port=19376', '--ic-port=24775', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1542505
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:25172/4
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.32
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.32
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1542506
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d458e2ad-3aa6-44cd-9985-313adf1ab918, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kqkf5qh8t0xxzm46jnf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c438e541-edee-405e-8b0a-47af0542ff35, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c438e541-edee-405e-8b0a-47af0542ff35, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974100265941101411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 853a1fe1-f9b6-4e23-9b41-0d5f72d10a88, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kpw7bzme3nafb4r2n99" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f280ff3d-ad79-43bc-9574-b79e220a14cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f280ff3d-ad79-43bc-9574-b79e220a14cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507854843374212998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c438e541-edee-405e-8b0a-47af0542ff35, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ktdafwrgma8bgjpxw5n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc0c0ce5-9918-44f7-941c-a728c361f00e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0c0ce5-9918-44f7-941c-a728c361f00e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6974100265941101411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411697410026594110141169741002659411014116974100265941101411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f280ff3d-ad79-43bc-9574-b79e220a14cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kwn6zgkef96vtkzk9g6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e384921-3862-4434-90d1-1f54faa2e287, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e384921-3862-4434-90d1-1f54faa2e287, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8507854843374212998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998850785484337421299885078548433742129988507854843374212998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0c0ce5-9918-44f7-941c-a728c361f00e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9kz07ynbahykdhgb6ddw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b93cceeb-64ba-468a-a59d-3a8acc2971dd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b93cceeb-64ba-468a-a59d-3a8acc2971dd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308996353068814673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b93cceeb-64ba-468a-a59d-3a8acc2971dd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9m753kyvf7e2yfs1m91j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6531e375-0c74-4abb-8445-7760e79701a1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6531e375-0c74-4abb-8445-7760e79701a1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308996353068814673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e384921-3862-4434-90d1-1f54faa2e287, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9m3e6jea7w1d6gsjzk12" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ffa77e8-9989-4164-8098-6340aa8c244f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ffa77e8-9989-4164-8098-6340aa8c244f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313785150334938012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ffa77e8-9989-4164-8098-6340aa8c244f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mavc7h55m74f3cfcg8z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf5ee69e-5eda-48c3-b645-93479ec0e9a9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5ee69e-5eda-48c3-b645-93479ec0e9a9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313785150334938012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6531e375-0c74-4abb-8445-7760e79701a1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9m977731cvb9f0shw4cm" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36557846-c1b3-44f6-90aa-708514781513, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36557846-c1b3-44f6-90aa-708514781513, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308996353068814673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673330899635306881467333089963530688146733308996353068814673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5ee69e-5eda-48c3-b645-93479ec0e9a9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9md37e503xn3bhn8g55k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816e88b3-363e-45ea-9ebf-a1db63c94688, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816e88b3-363e-45ea-9ebf-a1db63c94688, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18313785150334938012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012183137851503349380121831378515033493801218313785150334938012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36557846-c1b3-44f6-90aa-708514781513, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mf8aypnd6v6er80n6tn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038910." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db2b8084-38e9-440e-9e4c-0cb883baa8cb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db2b8084-38e9-440e-9e4c-0cb883baa8cb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972757889887148565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816e88b3-363e-45ea-9ebf-a1db63c94688, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mhwdy7acb812cgqt8wf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ebdb8c5-f751-4795-a672-e2a2fbcd3e50, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebdb8c5-f751-4795-a672-e2a2fbcd3e50, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340001470043951556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebdb8c5-f751-4795-a672-e2a2fbcd3e50, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mrscw0grmb8zq6sx5mr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a2c8fb0-24a6-4d70-a84a-0a3493f7c1c7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2c8fb0-24a6-4d70-a84a-0a3493f7c1c7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340001470043951556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db2b8084-38e9-440e-9e4c-0cb883baa8cb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mq14zsrhdmrx0jh5ksb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be99cbfb-df09-4e3b-a373-6c8487e3ec21, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be99cbfb-df09-4e3b-a373-6c8487e3ec21, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972757889887148565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2c8fb0-24a6-4d70-a84a-0a3493f7c1c7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mvj5ajyyvhrg4xddqca" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2537d7b8-d333-40bc-8108-5fdf84ebe58d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2537d7b8-d333-40bc-8108-5fdf84ebe58d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 340001470043951556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556340001470043951556" } } } 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 1542506) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1542506) elapsed time (sec): 1.3370776176452637
DEBUG    ya.test:process.py:263 Command (pid 1542506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) maxrss: 840772
DEBUG    ya.test:process.py:263 Command (pid 1542506) minflt: 45170
DEBUG    ya.test:process.py:263 Command (pid 1542506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) nivcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 1542506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1542506) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1542506) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1542506) stime: 0.21478
DEBUG    ya.test:process.py:263 Command (pid 1542506) utime: 0.5716289999999999
DEBUG    ya.test:process.py:263 Command (pid 1542506) wtime: 1.348
DEBUG    ya.test:process.py:275 Command (pid 1542506) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 4 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 12477
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 12477
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 38

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be99cbfb-df09-4e3b-a373-6c8487e3ec21, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9mxtdsgedy9zvc36rzk2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc5c7e51-457e-4192-972a-0ea0364b3762, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5c7e51-457e-4192-972a-0ea0364b3762, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5972757889887148565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565597275788988714856559727578898871485655972757889887148565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 39
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 12477 SectorMap:2:64
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2537d7b8-d333-40bc-8108-5fdf84ebe58d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9n023wx163rvjs119s5v" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    ErrorDescription: "Group may become degraded GroupId# 2181038083"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038083
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 2
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 39
}

ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038900." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882bf9b0-adda-4002-9249-2641ce04a2c1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882bf9b0-adda-4002-9249-2641ce04a2c1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632494205545036069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 40
}

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882bf9b0-adda-4002-9249-2641ce04a2c1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9n7s4fz3v0c4ra0etg23" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ca27c85-2363-472b-bd5a-d10452a8f718, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca27c85-2363-472b-bd5a-d10452a8f718, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632494205545036069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5c7e51-457e-4192-972a-0ea0364b3762, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9n5x46mrb3f5dac6c6jn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038919." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63bdaa63-898f-41c6-974b-2aa78a8f4b76, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63bdaa63-898f-41c6-974b-2aa78a8f4b76, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777733787685354726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca27c85-2363-472b-bd5a-d10452a8f718, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9naa9232t92yj5g12w5f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1390b709-293d-42a8-b0da-aac3e880644e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1390b709-293d-42a8-b0da-aac3e880644e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632494205545036069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069363249420554503606936324942055450360693632494205545036069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63bdaa63-898f-41c6-974b-2aa78a8f4b76, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nd18vt43xjhtatqspba" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23323c83-91dd-4088-b8d6-9bbb7b7a4fc1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23323c83-91dd-4088-b8d6-9bbb7b7a4fc1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777733787685354726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1390b709-293d-42a8-b0da-aac3e880644e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nem2na81mbg72ztagvw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038911." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13fefcdf-641e-40c4-945b-21404ef531cd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fefcdf-641e-40c4-945b-21404ef531cd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471497827544910830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fefcdf-641e-40c4-945b-21404ef531cd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9npk1s8ychyk8q8nad1j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e469c1b-e478-4f62-969e-f05055845285, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e469c1b-e478-4f62-969e-f05055845285, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471497827544910830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23323c83-91dd-4088-b8d6-9bbb7b7a4fc1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nkq1yhwtxfjtz9v9v98" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02a181be-30eb-4fd4-8339-77c2c8a60efd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a181be-30eb-4fd4-8339-77c2c8a60efd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777733787685354726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726277773378768535472627777337876853547262777733787685354726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e469c1b-e478-4f62-969e-f05055845285, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nsr8rhzccxeccdx4a0j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 200f38e9-92bb-4e46-8e2f-2f50ef655bb3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200f38e9-92bb-4e46-8e2f-2f50ef655bb3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471497827544910830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830147149782754491083014714978275449108301471497827544910830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a181be-30eb-4fd4-8339-77c2c8a60efd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nv0bhhfq12tsfvhpedk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e50bda5b-b3e8-48e8-8e54-042d4a7dbc45, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50bda5b-b3e8-48e8-8e54-042d4a7dbc45, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13283725098664378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200f38e9-92bb-4e46-8e2f-2f50ef655bb3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9nyg618crh591knth1av" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9391e29d-3178-4389-a9a3-12e8a2e792f1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9391e29d-3178-4389-a9a3-12e8a2e792f1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390698400903143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50bda5b-b3e8-48e8-8e54-042d4a7dbc45, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9p1aagq26445kn41xvkc" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b4aa41-0343-4f2f-86fe-07b90ec581b4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b4aa41-0343-4f2f-86fe-07b90ec581b4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13283725098664378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9391e29d-3178-4389-a9a3-12e8a2e792f1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9pxdbmn60dnepsyq9n62" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e80aae0e-c93d-4648-aabf-c78a3700f2b0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80aae0e-c93d-4648-aabf-c78a3700f2b0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390698400903143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80aae0e-c93d-4648-aabf-c78a3700f2b0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9pzb7bgkesnjjj7ppvw0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da0ffa7e-5881-44ee-89a3-8244faf466b8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da0ffa7e-5881-44ee-89a3-8244faf466b8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390698400903143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775939069840090314377593906984009031437759390698400903143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b4aa41-0343-4f2f-86fe-07b90ec581b4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9py02mhqyjeddbsg4sbp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be1f285d-2375-47d1-a5cd-7633ceffcbf6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be1f285d-2375-47d1-a5cd-7633ceffcbf6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13283725098664378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350132837250986643783501328372509866437835013283725098664378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da0ffa7e-5881-44ee-89a3-8244faf466b8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9q3qbbvm770m0b4zgv4y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038931." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb0c0cf8-62ce-4aee-9200-9cd3fec22d33, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0c0cf8-62ce-4aee-9200-9cd3fec22d33, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915222283781240555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be1f285d-2375-47d1-a5cd-7633ceffcbf6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9q502zypma7pjatmvxx2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93a36d19-438a-4230-99f3-64ff6d52497f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a36d19-438a-4230-99f3-64ff6d52497f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581235082146861920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a36d19-438a-4230-99f3-64ff6d52497f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qcgdcw02af9n6rem25f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fc44482-838e-45a9-8e33-1285bb5c90b6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc44482-838e-45a9-8e33-1285bb5c90b6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581235082146861920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0c0cf8-62ce-4aee-9200-9cd3fec22d33, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qbd2szcb8wkpd5z8xk9" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5ff4b98-8ecd-4198-9358-a6794c0c5e2e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ff4b98-8ecd-4198-9358-a6794c0c5e2e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915222283781240555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fc44482-838e-45a9-8e33-1285bb5c90b6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qeye5zchfh6ww1eb4qh" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 685c6a44-0c1b-4d69-998b-3759ad187269, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685c6a44-0c1b-4d69-998b-3759ad187269, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581235082146861920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920135812350821468619201358123508214686192013581235082146861920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ff4b98-8ecd-4198-9358-a6794c0c5e2e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qmv6p0qntx997kz893t" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 338fdb58-7928-4dc6-bbe6-838e92d71289, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338fdb58-7928-4dc6-bbe6-838e92d71289, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2915222283781240555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555291522228378124055529152222837812405552915222283781240555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685c6a44-0c1b-4d69-998b-3759ad187269, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qn96zmdte775sa0rn3p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038946." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ad33ab-423f-40da-9b0a-de8ecbfcbf91, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ad33ab-423f-40da-9b0a-de8ecbfcbf91, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678191175239255492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ad33ab-423f-40da-9b0a-de8ecbfcbf91, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qwh87fxmpqpz78rcy8z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338fdb58-7928-4dc6-bbe6-838e92d71289, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9qveaqexnenbxc8r3egd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74643157-aaa9-4232-9b93-ea8447a353c5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74643157-aaa9-4232-9b93-ea8447a353c5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678191175239255492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f8c15e6-75f4-420f-8531-30c52463107c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8c15e6-75f4-420f-8531-30c52463107c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9009677400250832072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8c15e6-75f4-420f-8531-30c52463107c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r2qaczsatgaqbmv81ej" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3042815-c51b-4c51-a630-3c28ff2cbb1b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3042815-c51b-4c51-a630-3c28ff2cbb1b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9009677400250832072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3042815-c51b-4c51-a630-3c28ff2cbb1b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r4r18c1wgamdmmfnm1d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74643157-aaa9-4232-9b93-ea8447a353c5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r21eeve9haqz2122a26" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, beba9bb3-57ff-4266-98a9-0d2dbf685b4b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beba9bb3-57ff-4266-98a9-0d2dbf685b4b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9009677400250832072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072900967740025083207290096774002508320729009677400250832072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dd02683-d423-442f-982b-dff3e2b3609a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd02683-d423-442f-982b-dff3e2b3609a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1678191175239255492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492167819117523925549216781911752392554921678191175239255492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd02683-d423-442f-982b-dff3e2b3609a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r9c8yfeet51kcr64s9h" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beba9bb3-57ff-4266-98a9-0d2dbf685b4b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9r8w07kqkgn2nfcjhbqj" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038930." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae979530-331c-474c-b71f-4ef869c78b29, ghrun-gnft54blbu.auto.internal:13247): creating call state
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038904." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae979530-331c-474c-b71f-4ef869c78b29, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871644309624689497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34401417-3ba6-4fa1-a555-1ee206ac8262, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34401417-3ba6-4fa1-a555-1ee206ac8262, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421601974228883103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae979530-331c-474c-b71f-4ef869c78b29, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rhydzmx80ys0efyvg41" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5059d9-14c4-4bc7-87ef-f84545adbf09, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5059d9-14c4-4bc7-87ef-f84545adbf09, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871644309624689497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34401417-3ba6-4fa1-a555-1ee206ac8262, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rj31wkpmzv3wxnrshxr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f059313-f490-423f-ba04-46ca2840cf8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f059313-f490-423f-ba04-46ca2840cf8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421601974228883103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5059d9-14c4-4bc7-87ef-f84545adbf09, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rqg61tf840twd3wwer1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f059313-f490-423f-ba04-46ca2840cf8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rqz9dvhpddtcnqpz9pr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2a07fb7-57b9-4721-8e78-57365bd3da96, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2a07fb7-57b9-4721-8e78-57365bd3da96, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2871644309624689497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497287164430962468949728716443096246894972871644309624689497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818be9ce-6fff-44b4-9e35-30684fb306fd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818be9ce-6fff-44b4-9e35-30684fb306fd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18421601974228883103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103184216019742288831031842160197422888310318421601974228883103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2a07fb7-57b9-4721-8e78-57365bd3da96, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rz34ja2k6q7ed0qvtfs" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038908." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecb95eeb-6899-4f6c-a621-b32ad3e4bc51, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb95eeb-6899-4f6c-a621-b32ad3e4bc51, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584002731174400689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818be9ce-6fff-44b4-9e35-30684fb306fd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9rzraptyw0fm2w06myjw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038962." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2739e950-e538-4bbf-84f6-e2e80517337f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2739e950-e538-4bbf-84f6-e2e80517337f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373724043534236668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb95eeb-6899-4f6c-a621-b32ad3e4bc51, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9s68e6vv0nxn8zf4ahh4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26d4d4f-25df-4ea0-ade9-3639a25093bd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26d4d4f-25df-4ea0-ade9-3639a25093bd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584002731174400689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2739e950-e538-4bbf-84f6-e2e80517337f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9s7g9080e2bzptnxbk32" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e3d0aea-ffa6-4397-8d03-d0ccef7e9d01, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3d0aea-ffa6-4397-8d03-d0ccef7e9d01, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373724043534236668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26d4d4f-25df-4ea0-ade9-3639a25093bd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9scfbj4e75ccemgpwv3j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3d0aea-ffa6-4397-8d03-d0ccef7e9d01, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9sdc5gcyj4jfdbnca9q1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71caca61-dde7-41fb-a7b4-c29249fcfec6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71caca61-dde7-41fb-a7b4-c29249fcfec6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13373724043534236668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668133737240435342366681337372404353423666813373724043534236668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0ce07e9-1eb3-4d2d-92ee-b07529e0a88b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ce07e9-1eb3-4d2d-92ee-b07529e0a88b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584002731174400689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689858400273117440068985840027311744006898584002731174400689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71caca61-dde7-41fb-a7b4-c29249fcfec6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9spcc8r2k2cxpx1v6xzy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038945." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe5d226-1121-4c33-bfed-9d4bb2318867, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe5d226-1121-4c33-bfed-9d4bb2318867, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15483946648888490789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ce07e9-1eb3-4d2d-92ee-b07529e0a88b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9sphdxkb51cyc414w48b" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038928." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c32e459c-8c8a-4f3b-81c1-73d6d581a6ca, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32e459c-8c8a-4f3b-81c1-73d6d581a6ca, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68758007590355810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32e459c-8c8a-4f3b-81c1-73d6d581a6ca, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9szj5v67yfc57j0616k0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d38526e-285b-4974-8301-0a49441d6d81, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d38526e-285b-4974-8301-0a49441d6d81, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68758007590355810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe5d226-1121-4c33-bfed-9d4bb2318867, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9sxwffpykwt0v779p0zn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3398785-777e-49c2-8270-8d9d60191d21, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3398785-777e-49c2-8270-8d9d60191d21, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15483946648888490789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d38526e-285b-4974-8301-0a49441d6d81, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9t2xd7m4xr553b3p018x" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecb99840-42f0-4e15-b205-78b3fce78c62, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb99840-42f0-4e15-b205-78b3fce78c62, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68758007590355810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810687580075903558106875800759035581068758007590355810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3398785-777e-49c2-8270-8d9d60191d21, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9t3z3pj2cpd9xxcs26zt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af751c85-2218-4bf7-ae99-6804feb60742, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af751c85-2218-4bf7-ae99-6804feb60742, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15483946648888490789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789154839466488884907891548394664888849078915483946648888490789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb99840-42f0-4e15-b205-78b3fce78c62, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9t7p2atdyj4hh9s4bydw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 895dcb00-af62-4525-948f-b77cb293cd6a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895dcb00-af62-4525-948f-b77cb293cd6a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10296624600327650667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af751c85-2218-4bf7-ae99-6804feb60742, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tc096s14whmsd3k3d52" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038952." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6782f9-fba2-48e3-bc7f-96eefd78739f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6782f9-fba2-48e3-bc7f-96eefd78739f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558795135650271690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895dcb00-af62-4525-948f-b77cb293cd6a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9thve0k3ceem46xyrmf3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bd115de-6af8-4b09-8ef7-ed88ffecabdf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd115de-6af8-4b09-8ef7-ed88ffecabdf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10296624600327650667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6782f9-fba2-48e3-bc7f-96eefd78739f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tkb6fq2bwevhnvq8w6d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4207c738-87da-4530-8295-2ca5907a8b6b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4207c738-87da-4530-8295-2ca5907a8b6b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558795135650271690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd115de-6af8-4b09-8ef7-ed88ffecabdf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tmp7q5g8zfk1zpj6hm6" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b64918-d21b-4e3b-9d96-0d460ddcb1e4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b64918-d21b-4e3b-9d96-0d460ddcb1e4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10296624600327650667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667102966246003276506671029662460032765066710296624600327650667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4207c738-87da-4530-8295-2ca5907a8b6b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tppf3pg3ybwyddm1wf5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84e8330d-c88d-4395-805c-e0aef3ef5c8b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e8330d-c88d-4395-805c-e0aef3ef5c8b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558795135650271690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690115587951356502716901155879513565027169011558795135650271690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b64918-d21b-4e3b-9d96-0d460ddcb1e4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9trva9tk9x56p30cwxwx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038934." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a4b23c-17ac-4c86-8289-4dd58629f3c6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a4b23c-17ac-4c86-8289-4dd58629f3c6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922167886445406451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e8330d-c88d-4395-805c-e0aef3ef5c8b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9tvgdefv34g3s8g42fg3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038939." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7985694-731d-4a0d-aff1-a6f3efb8777b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7985694-731d-4a0d-aff1-a6f3efb8777b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038972382617454126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a4b23c-17ac-4c86-8289-4dd58629f3c6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9v1vehdtkw5t01c6s9kd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe49b9fd-237a-4e00-88f9-c02dfc1e7c31, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe49b9fd-237a-4e00-88f9-c02dfc1e7c31, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922167886445406451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7985694-731d-4a0d-aff1-a6f3efb8777b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9v3x05j1jpty6veqcqyr" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9874025-0507-4d46-a7b7-802de7dcee6f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9874025-0507-4d46-a7b7-802de7dcee6f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038972382617454126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe49b9fd-237a-4e00-88f9-c02dfc1e7c31, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9v8nb664xh844be466vk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9228fac3-ccbb-4163-9ebc-67b56ee8351b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9228fac3-ccbb-4163-9ebc-67b56ee8351b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922167886445406451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451492216788644540645149221678864454064514922167886445406451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9874025-0507-4d46-a7b7-802de7dcee6f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9va23az1rvs4p2b7ek02" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e966168-2ede-4904-b8a3-5d961123c069, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e966168-2ede-4904-b8a3-5d961123c069, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038972382617454126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126120389723826174541261203897238261745412612038972382617454126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9228fac3-ccbb-4163-9ebc-67b56ee8351b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vf3dta2bs0fvwt4ww05" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038916." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05bc11c9-3777-46e4-9bd7-c1d1a49894d5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bc11c9-3777-46e4-9bd7-c1d1a49894d5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029044001747975371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e966168-2ede-4904-b8a3-5d961123c069, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vj6fyp52ep13nh5321c" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bc11c9-3777-46e4-9bd7-c1d1a49894d5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vp7f5xmwfdky35w63qk" } } } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2add3345-a3ed-4870-9a50-19fb69a3430b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2add3345-a3ed-4870-9a50-19fb69a3430b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796134956585550297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d296a68-1153-4829-8630-4e90d762f199, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d296a68-1153-4829-8630-4e90d762f199, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029044001747975371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d296a68-1153-4829-8630-4e90d762f199, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vt93wsmy8reg9qgq6nx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b442b3f-e4be-4211-9fed-58107b5ccb8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b442b3f-e4be-4211-9fed-58107b5ccb8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029044001747975371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371140290440017479753711402904400174797537114029044001747975371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2add3345-a3ed-4870-9a50-19fb69a3430b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vsyfp19yexy0eka0b8v" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a696c0ee-e91b-4b2d-ae65-fd04ff933097, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a696c0ee-e91b-4b2d-ae65-fd04ff933097, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796134956585550297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:9655/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b442b3f-e4be-4211-9fed-58107b5ccb8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9vzg4d9nenfh1rhc531f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038947." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b66b177d-cd75-4967-9078-4f54fadb781f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66b177d-cd75-4967-9078-4f54fadb781f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256525042332248036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a696c0ee-e91b-4b2d-ae65-fd04ff933097, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9w1hc4jrqy8xraj0kqnn" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7449d2-da49-40a6-8b8d-2afea0a3a6a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7449d2-da49-40a6-8b8d-2afea0a3a6a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1796134956585550297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297179613495658555029717961349565855502971796134956585550297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b66b177d-cd75-4967-9078-4f54fadb781f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9w7v0jcmwaxx0tkb8pym" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1de51ec9-fedf-4230-b823-bd31d2839cb2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de51ec9-fedf-4230-b823-bd31d2839cb2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256525042332248036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7449d2-da49-40a6-8b8d-2afea0a3a6a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9w903sszdzfazqkwc2va" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038905." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98e42abf-87b6-4acd-8ca7-9456cb117b71, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e42abf-87b6-4acd-8ca7-9456cb117b71, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777420101090244286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de51ec9-fedf-4230-b823-bd31d2839cb2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wdjb8vbf2a97297zbck" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f704211e-b961-4604-b974-c5bedc9f2456, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f704211e-b961-4604-b974-c5bedc9f2456, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256525042332248036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036725652504233224803672565250423322480367256525042332248036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e42abf-87b6-4acd-8ca7-9456cb117b71, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wgq4qqnphvxvdtpvz4n" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 296e0cda-2a65-49c2-9613-540f4b0fe961, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296e0cda-2a65-49c2-9613-540f4b0fe961, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777420101090244286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f704211e-b961-4604-b974-c5bedc9f2456, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wmx234f0cjn8rgxzzyy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038924." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68314d01-e20c-40f0-a07a-f0e1e6fb5d9d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68314d01-e20c-40f0-a07a-f0e1e6fb5d9d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834696498061104982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296e0cda-2a65-49c2-9613-540f4b0fe961, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wpjbk4tv8nnewjb6e2j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f78bb5a2-4cdb-4bbc-a2f1-ab1f28061adf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78bb5a2-4cdb-4bbc-a2f1-ab1f28061adf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777420101090244286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286147774201010902442861477742010109024428614777420101090244286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68314d01-e20c-40f0-a07a-f0e1e6fb5d9d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wvs6sn03n4mffw46wjq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82298c8d-7358-49ed-a20a-dd8c4d93aba4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82298c8d-7358-49ed-a20a-dd8c4d93aba4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834696498061104982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log --grpc-port=9655 --mon-port=21509 --ic-port=10521 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_5qtgrv4b.log', '--grpc-port=9655', '--mon-port=21509', '--ic-port=10521', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1544210
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:9655/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.33
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.33
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1544215
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82298c8d-7358-49ed-a20a-dd8c4d93aba4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wyt082kvzwe8qb7n1y5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c57ffa-d947-47e2-a261-840cdfc78433, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c57ffa-d947-47e2-a261-840cdfc78433, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834696498061104982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982178346964980611049821783469649806110498217834696498061104982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78bb5a2-4cdb-4bbc-a2f1-ab1f28061adf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9wxjd40ccnjk6p5zek48" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038950." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47658d86-b4e1-4288-b840-8ec624b5d125, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47658d86-b4e1-4288-b840-8ec624b5d125, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583512188915401162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47658d86-b4e1-4288-b840-8ec624b5d125, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9x7j7kk3tke7zrz54bvx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13e34d0e-5e8b-45c4-9c2b-0a375417e8e3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e34d0e-5e8b-45c4-9c2b-0a375417e8e3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583512188915401162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c57ffa-d947-47e2-a261-840cdfc78433, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9x447vtyf5m09jmfct06" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038960." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d39d56b-59b9-4cd5-b30b-1aee43070770, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d39d56b-59b9-4cd5-b30b-1aee43070770, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896612091604475451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e34d0e-5e8b-45c4-9c2b-0a375417e8e3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xagea0cn96g2s4jd3x0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f2f4624-a829-457f-9b34-06789ddb5e95, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2f4624-a829-457f-9b34-06789ddb5e95, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7583512188915401162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162758351218891540116275835121889154011627583512188915401162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d39d56b-59b9-4cd5-b30b-1aee43070770, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xbhd3r3p60t59v3s45z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c081ee-aba2-4760-97c0-867b28c4ac6d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c081ee-aba2-4760-97c0-867b28c4ac6d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896612091604475451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2f4624-a829-457f-9b34-06789ddb5e95, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xf36a12a4s5b6wzm6r0" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038925." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f13c2831-aa98-4fcf-ae25-abc0c4b1352b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13c2831-aa98-4fcf-ae25-abc0c4b1352b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651552779990553218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c081ee-aba2-4760-97c0-867b28c4ac6d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xhee3nc4spkaegrkyby" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc968115-6f89-4509-a492-9d155e622e1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc968115-6f89-4509-a492-9d155e622e1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2896612091604475451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451289661209160447545128966120916044754512896612091604475451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13c2831-aa98-4fcf-ae25-abc0c4b1352b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xpv07adw4c29nfpbske" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80782e5-cb04-44b3-811b-65574727938f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80782e5-cb04-44b3-811b-65574727938f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651552779990553218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80782e5-cb04-44b3-811b-65574727938f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xshcwpgyaskp1z6n4jv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7fdfed-6eb8-46dd-b65e-9bd6dc291a16, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7fdfed-6eb8-46dd-b65e-9bd6dc291a16, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651552779990553218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218126515527799905532181265155277999055321812651552779990553218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc968115-6f89-4509-a492-9d155e622e1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xrz1nv6q72da2d4zy2j" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038909." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b0546c-c111-4a77-a7aa-8fcaeda0fd95, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b0546c-c111-4a77-a7aa-8fcaeda0fd95, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143905745205825358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7fdfed-6eb8-46dd-b65e-9bd6dc291a16, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9xy47adgygsswf9nsgvv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038942." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc3e0670-f81c-4f97-be83-258a349b8e99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc3e0670-f81c-4f97-be83-258a349b8e99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112221948853913602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b0546c-c111-4a77-a7aa-8fcaeda0fd95, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9y0147cpgs0rdn90pfq4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36666cc9-f810-436a-b2c8-1030497f62a6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36666cc9-f810-436a-b2c8-1030497f62a6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143905745205825358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358" } } } 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 1544215) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1544215) elapsed time (sec): 1.2459437847137451
DEBUG    ya.test:process.py:263 Command (pid 1544215) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) maxrss: 843516
DEBUG    ya.test:process.py:263 Command (pid 1544215) minflt: 45147
DEBUG    ya.test:process.py:263 Command (pid 1544215) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 1544215) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1544215) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1544215) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1544215) stime: 0.26200599999999996
DEBUG    ya.test:process.py:263 Command (pid 1544215) utime: 0.550594
DEBUG    ya.test:process.py:263 Command (pid 1544215) wtime: 1.253
DEBUG    ya.test:process.py:275 Command (pid 1544215) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc3e0670-f81c-4f97-be83-258a349b8e99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9y594p03evg21wz6h0pw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97149958-7ddd-4ae9-95b1-59bf317cc56a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97149958-7ddd-4ae9-95b1-59bf317cc56a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112221948853913602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36666cc9-f810-436a-b2c8-1030497f62a6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9y6ccdp171a18tcvayaw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c498c23-6ceb-4f5d-a27f-5adca5492922, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c498c23-6ceb-4f5d-a27f-5adca5492922, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143905745205825358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358143905745205825358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97149958-7ddd-4ae9-95b1-59bf317cc56a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yb9e3dr3xf7csygam4y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f3eb27-dc93-44fc-96bf-4dc2ebf69f0e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f3eb27-dc93-44fc-96bf-4dc2ebf69f0e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112221948853913602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602121122219488539136021211222194885391360212112221948853913602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c498c23-6ceb-4f5d-a27f-5adca5492922, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yd13w8511dqpm1f67b4" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038899." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a11ed71-1f4e-4d0d-8a2f-8b95f7823c5a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a11ed71-1f4e-4d0d-8a2f-8b95f7823c5a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379811732534842633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a11ed71-1f4e-4d0d-8a2f-8b95f7823c5a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ymxca2xxtx5qmwntk79" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6445f4d4-ca5a-4658-9fb5-6a983a5ea0e8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6445f4d4-ca5a-4658-9fb5-6a983a5ea0e8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379811732534842633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f3eb27-dc93-44fc-96bf-4dc2ebf69f0e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ykffv4bnwpjjra87mqk" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82edf2e1-4110-4bfd-ac3f-0f4debc8225b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82edf2e1-4110-4bfd-ac3f-0f4debc8225b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7993467691063475499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6445f4d4-ca5a-4658-9fb5-6a983a5ea0e8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yqf71a8ahg9a6e55xx8" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae864a4c-83dc-42bc-a700-8d48cd796e52, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae864a4c-83dc-42bc-a700-8d48cd796e52, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379811732534842633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633637981173253484263363798117325348426336379811732534842633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82edf2e1-4110-4bfd-ac3f-0f4debc8225b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ytff7ts5wkhngby5wk7" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eaa8be6-f970-4d77-8289-90b8b6480f8a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eaa8be6-f970-4d77-8289-90b8b6480f8a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7993467691063475499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eaa8be6-f970-4d77-8289-90b8b6480f8a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yx27x5fg971s2jg29t1" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 332b6b35-bc30-41d3-8f24-bc01f5cb142a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332b6b35-bc30-41d3-8f24-bc01f5cb142a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7993467691063475499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499799346769106347549979934676910634754997993467691063475499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae864a4c-83dc-42bc-a700-8d48cd796e52, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9yw545rfj7qjmvx8x3ff" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038921." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 165cd16b-e0c7-4b1c-8b93-7a4ded234a6f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165cd16b-e0c7-4b1c-8b93-7a4ded234a6f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360166536783565261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165cd16b-e0c7-4b1c-8b93-7a4ded234a6f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9z4699q17ppmxvhqners" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dcac5a3-ed54-4a39-bdef-09a333d6809c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcac5a3-ed54-4a39-bdef-09a333d6809c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360166536783565261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332b6b35-bc30-41d3-8f24-bc01f5cb142a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9z2ea61w4dh70pz0r8cb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038926." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22d1b696-3bb6-4a79-9541-9c00e0172abe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22d1b696-3bb6-4a79-9541-9c00e0172abe, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660147352616122207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcac5a3-ed54-4a39-bdef-09a333d6809c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9z7jefdm0pjeqh7n3j2e" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c651052-e7f0-4a7f-8dd5-5aae17293a77, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c651052-e7f0-4a7f-8dd5-5aae17293a77, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360166536783565261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261136016653678356526113601665367835652611360166536783565261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22d1b696-3bb6-4a79-9541-9c00e0172abe, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zat5rddv9wh86nhr33f" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d985950-afe7-4558-80f5-cd3caa839f88, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d985950-afe7-4558-80f5-cd3caa839f88, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660147352616122207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d985950-afe7-4558-80f5-cd3caa839f88, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zdrd79s6kv3xangrttq" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dcbb3ea-e823-4827-86bd-0fc5ab181810, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dcbb3ea-e823-4827-86bd-0fc5ab181810, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660147352616122207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207866014735261612220786601473526161222078660147352616122207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c651052-e7f0-4a7f-8dd5-5aae17293a77, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zbw1tsavgvwzqdpfpth" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038903." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33756ab6-289f-46d1-abc8-bb5d814f64c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33756ab6-289f-46d1-abc8-bb5d814f64c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12866775797173824153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dcbb3ea-e823-4827-86bd-0fc5ab181810, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zjc7dqmn9d30ajg0bzv" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038929." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 721fcb19-6d9c-4fcc-ab3f-567f5f1dadba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 721fcb19-6d9c-4fcc-ab3f-567f5f1dadba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883813420646393504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33756ab6-289f-46d1-abc8-bb5d814f64c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zkkfrz9ae2rjf6vym6p" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46464e8f-e6d3-4234-8b38-d77fa20df521, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46464e8f-e6d3-4234-8b38-d77fa20df521, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12866775797173824153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 721fcb19-6d9c-4fcc-ab3f-567f5f1dadba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9ztdfqbzd8b0ye32bn64" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46464e8f-e6d3-4234-8b38-d77fa20df521, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88t9zv97gb2cjk4wqjty4e3" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41739373-d929-457c-a9e4-f8b2716b2d81, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41739373-d929-457c-a9e4-f8b2716b2d81, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883813420646393504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad815bc-7c69-4699-9ada-234135069acc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad815bc-7c69-4699-9ada-234135069acc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12866775797173824153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153128667757971738241531286677579717382415312866775797173824153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41739373-d929-457c-a9e4-f8b2716b2d81, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta00914s2t7v6e04yz0sf" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad815bc-7c69-4699-9ada-234135069acc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta00yd40vcm0cncy99fe5" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a131434-c01a-4515-8474-9a9d15500b1d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a131434-c01a-4515-8474-9a9d15500b1d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883813420646393504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504128838134206463935041288381342064639350412883813420646393504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0b5de2-00fd-4747-8e46-c204b66ba992, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0b5de2-00fd-4747-8e46-c204b66ba992, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203629130255728638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a131434-c01a-4515-8474-9a9d15500b1d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta085ew84apd64rrcr9en" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0b5de2-00fd-4747-8e46-c204b66ba992, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta08k7bscqffmxtbfzksy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf98d1fc-66cf-44f3-9503-936b6edccadc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf98d1fc-66cf-44f3-9503-936b6edccadc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203629130255728638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038943." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c9bf399-91b2-443c-939a-f862b2731203, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9bf399-91b2-443c-939a-f862b2731203, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694824566667181605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9bf399-91b2-443c-939a-f862b2731203, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0fy052c7e2bn0pj4nrg" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd94cf9f-9596-4297-a466-809aea32ce90, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd94cf9f-9596-4297-a466-809aea32ce90, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694824566667181605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf98d1fc-66cf-44f3-9503-936b6edccadc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0fab8yb6tgr57y2wqwd" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a030cf77-ac08-4c62-8c81-e45cb148da50, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a030cf77-ac08-4c62-8c81-e45cb148da50, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203629130255728638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638122036291302557286381220362913025572863812203629130255728638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd94cf9f-9596-4297-a466-809aea32ce90, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0np2j5kvy5eakvvvqkt" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a030cf77-ac08-4c62-8c81-e45cb148da50, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0pabnapvk5aecqcatas" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432e58c5-1b40-4a80-8d0a-1e30387cb450, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432e58c5-1b40-4a80-8d0a-1e30387cb450, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694824566667181605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605969482456666718160596948245666671816059694824566667181605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038941." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9f7c729-cc2f-4daf-886f-4358c052884c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9f7c729-cc2f-4daf-886f-4358c052884c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187285083666730408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432e58c5-1b40-4a80-8d0a-1e30387cb450, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0xedbh8rshrx5rdav71" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038932." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 711b088e-3d27-4714-8ade-076d40a24020, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711b088e-3d27-4714-8ade-076d40a24020, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135505881997446752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9f7c729-cc2f-4daf-886f-4358c052884c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta0xz9npyqnkpma7ykf8d" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73627a89-8486-4198-b31b-aefd74c4c4c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73627a89-8486-4198-b31b-aefd74c4c4c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187285083666730408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711b088e-3d27-4714-8ade-076d40a24020, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1559wfx9n207sq7nq0k" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb0a514-b8cb-4a48-a988-02212a794f04, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb0a514-b8cb-4a48-a988-02212a794f04, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135505881997446752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73627a89-8486-4198-b31b-aefd74c4c4c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta15m8v199cpss0pher47" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb0a514-b8cb-4a48-a988-02212a794f04, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta17k7bqq1b8mnjntvz3z" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 068b7220-5c48-498e-b5ca-ca5939e6da1b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068b7220-5c48-498e-b5ca-ca5939e6da1b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187285083666730408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408718728508366673040871872850836667304087187285083666730408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8cf8f25-1bdc-4fe2-bd8f-6433d338f873, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cf8f25-1bdc-4fe2-bd8f-6433d338f873, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135505881997446752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752213550588199744675221355058819974467522135505881997446752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068b7220-5c48-498e-b5ca-ca5939e6da1b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1c563bqvmmmd4y8setb" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cf8f25-1bdc-4fe2-bd8f-6433d338f873, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1dbe1zt9s4gx3f9hh9y" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038923." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d46eca92-0d88-442f-abd4-289d58d0cd1b, ghrun-gnft54blbu.auto.internal:13247): creating call state
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 135, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 130, in retry_operation_impl
    raise status
  File "contrib/python/ydb/py3/ydb/retries.py", line 96, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 516, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Unavailable: message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038906." issue_code: 2005 severity: 1 (server_code: 400050)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d46eca92-0d88-442f-abd4-289d58d0cd1b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877042667654657687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cb46a78-407e-4f5c-bdf5-b6ff90bc5967, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb46a78-407e-4f5c-bdf5-b6ff90bc5967, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11899002495131448189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d46eca92-0d88-442f-abd4-289d58d0cd1b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038961." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1m97r8kdxpn6zch2jfy" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ba5287-1fd9-41c8-b01a-1783d0ee40d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ba5287-1fd9-41c8-b01a-1783d0ee40d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877042667654657687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb46a78-407e-4f5c-bdf5-b6ff90bc5967, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038940." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1mw5vkvhahqhm7zaeb2" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51c2512c-9a30-4bbe-8750-42aef2a570c2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c2512c-9a30-4bbe-8750-42aef2a570c2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11899002495131448189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189118990024951314481891189900249513144818911899002495131448189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ba5287-1fd9-41c8-b01a-1783d0ee40d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: UNAVAILABLE issues { message: "Kikimr cluster or one of its subsystems was unavailable. Error writing to table `/Root/test_simple_encryption_1/db1`: can\'t deliver message to tablet 72075186224038961." issue_code: 2005 severity: 1 } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k88ta1qtb5a4wekrtxrhn9mw" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55f47092-32d6-43d2-b133-e69fad799ba9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f47092-32d6-43d2-b133-e69fad799ba9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877042667654657687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687178770426676546576871787704266765465768717877042667654657687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f5d44f8e-b969-4688-9d4b-3bb50b277b89, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5d44f8e-b969-4688-9d4b-3bb50b277b89, localhost:62275): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5d44f8e-b969-4688-9d4b-3bb50b277b89, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 9655 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-gnft54blbu.auto.internal:9655, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13675
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c2512c-9a30-4bbe-8750-42aef2a570c2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f47092-32d6-43d2-b133-e69fad799ba9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9aa08b-c98c-4a76-897a-96ef2ef9f162, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9aa08b-c98c-4a76-897a-96ef2ef9f162, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831483105056096995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995383148310505609699538314831050560969953831483105056096995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f93a3dd-c5c5-4708-976e-d24378802fc1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f93a3dd-c5c5-4708-976e-d24378802fc1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3624280849575585786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786362428084957558578636242808495755857863624280849575585786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f93a3dd-c5c5-4708-976e-d24378802fc1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b921fe2-2990-494b-9ab6-35e69e1a46e7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b921fe2-2990-494b-9ab6-35e69e1a46e7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11561563478756646326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326115615634787566463261156156347875664632611561563478756646326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9aa08b-c98c-4a76-897a-96ef2ef9f162, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 978745ef-5f35-49f2-97b2-5d9270d72881, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978745ef-5f35-49f2-97b2-5d9270d72881, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9064319826521188506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506906431982652118850690643198265211885069064319826521188506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b921fe2-2990-494b-9ab6-35e69e1a46e7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc88f3c8-9ea8-489d-8dbd-b8e270350c7a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc88f3c8-9ea8-489d-8dbd-b8e270350c7a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074668103201193470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470907466810320119347090746681032011934709074668103201193470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc88f3c8-9ea8-489d-8dbd-b8e270350c7a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec8a77c-2c73-4424-a17e-81c2c9e69ef4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec8a77c-2c73-4424-a17e-81c2c9e69ef4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15263311414945485345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345152633114149454853451526331141494548534515263311414945485345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978745ef-5f35-49f2-97b2-5d9270d72881, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c17ddd9a-71d7-4138-8874-79d3c44631da, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17ddd9a-71d7-4138-8874-79d3c44631da, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312054101141715234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234731205410114171523473120541011417152347312054101141715234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec8a77c-2c73-4424-a17e-81c2c9e69ef4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cd0a67-219a-45b1-a9e1-9da63a17249c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cd0a67-219a-45b1-a9e1-9da63a17249c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234488750012159729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729234488750012159729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17ddd9a-71d7-4138-8874-79d3c44631da, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4fc6dda-ac47-476a-8bc0-18cfdaec8b3d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4fc6dda-ac47-476a-8bc0-18cfdaec8b3d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17620111455053410009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009176201114550534100091762011145505341000917620111455053410009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cd0a67-219a-45b1-a9e1-9da63a17249c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ff24c3c-e433-47b0-ae12-19ad3f84f48d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff24c3c-e433-47b0-ae12-19ad3f84f48d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8129605305864222501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501812960530586422250181296053058642225018129605305864222501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4fc6dda-ac47-476a-8bc0-18cfdaec8b3d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e383e3c-cef8-463c-a577-1ad620c88744, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e383e3c-cef8-463c-a577-1ad620c88744, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17390362536897786548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548173903625368977865481739036253689778654817390362536897786548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e383e3c-cef8-463c-a577-1ad620c88744, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb7088b-0967-47dc-8c18-fb24f1a53c2a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff24c3c-e433-47b0-ae12-19ad3f84f48d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb7088b-0967-47dc-8c18-fb24f1a53c2a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021264074028895968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968110212640740288959681102126407402889596811021264074028895968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc45f47-c1e5-48a5-90e7-02dfdc2667ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc45f47-c1e5-48a5-90e7-02dfdc2667ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3038076929284370022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022303807692928437002230380769292843700223038076929284370022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb7088b-0967-47dc-8c18-fb24f1a53c2a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb62f4e0-bebe-4655-a355-a297ea01d983, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb62f4e0-bebe-4655-a355-a297ea01d983, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838541543589212807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807158385415435892128071583854154358921280715838541543589212807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc45f47-c1e5-48a5-90e7-02dfdc2667ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86561d6f-adab-4f3f-b952-a2d4847ec2ba, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86561d6f-adab-4f3f-b952-a2d4847ec2ba, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6584039237598942393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393658403923759894239365840392375989423936584039237598942393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86561d6f-adab-4f3f-b952-a2d4847ec2ba, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28395f77-5cae-46c8-b4fe-fa6c5826c55e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28395f77-5cae-46c8-b4fe-fa6c5826c55e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12030356262988114839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839120303562629881148391203035626298811483912030356262988114839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb62f4e0-bebe-4655-a355-a297ea01d983, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6480a35b-8cca-4acc-a0cc-9de119dc112c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6480a35b-8cca-4acc-a0cc-9de119dc112c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13504122361344851579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579135041223613448515791350412236134485157913504122361344851579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28395f77-5cae-46c8-b4fe-fa6c5826c55e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f61b54-8207-4c47-8376-4b48f46ea942, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f61b54-8207-4c47-8376-4b48f46ea942, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4425199020920061991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991442519902092006199144251990209200619914425199020920061991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6480a35b-8cca-4acc-a0cc-9de119dc112c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 219eef14-5813-4885-b87c-a836192e85ef, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 219eef14-5813-4885-b87c-a836192e85ef, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639660472615990046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046166396604726159900461663966047261599004616639660472615990046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f61b54-8207-4c47-8376-4b48f46ea942, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db1f80f9-8838-44e0-b1f2-bc03cf60328a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1f80f9-8838-44e0-b1f2-bc03cf60328a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6716154685190709046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046671615468519070904667161546851907090466716154685190709046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 219eef14-5813-4885-b87c-a836192e85ef, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ed72d5a-df77-4467-b496-1267c3842be0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed72d5a-df77-4467-b496-1267c3842be0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7921734781120272396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396792173478112027239679217347811202723967921734781120272396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1f80f9-8838-44e0-b1f2-bc03cf60328a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15040c55-e090-461e-bc5b-de723d032877, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15040c55-e090-461e-bc5b-de723d032877, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471520422237144816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816114715204222371448161147152042223714481611471520422237144816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed72d5a-df77-4467-b496-1267c3842be0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7f9045-bed0-4df2-9ec8-93c4c1a26c8f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7f9045-bed0-4df2-9ec8-93c4c1a26c8f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6089580819918958985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985608958081991895898560895808199189589856089580819918958985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15040c55-e090-461e-bc5b-de723d032877, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d815588c-4493-4287-8417-4c03a1338e6e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d815588c-4493-4287-8417-4c03a1338e6e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8646613918799280828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828864661391879928082886466139187992808288646613918799280828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7f9045-bed0-4df2-9ec8-93c4c1a26c8f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 347dee34-65d1-44c0-9107-16a749e8781e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347dee34-65d1-44c0-9107-16a749e8781e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6541057968925194923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923654105796892519492365410579689251949236541057968925194923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d815588c-4493-4287-8417-4c03a1338e6e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e455d80e-590b-4593-aca3-53f8b6be53d6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e455d80e-590b-4593-aca3-53f8b6be53d6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 368759347989355629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629368759347989355629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347dee34-65d1-44c0-9107-16a749e8781e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88b0b868-1347-49d0-989a-974b525b0111, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88b0b868-1347-49d0-989a-974b525b0111, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248531927479387121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121162485319274793871211624853192747938712116248531927479387121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e455d80e-590b-4593-aca3-53f8b6be53d6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4d89f9-ea4f-4fbe-8fed-07955f519de3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4d89f9-ea4f-4fbe-8fed-07955f519de3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13936129662418972732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732139361296624189727321393612966241897273213936129662418972732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88b0b868-1347-49d0-989a-974b525b0111, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cbfcfb-0920-4f6d-ae30-9eaeec36623e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cbfcfb-0920-4f6d-ae30-9eaeec36623e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18164861998988215489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489181648619989882154891816486199898821548918164861998988215489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4d89f9-ea4f-4fbe-8fed-07955f519de3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32158d08-4d6b-456d-9b7c-30e3519c0443, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32158d08-4d6b-456d-9b7c-30e3519c0443, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052094967477756622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622170520949674777566221705209496747775662217052094967477756622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cbfcfb-0920-4f6d-ae30-9eaeec36623e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ad6cf06-6db3-47ba-addc-4eefa373b63d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ad6cf06-6db3-47ba-addc-4eefa373b63d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603228562267746190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190660322856226774619066032285622677461906603228562267746190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32158d08-4d6b-456d-9b7c-30e3519c0443, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc5cb46a-d06d-4a30-8163-617b8eb1b678, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5cb46a-d06d-4a30-8163-617b8eb1b678, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187683789768807254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254121876837897688072541218768378976880725412187683789768807254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ad6cf06-6db3-47ba-addc-4eefa373b63d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16b10331-26df-408b-94d5-2986d519207a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16b10331-26df-408b-94d5-2986d519207a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14333911542711950426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426143339115427119504261433391154271195042614333911542711950426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16b10331-26df-408b-94d5-2986d519207a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8c9822a-1605-403e-9c20-c4e6b6136d63, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c9822a-1605-403e-9c20-c4e6b6136d63, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6403451238460406898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898640345123846040689864034512384604068986403451238460406898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5cb46a-d06d-4a30-8163-617b8eb1b678, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a073b22-0186-4e60-8a81-8f34952636ea, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a073b22-0186-4e60-8a81-8f34952636ea, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1457137905815392447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447145713790581539244714571379058153924471457137905815392447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a073b22-0186-4e60-8a81-8f34952636ea, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e13ba66-2293-49bc-963f-a8b3d784be9a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e13ba66-2293-49bc-963f-a8b3d784be9a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11492184957910609594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594114921849579106095941149218495791060959411492184957910609594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e13ba66-2293-49bc-963f-a8b3d784be9a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af939aba-3474-4c97-be65-df2799357812, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af939aba-3474-4c97-be65-df2799357812, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7604260444226669011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011760426044422666901176042604442266690117604260444226669011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c9822a-1605-403e-9c20-c4e6b6136d63, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400a2054-18b5-49f9-b286-09b751fc6959, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400a2054-18b5-49f9-b286-09b751fc6959, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820342232411862779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779118203422324118627791182034223241186277911820342232411862779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af939aba-3474-4c97-be65-df2799357812, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc4fb64-8e75-4287-a38b-80cbec256e02, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc4fb64-8e75-4287-a38b-80cbec256e02, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14396470475675123713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713143964704756751237131439647047567512371314396470475675123713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400a2054-18b5-49f9-b286-09b751fc6959, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ee3c98-14f1-4f9e-b45b-2585beb621a1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ee3c98-14f1-4f9e-b45b-2585beb621a1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6045277724552006893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893604527772455200689360452777245520068936045277724552006893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc4fb64-8e75-4287-a38b-80cbec256e02, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ebf0dd4-6593-477c-9f75-1b2b4c45d332, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ebf0dd4-6593-477c-9f75-1b2b4c45d332, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100463152079657296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296151004631520796572961510046315207965729615100463152079657296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ee3c98-14f1-4f9e-b45b-2585beb621a1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d16d68a3-e044-42e9-bf50-067e11afba70, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16d68a3-e044-42e9-bf50-067e11afba70, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15172156667660854937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937151721566676608549371517215666766085493715172156667660854937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ebf0dd4-6593-477c-9f75-1b2b4c45d332, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6017a63a-7b9a-49b2-99a6-37bd1dc9164d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6017a63a-7b9a-49b2-99a6-37bd1dc9164d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885444674009130566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566148854446740091305661488544467400913056614885444674009130566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16d68a3-e044-42e9-bf50-067e11afba70, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5edc62c8-85d8-4b9c-8e71-0cc99a98fbe4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5edc62c8-85d8-4b9c-8e71-0cc99a98fbe4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17447681812960507731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731174476818129605077311744768181296050773117447681812960507731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6017a63a-7b9a-49b2-99a6-37bd1dc9164d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0b4bbb-15ed-4256-8d0c-0bb325848ae6, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5edc62c8-85d8-4b9c-8e71-0cc99a98fbe4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0b4bbb-15ed-4256-8d0c-0bb325848ae6, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8358576511177333307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307835857651117733330783585765111773333078358576511177333307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 404db9bf-7951-4613-b772-2e50d4b5ccc8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404db9bf-7951-4613-b772-2e50d4b5ccc8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14355052657711205737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737143550526577112057371435505265771120573714355052657711205737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0b4bbb-15ed-4256-8d0c-0bb325848ae6, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cf0076-4f2d-4cb0-8ad4-c7c42650d012, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cf0076-4f2d-4cb0-8ad4-c7c42650d012, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9844814464809727880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880984481446480972788098448144648097278809844814464809727880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404db9bf-7951-4613-b772-2e50d4b5ccc8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68197ab8-8526-4d74-99c9-5712f837af68, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68197ab8-8526-4d74-99c9-5712f837af68, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12563322904547738185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185125633229045477381851256332290454773818512563322904547738185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cf0076-4f2d-4cb0-8ad4-c7c42650d012, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5236a4ef-e9ac-40c1-a884-b9e91e8c5a13, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5236a4ef-e9ac-40c1-a884-b9e91e8c5a13, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9868782273051649005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005986878227305164900598687822730516490059868782273051649005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68197ab8-8526-4d74-99c9-5712f837af68, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5236a4ef-e9ac-40c1-a884-b9e91e8c5a13, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24bab8f-a188-4dc2-9dda-f13c29bfc40c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24bab8f-a188-4dc2-9dda-f13c29bfc40c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330829610641036570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570533082961064103657053308296106410365705330829610641036570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b22d7df4-ed10-4080-a3cf-bdbeb8b3d95f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22d7df4-ed10-4080-a3cf-bdbeb8b3d95f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 28396763145282074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074283967631452820742839676314528207428396763145282074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24bab8f-a188-4dc2-9dda-f13c29bfc40c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0b0fe1a-dec3-4559-91eb-0dd88231c673, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b0fe1a-dec3-4559-91eb-0dd88231c673, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2107576502542860637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637210757650254286063721075765025428606372107576502542860637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22d7df4-ed10-4080-a3cf-bdbeb8b3d95f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0634ba72-3dd5-4c2f-826e-6a58677c637a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0634ba72-3dd5-4c2f-826e-6a58677c637a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15560529019057402545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545155605290190574025451556052901905740254515560529019057402545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b0fe1a-dec3-4559-91eb-0dd88231c673, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 987c3c1d-d40a-4620-9185-aaab6e8331aa, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987c3c1d-d40a-4620-9185-aaab6e8331aa, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8570161777167350053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053857016177716735005385701617771673500538570161777167350053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0634ba72-3dd5-4c2f-826e-6a58677c637a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75b459c-2fc1-4b15-97a1-bcb90a51f3a1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75b459c-2fc1-4b15-97a1-bcb90a51f3a1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331674788694044837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837833167478869404483783316747886940448378331674788694044837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987c3c1d-d40a-4620-9185-aaab6e8331aa, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf94d02-e4e6-43ea-ad07-6bbd60d9da27, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf94d02-e4e6-43ea-ad07-6bbd60d9da27, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402178774045875316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316440217877404587531644021787740458753164402178774045875316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75b459c-2fc1-4b15-97a1-bcb90a51f3a1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b5ad383-18b1-427b-b13c-e73064130f9b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b5ad383-18b1-427b-b13c-e73064130f9b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12156663955117727305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305121566639551177273051215666395511772730512156663955117727305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf94d02-e4e6-43ea-ad07-6bbd60d9da27, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8219a0ad-c2ed-441f-b2ef-573bdfd157a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b5ad383-18b1-427b-b13c-e73064130f9b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae8f10ba-0eb9-4041-8a3e-d953a81de983, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8f10ba-0eb9-4041-8a3e-d953a81de983, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5995455423981140043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043599545542398114004359954554239811400435995455423981140043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8219a0ad-c2ed-441f-b2ef-573bdfd157a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16867716851178955828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828168677168511789558281686771685117895582816867716851178955828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13675/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8f10ba-0eb9-4041-8a3e-d953a81de983, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8219a0ad-c2ed-441f-b2ef-573bdfd157a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8db6e995-eb63-4f53-b991-67d8953b701a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db6e995-eb63-4f53-b991-67d8953b701a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8841620662032579820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820884162066203257982088416206620325798208841620662032579820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de34b0b8-8c99-48a2-b976-9709dc79bced, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de34b0b8-8c99-48a2-b976-9709dc79bced, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6366838266572176530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530636683826657217653063668382665721765306366838266572176530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de34b0b8-8c99-48a2-b976-9709dc79bced, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9ce627b-8e13-476e-87ef-06136a0d740e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ce627b-8e13-476e-87ef-06136a0d740e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13076969655450405508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508130769696554504055081307696965545040550813076969655450405508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db6e995-eb63-4f53-b991-67d8953b701a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e1f6fbe-a082-4026-ac58-e9a3bb0d3467, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1f6fbe-a082-4026-ac58-e9a3bb0d3467, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7071539643701089867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867707153964370108986770715396437010898677071539643701089867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ce627b-8e13-476e-87ef-06136a0d740e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17a74a24-8843-49ae-b876-3ee54daf4eeb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a74a24-8843-49ae-b876-3ee54daf4eeb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9613552059122881966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966961355205912288196696135520591228819669613552059122881966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1f6fbe-a082-4026-ac58-e9a3bb0d3467, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34463209-377e-4b99-aa9c-d90b94e68a4b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34463209-377e-4b99-aa9c-d90b94e68a4b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 31315447519912120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120313154475199121203131544751991212031315447519912120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a74a24-8843-49ae-b876-3ee54daf4eeb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d92f2ea-412d-4ce2-a7a1-a1c718705fd0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d92f2ea-412d-4ce2-a7a1-a1c718705fd0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7103854112654888716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716710385411265488871671038541126548887167103854112654888716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34463209-377e-4b99-aa9c-d90b94e68a4b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce755064-8034-4609-9d56-69ff68182555, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce755064-8034-4609-9d56-69ff68182555, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898458968013043200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200589845896801304320058984589680130432005898458968013043200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d92f2ea-412d-4ce2-a7a1-a1c718705fd0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b567500d-0d24-46f1-bb9b-07d6823199b3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b567500d-0d24-46f1-bb9b-07d6823199b3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891380982721513204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204891380982721513204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce755064-8034-4609-9d56-69ff68182555, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b13b9a18-3434-4704-9930-52828397e085, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13b9a18-3434-4704-9930-52828397e085, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171454166663434543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543141714541666634345431417145416666343454314171454166663434543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13b9a18-3434-4704-9930-52828397e085, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11f3542b-db41-48cf-bafc-cda6b99134a7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f3542b-db41-48cf-bafc-cda6b99134a7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2018566655717173525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525201856665571717352520185666557171735252018566655717173525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b567500d-0d24-46f1-bb9b-07d6823199b3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1eebb14-6c09-470f-8508-321d6347abbb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eebb14-6c09-470f-8508-321d6347abbb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746456649456564058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058974645664945656405897464566494565640589746456649456564058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f3542b-db41-48cf-bafc-cda6b99134a7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d227710c-8162-4859-b405-cf7cadf12ecb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d227710c-8162-4859-b405-cf7cadf12ecb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10728364815731817296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296107283648157318172961072836481573181729610728364815731817296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eebb14-6c09-470f-8508-321d6347abbb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa648cae-65e5-4c6d-ab7a-2a3fdd9c685a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa648cae-65e5-4c6d-ab7a-2a3fdd9c685a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14164733114440249066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066141647331144402490661416473311444024906614164733114440249066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d227710c-8162-4859-b405-cf7cadf12ecb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0447f70-e170-4847-ac30-a2af961bff9c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0447f70-e170-4847-ac30-a2af961bff9c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16378128004050025092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092163781280040500250921637812800405002509216378128004050025092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa648cae-65e5-4c6d-ab7a-2a3fdd9c685a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de4b859-5b04-4b44-9317-1cfe8870eddd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de4b859-5b04-4b44-9317-1cfe8870eddd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12626274175043821006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006126262741750438210061262627417504382100612626274175043821006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0447f70-e170-4847-ac30-a2af961bff9c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0094749b-40f2-45c5-bdce-1ed503a2eff2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0094749b-40f2-45c5-bdce-1ed503a2eff2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15636513332147139827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827156365133321471398271563651333214713982715636513332147139827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de4b859-5b04-4b44-9317-1cfe8870eddd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee47f4e-99b5-4e43-9830-de8e323faa85, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee47f4e-99b5-4e43-9830-de8e323faa85, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5982500382044891635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635598250038204489163559825003820448916355982500382044891635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0094749b-40f2-45c5-bdce-1ed503a2eff2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5994c505-76a6-485e-9ada-a7ef92ab5173, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5994c505-76a6-485e-9ada-a7ef92ab5173, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1878121887757828731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731187812188775782873118781218877578287311878121887757828731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee47f4e-99b5-4e43-9830-de8e323faa85, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfc5087-0b31-4e90-a71c-96cc3de65aa5, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfc5087-0b31-4e90-a71c-96cc3de65aa5, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6728723707507255915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915672872370750725591567287237075072559156728723707507255915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5994c505-76a6-485e-9ada-a7ef92ab5173, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21f195a3-649f-47d4-8cdd-b4aa16b0e960, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f195a3-649f-47d4-8cdd-b4aa16b0e960, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11383017497682047983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983113830174976820479831138301749768204798311383017497682047983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfc5087-0b31-4e90-a71c-96cc3de65aa5, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f1d222a-3357-45f9-9656-42ad7945779c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1d222a-3357-45f9-9656-42ad7945779c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854230788679559327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327485423078867955932748542307886795593274854230788679559327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f195a3-649f-47d4-8cdd-b4aa16b0e960, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65ab8bb4-ca82-4fc0-933e-b00bb3d472c9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65ab8bb4-ca82-4fc0-933e-b00bb3d472c9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12702780147810780773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773127027801478107807731270278014781078077312702780147810780773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1d222a-3357-45f9-9656-42ad7945779c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f02106-fa1d-4f3d-8019-9c8167de6634, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f02106-fa1d-4f3d-8019-9c8167de6634, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7033475913816064074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074703347591381606407470334759138160640747033475913816064074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65ab8bb4-ca82-4fc0-933e-b00bb3d472c9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a39e556-5bbf-4d32-acd5-96ceb53dbeb1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f02106-fa1d-4f3d-8019-9c8167de6634, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a39e556-5bbf-4d32-acd5-96ceb53dbeb1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5110447511504800136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136511044751150480013651104475115048001365110447511504800136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09eecb84-d35e-4e28-bf8b-4890f06b0c1f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09eecb84-d35e-4e28-bf8b-4890f06b0c1f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2570276277905760850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850257027627790576085025702762779057608502570276277905760850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09eecb84-d35e-4e28-bf8b-4890f06b0c1f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4edafce-04a2-4342-b8cd-ea8eaf6da432, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4edafce-04a2-4342-b8cd-ea8eaf6da432, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6789395551986156845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845678939555198615684567893955519861568456789395551986156845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a39e556-5bbf-4d32-acd5-96ceb53dbeb1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1b72c7-968d-40a4-bb36-0a48e096189d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1b72c7-968d-40a4-bb36-0a48e096189d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17745162536316507804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804177451625363165078041774516253631650780417745162536316507804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4edafce-04a2-4342-b8cd-ea8eaf6da432, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 978c60c6-3c76-419a-94f6-8a414cc6d167, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1b72c7-968d-40a4-bb36-0a48e096189d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10fcbd44-14c3-4525-b9b0-d4c3eba49a55, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10fcbd44-14c3-4525-b9b0-d4c3eba49a55, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247926928388438296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296172479269283884382961724792692838843829617247926928388438296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 978c60c6-3c76-419a-94f6-8a414cc6d167, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9455568542530624844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844945556854253062484494555685425306248449455568542530624844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10fcbd44-14c3-4525-b9b0-d4c3eba49a55, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6890e747-09a6-4fc6-bac7-296f8a8ebd92, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6890e747-09a6-4fc6-bac7-296f8a8ebd92, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8311944811038721756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756831194481103872175683119448110387217568311944811038721756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 978c60c6-3c76-419a-94f6-8a414cc6d167, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 598a78ea-4f89-4db6-8f0d-d780d56c50eb, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 598a78ea-4f89-4db6-8f0d-d780d56c50eb, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15291865977123132306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306152918659771231323061529186597712313230615291865977123132306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6890e747-09a6-4fc6-bac7-296f8a8ebd92, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 598a78ea-4f89-4db6-8f0d-d780d56c50eb, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d61edfed-b0c2-41fa-b96c-aa7b3f4a2d89, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f772862b-72fa-4d14-b58a-a13cef42f36f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f772862b-72fa-4d14-b58a-a13cef42f36f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019325675660992131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131170193256756609921311701932567566099213117019325675660992131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61edfed-b0c2-41fa-b96c-aa7b3f4a2d89, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5954093696977970371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371595409369697797037159540936969779703715954093696977970371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f772862b-72fa-4d14-b58a-a13cef42f36f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad90a16d-d95f-43e8-ab3d-69635c5a200f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad90a16d-d95f-43e8-ab3d-69635c5a200f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3636285127962371362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362363628512796237136236362851279623713623636285127962371362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61edfed-b0c2-41fa-b96c-aa7b3f4a2d89, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3d6be9f-43d1-41e9-88f2-65301d9e2ef4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d6be9f-43d1-41e9-88f2-65301d9e2ef4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12308785041411771162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162123087850414117711621230878504141177116212308785041411771162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad90a16d-d95f-43e8-ab3d-69635c5a200f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5424cf05-b4dc-4d8a-8a18-1d354e79e250, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5424cf05-b4dc-4d8a-8a18-1d354e79e250, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283984907279460868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868528398490727946086852839849072794608685283984907279460868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d6be9f-43d1-41e9-88f2-65301d9e2ef4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ca71a0c-459b-4b57-a54d-a2e26f404416, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ca71a0c-459b-4b57-a54d-a2e26f404416, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249904007489148306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306102499040074891483061024990400748914830610249904007489148306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5424cf05-b4dc-4d8a-8a18-1d354e79e250, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d59556b1-ec1a-403f-afa9-37662f02b612, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59556b1-ec1a-403f-afa9-37662f02b612, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9786774522731764886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886978677452273176488697867745227317648869786774522731764886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59556b1-ec1a-403f-afa9-37662f02b612, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d091376b-5b55-4a06-8cd7-255cca6e8928, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d091376b-5b55-4a06-8cd7-255cca6e8928, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453334144845163356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356645333414484516335664533341448451633566453334144845163356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ca71a0c-459b-4b57-a54d-a2e26f404416, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec12ec4-eca9-4220-9ba1-c08f5d13a248, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec12ec4-eca9-4220-9ba1-c08f5d13a248, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10150957225456449477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477101509572254564494771015095722545644947710150957225456449477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d091376b-5b55-4a06-8cd7-255cca6e8928, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c1fae7-6e7c-4f5c-bfd1-50ffd6284cc8, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c1fae7-6e7c-4f5c-bfd1-50ffd6284cc8, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049152070759819476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476304915207075981947630491520707598194763049152070759819476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec12ec4-eca9-4220-9ba1-c08f5d13a248, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18a709fc-d5d0-4c53-81df-91915124a73d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a709fc-d5d0-4c53-81df-91915124a73d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408271652501039864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864240827165250103986424082716525010398642408271652501039864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c1fae7-6e7c-4f5c-bfd1-50ffd6284cc8, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd8f3dd6-f880-4a0a-a77b-f86f4f24e23e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8f3dd6-f880-4a0a-a77b-f86f4f24e23e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4713843630261164681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681471384363026116468147138436302611646814713843630261164681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a709fc-d5d0-4c53-81df-91915124a73d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f881a549-9636-484e-840f-a5515a187be4, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f881a549-9636-484e-840f-a5515a187be4, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5572712429633355584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584557271242963335558455727124296333555845572712429633355584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8f3dd6-f880-4a0a-a77b-f86f4f24e23e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4dca2a9-3e7d-4a02-933b-adcaf398158f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4dca2a9-3e7d-4a02-933b-adcaf398158f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805442444702741899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899148054424447027418991480544244470274189914805442444702741899" } } } 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:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/n580/001a4d/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:266 Final command: /home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:62275 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log --grpc-port=13675 --mon-port=13816 --ic-port=7120 --key-file /home/runner/.ya/build/build_root/n580/001a4d/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/n580/001a4d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/n580/001a4d/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:62275', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_ib_7_eo6.log', '--grpc-port=13675', '--mon-port=13816', '--ic-port=7120', '--key-file', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/n580/001a4d/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: 1545115
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:13675/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.34
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f881a549-9636-484e-840f-a5515a187be4, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffc9b6e-d116-499e-83a7-bbf0fcb35a7e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffc9b6e-d116-499e-83a7-bbf0fcb35a7e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12601886526527465356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356126018865265274653561260188652652746535612601886526527465356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4dca2a9-3e7d-4a02-933b-adcaf398158f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f0de5b-ad79-4751-8e53-4da6995e9f4c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f0de5b-ad79-4751-8e53-4da6995e9f4c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 215045545840022714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714215045545840022714" } } } 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.34
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/n580/001a4d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1545118
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffc9b6e-d116-499e-83a7-bbf0fcb35a7e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f0de5b-ad79-4751-8e53-4da6995e9f4c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9383e24b-c2a6-468e-ab9e-33b6e6600f31, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9383e24b-c2a6-468e-ab9e-33b6e6600f31, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4009779598708109477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477400977959870810947740097795987081094774009779598708109477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01987ad8-a939-46a6-8e2c-f2f1a0a74e43, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01987ad8-a939-46a6-8e2c-f2f1a0a74e43, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3985620490021434931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931398562049002143493139856204900214349313985620490021434931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9383e24b-c2a6-468e-ab9e-33b6e6600f31, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95d97edd-2bda-44d4-8168-63379c19ad02, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d97edd-2bda-44d4-8168-63379c19ad02, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6279368525869777202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202627936852586977720262793685258697772026279368525869777202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01987ad8-a939-46a6-8e2c-f2f1a0a74e43, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e3f9ab5-40af-4adc-99b2-a1abf6fba42a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3f9ab5-40af-4adc-99b2-a1abf6fba42a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000655169555070607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607300065516955507060730006551695550706073000655169555070607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3f9ab5-40af-4adc-99b2-a1abf6fba42a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa235384-d56e-4123-8182-1759b2247cc2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d97edd-2bda-44d4-8168-63379c19ad02, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa235384-d56e-4123-8182-1759b2247cc2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9892484477782031315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315989248447778203131598924844777820313159892484477782031315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c8e1c21-7dbe-418b-9d1a-c1c43d29cef3, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8e1c21-7dbe-418b-9d1a-c1c43d29cef3, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 61933744890230608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608619337448902306086193374489023060861933744890230608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa235384-d56e-4123-8182-1759b2247cc2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07f8190d-6b63-4a23-b9a7-0fa9ef27b774, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8e1c21-7dbe-418b-9d1a-c1c43d29cef3, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f8190d-6b63-4a23-b9a7-0fa9ef27b774, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9802029473460144450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450980202947346014445098020294734601444509802029473460144450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c35282-c5f0-4f72-905a-b782e6740798, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c35282-c5f0-4f72-905a-b782e6740798, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 474206528315162852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852474206528315162852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f8190d-6b63-4a23-b9a7-0fa9ef27b774, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20c45dd1-45c6-4e91-8f8f-122a6aa5c84a, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c45dd1-45c6-4e91-8f8f-122a6aa5c84a, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17794143876350362371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371177941438763503623711779414387635036237117794143876350362371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c35282-c5f0-4f72-905a-b782e6740798, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6f45d7c-af4d-437a-b0ff-a71e385f19fd, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f45d7c-af4d-437a-b0ff-a71e385f19fd, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090612171533185111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111109061217153318511110906121715331851111090612171533185111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c45dd1-45c6-4e91-8f8f-122a6aa5c84a, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0ffed40-8395-4f2b-a56c-e2b0acb5d344, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ffed40-8395-4f2b-a56c-e2b0acb5d344, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2407918611943470574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574240791861194347057424079186119434705742407918611943470574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f45d7c-af4d-437a-b0ff-a71e385f19fd, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8c4103-7762-42f5-8701-44ec115c9f17, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8c4103-7762-42f5-8701-44ec115c9f17, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6175383828829528027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027617538382882952802761753838288295280276175383828829528027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ffed40-8395-4f2b-a56c-e2b0acb5d344, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c9df4db-c6bc-4a65-b70b-1f0318b70ac7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9df4db-c6bc-4a65-b70b-1f0318b70ac7, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4033085740440546245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245403308574044054624540330857404405462454033085740440546245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8c4103-7762-42f5-8701-44ec115c9f17, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85890ba-ec13-417c-905e-4d3cbc836806, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85890ba-ec13-417c-905e-4d3cbc836806, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13095110351150432963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963130951103511504329631309511035115043296313095110351150432963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9df4db-c6bc-4a65-b70b-1f0318b70ac7, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d93f872-974b-4b4d-a187-8d7cdb9b5f71, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d93f872-974b-4b4d-a187-8d7cdb9b5f71, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 770938748044595617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617770938748044595617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85890ba-ec13-417c-905e-4d3cbc836806, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb8f8880-46bc-4547-a862-c4ed7ebccb4d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8f8880-46bc-4547-a862-c4ed7ebccb4d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403910044603643374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374164039100446036433741640391004460364337416403910044603643374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d93f872-974b-4b4d-a187-8d7cdb9b5f71, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 138e1d4f-0f9f-4a51-86c9-cf491dd478ce, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138e1d4f-0f9f-4a51-86c9-cf491dd478ce, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17368341203281797456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456173683412032817974561736834120328179745617368341203281797456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8f8880-46bc-4547-a862-c4ed7ebccb4d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d74f0202-f99b-4725-beb4-c48465bfe18e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d74f0202-f99b-4725-beb4-c48465bfe18e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12905726193640459782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782129057261936404597821290572619364045978212905726193640459782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138e1d4f-0f9f-4a51-86c9-cf491dd478ce, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0011f750-a0cf-4462-bddc-01e591c6bccf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0011f750-a0cf-4462-bddc-01e591c6bccf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9507492960276708485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485950749296027670848595074929602767084859507492960276708485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d74f0202-f99b-4725-beb4-c48465bfe18e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f295ab7-4de2-4ac8-9eb7-47dd7ddc0b7f, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f295ab7-4de2-4ac8-9eb7-47dd7ddc0b7f, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5700440057931501266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266570044005793150126657004400579315012665700440057931501266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0011f750-a0cf-4462-bddc-01e591c6bccf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ab2b93-7629-419f-a658-237fff0cfb9b, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f295ab7-4de2-4ac8-9eb7-47dd7ddc0b7f, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ab2b93-7629-419f-a658-237fff0cfb9b, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17750326001356846845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845177503260013568468451775032600135684684517750326001356846845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcd5ef2-2fc7-420a-944b-f40c0e5f4403, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcd5ef2-2fc7-420a-944b-f40c0e5f4403, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7198255856737819342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342719825585673781934271982558567378193427198255856737819342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ab2b93-7629-419f-a658-237fff0cfb9b, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d421eda4-5154-4591-b3ab-0d7243197a80, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d421eda4-5154-4591-b3ab-0d7243197a80, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9098287363345997193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193909828736334599719390982873633459971939098287363345997193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcd5ef2-2fc7-420a-944b-f40c0e5f4403, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2455e52-1014-4deb-b6d3-c5f62903f339, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2455e52-1014-4deb-b6d3-c5f62903f339, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13946066026227884734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734139460660262278847341394606602622788473413946066026227884734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d421eda4-5154-4591-b3ab-0d7243197a80, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20b2152a-0264-49b5-8e08-de1822061f1c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b2152a-0264-49b5-8e08-de1822061f1c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8018951516674036468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468801895151667403646880189515166740364688018951516674036468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2455e52-1014-4deb-b6d3-c5f62903f339, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a859385-54d8-4087-8946-521707fde442, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a859385-54d8-4087-8946-521707fde442, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12430663280477684654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654124306632804776846541243066328047768465412430663280477684654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b2152a-0264-49b5-8e08-de1822061f1c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f64ff636-4bd5-4364-afcf-0624e2dc4f2e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64ff636-4bd5-4364-afcf-0624e2dc4f2e, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11081117850405099310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310110811178504050993101108111785040509931011081117850405099310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a859385-54d8-4087-8946-521707fde442, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3747d20a-5b6d-4072-b3b7-b7dbd393a678, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3747d20a-5b6d-4072-b3b7-b7dbd393a678, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078309232913197474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474100783092329131974741007830923291319747410078309232913197474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64ff636-4bd5-4364-afcf-0624e2dc4f2e, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce612523-3bae-4710-87b0-1909adba6b05, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce612523-3bae-4710-87b0-1909adba6b05, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4609766429462409248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248460976642946240924846097664294624092484609766429462409248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce612523-3bae-4710-87b0-1909adba6b05, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a143a84-a394-496e-b411-43a5ea888c68, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a143a84-a394-496e-b411-43a5ea888c68, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747625727816421472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472374762572781642147237476257278164214723747625727816421472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3747d20a-5b6d-4072-b3b7-b7dbd393a678, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80a6281f-09db-4a83-b539-9ad98d9ea148, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a6281f-09db-4a83-b539-9ad98d9ea148, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171559250651197649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649717155925065119764971715592506511976497171559250651197649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a143a84-a394-496e-b411-43a5ea888c68, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4657e306-b405-4c59-af43-810bae2e8fc0, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4657e306-b405-4c59-af43-810bae2e8fc0, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5601268355361507355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355560126835536150735556012683553615073555601268355361507355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a6281f-09db-4a83-b539-9ad98d9ea148, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d071064e-9e1a-47c6-9e10-dda764cc45a2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d071064e-9e1a-47c6-9e10-dda764cc45a2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18214803732403903722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722182148037324039037221821480373240390372218214803732403903722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4657e306-b405-4c59-af43-810bae2e8fc0, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07b12b4-aa2f-4538-92be-6bcfd12cb9cf, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07b12b4-aa2f-4538-92be-6bcfd12cb9cf, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11846423171154580414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414118464231711545804141184642317115458041411846423171154580414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d071064e-9e1a-47c6-9e10-dda764cc45a2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f3d1a13-1288-4021-9912-221f5c635c83, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f3d1a13-1288-4021-9912-221f5c635c83, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10417005175962246482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482104170051759622464821041700517596224648210417005175962246482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07b12b4-aa2f-4538-92be-6bcfd12cb9cf, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d45555c-0ab0-4858-b026-1bee21e3c2db, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d45555c-0ab0-4858-b026-1bee21e3c2db, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13507826952024139101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101135078269520241391011350782695202413910113507826952024139101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f3d1a13-1288-4021-9912-221f5c635c83, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9593cb2b-bf68-485c-aa1c-48fa333ec856, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9593cb2b-bf68-485c-aa1c-48fa333ec856, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9405605743734916918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918940560574373491691894056057437349169189405605743734916918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d45555c-0ab0-4858-b026-1bee21e3c2db, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e203a27-8cfc-4993-9a8d-ffac2f0c28be, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e203a27-8cfc-4993-9a8d-ffac2f0c28be, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2313852685248444269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269231385268524844426923138526852484442692313852685248444269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9593cb2b-bf68-485c-aa1c-48fa333ec856, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09d91233-875a-4260-a32a-a6ebeca62e8d, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09d91233-875a-4260-a32a-a6ebeca62e8d, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17308696244497629921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921173086962444976299211730869624449762992117308696244497629921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e203a27-8cfc-4993-9a8d-ffac2f0c28be, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09d91233-875a-4260-a32a-a6ebeca62e8d, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d0ad67-50ba-403f-b626-134b5e797e71, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d0ad67-50ba-403f-b626-134b5e797e71, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8026375141013747434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434802637514101374743480263751410137474348026375141013747434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78a4bcc4-4f48-4806-a782-3e94bcf5b384, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a4bcc4-4f48-4806-a782-3e94bcf5b384, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2293620273398170758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758229362027339817075822936202733981707582293620273398170758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d0ad67-50ba-403f-b626-134b5e797e71, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b638ead6-4f42-4249-93df-694bb9b1c878, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b638ead6-4f42-4249-93df-694bb9b1c878, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686924312690765197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197468692431269076519746869243126907651974686924312690765197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a4bcc4-4f48-4806-a782-3e94bcf5b384, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49c48604-74c6-456e-94e9-b5e74de62979, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c48604-74c6-456e-94e9-b5e74de62979, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4680510643328382161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161468051064332838216146805106433283821614680510643328382161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b638ead6-4f42-4249-93df-694bb9b1c878, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c2a9071-b0c2-47a1-b299-d2b66215dc0c, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c2a9071-b0c2-47a1-b299-d2b66215dc0c, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4428983297991148798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798442898329799114879844289832979911487984428983297991148798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c48604-74c6-456e-94e9-b5e74de62979, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f69aea08-c568-45cb-a3fc-b8b65ec3ed99, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69aea08-c568-45cb-a3fc-b8b65ec3ed99, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2346065162972517819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819234606516297251781923460651629725178192346065162972517819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c2a9071-b0c2-47a1-b299-d2b66215dc0c, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82bfa3c0-f5ef-4443-9ff4-b2b225c3f001, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69aea08-c568-45cb-a3fc-b8b65ec3ed99, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2903e251-24c5-42b8-851e-df9c61aacb69, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2903e251-24c5-42b8-851e-df9c61aacb69, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34175096936090230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230341750969360902303417509693609023034175096936090230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82bfa3c0-f5ef-4443-9ff4-b2b225c3f001, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813166033597395589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589981316603359739558998131660335973955899813166033597395589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2903e251-24c5-42b8-851e-df9c61aacb69, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b23afc60-e933-4304-82f6-beed0e4bf211, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23afc60-e933-4304-82f6-beed0e4bf211, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9369822829295614077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077936982282929561407793698228292956140779369822829295614077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82bfa3c0-f5ef-4443-9ff4-b2b225c3f001, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20e2a52-a824-49ea-b02c-72c7d5268b20, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20e2a52-a824-49ea-b02c-72c7d5268b20, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5761956311926627558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558576195631192662755857619563119266275585761956311926627558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23afc60-e933-4304-82f6-beed0e4bf211, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07445141-3539-46f8-83d7-21c7622e79fc, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07445141-3539-46f8-83d7-21c7622e79fc, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9586940987632269872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872958694098763226987295869409876322698729586940987632269872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20e2a52-a824-49ea-b02c-72c7d5268b20, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 468a88f9-b7fa-45e7-979e-31c4b1b2d6ac, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468a88f9-b7fa-45e7-979e-31c4b1b2d6ac, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5881275488897161685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685588127548889716168558812754888971616855881275488897161685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07445141-3539-46f8-83d7-21c7622e79fc, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23daaa6-7107-42ee-ba62-c9f0977baec2, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23daaa6-7107-42ee-ba62-c9f0977baec2, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5886804390082243503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503588680439008224350358868043900822435035886804390082243503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23daaa6-7107-42ee-ba62-c9f0977baec2, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40168550-05bd-4ca9-8b72-1c50de94d9f1, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40168550-05bd-4ca9-8b72-1c50de94d9f1, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1026404577902412905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905102640457790241290510264045779024129051026404577902412905" } } } 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 1545118) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1545118) elapsed time (sec): 1.0413661003112793
DEBUG    ya.test:process.py:263 Command (pid 1545118) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) maxrss: 846052
DEBUG    ya.test:process.py:263 Command (pid 1545118) minflt: 45226
DEBUG    ya.test:process.py:263 Command (pid 1545118) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) nivcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1545118) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1545118) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1545118) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1545118) stime: 0.205113
DEBUG    ya.test:process.py:263 Command (pid 1545118) utime: 0.551298
DEBUG    ya.test:process.py:263 Command (pid 1545118) wtime: 1.051
DEBUG    ya.test:process.py:275 Command (pid 1545118) output:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 2 version:
Git info:
    Commit: eda706fdaabeebabce9196da1c3dfe1ddd6da338
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge 5bdf5d345fd2d8614b9a0914edc3a3c2a6f65932 into ee50f59b043c86e89c60abbf083a18ff2dac69d8
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40168550-05bd-4ca9-8b72-1c50de94d9f1, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e12d5d-c018-48b5-99fc-77ef05c2f661, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e12d5d-c018-48b5-99fc-77ef05c2f661, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023182814641952508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508130231828146419525081302318281464195250813023182814641952508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468a88f9-b7fa-45e7-979e-31c4b1b2d6ac, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd4370f30>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd4370f30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=ZmY0YmRiOGItY2YzZGZmZGUtYjY1MjVjYTUtYWM0NTA3Y2U=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e12d5d-c018-48b5-99fc-77ef05c2f661, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=15cc50ce-c49dffea-c860125c-12d74e74" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 5db2b7eb-8641-475f-ba48-b3a71911d5d9, ghrun-gnft54blbu.auto.internal:13247): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7bdbd4370f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd43639b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7bdbd43639b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7bdbd43639b0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): request = { session_id: "ydb://session/3?node_id=50002&id=NmE2Mzg5Y2QtNTc4OGQ4NzQtM2MzOTIzMGItYjllOWNhYjQ=" 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 0x7bdbd43639b0>
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 0x7bdbd29efdf0 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 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:123 RpcState(DeleteSession, 473d0d6b-6bef-42b4-a847-6ff1c1be9046, ghrun-gnft54blbu.auto.internal:13247): on response callback success
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 0x7bdbd29ec170 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 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:17:04.973106237+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 182a0dd2-aefe-4e14-9699-c341a456934e, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
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-23T15:17:04.973106237+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:17:04.986340148+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, 9317f85b-e3ed-47a2-92b9-eae112bfce32, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:17:04.986340148+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:421 RpcState(ListEndpoints, c838741b-fc52-4dbd-9064-e925ff5ae25d, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c838741b-fc52-4dbd-9064-e925ff5ae25d, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c838741b-fc52-4dbd-9064-e925ff5ae25d, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13247 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-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:13247, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 0aaa77fa-8b8b-4723-8e4b-22d148d66402, ghrun-gnft54blbu.auto.internal:13247): 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-23T15:17:07.31296079+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 99cba6b0-36b4-4d3b-bae6-4d2330c26313, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-10-23T15:17:07.316684455+00:00"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Cancelled on the server side
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): 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 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, 87a530ec-8a48-4a58-b1de-ada0ce2370fe, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "CANCELLED"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-23T15:17:07.331093614+00:00", grpc_status:1, grpc_message:"CANCELLED"}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: CANCELLED
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" } } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): on response callback started
DEBUG    ydb.connection:connection.py:78 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {created_time:"2025-10-23T15:17:07.347831941+00:00", grpc_status:14}"
>
DEBUG    ydb.connection:connection.py:91 RpcState(CreateSession, f69807b7-0fb3-477e-a7e1-c701bfe71ff7, ghrun-gnft54blbu.auto.internal:13247): unhandled rpc error, disconnecting channel
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnft54blbu.auto.internal:13247
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:13247: Failed to connect to remote host: Connection refused {created_time:"2025-10-23T15:17:07.347831941+00:00", grpc_status:14}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): 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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 79b072b9-385c-436d-b801-97b847629b67, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, b64645da-c38e-4f45-95ab-969ec3d53db6, ghrun-gnft54blbu.auto.internal:25172): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, 3d9677ad-4726-405b-8a65-829588b32a2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 3d9677ad-4726-405b-8a65-829588b32a2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(PrepareDataQuery, b54237c7-abe4-41a8-a053-b8bd8876e207, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, b54237c7-abe4-41a8-a053-b8bd8876e207, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6adbd358-8056-49a9-9b8d-7d2afcbd47d2, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6adbd358-8056-49a9-9b8d-7d2afcbd47d2, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6adbd358-8056-49a9-9b8d-7d2afcbd47d2, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, b54237c7-abe4-41a8-a053-b8bd8876e207, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=5912de59-1a2a722e-861b0876-f8ed8339" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ab4d0e5-00a0-4f5e-a41b-70c3f00fc74a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab4d0e5-00a0-4f5e-a41b-70c3f00fc74a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12503799673019763151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151125037996730197631511250379967301976315112503799673019763151" } } } 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, 3d9677ad-4726-405b-8a65-829588b32a2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=5912de59-1a2a722e-861b0876-f8ed8339" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8284bda6-6347-49ed-9f24-e73ece3b21e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8284bda6-6347-49ed-9f24-e73ece3b21e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390135757042311449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449183901357570423114491839013575704231144918390135757042311449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8284bda6-6347-49ed-9f24-e73ece3b21e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab4d0e5-00a0-4f5e-a41b-70c3f00fc74a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3b56cc0-1af2-42ee-bdf9-eea8cd3bb48f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b56cc0-1af2-42ee-bdf9-eea8cd3bb48f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645112934844694991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991126451129348446949911264511293484469499112645112934844694991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 346ab384-a0df-4bef-a9af-496ae43037d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346ab384-a0df-4bef-a9af-496ae43037d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3445457457246755536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536344545745724675553634454574572467555363445457457246755536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b56cc0-1af2-42ee-bdf9-eea8cd3bb48f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 339e97ee-ce95-47be-9ecd-91b97807560b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339e97ee-ce95-47be-9ecd-91b97807560b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3244362392222890869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869324436239222289086932443623922228908693244362392222890869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346ab384-a0df-4bef-a9af-496ae43037d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e5c8acb-a3a7-4b43-b5cb-a88357ac393e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5c8acb-a3a7-4b43-b5cb-a88357ac393e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591180581359595736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736659118058135959573665911805813595957366591180581359595736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339e97ee-ce95-47be-9ecd-91b97807560b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27471122-c5c3-425a-bcaf-a5906b4ea470, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27471122-c5c3-425a-bcaf-a5906b4ea470, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092429559173863980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980509242955917386398050924295591738639805092429559173863980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5c8acb-a3a7-4b43-b5cb-a88357ac393e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7df6fdb-311c-4ce7-8a68-4a7e6b9b1c18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7df6fdb-311c-4ce7-8a68-4a7e6b9b1c18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074576161991681783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783107457616199168178310745761619916817831074576161991681783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27471122-c5c3-425a-bcaf-a5906b4ea470, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a60015a-691a-40e7-abf0-87239418fcb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a60015a-691a-40e7-abf0-87239418fcb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7093217531430459355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355709321753143045935570932175314304593557093217531430459355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7df6fdb-311c-4ce7-8a68-4a7e6b9b1c18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc7d7ec2-60d6-4e2b-bda6-992418ff01fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7d7ec2-60d6-4e2b-bda6-992418ff01fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709357884268147246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246370935788426814724637093578842681472463709357884268147246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a60015a-691a-40e7-abf0-87239418fcb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c38c823-4720-4e3f-b977-891e66faf0d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c38c823-4720-4e3f-b977-891e66faf0d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324816336402432662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662232481633640243266223248163364024326622324816336402432662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7d7ec2-60d6-4e2b-bda6-992418ff01fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3e471bc-02a9-47fc-9ae5-ecbaaf5e5dd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e471bc-02a9-47fc-9ae5-ecbaaf5e5dd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299339344614670098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098729933934461467009872993393446146700987299339344614670098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c38c823-4720-4e3f-b977-891e66faf0d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10c4e44d-9bd5-4b88-b89e-d6f950cd3704, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c4e44d-9bd5-4b88-b89e-d6f950cd3704, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882102067020221844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844488210206702022184448821020670202218444882102067020221844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e471bc-02a9-47fc-9ae5-ecbaaf5e5dd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0a16ad5-3e4d-4f4e-9387-b15c7377ed8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a16ad5-3e4d-4f4e-9387-b15c7377ed8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756458740994598737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737775645874099459873777564587409945987377756458740994598737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c4e44d-9bd5-4b88-b89e-d6f950cd3704, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed0b1fc-3c12-401b-803e-ea1b9498bab2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed0b1fc-3c12-401b-803e-ea1b9498bab2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372743629610188355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355183727436296101883551837274362961018835518372743629610188355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a16ad5-3e4d-4f4e-9387-b15c7377ed8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1596750-ee21-4cd3-9dc6-6fbe77283e9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1596750-ee21-4cd3-9dc6-6fbe77283e9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6608587825176683194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194660858782517668319466085878251766831946608587825176683194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed0b1fc-3c12-401b-803e-ea1b9498bab2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e45e82d-0aab-4cfe-8848-f38880d057a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e45e82d-0aab-4cfe-8848-f38880d057a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354160840037927359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359173541608400379273591735416084003792735917354160840037927359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1596750-ee21-4cd3-9dc6-6fbe77283e9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e8e6cb3-cc97-4caa-b005-6e861fff9f1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8e6cb3-cc97-4caa-b005-6e861fff9f1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17556496582193521673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673175564965821935216731755649658219352167317556496582193521673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e45e82d-0aab-4cfe-8848-f38880d057a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97ac9f0f-3fdf-4a6f-99ed-a5134afa4f93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ac9f0f-3fdf-4a6f-99ed-a5134afa4f93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2003839840960644975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975200383984096064497520038398409606449752003839840960644975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8e6cb3-cc97-4caa-b005-6e861fff9f1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08935189-2d9d-4b9c-8d84-8e165160c9be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08935189-2d9d-4b9c-8d84-8e165160c9be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16681827619021799732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732166818276190217997321668182761902179973216681827619021799732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ac9f0f-3fdf-4a6f-99ed-a5134afa4f93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b47c228-4d47-40f6-91a5-7fc91a1860ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b47c228-4d47-40f6-91a5-7fc91a1860ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14761312870304378332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332147613128703043783321476131287030437833214761312870304378332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08935189-2d9d-4b9c-8d84-8e165160c9be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7177b471-21a2-4fd8-b89e-55bcd8e6d84f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7177b471-21a2-4fd8-b89e-55bcd8e6d84f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15322328745536692544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544153223287455366925441532232874553669254415322328745536692544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b47c228-4d47-40f6-91a5-7fc91a1860ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7d363e-73ad-45ac-a895-781dbaf0b49c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7d363e-73ad-45ac-a895-781dbaf0b49c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15749276177180660550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550157492761771806605501574927617718066055015749276177180660550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7177b471-21a2-4fd8-b89e-55bcd8e6d84f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acfc5254-79e2-44e1-9f3b-2758a5bac02e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acfc5254-79e2-44e1-9f3b-2758a5bac02e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7303607284652300437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437730360728465230043773036072846523004377303607284652300437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7d363e-73ad-45ac-a895-781dbaf0b49c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c58d772-16a2-489e-aae3-928b14368b6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c58d772-16a2-489e-aae3-928b14368b6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718330847298815927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927471833084729881592747183308472988159274718330847298815927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acfc5254-79e2-44e1-9f3b-2758a5bac02e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f3aa384-91f3-4a6e-90a8-52078f0e9f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3aa384-91f3-4a6e-90a8-52078f0e9f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3460419043863778355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355346041904386377835534604190438637783553460419043863778355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c58d772-16a2-489e-aae3-928b14368b6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7ba147e-4cb3-482b-99c5-912cce0b69cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ba147e-4cb3-482b-99c5-912cce0b69cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14633736516138546450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450146337365161385464501463373651613854645014633736516138546450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3aa384-91f3-4a6e-90a8-52078f0e9f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb3f1607-6749-4b81-9708-e9682bd7d87b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3f1607-6749-4b81-9708-e9682bd7d87b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4775170444484425093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093477517044448442509347751704444844250934775170444484425093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ba147e-4cb3-482b-99c5-912cce0b69cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca33f753-9d17-44b1-a885-b6a9920da826, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca33f753-9d17-44b1-a885-b6a9920da826, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17829674921886521381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381178296749218865213811782967492188652138117829674921886521381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3f1607-6749-4b81-9708-e9682bd7d87b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1738374-85e9-496d-9fef-8a2e8532b5d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1738374-85e9-496d-9fef-8a2e8532b5d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18102884459245428458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458181028844592454284581810288445924542845818102884459245428458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca33f753-9d17-44b1-a885-b6a9920da826, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 956cdc47-3f91-455d-af28-01d063626bf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956cdc47-3f91-455d-af28-01d063626bf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070752347266357308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308120707523472663573081207075234726635730812070752347266357308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1738374-85e9-496d-9fef-8a2e8532b5d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac02b7dd-0196-4303-bde7-749afdd7e3b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac02b7dd-0196-4303-bde7-749afdd7e3b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8759099600828071161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161875909960082807116187590996008280711618759099600828071161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956cdc47-3f91-455d-af28-01d063626bf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f05165cc-386d-418c-9f3e-71162d31df41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05165cc-386d-418c-9f3e-71162d31df41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7598394294304644629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629759839429430464462975983942943046446297598394294304644629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac02b7dd-0196-4303-bde7-749afdd7e3b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2c27f51-1900-400d-b22a-570369253b2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c27f51-1900-400d-b22a-570369253b2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3359974459072576532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532335997445907257653233599744590725765323359974459072576532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05165cc-386d-418c-9f3e-71162d31df41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a8e32e-0df6-4667-b042-26d500c9bb8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a8e32e-0df6-4667-b042-26d500c9bb8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13847397796779201859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859138473977967792018591384739779677920185913847397796779201859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c27f51-1900-400d-b22a-570369253b2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a8e32e-0df6-4667-b042-26d500c9bb8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 773bab30-061a-4c4b-a43e-29434a49f349, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773bab30-061a-4c4b-a43e-29434a49f349, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5846013104989015882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882584601310498901588258460131049890158825846013104989015882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab6d45a-33b2-4fef-bfd9-99ed29aae085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab6d45a-33b2-4fef-bfd9-99ed29aae085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166034856618444754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754416603485661844475441660348566184447544166034856618444754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773bab30-061a-4c4b-a43e-29434a49f349, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee475bd0-2ea4-4d3b-8314-4ee68ef97ba9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee475bd0-2ea4-4d3b-8314-4ee68ef97ba9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4624299126865337574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574462429912686533757446242991268653375744624299126865337574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab6d45a-33b2-4fef-bfd9-99ed29aae085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8ef562-332b-476e-a8d3-e946f411f595, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8ef562-332b-476e-a8d3-e946f411f595, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5661466758266821674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674566146675826682167456614667582668216745661466758266821674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee475bd0-2ea4-4d3b-8314-4ee68ef97ba9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 534f6918-3130-49a8-acdf-5a2642fbaf35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534f6918-3130-49a8-acdf-5a2642fbaf35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16534007952605111183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183165340079526051111831653400795260511118316534007952605111183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534f6918-3130-49a8-acdf-5a2642fbaf35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf311a2c-cf7b-4a3f-9801-9bfeaa88fa4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf311a2c-cf7b-4a3f-9801-9bfeaa88fa4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14291515822824086528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528142915158228240865281429151582282408652814291515822824086528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8ef562-332b-476e-a8d3-e946f411f595, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68ce76d-dfc5-4eb4-b811-4dbbaf804063, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68ce76d-dfc5-4eb4-b811-4dbbaf804063, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1240648332102162306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306124064833210216230612406483321021623061240648332102162306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf311a2c-cf7b-4a3f-9801-9bfeaa88fa4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50b4205-6c1e-4237-a7fa-84ca68aa3bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50b4205-6c1e-4237-a7fa-84ca68aa3bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1401881947535661505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505140188194753566150514018819475356615051401881947535661505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68ce76d-dfc5-4eb4-b811-4dbbaf804063, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5652896a-21af-42ba-bb62-b846b63b5d5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5652896a-21af-42ba-bb62-b846b63b5d5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758036796575273123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123137580367965752731231375803679657527312313758036796575273123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50b4205-6c1e-4237-a7fa-84ca68aa3bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491c05e4-0daa-4f08-abd9-8a03ce054848, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491c05e4-0daa-4f08-abd9-8a03ce054848, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545578002270530289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289854557800227053028985455780022705302898545578002270530289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5652896a-21af-42ba-bb62-b846b63b5d5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae3454ec-4d61-411e-a9b6-f7e14eecf97f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3454ec-4d61-411e-a9b6-f7e14eecf97f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648017091072472500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500264801709107247250026480170910724725002648017091072472500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491c05e4-0daa-4f08-abd9-8a03ce054848, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5241eced-bbdb-4679-a3a4-63b883fd9821, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5241eced-bbdb-4679-a3a4-63b883fd9821, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4301606101899119568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568430160610189911956843016061018991195684301606101899119568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5241eced-bbdb-4679-a3a4-63b883fd9821, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73592bf0-0e13-451a-8b6e-6015cc7b5245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3454ec-4d61-411e-a9b6-f7e14eecf97f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0abb1f39-a041-4be6-b412-f4471926f905, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abb1f39-a041-4be6-b412-f4471926f905, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 187541253162058907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907187541253162058907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73592bf0-0e13-451a-8b6e-6015cc7b5245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14949694608107989396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396149496946081079893961494969460810798939614949694608107989396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73592bf0-0e13-451a-8b6e-6015cc7b5245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8db3e1c-795a-4be5-aee1-436fffd5feca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8db3e1c-795a-4be5-aee1-436fffd5feca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13941899577222600612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612139418995772226006121394189957722260061213941899577222600612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abb1f39-a041-4be6-b412-f4471926f905, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaaad612-c3ca-427e-a6c6-1c7765b2394b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaad612-c3ca-427e-a6c6-1c7765b2394b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5922195029654094243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243592219502965409424359221950296540942435922195029654094243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaad612-c3ca-427e-a6c6-1c7765b2394b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c41190a-f35a-4ce3-9410-e7d06cadb7b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c41190a-f35a-4ce3-9410-e7d06cadb7b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4035550550682989321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321403555055068298932140355505506829893214035550550682989321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8db3e1c-795a-4be5-aee1-436fffd5feca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 594edcc6-3618-45c0-aa5a-99a45dcd8917, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594edcc6-3618-45c0-aa5a-99a45dcd8917, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14511389369574479535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535145113893695744795351451138936957447953514511389369574479535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c41190a-f35a-4ce3-9410-e7d06cadb7b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb64b343-a9ef-41f7-99b3-9bb7867d2fb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb64b343-a9ef-41f7-99b3-9bb7867d2fb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289360235662942105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105328936023566294210532893602356629421053289360235662942105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594edcc6-3618-45c0-aa5a-99a45dcd8917, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9beeda2a-a93d-401f-a42a-fd9757d150e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9beeda2a-a93d-401f-a42a-fd9757d150e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387841775431967050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050138784177543196705013878417754319670501387841775431967050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb64b343-a9ef-41f7-99b3-9bb7867d2fb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff54d3ea-0807-4571-9a77-3dfc74cf2266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff54d3ea-0807-4571-9a77-3dfc74cf2266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5542245815050598784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784554224581505059878455422458150505987845542245815050598784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9beeda2a-a93d-401f-a42a-fd9757d150e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79352987-9b02-4bb8-9579-e0ee5f6fc306, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79352987-9b02-4bb8-9579-e0ee5f6fc306, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17428280955842456919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919174282809558424569191742828095584245691917428280955842456919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff54d3ea-0807-4571-9a77-3dfc74cf2266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4871d1fa-7524-4d35-b01d-ee99cfb2c21d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4871d1fa-7524-4d35-b01d-ee99cfb2c21d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14998761743523416221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221149987617435234162211499876174352341622114998761743523416221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79352987-9b02-4bb8-9579-e0ee5f6fc306, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c238f608-accf-4fff-b7ad-ed948d634202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c238f608-accf-4fff-b7ad-ed948d634202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 60769887278095086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086607698872780950866076988727809508660769887278095086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4871d1fa-7524-4d35-b01d-ee99cfb2c21d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8c8dd3c-42e7-4066-86d1-1dadebb9f8b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c8dd3c-42e7-4066-86d1-1dadebb9f8b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10400222236074739485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485104002222360747394851040022223607473948510400222236074739485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c238f608-accf-4fff-b7ad-ed948d634202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a52f657-690d-4825-aa6d-38c627e170bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a52f657-690d-4825-aa6d-38c627e170bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199292806833661977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977219929280683366197721992928068336619772199292806833661977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c8dd3c-42e7-4066-86d1-1dadebb9f8b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee8f9c76-27da-40c9-bdc5-35bb956d5c12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8f9c76-27da-40c9-bdc5-35bb956d5c12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5682508019728246771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771568250801972824677156825080197282467715682508019728246771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a52f657-690d-4825-aa6d-38c627e170bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56603085-56a4-4e00-ab04-1f298afdc3de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56603085-56a4-4e00-ab04-1f298afdc3de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 875495906085584397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397875495906085584397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56603085-56a4-4e00-ab04-1f298afdc3de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c25a69-8007-43fb-9b03-834e3ca86d5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c25a69-8007-43fb-9b03-834e3ca86d5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6435253238630796810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810643525323863079681064352532386307968106435253238630796810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8f9c76-27da-40c9-bdc5-35bb956d5c12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 943ab3d6-302a-4cb8-9031-dd481e612d84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c25a69-8007-43fb-9b03-834e3ca86d5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c472d08f-e030-41b5-89a2-f2cd09faf10d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 943ab3d6-302a-4cb8-9031-dd481e612d84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8756582455017658570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570875658245501765857087565824550176585708756582455017658570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c472d08f-e030-41b5-89a2-f2cd09faf10d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8640121737951450397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397864012173795145039786401217379514503978640121737951450397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c472d08f-e030-41b5-89a2-f2cd09faf10d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2632fa93-c507-428f-982e-394f0478dc10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2632fa93-c507-428f-982e-394f0478dc10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15262608955814332956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956152626089558143329561526260895581433295615262608955814332956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 943ab3d6-302a-4cb8-9031-dd481e612d84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c2f8472-48df-40a5-99fe-90d8af0641fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2f8472-48df-40a5-99fe-90d8af0641fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359590679567238746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746183595906795672387461835959067956723874618359590679567238746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2632fa93-c507-428f-982e-394f0478dc10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9af7bf-15c9-4fa1-aa99-05d20e8cf7d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9af7bf-15c9-4fa1-aa99-05d20e8cf7d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296372476027371686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686296372476027371686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2f8472-48df-40a5-99fe-90d8af0641fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 214547c3-956c-4bb5-b68c-e9782bb39c09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 214547c3-956c-4bb5-b68c-e9782bb39c09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12528004829776010903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903125280048297760109031252800482977601090312528004829776010903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9af7bf-15c9-4fa1-aa99-05d20e8cf7d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d94bcd8-bdc2-40c5-a692-b35035ddecd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d94bcd8-bdc2-40c5-a692-b35035ddecd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13895268282203256418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418138952682822032564181389526828220325641813895268282203256418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 214547c3-956c-4bb5-b68c-e9782bb39c09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13425d88-c848-4cd9-aa22-40ac18914ed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13425d88-c848-4cd9-aa22-40ac18914ed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982203670117684711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711698220367011768471169822036701176847116982203670117684711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d94bcd8-bdc2-40c5-a692-b35035ddecd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d1cbe2d-cfb1-49ca-9cc8-f6d3ce0ec78d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1cbe2d-cfb1-49ca-9cc8-f6d3ce0ec78d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3476320413789175966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966347632041378917596634763204137891759663476320413789175966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13425d88-c848-4cd9-aa22-40ac18914ed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e53add17-0cd6-4edf-922e-4e35ff48a957, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1cbe2d-cfb1-49ca-9cc8-f6d3ce0ec78d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0325548a-e6e7-4179-9bd7-f818e9b6237b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53add17-0cd6-4edf-922e-4e35ff48a957, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667161976564645675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675156671619765646456751566716197656464567515667161976564645675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0325548a-e6e7-4179-9bd7-f818e9b6237b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6880916959622411843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843688091695962241184368809169596224118436880916959622411843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53add17-0cd6-4edf-922e-4e35ff48a957, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6936e5d0-012d-4788-bba5-898a6b5ac3fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6936e5d0-012d-4788-bba5-898a6b5ac3fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5599520860747536020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020559952086074753602055995208607475360205599520860747536020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0325548a-e6e7-4179-9bd7-f818e9b6237b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c345155-c994-4d38-a364-dc10d5002431, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c345155-c994-4d38-a364-dc10d5002431, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11924547921360154753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753119245479213601547531192454792136015475311924547921360154753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6936e5d0-012d-4788-bba5-898a6b5ac3fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 960cdcfe-733b-469b-a3b5-52cf53f7bad2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960cdcfe-733b-469b-a3b5-52cf53f7bad2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336919317264491712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712133369193172644917121333691931726449171213336919317264491712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c345155-c994-4d38-a364-dc10d5002431, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 751611e0-24de-42a8-932c-828c1e24f584, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751611e0-24de-42a8-932c-828c1e24f584, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924307329154474400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400992430732915447440099243073291544744009924307329154474400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960cdcfe-733b-469b-a3b5-52cf53f7bad2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c488b2-a8bf-4715-bebf-4b5b479dc938, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751611e0-24de-42a8-932c-828c1e24f584, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe461062-053c-4fda-a86b-c8d81f8cc33c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe461062-053c-4fda-a86b-c8d81f8cc33c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16581810175927782510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510165818101759277825101658181017592778251016581810175927782510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c488b2-a8bf-4715-bebf-4b5b479dc938, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4601003393793168948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948460100339379316894846010033937931689484601003393793168948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe461062-053c-4fda-a86b-c8d81f8cc33c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f3c2eb-d1ab-4052-8039-3bb24df88263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f3c2eb-d1ab-4052-8039-3bb24df88263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10583252144443337624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624105832521444433376241058325214444333762410583252144443337624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c488b2-a8bf-4715-bebf-4b5b479dc938, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c810852b-9745-4e0d-8d7e-f036cbcb266c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c810852b-9745-4e0d-8d7e-f036cbcb266c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4422814688449611010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010442281468844961101044228146884496110104422814688449611010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f3c2eb-d1ab-4052-8039-3bb24df88263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e12feb3-3002-4f30-8a7c-167701cf3bdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e12feb3-3002-4f30-8a7c-167701cf3bdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667011184270649680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680166701118427064968016670111842706496801667011184270649680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c810852b-9745-4e0d-8d7e-f036cbcb266c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 186f7d14-6778-452b-b578-a2226c8afbea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186f7d14-6778-452b-b578-a2226c8afbea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11197010062359629446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446111970100623596294461119701006235962944611197010062359629446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e12feb3-3002-4f30-8a7c-167701cf3bdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9b4f06-4ba9-4c2c-b30a-5f50278d490d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9b4f06-4ba9-4c2c-b30a-5f50278d490d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5298689990809525887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887529868999080952588752986899908095258875298689990809525887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186f7d14-6778-452b-b578-a2226c8afbea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f4ec6d-043c-4719-92ba-c3dc38f69574, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f4ec6d-043c-4719-92ba-c3dc38f69574, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13277018613684855591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591132770186136848555911327701861368485559113277018613684855591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9b4f06-4ba9-4c2c-b30a-5f50278d490d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7857180d-b42b-4ab5-87f5-8c37e73fe738, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7857180d-b42b-4ab5-87f5-8c37e73fe738, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1343493407772363246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246134349340777236324613434934077723632461343493407772363246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f4ec6d-043c-4719-92ba-c3dc38f69574, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6f96d3f-1f11-4bb1-86e2-416782bded53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6f96d3f-1f11-4bb1-86e2-416782bded53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995315464246091262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262139953154642460912621399531546424609126213995315464246091262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7857180d-b42b-4ab5-87f5-8c37e73fe738, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f843116d-c97f-474e-a155-1a06ca380fa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f843116d-c97f-474e-a155-1a06ca380fa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464201040550102412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412134642010405501024121346420104055010241213464201040550102412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6f96d3f-1f11-4bb1-86e2-416782bded53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75fb4f2e-81f3-4354-b7e8-5c3adc2ea06b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75fb4f2e-81f3-4354-b7e8-5c3adc2ea06b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13179588189390229447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447131795881893902294471317958818939022944713179588189390229447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f843116d-c97f-474e-a155-1a06ca380fa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f554e19a-f63e-408c-bb43-13fd4afefbda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f554e19a-f63e-408c-bb43-13fd4afefbda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13424823934434816600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600134248239344348166001342482393443481660013424823934434816600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75fb4f2e-81f3-4354-b7e8-5c3adc2ea06b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1525086a-28d1-4369-b329-3a496692e623, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1525086a-28d1-4369-b329-3a496692e623, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14392216960738212759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759143922169607382127591439221696073821275914392216960738212759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f554e19a-f63e-408c-bb43-13fd4afefbda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e093770d-cb3c-49e5-a9a7-cab4b3c8e314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e093770d-cb3c-49e5-a9a7-cab4b3c8e314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4742101311238952340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340474210131123895234047421013112389523404742101311238952340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1525086a-28d1-4369-b329-3a496692e623, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac367476-6f4b-494c-8d6a-5582c9833a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac367476-6f4b-494c-8d6a-5582c9833a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2493524352462288676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676249352435246228867624935243524622886762493524352462288676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e093770d-cb3c-49e5-a9a7-cab4b3c8e314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00fc5c1c-9af9-4079-9f8e-d87e17b20ac7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00fc5c1c-9af9-4079-9f8e-d87e17b20ac7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3012358070433593605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605301235807043359360530123580704335936053012358070433593605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac367476-6f4b-494c-8d6a-5582c9833a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5177ae10-c3b4-421d-854b-63f0825f7845, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5177ae10-c3b4-421d-854b-63f0825f7845, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15454652656674242101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101154546526566742421011545465265667424210115454652656674242101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00fc5c1c-9af9-4079-9f8e-d87e17b20ac7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51114187-ae34-4b66-94cc-be7ccf5220e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51114187-ae34-4b66-94cc-be7ccf5220e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12252091098943795096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096122520910989437950961225209109894379509612252091098943795096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5177ae10-c3b4-421d-854b-63f0825f7845, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71ee51c2-4b22-468b-8dd3-911f83625d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ee51c2-4b22-468b-8dd3-911f83625d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205501109140454782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782152055011091404547821520550110914045478215205501109140454782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51114187-ae34-4b66-94cc-be7ccf5220e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62ec703-7223-40cd-886d-ee845f3e4ab0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62ec703-7223-40cd-886d-ee845f3e4ab0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10414014067356925511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511104140140673569255111041401406735692551110414014067356925511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ee51c2-4b22-468b-8dd3-911f83625d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b210908-0646-407c-906c-d207b2edf9cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b210908-0646-407c-906c-d207b2edf9cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337580692416616120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120333758069241661612033375806924166161203337580692416616120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b210908-0646-407c-906c-d207b2edf9cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 601d005c-3133-4b6f-886b-1655a4d8f93d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 601d005c-3133-4b6f-886b-1655a4d8f93d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2875312720601128371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371287531272060112837128753127206011283712875312720601128371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62ec703-7223-40cd-886d-ee845f3e4ab0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ebbf95a-5aca-4281-967e-63653b767d97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ebbf95a-5aca-4281-967e-63653b767d97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15382978572542514363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363153829785725425143631538297857254251436315382978572542514363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ebbf95a-5aca-4281-967e-63653b767d97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 601d005c-3133-4b6f-886b-1655a4d8f93d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0885a6af-8284-43a8-927d-c4a37124a967, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1c4ab58-0c30-4131-9789-62ca8c1fc888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c4ab58-0c30-4131-9789-62ca8c1fc888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13765251631024876140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140137652516310248761401376525163102487614013765251631024876140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0885a6af-8284-43a8-927d-c4a37124a967, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9480404651311246978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978948040465131124697894804046513112469789480404651311246978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c4ab58-0c30-4131-9789-62ca8c1fc888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c65cdd77-a6b1-4cc4-8a12-201335bc91cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65cdd77-a6b1-4cc4-8a12-201335bc91cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1674109926186189906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906167410992618618990616741099261861899061674109926186189906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0885a6af-8284-43a8-927d-c4a37124a967, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50872d5d-3e09-420f-8a02-15ae048a570e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50872d5d-3e09-420f-8a02-15ae048a570e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12849065318833458697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697128490653188334586971284906531883345869712849065318833458697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65cdd77-a6b1-4cc4-8a12-201335bc91cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43ce917f-c358-43ac-8f0b-8f0fc6524f9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ce917f-c358-43ac-8f0b-8f0fc6524f9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713030712195895388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388137130307121958953881371303071219589538813713030712195895388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50872d5d-3e09-420f-8a02-15ae048a570e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 177c86b1-78be-467a-81c0-2124818d09a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 177c86b1-78be-467a-81c0-2124818d09a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17008874668518404033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033170088746685184040331700887466851840403317008874668518404033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ce917f-c358-43ac-8f0b-8f0fc6524f9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861870ee-4aa5-469f-a569-8ca28b05e888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861870ee-4aa5-469f-a569-8ca28b05e888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2616444722066520380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380261644472206652038026164447220665203802616444722066520380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861870ee-4aa5-469f-a569-8ca28b05e888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 942ea9bd-29ca-403f-8950-f5b44565648d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942ea9bd-29ca-403f-8950-f5b44565648d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3569959174223328217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217356995917422332821735699591742233282173569959174223328217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 177c86b1-78be-467a-81c0-2124818d09a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41061c2a-666b-4b8e-be2d-f8e466f6b63c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41061c2a-666b-4b8e-be2d-f8e466f6b63c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11192997188054430414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414111929971880544304141119299718805443041411192997188054430414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942ea9bd-29ca-403f-8950-f5b44565648d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fd4829d-00a9-43b6-84bd-6631221f2409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd4829d-00a9-43b6-84bd-6631221f2409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5691936510205505690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690569193651020550569056919365102055056905691936510205505690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41061c2a-666b-4b8e-be2d-f8e466f6b63c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38d655b1-b383-4021-b7e3-929d2e8e0b45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d655b1-b383-4021-b7e3-929d2e8e0b45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299363596312374918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918629936359631237491862993635963123749186299363596312374918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd4829d-00a9-43b6-84bd-6631221f2409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b64d6e54-c2fb-4a13-8ee8-2876465f5b06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64d6e54-c2fb-4a13-8ee8-2876465f5b06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9592738605265624825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825959273860526562482595927386052656248259592738605265624825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d655b1-b383-4021-b7e3-929d2e8e0b45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7ddeb3e-554e-44c8-9f0a-954b493e0228, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ddeb3e-554e-44c8-9f0a-954b493e0228, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15933229565465565101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101159332295654655651011593322956546556510115933229565465565101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64d6e54-c2fb-4a13-8ee8-2876465f5b06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a198a5-9e3b-404e-ab88-3d086c9ed5d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a198a5-9e3b-404e-ab88-3d086c9ed5d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1490406048101638194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194149040604810163819414904060481016381941490406048101638194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ddeb3e-554e-44c8-9f0a-954b493e0228, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ca2d5b4-d887-4ee3-bcbd-316adb7b530f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca2d5b4-d887-4ee3-bcbd-316adb7b530f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3089545273976634735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735308954527397663473530895452739766347353089545273976634735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a198a5-9e3b-404e-ab88-3d086c9ed5d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50a8c28-0cb9-4de4-93f3-88ab5f33f35a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50a8c28-0cb9-4de4-93f3-88ab5f33f35a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16610796460714100301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301166107964607141003011661079646071410030116610796460714100301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca2d5b4-d887-4ee3-bcbd-316adb7b530f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80951ad2-4a04-4830-a81e-65015451372f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80951ad2-4a04-4830-a81e-65015451372f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371030703129649693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693837103070312964969383710307031296496938371030703129649693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50a8c28-0cb9-4de4-93f3-88ab5f33f35a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d43ad432-0fe0-402b-b0a4-636aa95a1381, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43ad432-0fe0-402b-b0a4-636aa95a1381, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322554145380568042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042322554145380568042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80951ad2-4a04-4830-a81e-65015451372f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 390f865a-eef6-4e84-b9bd-1a07e586bcaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 390f865a-eef6-4e84-b9bd-1a07e586bcaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3539522172020624414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414353952217202062441435395221720206244143539522172020624414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43ad432-0fe0-402b-b0a4-636aa95a1381, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 390f865a-eef6-4e84-b9bd-1a07e586bcaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948354a4-ddb2-4da6-ba36-133ec9b85249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948354a4-ddb2-4da6-ba36-133ec9b85249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16189794805798951854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854161897948057989518541618979480579895185416189794805798951854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56c45907-c55b-414b-b5af-9fde11c4bef5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c45907-c55b-414b-b5af-9fde11c4bef5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962912848853756636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636596291284885375663659629128488537566365962912848853756636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948354a4-ddb2-4da6-ba36-133ec9b85249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5561b9a-41cc-4229-a1b7-28c811e4f68a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5561b9a-41cc-4229-a1b7-28c811e4f68a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5673728334086161737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737567372833408616173756737283340861617375673728334086161737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c45907-c55b-414b-b5af-9fde11c4bef5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e92118f0-5ff8-47b9-9e5b-f7ac158fbcaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92118f0-5ff8-47b9-9e5b-f7ac158fbcaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7128817401620118972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972712881740162011897271288174016201189727128817401620118972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5561b9a-41cc-4229-a1b7-28c811e4f68a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56cd8a9-9e41-4bc7-8763-4991b94d2e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56cd8a9-9e41-4bc7-8763-4991b94d2e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8688758886431173948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948868875888643117394886887588864311739488688758886431173948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92118f0-5ff8-47b9-9e5b-f7ac158fbcaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b668fc-d965-40f6-8478-edc938f392c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b668fc-d965-40f6-8478-edc938f392c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318013136822481504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504931801313682248150493180131368224815049318013136822481504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56cd8a9-9e41-4bc7-8763-4991b94d2e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ef2ff29-1a42-4db0-a1f2-d2113b9589bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ef2ff29-1a42-4db0-a1f2-d2113b9589bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 628712347747405290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290628712347747405290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b668fc-d965-40f6-8478-edc938f392c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4882ea53-6a7e-46cd-90ea-2f95d3892408, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4882ea53-6a7e-46cd-90ea-2f95d3892408, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627312662079368594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594116273126620793685941162731266207936859411627312662079368594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ef2ff29-1a42-4db0-a1f2-d2113b9589bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7125c2d4-ab8c-4bb4-8228-a9bb4fe1199d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7125c2d4-ab8c-4bb4-8228-a9bb4fe1199d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12928999394480471412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412129289993944804714121292899939448047141212928999394480471412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4882ea53-6a7e-46cd-90ea-2f95d3892408, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7689429-bb06-4c27-8990-46d583e770e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7125c2d4-ab8c-4bb4-8228-a9bb4fe1199d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65cba67b-801f-4cad-8db7-6628557eff3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65cba67b-801f-4cad-8db7-6628557eff3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489670473732518807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807144896704737325188071448967047373251880714489670473732518807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7689429-bb06-4c27-8990-46d583e770e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 778187022743880650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650778187022743880650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65cba67b-801f-4cad-8db7-6628557eff3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41fe6697-e1b5-4fb6-bee9-a4060a4af4cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fe6697-e1b5-4fb6-bee9-a4060a4af4cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16514871363748342181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181165148713637483421811651487136374834218116514871363748342181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7689429-bb06-4c27-8990-46d583e770e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e40a9b-1714-4890-991e-6e8e8aa18a32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e40a9b-1714-4890-991e-6e8e8aa18a32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11772778991445153172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172117727789914451531721177277899144515317211772778991445153172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fe6697-e1b5-4fb6-bee9-a4060a4af4cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4375fcdd-7444-48ae-aaff-fd23a57fcc56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4375fcdd-7444-48ae-aaff-fd23a57fcc56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16625541483304000038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038166255414833040000381662554148330400003816625541483304000038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e40a9b-1714-4890-991e-6e8e8aa18a32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6d1885d-163f-4336-947d-c85b8c88fde9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d1885d-163f-4336-947d-c85b8c88fde9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 604436710531357763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763604436710531357763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4375fcdd-7444-48ae-aaff-fd23a57fcc56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b05980ea-a63b-4130-a983-def5d85c25d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b05980ea-a63b-4130-a983-def5d85c25d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10719094901116315191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191107190949011163151911071909490111631519110719094901116315191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d1885d-163f-4336-947d-c85b8c88fde9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dec5872-29f7-4ca6-a355-d2d7a7826d3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dec5872-29f7-4ca6-a355-d2d7a7826d3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14579164863886581503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503145791648638865815031457916486388658150314579164863886581503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b05980ea-a63b-4130-a983-def5d85c25d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a21479d-766c-4e30-8050-e92fd9b7cdb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a21479d-766c-4e30-8050-e92fd9b7cdb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2872286738906484445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445287228673890648444528722867389064844452872286738906484445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dec5872-29f7-4ca6-a355-d2d7a7826d3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1988a39-5770-4249-8607-29b6ad1ee3c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1988a39-5770-4249-8607-29b6ad1ee3c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977562397490628317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317497756239749062831749775623974906283174977562397490628317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a21479d-766c-4e30-8050-e92fd9b7cdb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969fa249-2a59-4796-bd4e-21d9939fdf7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969fa249-2a59-4796-bd4e-21d9939fdf7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8921132031316225955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955892113203131622595589211320313162259558921132031316225955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1988a39-5770-4249-8607-29b6ad1ee3c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13df756e-8e7e-4e40-bf06-6399e0df1f22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13df756e-8e7e-4e40-bf06-6399e0df1f22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318390056715736610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610931839005671573661093183900567157366109318390056715736610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969fa249-2a59-4796-bd4e-21d9939fdf7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f448e4-3c3e-40ab-b050-76a740d6e7fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f448e4-3c3e-40ab-b050-76a740d6e7fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1008080425275195355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355100808042527519535510080804252751953551008080425275195355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13df756e-8e7e-4e40-bf06-6399e0df1f22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daec2bcd-7f70-4db9-9185-7679bf0c71d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daec2bcd-7f70-4db9-9185-7679bf0c71d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 583604592004804879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879583604592004804879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f448e4-3c3e-40ab-b050-76a740d6e7fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d624742-e99a-4dee-b8fb-357e5e6a3a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d624742-e99a-4dee-b8fb-357e5e6a3a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5345950103167032725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725534595010316703272553459501031670327255345950103167032725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daec2bcd-7f70-4db9-9185-7679bf0c71d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321ec05b-e408-4a14-83d1-e64c3663af9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321ec05b-e408-4a14-83d1-e64c3663af9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6463669144690710972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972646366914469071097264636691446907109726463669144690710972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d624742-e99a-4dee-b8fb-357e5e6a3a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdca6dff-1737-4207-8086-3ea94bb5cdc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdca6dff-1737-4207-8086-3ea94bb5cdc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 991252092620219192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192991252092620219192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321ec05b-e408-4a14-83d1-e64c3663af9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdbc8ccf-f3b5-4acd-b9cd-65b0c38db47a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbc8ccf-f3b5-4acd-b9cd-65b0c38db47a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10834286736214324878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878108342867362143248781083428673621432487810834286736214324878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdca6dff-1737-4207-8086-3ea94bb5cdc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 587d3f61-6532-4f47-9e89-6eeb1580b853, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587d3f61-6532-4f47-9e89-6eeb1580b853, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18005393098058517927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927180053930980585179271800539309805851792718005393098058517927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbc8ccf-f3b5-4acd-b9cd-65b0c38db47a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587d3f61-6532-4f47-9e89-6eeb1580b853, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314626ca-1ce1-4d50-af6f-9651021ba490, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3911dad5-4066-457b-abe2-0fcc6fd16695, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3911dad5-4066-457b-abe2-0fcc6fd16695, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788324506739858902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902278832450673985890227883245067398589022788324506739858902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314626ca-1ce1-4d50-af6f-9651021ba490, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12604134543528272122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122126041345435282721221260413454352827212212604134543528272122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3911dad5-4066-457b-abe2-0fcc6fd16695, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b17186-7ace-4a7e-b2c0-6f29049f056c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b17186-7ace-4a7e-b2c0-6f29049f056c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290662823529716497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497112906628235297164971129066282352971649711290662823529716497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314626ca-1ce1-4d50-af6f-9651021ba490, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0321d3-0267-484d-89a5-6cfd06a7ddb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0321d3-0267-484d-89a5-6cfd06a7ddb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15090654475162451758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758150906544751624517581509065447516245175815090654475162451758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b17186-7ace-4a7e-b2c0-6f29049f056c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fd4474e-c8dc-4e8b-b51d-b061a866b418, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd4474e-c8dc-4e8b-b51d-b061a866b418, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5533841238261979533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533553384123826197953355338412382619795335533841238261979533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0321d3-0267-484d-89a5-6cfd06a7ddb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e065f34-7791-464a-9702-68dc0a90eee9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd4474e-c8dc-4e8b-b51d-b061a866b418, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb998e1-5b90-4219-bc7e-16d61a3f0a39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb998e1-5b90-4219-bc7e-16d61a3f0a39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132455708131827006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006181324557081318270061813245570813182700618132455708131827006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e065f34-7791-464a-9702-68dc0a90eee9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804615462079095415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415680461546207909541568046154620790954156804615462079095415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb998e1-5b90-4219-bc7e-16d61a3f0a39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969d12e9-a6aa-41c9-bf1c-2809f7e09947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969d12e9-a6aa-41c9-bf1c-2809f7e09947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5412333313080384885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885541233331308038488554123333130803848855412333313080384885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e065f34-7791-464a-9702-68dc0a90eee9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661da491-b27f-4436-9552-73a59a0842af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661da491-b27f-4436-9552-73a59a0842af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696469311495823477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477106964693114958234771069646931149582347710696469311495823477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969d12e9-a6aa-41c9-bf1c-2809f7e09947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661da491-b27f-4436-9552-73a59a0842af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab219c24-6699-4370-9b46-3053e6dc1c95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab219c24-6699-4370-9b46-3053e6dc1c95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8299950959898599468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468829995095989859946882999509598985994688299950959898599468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ae12dda-0069-427c-a5ba-c8da5c196ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab219c24-6699-4370-9b46-3053e6dc1c95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae12dda-0069-427c-a5ba-c8da5c196ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306293818699770658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658130629381869977065813062938186997706581306293818699770658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 506a24d6-0c20-417d-bccb-9dfc3999c216, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506a24d6-0c20-417d-bccb-9dfc3999c216, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173751502708399021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021171737515027083990211717375150270839902117173751502708399021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae12dda-0069-427c-a5ba-c8da5c196ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506a24d6-0c20-417d-bccb-9dfc3999c216, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89c69b2-971c-416f-95c9-f6a38187f712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89c69b2-971c-416f-95c9-f6a38187f712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12395898985837424940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940123958989858374249401239589898583742494012395898985837424940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 830961ad-9517-4d24-bdc8-df7c222dfc43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830961ad-9517-4d24-bdc8-df7c222dfc43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15053520079084368673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673150535200790843686731505352007908436867315053520079084368673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89c69b2-971c-416f-95c9-f6a38187f712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4224039c-353c-4356-89a9-8b374d967cf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4224039c-353c-4356-89a9-8b374d967cf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16259872709696183432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432162598727096961834321625987270969618343216259872709696183432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830961ad-9517-4d24-bdc8-df7c222dfc43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6c807d-abc9-44ce-aacc-78831ef8fc70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6c807d-abc9-44ce-aacc-78831ef8fc70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126263241651788260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260612626324165178826061262632416517882606126263241651788260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4224039c-353c-4356-89a9-8b374d967cf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1889919a-3686-4464-be52-125d1e7e0284, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1889919a-3686-4464-be52-125d1e7e0284, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530219712061121280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280115302197120611212801153021971206112128011530219712061121280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6c807d-abc9-44ce-aacc-78831ef8fc70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd443bdc-2293-4739-9b2d-4b73beebc1fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd443bdc-2293-4739-9b2d-4b73beebc1fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17158875542789211955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955171588755427892119551715887554278921195517158875542789211955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1889919a-3686-4464-be52-125d1e7e0284, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 128d8831-b6e2-41ee-a7b8-22bfda22e0f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 128d8831-b6e2-41ee-a7b8-22bfda22e0f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12314652057277376365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365123146520572773763651231465205727737636512314652057277376365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd443bdc-2293-4739-9b2d-4b73beebc1fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91b1f835-651e-4238-ab48-5208770fe44b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b1f835-651e-4238-ab48-5208770fe44b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1426378063781827606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606142637806378182760614263780637818276061426378063781827606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 128d8831-b6e2-41ee-a7b8-22bfda22e0f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d99a624-ec24-4a74-b3e4-2194c6ae1a4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d99a624-ec24-4a74-b3e4-2194c6ae1a4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374691607499624531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531737469160749962453173746916074996245317374691607499624531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b1f835-651e-4238-ab48-5208770fe44b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca3c98a7-bd91-4b5e-bc4c-65e7fa94577f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3c98a7-bd91-4b5e-bc4c-65e7fa94577f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854984128600441787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787485498412860044178748549841286004417874854984128600441787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d99a624-ec24-4a74-b3e4-2194c6ae1a4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65eb7d2c-184a-4914-9102-ed6f15dfaf9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65eb7d2c-184a-4914-9102-ed6f15dfaf9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959612556570294694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694149596125565702946941495961255657029469414959612556570294694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3c98a7-bd91-4b5e-bc4c-65e7fa94577f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaeb6738-7252-4813-b633-4ad2fd1beb7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaeb6738-7252-4813-b633-4ad2fd1beb7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14328327968267734770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770143283279682677347701432832796826773477014328327968267734770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65eb7d2c-184a-4914-9102-ed6f15dfaf9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df8b893a-798f-4d84-8ae5-bb89f8711f1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8b893a-798f-4d84-8ae5-bb89f8711f1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838246317749897669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669158382463177498976691583824631774989766915838246317749897669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaeb6738-7252-4813-b633-4ad2fd1beb7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b25c47-b493-45be-8ed7-a669da43d888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b25c47-b493-45be-8ed7-a669da43d888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757830086054456045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045675783008605445604567578300860544560456757830086054456045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8b893a-798f-4d84-8ae5-bb89f8711f1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f808701c-1f88-400a-b07b-e8cf3a5b717d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f808701c-1f88-400a-b07b-e8cf3a5b717d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359300741438830898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898435930074143883089843593007414388308984359300741438830898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b25c47-b493-45be-8ed7-a669da43d888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f808701c-1f88-400a-b07b-e8cf3a5b717d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4f176b8-61eb-4d9e-b742-796f0e8be3b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4f176b8-61eb-4d9e-b742-796f0e8be3b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10963456394565223162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162109634563945652231621096345639456522316210963456394565223162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad3eee1-8e36-403c-baa0-ef23594e17fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad3eee1-8e36-403c-baa0-ef23594e17fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17016308363511193912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912170163083635111939121701630836351119391217016308363511193912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4f176b8-61eb-4d9e-b742-796f0e8be3b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8156cfd8-60ec-4c76-bf46-ab08dc4a72ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8156cfd8-60ec-4c76-bf46-ab08dc4a72ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7253653260131829229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229725365326013182922972536532601318292297253653260131829229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad3eee1-8e36-403c-baa0-ef23594e17fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04881720-497e-4603-8a16-db5d2c911f95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04881720-497e-4603-8a16-db5d2c911f95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11857725374895171054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054118577253748951710541185772537489517105411857725374895171054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8156cfd8-60ec-4c76-bf46-ab08dc4a72ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c402868f-f7d6-4103-a25a-15e94a3f1188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c402868f-f7d6-4103-a25a-15e94a3f1188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183239040284613746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746818323904028461374681832390402846137468183239040284613746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04881720-497e-4603-8a16-db5d2c911f95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbd9f06f-d76d-4de4-a972-bb27f86b2c1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd9f06f-d76d-4de4-a972-bb27f86b2c1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14154739707972931787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787141547397079729317871415473970797293178714154739707972931787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c402868f-f7d6-4103-a25a-15e94a3f1188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cec547c0-5d6c-45d3-bfe7-7d92f9ea355c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd9f06f-d76d-4de4-a972-bb27f86b2c1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec547c0-5d6c-45d3-bfe7-7d92f9ea355c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758324472387507381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381137583244723875073811375832447238750738113758324472387507381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8f9efdf-6bb9-466e-8469-39fce2749013, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f9efdf-6bb9-466e-8469-39fce2749013, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8045514863499476019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019804551486349947601980455148634994760198045514863499476019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec547c0-5d6c-45d3-bfe7-7d92f9ea355c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0099533-c078-4e64-9599-eac2b4298564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0099533-c078-4e64-9599-eac2b4298564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18354709342478026605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605183547093424780266051835470934247802660518354709342478026605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f9efdf-6bb9-466e-8469-39fce2749013, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa8509cf-b1cb-430c-ab10-246de1f8452f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8509cf-b1cb-430c-ab10-246de1f8452f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 336927612905049769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769336927612905049769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0099533-c078-4e64-9599-eac2b4298564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8509cf-b1cb-430c-ab10-246de1f8452f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da83003c-97b0-4a69-95d4-537c6d5f097a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 797c6f70-6668-4c82-aef0-387051108015, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da83003c-97b0-4a69-95d4-537c6d5f097a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243905977642392558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558182439059776423925581824390597764239255818243905977642392558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797c6f70-6668-4c82-aef0-387051108015, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245873129830159093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093182458731298301590931824587312983015909318245873129830159093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da83003c-97b0-4a69-95d4-537c6d5f097a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cdae7c3-41f8-4ca6-bb36-586b3e909d60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cdae7c3-41f8-4ca6-bb36-586b3e909d60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897934269032324568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568789793426903232456878979342690323245687897934269032324568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797c6f70-6668-4c82-aef0-387051108015, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a08bd83-7b1a-4669-b481-94cf865bac33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a08bd83-7b1a-4669-b481-94cf865bac33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17171223199709158725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725171712231997091587251717122319970915872517171223199709158725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cdae7c3-41f8-4ca6-bb36-586b3e909d60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93c19bd1-d83a-4ade-8afb-87ffc57bec22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c19bd1-d83a-4ade-8afb-87ffc57bec22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459195443446872329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329104591954434468723291045919544344687232910459195443446872329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c19bd1-d83a-4ade-8afb-87ffc57bec22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f695f3e0-9d7a-495f-955e-e63c0da77c8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f695f3e0-9d7a-495f-955e-e63c0da77c8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655066511737307511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511165506651173730751116550665117373075111655066511737307511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a08bd83-7b1a-4669-b481-94cf865bac33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6c72b7b-b8e3-456b-854c-adbde09050b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c72b7b-b8e3-456b-854c-adbde09050b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4095535312093101106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106409553531209310110640955353120931011064095535312093101106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f695f3e0-9d7a-495f-955e-e63c0da77c8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097191de-112b-48dd-b25d-90c5b3028e1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097191de-112b-48dd-b25d-90c5b3028e1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15118508181077634906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906151185081810776349061511850818107763490615118508181077634906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c72b7b-b8e3-456b-854c-adbde09050b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78a1b6b2-4f85-4244-98d8-22f9297fb28c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097191de-112b-48dd-b25d-90c5b3028e1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8479cb7-c025-484d-a8a9-a645eca79ebb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a1b6b2-4f85-4244-98d8-22f9297fb28c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3405906308075952569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569340590630807595256934059063080759525693405906308075952569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8479cb7-c025-484d-a8a9-a645eca79ebb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760621234518222602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602576062123451822260257606212345182226025760621234518222602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a1b6b2-4f85-4244-98d8-22f9297fb28c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8479cb7-c025-484d-a8a9-a645eca79ebb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9bf35e-cb67-40ab-846c-1ce80cbd3e8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9bf35e-cb67-40ab-846c-1ce80cbd3e8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813735237142586316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316108137352371425863161081373523714258631610813735237142586316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8531f416-cb4e-4ae2-bcbb-81e80c5493e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8531f416-cb4e-4ae2-bcbb-81e80c5493e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17022607811656439369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369170226078116564393691702260781165643936917022607811656439369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9bf35e-cb67-40ab-846c-1ce80cbd3e8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8531f416-cb4e-4ae2-bcbb-81e80c5493e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe2ec5d-e162-42ab-8e09-00b59280ac3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe2ec5d-e162-42ab-8e09-00b59280ac3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5511235204078541685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685551123520407854168555112352040785416855511235204078541685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d6a8db-bf35-4dfa-91dd-0e689a900679, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d6a8db-bf35-4dfa-91dd-0e689a900679, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12998329542883062211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211129983295428830622111299832954288306221112998329542883062211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe2ec5d-e162-42ab-8e09-00b59280ac3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca36eaa-48a1-4c36-8914-0339b7019b9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca36eaa-48a1-4c36-8914-0339b7019b9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493262417448991281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281124932624174489912811249326241744899128112493262417448991281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d6a8db-bf35-4dfa-91dd-0e689a900679, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0680f1-d9c6-474d-8243-aa8e6db49d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0680f1-d9c6-474d-8243-aa8e6db49d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490331258515486126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126349033125851548612634903312585154861263490331258515486126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca36eaa-48a1-4c36-8914-0339b7019b9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7e80e2-8725-478f-98de-061687343c02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7e80e2-8725-478f-98de-061687343c02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788641144633883353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353278864114463388335327886411446338833532788641144633883353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0680f1-d9c6-474d-8243-aa8e6db49d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d551a918-438f-4b73-ad5f-2471f3204a54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d551a918-438f-4b73-ad5f-2471f3204a54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17829795963349047002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002178297959633490470021782979596334904700217829795963349047002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7e80e2-8725-478f-98de-061687343c02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91082e7d-9abe-4e57-a831-224dd1639a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91082e7d-9abe-4e57-a831-224dd1639a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10431763139259584531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531104317631392595845311043176313925958453110431763139259584531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91082e7d-9abe-4e57-a831-224dd1639a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7f2d58-97f0-4b91-b3dd-55ed61eb0ef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d551a918-438f-4b73-ad5f-2471f3204a54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d6cca7b-402b-4a82-ac1b-62b09ee9bdca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7f2d58-97f0-4b91-b3dd-55ed61eb0ef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14784268480307150639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639147842684803071506391478426848030715063914784268480307150639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6cca7b-402b-4a82-ac1b-62b09ee9bdca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2075871398559575397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397207587139855957539720758713985595753972075871398559575397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6cca7b-402b-4a82-ac1b-62b09ee9bdca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a4309c3-b007-4d7c-a4fd-3890e0e1f943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7f2d58-97f0-4b91-b3dd-55ed61eb0ef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4309c3-b007-4d7c-a4fd-3890e0e1f943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1994193966769000293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293199419396676900029319941939667690002931994193966769000293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 203198ef-98c6-44f4-8753-56982dc779ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203198ef-98c6-44f4-8753-56982dc779ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211423521634965613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613621142352163496561362114235216349656136211423521634965613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4309c3-b007-4d7c-a4fd-3890e0e1f943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11596575-1419-425d-9379-1a691591835e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11596575-1419-425d-9379-1a691591835e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16929154025302764034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034169291540253027640341692915402530276403416929154025302764034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203198ef-98c6-44f4-8753-56982dc779ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82d1febc-db7e-4a4c-862f-a87c157573b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82d1febc-db7e-4a4c-862f-a87c157573b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2453487404954471892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892245348740495447189224534874049544718922453487404954471892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11596575-1419-425d-9379-1a691591835e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f929e96d-eb68-40dd-920b-c47824f44996, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f929e96d-eb68-40dd-920b-c47824f44996, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629956279832766022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022862995627983276602286299562798327660228629956279832766022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82d1febc-db7e-4a4c-862f-a87c157573b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33aec56e-c166-4287-8b0e-3aaa5284e3bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33aec56e-c166-4287-8b0e-3aaa5284e3bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14900740206012258392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392149007402060122583921490074020601225839214900740206012258392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f929e96d-eb68-40dd-920b-c47824f44996, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99989098-8c08-47d6-8227-a2388c75f682, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99989098-8c08-47d6-8227-a2388c75f682, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6663698299976115995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995666369829997611599566636982999761159956663698299976115995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33aec56e-c166-4287-8b0e-3aaa5284e3bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c3eecf2-1c8b-41a2-8cfa-35caad116262, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3eecf2-1c8b-41a2-8cfa-35caad116262, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2889883625610165196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196288988362561016519628898836256101651962889883625610165196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99989098-8c08-47d6-8227-a2388c75f682, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88f747b-41c0-4877-b822-e45fc58b6bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88f747b-41c0-4877-b822-e45fc58b6bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17517105229996929203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203175171052299969292031751710522999692920317517105229996929203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88f747b-41c0-4877-b822-e45fc58b6bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3eecf2-1c8b-41a2-8cfa-35caad116262, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e621163f-ddcb-4161-85f7-1ecf9196dfba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e621163f-ddcb-4161-85f7-1ecf9196dfba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4815317137502449714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714481531713750244971448153171375024497144815317137502449714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40728ac8-dd5e-4288-9723-549536fd0136, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40728ac8-dd5e-4288-9723-549536fd0136, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736614868645536735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735127366148686455367351273661486864553673512736614868645536735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e621163f-ddcb-4161-85f7-1ecf9196dfba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a54adcf-350c-4754-b4b2-f83db56b6dd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a54adcf-350c-4754-b4b2-f83db56b6dd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11612857180661467760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760116128571806614677601161285718066146776011612857180661467760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a54adcf-350c-4754-b4b2-f83db56b6dd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 860e3805-df56-44d7-aef0-829e347ead97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860e3805-df56-44d7-aef0-829e347ead97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 209945374830488144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144209945374830488144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40728ac8-dd5e-4288-9723-549536fd0136, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb62159-0c91-48de-becd-7c3805ade7cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb62159-0c91-48de-becd-7c3805ade7cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461037041915765360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360446103704191576536044610370419157653604461037041915765360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860e3805-df56-44d7-aef0-829e347ead97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a8d6e3-076c-4ebe-b373-17da997b75c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a8d6e3-076c-4ebe-b373-17da997b75c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15328411184495023688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688153284111844950236881532841118449502368815328411184495023688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb62159-0c91-48de-becd-7c3805ade7cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3166665c-d9fe-4ccd-8cec-f306ca2e0724, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3166665c-d9fe-4ccd-8cec-f306ca2e0724, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7708562657964648704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704770856265796464870477085626579646487047708562657964648704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a8d6e3-076c-4ebe-b373-17da997b75c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b03ac3b-3e8c-4255-9bcc-f6961e815649, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b03ac3b-3e8c-4255-9bcc-f6961e815649, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501384505634873979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979145013845056348739791450138450563487397914501384505634873979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3166665c-d9fe-4ccd-8cec-f306ca2e0724, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5325f05d-cecb-461e-9650-bc82c035d9ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5325f05d-cecb-461e-9650-bc82c035d9ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6848929869245079138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138684892986924507913868489298692450791386848929869245079138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b03ac3b-3e8c-4255-9bcc-f6961e815649, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bea7f4-e07c-4f70-98b1-bf3ded85d639, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bea7f4-e07c-4f70-98b1-bf3ded85d639, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6077221882095925577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577607722188209592557760772218820959255776077221882095925577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5325f05d-cecb-461e-9650-bc82c035d9ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b008a644-292f-4f2e-95d4-1b4375db20b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b008a644-292f-4f2e-95d4-1b4375db20b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9059259375145069900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900905925937514506990090592593751450699009059259375145069900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bea7f4-e07c-4f70-98b1-bf3ded85d639, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f17d2e8-f0cc-458c-903b-0771a74fb6ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f17d2e8-f0cc-458c-903b-0771a74fb6ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13777468370617397942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942137774683706173979421377746837061739794213777468370617397942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b008a644-292f-4f2e-95d4-1b4375db20b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3a5451b-08be-4347-b10f-6ce7a76be680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a5451b-08be-4347-b10f-6ce7a76be680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13613186302840756420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420136131863028407564201361318630284075642013613186302840756420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f17d2e8-f0cc-458c-903b-0771a74fb6ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4b5283-7a1f-4d31-bed1-90158bbcf351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4b5283-7a1f-4d31-bed1-90158bbcf351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601572445393920761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761156015724453939207611560157244539392076115601572445393920761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a5451b-08be-4347-b10f-6ce7a76be680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4b5283-7a1f-4d31-bed1-90158bbcf351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3550578-667a-472b-9552-4e68927f8a0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3550578-667a-472b-9552-4e68927f8a0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6580998525852263540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540658099852585226354065809985258522635406580998525852263540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b62b5c2d-91fa-4033-9a5d-7e0f3a7ab5d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62b5c2d-91fa-4033-9a5d-7e0f3a7ab5d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16315685712056335082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082163156857120563350821631568571205633508216315685712056335082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3550578-667a-472b-9552-4e68927f8a0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b136966-91e7-4c2c-96ec-b9e0ac7f3451, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b136966-91e7-4c2c-96ec-b9e0ac7f3451, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279199273982748930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930142791992739827489301427919927398274893014279199273982748930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62b5c2d-91fa-4033-9a5d-7e0f3a7ab5d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f745f4c6-67b2-4590-9a01-1b1d55fc07bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f745f4c6-67b2-4590-9a01-1b1d55fc07bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6680485461748424597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597668048546174842459766804854617484245976680485461748424597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b136966-91e7-4c2c-96ec-b9e0ac7f3451, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 102d80d3-0f57-4a7f-a6d6-5caf1da5aac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 102d80d3-0f57-4a7f-a6d6-5caf1da5aac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13343559762933493578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578133435597629334935781334355976293349357813343559762933493578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f745f4c6-67b2-4590-9a01-1b1d55fc07bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcf023f-5a2b-4fd9-af15-506f47427790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcf023f-5a2b-4fd9-af15-506f47427790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896932781847141356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356189693278184714135618969327818471413561896932781847141356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 102d80d3-0f57-4a7f-a6d6-5caf1da5aac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9b921cb-a831-45a1-9b85-f9f18695c376, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9b921cb-a831-45a1-9b85-f9f18695c376, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921739352382339540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540159217393523823395401592173935238233954015921739352382339540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcf023f-5a2b-4fd9-af15-506f47427790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38e17eb-2c5e-400d-8e7d-d7cbd2300423, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38e17eb-2c5e-400d-8e7d-d7cbd2300423, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11853708194041108012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012118537081940411080121185370819404110801211853708194041108012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9b921cb-a831-45a1-9b85-f9f18695c376, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c87c12-7e57-43b1-bbc1-5313b9da3871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c87c12-7e57-43b1-bbc1-5313b9da3871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9087577791288443065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065908757779128844306590875777912884430659087577791288443065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38e17eb-2c5e-400d-8e7d-d7cbd2300423, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f764bd0-4512-4424-b719-8c47d7a2abc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f764bd0-4512-4424-b719-8c47d7a2abc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7077129091623258833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833707712909162325883370771290916232588337077129091623258833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c87c12-7e57-43b1-bbc1-5313b9da3871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 955aea7c-187d-4a2c-ade6-a45b2ecd0485, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 955aea7c-187d-4a2c-ade6-a45b2ecd0485, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050409230222304625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625160504092302223046251605040923022230462516050409230222304625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f764bd0-4512-4424-b719-8c47d7a2abc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 548e1ca4-ef99-4bb3-bd01-4a8617315c01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548e1ca4-ef99-4bb3-bd01-4a8617315c01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8180226488607978747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747818022648860797874781802264886079787478180226488607978747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 955aea7c-187d-4a2c-ade6-a45b2ecd0485, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d03448e-a145-458a-85c9-8ea2a5f33ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d03448e-a145-458a-85c9-8ea2a5f33ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1808581826300092584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584180858182630009258418085818263000925841808581826300092584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548e1ca4-ef99-4bb3-bd01-4a8617315c01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33842f81-f2b6-4942-89cd-8bce1826a45b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33842f81-f2b6-4942-89cd-8bce1826a45b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5914836837313392135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135591483683731339213559148368373133921355914836837313392135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33842f81-f2b6-4942-89cd-8bce1826a45b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9986214-c5bd-486c-a954-61df09824379, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9986214-c5bd-486c-a954-61df09824379, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13910314493239171142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142139103144932391711421391031449323917114213910314493239171142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9986214-c5bd-486c-a954-61df09824379, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8f5ba29-f5c9-4234-bda9-5e06178c8974, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8f5ba29-f5c9-4234-bda9-5e06178c8974, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9819065287456823244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244981906528745682324498190652874568232449819065287456823244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d03448e-a145-458a-85c9-8ea2a5f33ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab39b28-0189-4923-b434-db24e91779c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab39b28-0189-4923-b434-db24e91779c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6069567816460537419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419606956781646053741960695678164605374196069567816460537419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8f5ba29-f5c9-4234-bda9-5e06178c8974, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba9999ca-ce45-4588-a31b-493423d3d4c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9999ca-ce45-4588-a31b-493423d3d4c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14683874715614230801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801146838747156142308011468387471561423080114683874715614230801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab39b28-0189-4923-b434-db24e91779c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf6c7952-2835-423c-a49a-cf98da990e39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6c7952-2835-423c-a49a-cf98da990e39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 827412537900010176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176827412537900010176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9999ca-ce45-4588-a31b-493423d3d4c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97ed5a08-f82e-48a0-b42c-55aa83d9145e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ed5a08-f82e-48a0-b42c-55aa83d9145e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8873849498394979129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129887384949839497912988738494983949791298873849498394979129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6c7952-2835-423c-a49a-cf98da990e39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e67631c6-f0d1-405c-9386-c81ea6db5584, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67631c6-f0d1-405c-9386-c81ea6db5584, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5581511784153400749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749558151178415340074955815117841534007495581511784153400749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ed5a08-f82e-48a0-b42c-55aa83d9145e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 357bc4ab-3eae-4004-be97-7fd8ad24818a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357bc4ab-3eae-4004-be97-7fd8ad24818a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5985905889870776283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283598590588987077628359859058898707762835985905889870776283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67631c6-f0d1-405c-9386-c81ea6db5584, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61026938-f851-4b3e-99e3-e6e4150150c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61026938-f851-4b3e-99e3-e6e4150150c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205393432932912135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135820539343293291213582053934329329121358205393432932912135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357bc4ab-3eae-4004-be97-7fd8ad24818a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66c007f4-380a-427e-b05c-96a3968279f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c007f4-380a-427e-b05c-96a3968279f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2962526473697716859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859296252647369771685929625264736977168592962526473697716859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61026938-f851-4b3e-99e3-e6e4150150c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c6617ac-749a-480f-bab5-d4ecb6a75f19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6617ac-749a-480f-bab5-d4ecb6a75f19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490312943608685295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295349031294360868529534903129436086852953490312943608685295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c007f4-380a-427e-b05c-96a3968279f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6f4af57-f57d-4bf0-85d6-306c36d9475f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f4af57-f57d-4bf0-85d6-306c36d9475f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1363056996239357592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592136305699623935759213630569962393575921363056996239357592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6617ac-749a-480f-bab5-d4ecb6a75f19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f18da3f2-111c-49db-b326-e9b8ab670f51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f18da3f2-111c-49db-b326-e9b8ab670f51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15967949994521800149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149159679499945218001491596794999452180014915967949994521800149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f4af57-f57d-4bf0-85d6-306c36d9475f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62b3313f-8f0f-4beb-9d33-92a3e5be9691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f18da3f2-111c-49db-b326-e9b8ab670f51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b3313f-8f0f-4beb-9d33-92a3e5be9691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3238900837156571712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712323890083715657171232389008371565717123238900837156571712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89870d2a-c227-4cae-bad7-6de9e815ee4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89870d2a-c227-4cae-bad7-6de9e815ee4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1582091384094424794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794158209138409442479415820913840944247941582091384094424794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b3313f-8f0f-4beb-9d33-92a3e5be9691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eabc65b-9118-4ebf-87ac-841c13ec7d8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eabc65b-9118-4ebf-87ac-841c13ec7d8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6859200464916100014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014685920046491610001468592004649161000146859200464916100014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89870d2a-c227-4cae-bad7-6de9e815ee4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd9e8e8f-773d-4ea6-8484-675216c17578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd9e8e8f-773d-4ea6-8484-675216c17578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908158923324165769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769159081589233241657691590815892332416576915908158923324165769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eabc65b-9118-4ebf-87ac-841c13ec7d8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb46385d-a0d5-4407-959b-33fe6b4f4e3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb46385d-a0d5-4407-959b-33fe6b4f4e3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040715487180379495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495110407154871803794951104071548718037949511040715487180379495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd9e8e8f-773d-4ea6-8484-675216c17578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0b09e6b-69f9-49d2-be81-528a864b5c46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0b09e6b-69f9-49d2-be81-528a864b5c46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914521833261183881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881129145218332611838811291452183326118388112914521833261183881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb46385d-a0d5-4407-959b-33fe6b4f4e3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5920c3c0-0d73-45d4-b201-92b34f334d27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5920c3c0-0d73-45d4-b201-92b34f334d27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14908884394847557579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579149088843948475575791490888439484755757914908884394847557579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0b09e6b-69f9-49d2-be81-528a864b5c46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85dcf1e3-7111-4443-a5c6-8d2b8ec5d0f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85dcf1e3-7111-4443-a5c6-8d2b8ec5d0f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17787294347000136655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655177872943470001366551778729434700013665517787294347000136655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5920c3c0-0d73-45d4-b201-92b34f334d27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a5d0e77-3b08-4248-9b9d-08d940ea3c32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a5d0e77-3b08-4248-9b9d-08d940ea3c32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7406397635831663509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509740639763583166350974063976358316635097406397635831663509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85dcf1e3-7111-4443-a5c6-8d2b8ec5d0f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46a7d548-37f1-422c-8a8b-26a540d6211e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a7d548-37f1-422c-8a8b-26a540d6211e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12038485877698858429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429120384858776988584291203848587769885842912038485877698858429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a5d0e77-3b08-4248-9b9d-08d940ea3c32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a89f289f-3480-4830-8493-f116f4da1d5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89f289f-3480-4830-8493-f116f4da1d5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016526581813379961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961801652658181337996180165265818133799618016526581813379961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a7d548-37f1-422c-8a8b-26a540d6211e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846d5b55-22b8-40ad-aba9-f5d26ce73b51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846d5b55-22b8-40ad-aba9-f5d26ce73b51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4599967218032243085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085459996721803224308545999672180322430854599967218032243085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89f289f-3480-4830-8493-f116f4da1d5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33d5822e-d16a-415b-9b58-683115ca1fbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d5822e-d16a-415b-9b58-683115ca1fbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10758813188892530183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183107588131888925301831075881318889253018310758813188892530183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d5822e-d16a-415b-9b58-683115ca1fbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70868209-85be-4085-8ace-9bb63a1b0325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70868209-85be-4085-8ace-9bb63a1b0325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15325174768725344634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634153251747687253446341532517476872534463415325174768725344634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846d5b55-22b8-40ad-aba9-f5d26ce73b51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08bac97-026b-4f10-910f-79643d12b956, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08bac97-026b-4f10-910f-79643d12b956, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050183043579230641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641205018304357923064120501830435792306412050183043579230641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70868209-85be-4085-8ace-9bb63a1b0325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d603314-f1a5-4ab5-b57a-8079ac4c4c93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08bac97-026b-4f10-910f-79643d12b956, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76580f3d-b99f-4a1a-958c-88b0a019a950, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d603314-f1a5-4ab5-b57a-8079ac4c4c93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152924154298284995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995141529241542982849951415292415429828499514152924154298284995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76580f3d-b99f-4a1a-958c-88b0a019a950, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14391821619353105962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962143918216193531059621439182161935310596214391821619353105962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d603314-f1a5-4ab5-b57a-8079ac4c4c93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3305db65-5326-4dae-aa18-86af3ce25b8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3305db65-5326-4dae-aa18-86af3ce25b8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17169997660125886148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148171699976601258861481716999766012588614817169997660125886148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76580f3d-b99f-4a1a-958c-88b0a019a950, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71b574f2-95fc-4e66-9713-c390c5a4b142, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b574f2-95fc-4e66-9713-c390c5a4b142, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480048877516137612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612154800488775161376121548004887751613761215480048877516137612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3305db65-5326-4dae-aa18-86af3ce25b8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eedd9fa1-25e5-4334-af35-cf7e13e81e78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eedd9fa1-25e5-4334-af35-cf7e13e81e78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10858513526101353835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835108585135261013538351085851352610135383510858513526101353835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b574f2-95fc-4e66-9713-c390c5a4b142, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7718be06-a9c9-4317-8a6d-f8e1454fb823, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7718be06-a9c9-4317-8a6d-f8e1454fb823, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493119480963769193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193124931194809637691931249311948096376919312493119480963769193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eedd9fa1-25e5-4334-af35-cf7e13e81e78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91c8d961-30d4-453c-ad7e-604d1c0826a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c8d961-30d4-453c-ad7e-604d1c0826a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159338850227736500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500115933885022773650011593388502277365001159338850227736500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7718be06-a9c9-4317-8a6d-f8e1454fb823, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e39345-64b5-4033-af0d-62cc0da20c6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e39345-64b5-4033-af0d-62cc0da20c6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634000262431571819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819116340002624315718191163400026243157181911634000262431571819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c8d961-30d4-453c-ad7e-604d1c0826a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e39345-64b5-4033-af0d-62cc0da20c6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d10fd3e-6a3f-4e88-9f2e-0a558654d0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3e50d89-afc4-412a-9e43-b483ce6884ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d10fd3e-6a3f-4e88-9f2e-0a558654d0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16667179303516796732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732166671793035167967321666717930351679673216667179303516796732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e50d89-afc4-412a-9e43-b483ce6884ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011875006942776005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005601187500694277600560118750069427760056011875006942776005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d10fd3e-6a3f-4e88-9f2e-0a558654d0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e71c85-bf86-4673-b2a1-1a7925e95cd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e71c85-bf86-4673-b2a1-1a7925e95cd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2809986941452799747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747280998694145279974728099869414527997472809986941452799747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e50d89-afc4-412a-9e43-b483ce6884ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad6915ed-f093-4dc6-abea-b22ba89483b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad6915ed-f093-4dc6-abea-b22ba89483b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6073469362351180912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912607346936235118091260734693623511809126073469362351180912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e71c85-bf86-4673-b2a1-1a7925e95cd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a925cb82-cda5-4231-bf29-fb1c91f93781, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a925cb82-cda5-4231-bf29-fb1c91f93781, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607796585260355946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946136077965852603559461360779658526035594613607796585260355946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad6915ed-f093-4dc6-abea-b22ba89483b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965c9dfb-50fb-4f85-89b9-08f2b9c84c8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965c9dfb-50fb-4f85-89b9-08f2b9c84c8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 132847726406250138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138132847726406250138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a925cb82-cda5-4231-bf29-fb1c91f93781, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 729eacc4-2db2-474a-946f-3adc3a4b59fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729eacc4-2db2-474a-946f-3adc3a4b59fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502185062649557896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896450218506264955789645021850626495578964502185062649557896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965c9dfb-50fb-4f85-89b9-08f2b9c84c8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dcc1a0-e0d6-4407-b049-2038713dce80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dcc1a0-e0d6-4407-b049-2038713dce80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13051046719051155040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040130510467190511550401305104671905115504013051046719051155040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729eacc4-2db2-474a-946f-3adc3a4b59fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eec7b289-d3b8-4af6-bd54-5f5218c1e4a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec7b289-d3b8-4af6-bd54-5f5218c1e4a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2280477549840623597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597228047754984062359722804775498406235972280477549840623597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dcc1a0-e0d6-4407-b049-2038713dce80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 373f9db2-c74c-490d-bb88-b556aa07400d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373f9db2-c74c-490d-bb88-b556aa07400d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356555204756476358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358435655520475647635843565552047564763584356555204756476358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec7b289-d3b8-4af6-bd54-5f5218c1e4a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb82bc3d-b8c8-498e-97e5-14cc8f4831c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb82bc3d-b8c8-498e-97e5-14cc8f4831c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374453949358845471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471173744539493588454711737445394935884547117374453949358845471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373f9db2-c74c-490d-bb88-b556aa07400d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d4a1b10-0ae5-4345-9a67-9f6052e74031, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4a1b10-0ae5-4345-9a67-9f6052e74031, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4846371915855150802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802484637191585515080248463719158551508024846371915855150802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb82bc3d-b8c8-498e-97e5-14cc8f4831c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e2a8fb0-7eb9-456b-8ee5-ec470cbffae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e2a8fb0-7eb9-456b-8ee5-ec470cbffae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11007064242006385598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598110070642420063855981100706424200638559811007064242006385598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4a1b10-0ae5-4345-9a67-9f6052e74031, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e38b4df-ee79-4515-9d4a-52e57293dad6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e38b4df-ee79-4515-9d4a-52e57293dad6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14972373206147849841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841149723732061478498411497237320614784984114972373206147849841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e2a8fb0-7eb9-456b-8ee5-ec470cbffae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f0c051b-b054-485b-8d08-10db52830a99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f0c051b-b054-485b-8d08-10db52830a99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15120616657485871718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718151206166574858717181512061665748587171815120616657485871718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e38b4df-ee79-4515-9d4a-52e57293dad6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39163c24-8b2d-482a-bc12-a269831d8a39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39163c24-8b2d-482a-bc12-a269831d8a39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8707973342304409143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143870797334230440914387079733423044091438707973342304409143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f0c051b-b054-485b-8d08-10db52830a99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a2c487e-b35c-42a3-8131-fef48c39bcdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2c487e-b35c-42a3-8131-fef48c39bcdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11669028957033499815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815116690289570334998151166902895703349981511669028957033499815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39163c24-8b2d-482a-bc12-a269831d8a39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97a4e84-ac53-4b58-b630-f4540a78ae69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97a4e84-ac53-4b58-b630-f4540a78ae69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14014596086692970354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354140145960866929703541401459608669297035414014596086692970354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2c487e-b35c-42a3-8131-fef48c39bcdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a33035e-e5e6-4161-aeae-bbb1af06c34c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97a4e84-ac53-4b58-b630-f4540a78ae69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b19e0da2-a22d-48d7-bf94-df7445b31104, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a33035e-e5e6-4161-aeae-bbb1af06c34c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15414758448775647245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245154147584487756472451541475844877564724515414758448775647245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19e0da2-a22d-48d7-bf94-df7445b31104, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2522301978445416811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811252230197844541681125223019784454168112522301978445416811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a33035e-e5e6-4161-aeae-bbb1af06c34c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 828d2540-cc22-43f9-aed3-90f80a69f258, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 828d2540-cc22-43f9-aed3-90f80a69f258, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5863374091990857229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229586337409199085722958633740919908572295863374091990857229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19e0da2-a22d-48d7-bf94-df7445b31104, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5e3aa7-d42e-46c1-9c71-3337c631a13e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5e3aa7-d42e-46c1-9c71-3337c631a13e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6114781375594993393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393611478137559499339361147813755949933936114781375594993393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 828d2540-cc22-43f9-aed3-90f80a69f258, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, debfd570-0263-4691-b51e-4a6902d1ad85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debfd570-0263-4691-b51e-4a6902d1ad85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16005829876337921271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271160058298763379212711600582987633792127116005829876337921271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5e3aa7-d42e-46c1-9c71-3337c631a13e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d771ac38-1246-488c-89a8-d91d602a751f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d771ac38-1246-488c-89a8-d91d602a751f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171505930086110856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856141715059300861108561417150593008611085614171505930086110856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debfd570-0263-4691-b51e-4a6902d1ad85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3ae056c-3508-40bb-a58b-aa98eebd51db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ae056c-3508-40bb-a58b-aa98eebd51db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 19617834131184433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433196178341311844331961783413118443319617834131184433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d771ac38-1246-488c-89a8-d91d602a751f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b289ef30-a1a1-47f3-bb4c-85316b2ee240, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b289ef30-a1a1-47f3-bb4c-85316b2ee240, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297155555477165898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898182971555554771658981829715555547716589818297155555477165898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ae056c-3508-40bb-a58b-aa98eebd51db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1217dc14-fef0-47c3-beed-aaaba1ab69f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1217dc14-fef0-47c3-beed-aaaba1ab69f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828184862505359831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831128281848625053598311282818486250535983112828184862505359831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b289ef30-a1a1-47f3-bb4c-85316b2ee240, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac20dcd-126f-4a16-ba50-69d3a39dc39e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac20dcd-126f-4a16-ba50-69d3a39dc39e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679502742849251623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623967950274284925162396795027428492516239679502742849251623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1217dc14-fef0-47c3-beed-aaaba1ab69f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbb006d-99d9-4420-a98b-e94a068e4f15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbb006d-99d9-4420-a98b-e94a068e4f15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498737239796599940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940144987372397965999401449873723979659994014498737239796599940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac20dcd-126f-4a16-ba50-69d3a39dc39e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7769795-1a74-4fd2-8431-72ee3fecf051, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7769795-1a74-4fd2-8431-72ee3fecf051, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 840298132975791197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197840298132975791197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbb006d-99d9-4420-a98b-e94a068e4f15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 360559b5-f8f2-4c28-8ff8-fad74162d658, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 360559b5-f8f2-4c28-8ff8-fad74162d658, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9796504390365537903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903979650439036553790397965043903655379039796504390365537903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7769795-1a74-4fd2-8431-72ee3fecf051, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84681276-953c-4165-8919-ac707433de6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84681276-953c-4165-8919-ac707433de6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5322714840089982506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506532271484008998250653227148400899825065322714840089982506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 360559b5-f8f2-4c28-8ff8-fad74162d658, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 158b12b3-765c-4b3e-a338-1659595a7f73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158b12b3-765c-4b3e-a338-1659595a7f73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387151581974607883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883138715158197460788313871515819746078831387151581974607883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84681276-953c-4165-8919-ac707433de6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbcc9d36-cef2-424a-98aa-98c86aa949cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbcc9d36-cef2-424a-98aa-98c86aa949cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13361214021206189675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675133612140212061896751336121402120618967513361214021206189675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158b12b3-765c-4b3e-a338-1659595a7f73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b80da57-b9a8-4689-8074-969d49594d88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b80da57-b9a8-4689-8074-969d49594d88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3846574296387748353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353384657429638774835338465742963877483533846574296387748353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b80da57-b9a8-4689-8074-969d49594d88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7f0baa4-2849-444f-add3-7728c8bb7f26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f0baa4-2849-444f-add3-7728c8bb7f26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3542501336153030202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202354250133615303020235425013361530302023542501336153030202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbcc9d36-cef2-424a-98aa-98c86aa949cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b0566d-1b99-487d-a124-fd2797c2bce2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b0566d-1b99-487d-a124-fd2797c2bce2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4482836171378760586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586448283617137876058644828361713787605864482836171378760586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f0baa4-2849-444f-add3-7728c8bb7f26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 483b94c8-fa35-4b0b-bc87-6efad034ba29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483b94c8-fa35-4b0b-bc87-6efad034ba29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17597609665108997591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591175976096651089975911759760966510899759117597609665108997591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b0566d-1b99-487d-a124-fd2797c2bce2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcea5f2c-fa84-451b-bc12-6e97fb037c2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea5f2c-fa84-451b-bc12-6e97fb037c2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 888315220439761839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839888315220439761839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483b94c8-fa35-4b0b-bc87-6efad034ba29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac087d69-0dff-423a-88b8-6b41cfa4eeb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac087d69-0dff-423a-88b8-6b41cfa4eeb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926489005919892289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289592648900591989228959264890059198922895926489005919892289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea5f2c-fa84-451b-bc12-6e97fb037c2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7412390-7a3c-433c-8671-f81b0407ccef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7412390-7a3c-433c-8671-f81b0407ccef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16998008578240564709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709169980085782405647091699800857824056470916998008578240564709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7412390-7a3c-433c-8671-f81b0407ccef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89ba1f2d-51b3-4251-82eb-3abbcc141196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ba1f2d-51b3-4251-82eb-3abbcc141196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8701606135594446231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231870160613559444623187016061355944462318701606135594446231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac087d69-0dff-423a-88b8-6b41cfa4eeb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a887a52e-5269-471c-a4e8-eed44e41478c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a887a52e-5269-471c-a4e8-eed44e41478c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8155990246072065596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596815599024607206559681559902460720655968155990246072065596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ba1f2d-51b3-4251-82eb-3abbcc141196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3681f6ec-1fdd-4595-a423-c1f43567f8d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3681f6ec-1fdd-4595-a423-c1f43567f8d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8801507293954600224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224880150729395460022488015072939546002248801507293954600224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a887a52e-5269-471c-a4e8-eed44e41478c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b54c6805-868d-482b-9136-74a85db4d9b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54c6805-868d-482b-9136-74a85db4d9b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918950057959822742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742169189500579598227421691895005795982274216918950057959822742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3681f6ec-1fdd-4595-a423-c1f43567f8d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75ad20c-e9d2-4474-a8b2-7e4bf1c1aa2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54c6805-868d-482b-9136-74a85db4d9b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46dc0a1e-1f98-4284-9928-90e542e80a88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75ad20c-e9d2-4474-a8b2-7e4bf1c1aa2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390729400200028080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080239072940020002808023907294002000280802390729400200028080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46dc0a1e-1f98-4284-9928-90e542e80a88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10135111495552948213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213101351114955529482131013511149555294821310135111495552948213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75ad20c-e9d2-4474-a8b2-7e4bf1c1aa2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f73ead28-afe1-4c9b-a789-830d7ba750d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f73ead28-afe1-4c9b-a789-830d7ba750d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996614999358973212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212899661499935897321289966149993589732128996614999358973212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46dc0a1e-1f98-4284-9928-90e542e80a88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be8a0604-de31-4c22-9a07-ecbf9d9b1f0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8a0604-de31-4c22-9a07-ecbf9d9b1f0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4715634754619343730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730471563475461934373047156347546193437304715634754619343730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f73ead28-afe1-4c9b-a789-830d7ba750d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b1f750-70dc-4548-9375-ec734f91e8e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b1f750-70dc-4548-9375-ec734f91e8e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6751477347231811616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616675147734723181161667514773472318116166751477347231811616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8a0604-de31-4c22-9a07-ecbf9d9b1f0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 103592e9-8aae-4afc-9d42-7d2f792dabf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 103592e9-8aae-4afc-9d42-7d2f792dabf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508970269861912038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038105089702698619120381050897026986191203810508970269861912038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b1f750-70dc-4548-9375-ec734f91e8e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 681d5ac1-b2df-4df7-8e34-68ee7ee0a0df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681d5ac1-b2df-4df7-8e34-68ee7ee0a0df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718535258025259002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002471853525802525900247185352580252590024718535258025259002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 103592e9-8aae-4afc-9d42-7d2f792dabf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1097277-593f-4b39-aba9-013dc17c7d07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1097277-593f-4b39-aba9-013dc17c7d07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521349210614731393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393155213492106147313931552134921061473139315521349210614731393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681d5ac1-b2df-4df7-8e34-68ee7ee0a0df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b09a866d-0777-455e-ba2e-67224a16ec5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09a866d-0777-455e-ba2e-67224a16ec5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735603738733950734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734127356037387339507341273560373873395073412735603738733950734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1097277-593f-4b39-aba9-013dc17c7d07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00e82e80-4192-4ed8-a645-29c2e9b6e9f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e82e80-4192-4ed8-a645-29c2e9b6e9f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4601871423680422744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744460187142368042274446018714236804227444601871423680422744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09a866d-0777-455e-ba2e-67224a16ec5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aefef2d7-d1d6-47b1-a547-7096e65ddf23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aefef2d7-d1d6-47b1-a547-7096e65ddf23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 535390255101768656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656535390255101768656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e82e80-4192-4ed8-a645-29c2e9b6e9f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b309e721-7e7f-4526-8603-d1a23fb41312, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aefef2d7-d1d6-47b1-a547-7096e65ddf23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b309e721-7e7f-4526-8603-d1a23fb41312, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8546438329301718539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539854643832930171853985464383293017185398546438329301718539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c66afb6b-6385-45de-a48c-4b3cb4f1c852, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c66afb6b-6385-45de-a48c-4b3cb4f1c852, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561115648407719471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471561115648407719471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b309e721-7e7f-4526-8603-d1a23fb41312, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc384523-c2fa-43b7-9725-f8267347f4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc384523-c2fa-43b7-9725-f8267347f4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572532462960356801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801257253246296035680125725324629603568012572532462960356801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c66afb6b-6385-45de-a48c-4b3cb4f1c852, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afac483a-692d-443c-8ba1-170fcfc50cc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afac483a-692d-443c-8ba1-170fcfc50cc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9605111503114863035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035960511150311486303596051115031148630359605111503114863035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc384523-c2fa-43b7-9725-f8267347f4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be48c004-26da-4872-a763-5d459d998f57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afac483a-692d-443c-8ba1-170fcfc50cc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6301ac9-5b8a-4f29-b6ce-f15c81b4d239, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6301ac9-5b8a-4f29-b6ce-f15c81b4d239, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15372782057362613261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261153727820573626132611537278205736261326115372782057362613261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be48c004-26da-4872-a763-5d459d998f57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520205641127454743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743452020564112745474345202056411274547434520205641127454743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be48c004-26da-4872-a763-5d459d998f57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e16783b-7ba9-452a-b66c-25ddd16b1ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e16783b-7ba9-452a-b66c-25ddd16b1ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14998201953070018265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265149982019530700182651499820195307001826514998201953070018265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6301ac9-5b8a-4f29-b6ce-f15c81b4d239, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7d024c3-51d6-4e82-847c-564a162ea1e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d024c3-51d6-4e82-847c-564a162ea1e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17506215025573343253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253175062150255733432531750621502557334325317506215025573343253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e16783b-7ba9-452a-b66c-25ddd16b1ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3af25b6e-1d2f-4605-9901-bf0dd13d2d21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af25b6e-1d2f-4605-9901-bf0dd13d2d21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492654836611888636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636164926548366118886361649265483661188863616492654836611888636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d024c3-51d6-4e82-847c-564a162ea1e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f566a44c-80a5-4638-a1ff-3900d7a76ad9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af25b6e-1d2f-4605-9901-bf0dd13d2d21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f566a44c-80a5-4638-a1ff-3900d7a76ad9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15481249061912529732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732154812490619125297321548124906191252973215481249061912529732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 412b963c-0760-48fb-b4ba-3a7a7f3b6227, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412b963c-0760-48fb-b4ba-3a7a7f3b6227, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943277350793298354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354119432773507932983541194327735079329835411943277350793298354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f566a44c-80a5-4638-a1ff-3900d7a76ad9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412b963c-0760-48fb-b4ba-3a7a7f3b6227, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb72b6f-480d-42e3-a28b-9bc9b01f7fb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb72b6f-480d-42e3-a28b-9bc9b01f7fb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253863198886792269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269425386319888679226942538631988867922694253863198886792269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e696afb1-c938-4b55-8bde-f5f6b8526a46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e696afb1-c938-4b55-8bde-f5f6b8526a46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8040040825451531429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429804004082545153142980400408254515314298040040825451531429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb72b6f-480d-42e3-a28b-9bc9b01f7fb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b09e292a-3ed8-409e-8c73-503bd512a049, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09e292a-3ed8-409e-8c73-503bd512a049, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3031074712102574179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179303107471210257417930310747121025741793031074712102574179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e696afb1-c938-4b55-8bde-f5f6b8526a46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b44cb13-e785-41f8-92c9-531f4e090bb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b44cb13-e785-41f8-92c9-531f4e090bb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207853451070848490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490112078534510708484901120785345107084849011207853451070848490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09e292a-3ed8-409e-8c73-503bd512a049, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe979b7a-4c14-43e8-9c70-0b4a7d2b34ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe979b7a-4c14-43e8-9c70-0b4a7d2b34ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1197544588668814638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638119754458866881463811975445886688146381197544588668814638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b44cb13-e785-41f8-92c9-531f4e090bb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd7ca8c-60ac-43e6-9fd7-1ab1ebe656b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe979b7a-4c14-43e8-9c70-0b4a7d2b34ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 789bce3c-d940-4765-b01f-53bc4f81adf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789bce3c-d940-4765-b01f-53bc4f81adf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6651600403759364938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938665160040375936493866516004037593649386651600403759364938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd7ca8c-60ac-43e6-9fd7-1ab1ebe656b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12745019034744443588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588127450190347444435881274501903474444358812745019034744443588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789bce3c-d940-4765-b01f-53bc4f81adf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21a9daeb-efd1-436e-b52e-aa4ef8373a09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a9daeb-efd1-436e-b52e-aa4ef8373a09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545361851060578931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931145453618510605789311454536185106057893114545361851060578931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd7ca8c-60ac-43e6-9fd7-1ab1ebe656b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee4102b-84ee-4da8-891b-d8c48e8a8552, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee4102b-84ee-4da8-891b-d8c48e8a8552, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2801700384085557864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864280170038408555786428017003840855578642801700384085557864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a9daeb-efd1-436e-b52e-aa4ef8373a09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aacb986-4d09-4728-b998-57e22088838a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aacb986-4d09-4728-b998-57e22088838a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8429317373963212324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324842931737396321232484293173739632123248429317373963212324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee4102b-84ee-4da8-891b-d8c48e8a8552, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944762e4-715b-49d3-b27f-689897f3f445, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944762e4-715b-49d3-b27f-689897f3f445, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1080735010712324918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918108073501071232491810807350107123249181080735010712324918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aacb986-4d09-4728-b998-57e22088838a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d64fa148-3e2b-471c-9604-12419fd899c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d64fa148-3e2b-471c-9604-12419fd899c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17298200945438172902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902172982009454381729021729820094543817290217298200945438172902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944762e4-715b-49d3-b27f-689897f3f445, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f113b28-9af6-4784-9f71-b7b3f7b384f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f113b28-9af6-4784-9f71-b7b3f7b384f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984557769332497776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776398455776933249777639845577693324977763984557769332497776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d64fa148-3e2b-471c-9604-12419fd899c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3c962c-c2b6-422c-9ad4-9ee5b2f69868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3c962c-c2b6-422c-9ad4-9ee5b2f69868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661907795502738858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858136619077955027388581366190779550273885813661907795502738858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f113b28-9af6-4784-9f71-b7b3f7b384f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68026d08-fa4a-470a-9426-2757c322acd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68026d08-fa4a-470a-9426-2757c322acd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8504222138262348678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678850422213826234867885042221382623486788504222138262348678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3c962c-c2b6-422c-9ad4-9ee5b2f69868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66f43eb7-1557-4588-baf3-08393e8084e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f43eb7-1557-4588-baf3-08393e8084e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2954003766184529624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624295400376618452962429540037661845296242954003766184529624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68026d08-fa4a-470a-9426-2757c322acd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3f644a-f016-4597-a249-25c8c77146e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3f644a-f016-4597-a249-25c8c77146e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5303836440956874800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800530383644095687480053038364409568748005303836440956874800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f43eb7-1557-4588-baf3-08393e8084e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 101178b3-71b3-4de0-8d0a-cc703bfcf854, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 101178b3-71b3-4de0-8d0a-cc703bfcf854, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15738589090335764190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190157385890903357641901573858909033576419015738589090335764190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3f644a-f016-4597-a249-25c8c77146e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57bfe9f3-1d1e-4f0d-831d-349cbcb8fdda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57bfe9f3-1d1e-4f0d-831d-349cbcb8fdda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 79317803786439525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525793178037864395257931780378643952579317803786439525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 101178b3-71b3-4de0-8d0a-cc703bfcf854, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c97a28b6-0b5c-424c-87af-897498b6d857, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97a28b6-0b5c-424c-87af-897498b6d857, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898807060580171549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549689880706058017154968988070605801715496898807060580171549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57bfe9f3-1d1e-4f0d-831d-349cbcb8fdda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a540f6-6dab-4c36-8233-64b7470918f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a540f6-6dab-4c36-8233-64b7470918f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209042073866413469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469720904207386641346972090420738664134697209042073866413469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a540f6-6dab-4c36-8233-64b7470918f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c6802a2-9f23-46fe-ad60-a99e5e9c5d36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97a28b6-0b5c-424c-87af-897498b6d857, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d429fa-f17d-41a1-a70b-b9b57e2bea1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6802a2-9f23-46fe-ad60-a99e5e9c5d36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9368979729253404904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904936897972925340490493689797292534049049368979729253404904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d429fa-f17d-41a1-a70b-b9b57e2bea1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1365184798511055651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651136518479851105565113651847985110556511365184798511055651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d429fa-f17d-41a1-a70b-b9b57e2bea1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6802a2-9f23-46fe-ad60-a99e5e9c5d36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b649e81c-69c5-4784-83fc-1104c5e36425, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b649e81c-69c5-4784-83fc-1104c5e36425, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980056387957851210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210119800563879578512101198005638795785121011980056387957851210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265b81ab-4016-4568-86b8-4ec95646d364, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265b81ab-4016-4568-86b8-4ec95646d364, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3422247257273169667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667342224725727316966734222472572731696673422247257273169667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b649e81c-69c5-4784-83fc-1104c5e36425, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb1b5cf-edf4-4ee0-9cb5-e3d36de00f02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb1b5cf-edf4-4ee0-9cb5-e3d36de00f02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509890031830648574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574155098900318306485741550989003183064857415509890031830648574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265b81ab-4016-4568-86b8-4ec95646d364, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4707c469-9c6c-481b-9cd0-3510e7a00d08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4707c469-9c6c-481b-9cd0-3510e7a00d08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6104447828878708321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321610444782887870832161044478288787083216104447828878708321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb1b5cf-edf4-4ee0-9cb5-e3d36de00f02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2f7b974-7837-4009-923e-9407a2507abc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f7b974-7837-4009-923e-9407a2507abc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15711404945700858295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295157114049457008582951571140494570085829515711404945700858295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4707c469-9c6c-481b-9cd0-3510e7a00d08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc78360-2ac1-4f77-ab14-74a7dcec4252, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc78360-2ac1-4f77-ab14-74a7dcec4252, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3648382507561070504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504364838250756107050436483825075610705043648382507561070504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f7b974-7837-4009-923e-9407a2507abc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36c6c2ce-98be-4d1b-962c-c91be091f111, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36c6c2ce-98be-4d1b-962c-c91be091f111, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13759821340065208880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880137598213400652088801375982134006520888013759821340065208880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc78360-2ac1-4f77-ab14-74a7dcec4252, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f306d47-f526-45e7-918a-f85d5e3625a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f306d47-f526-45e7-918a-f85d5e3625a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 418263498583973225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225418263498583973225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36c6c2ce-98be-4d1b-962c-c91be091f111, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968ef8d7-ab85-4a5f-94f3-f848af48315a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968ef8d7-ab85-4a5f-94f3-f848af48315a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1811098270130421166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166181109827013042116618110982701304211661811098270130421166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f306d47-f526-45e7-918a-f85d5e3625a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb8a883-d18a-47b5-8d4b-6411c9290afc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb8a883-d18a-47b5-8d4b-6411c9290afc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8602930162116882986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986860293016211688298686029301621168829868602930162116882986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968ef8d7-ab85-4a5f-94f3-f848af48315a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5de182-ff57-48fa-92a3-64ddb750eb82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5de182-ff57-48fa-92a3-64ddb750eb82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13097537574342849713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713130975375743428497131309753757434284971313097537574342849713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb8a883-d18a-47b5-8d4b-6411c9290afc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a63bfa8-2f01-4f77-a0c3-8378d066ef10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a63bfa8-2f01-4f77-a0c3-8378d066ef10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812555320472811866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866128125553204728118661281255532047281186612812555320472811866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5de182-ff57-48fa-92a3-64ddb750eb82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a361f46a-e0fb-4f9e-938b-f622f46e09e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a361f46a-e0fb-4f9e-938b-f622f46e09e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8719792923294225804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804871979292329422580487197929232942258048719792923294225804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a63bfa8-2f01-4f77-a0c3-8378d066ef10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96a8ef5-ce6c-4fff-9cd8-73fd8d16e2eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96a8ef5-ce6c-4fff-9cd8-73fd8d16e2eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17430615154842478625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625174306151548424786251743061515484247862517430615154842478625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a361f46a-e0fb-4f9e-938b-f622f46e09e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6af7e635-3cd2-42d3-9243-63fc07ba9f26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af7e635-3cd2-42d3-9243-63fc07ba9f26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3110675383222054969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969311067538322205496931106753832220549693110675383222054969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96a8ef5-ce6c-4fff-9cd8-73fd8d16e2eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be916fa7-9097-4487-b3c1-107ad669af27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be916fa7-9097-4487-b3c1-107ad669af27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6719117919167764347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347671911791916776434767191179191677643476719117919167764347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af7e635-3cd2-42d3-9243-63fc07ba9f26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3862a6e0-1dd8-4169-934d-fa140a788758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3862a6e0-1dd8-4169-934d-fa140a788758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956591233933972298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298956591233933972298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be916fa7-9097-4487-b3c1-107ad669af27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d976b1aa-c24c-459f-90e2-6aa0d8aa9dbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d976b1aa-c24c-459f-90e2-6aa0d8aa9dbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3516398297416837771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771351639829741683777135163982974168377713516398297416837771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3862a6e0-1dd8-4169-934d-fa140a788758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ba98f9-fbae-447c-8ec2-3f12fcb8a8c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ba98f9-fbae-447c-8ec2-3f12fcb8a8c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14256840599412034775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775142568405994120347751425684059941203477514256840599412034775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d976b1aa-c24c-459f-90e2-6aa0d8aa9dbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4682ad5d-3a42-4432-b5ac-2922f20fed17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4682ad5d-3a42-4432-b5ac-2922f20fed17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12244549124609776347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347122445491246097763471224454912460977634712244549124609776347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ba98f9-fbae-447c-8ec2-3f12fcb8a8c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81057d5d-b4c6-43ba-8182-068924b8ae9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81057d5d-b4c6-43ba-8182-068924b8ae9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8050981501200387396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396805098150120038739680509815012003873968050981501200387396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4682ad5d-3a42-4432-b5ac-2922f20fed17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637c62f8-f326-40be-809f-f608cec7d4e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637c62f8-f326-40be-809f-f608cec7d4e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055027650260359946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946605502765026035994660550276502603599466055027650260359946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81057d5d-b4c6-43ba-8182-068924b8ae9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2630c825-239d-4376-b041-b3e9dc5457d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2630c825-239d-4376-b041-b3e9dc5457d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544190079717295492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492754419007971729549275441900797172954927544190079717295492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637c62f8-f326-40be-809f-f608cec7d4e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a618eafc-df96-4b6c-8bd1-af771c1e3f67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2630c825-239d-4376-b041-b3e9dc5457d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a618eafc-df96-4b6c-8bd1-af771c1e3f67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2519549177496794365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365251954917749679436525195491774967943652519549177496794365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4daa3c10-6a28-44d7-be37-abe8419187d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daa3c10-6a28-44d7-be37-abe8419187d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2273215386097748751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751227321538609774875122732153860977487512273215386097748751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a618eafc-df96-4b6c-8bd1-af771c1e3f67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2b6a207-b9e3-4798-9c24-28a377316e20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b6a207-b9e3-4798-9c24-28a377316e20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14761624086577287609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609147616240865772876091476162408657728760914761624086577287609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daa3c10-6a28-44d7-be37-abe8419187d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a71842a6-6eb3-4062-ace5-8eb9710b7082, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71842a6-6eb3-4062-ace5-8eb9710b7082, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12986275328263339542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542129862753282633395421298627532826333954212986275328263339542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b6a207-b9e3-4798-9c24-28a377316e20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71842a6-6eb3-4062-ace5-8eb9710b7082, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c6bdf1-643f-49f3-aead-05f52b7e0dff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cbaaf1b-d55f-4acc-8698-b7b5df13a5d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbaaf1b-d55f-4acc-8698-b7b5df13a5d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12903333984116728373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373129033339841167283731290333398411672837312903333984116728373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c6bdf1-643f-49f3-aead-05f52b7e0dff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8038619260785654432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432803861926078565443280386192607856544328038619260785654432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbaaf1b-d55f-4acc-8698-b7b5df13a5d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78042700-4ec4-4151-844b-a2834c1eba85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c6bdf1-643f-49f3-aead-05f52b7e0dff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78042700-4ec4-4151-844b-a2834c1eba85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 923613901226610353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353923613901226610353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aca398bd-987c-430b-80d1-38aeaf144d44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca398bd-987c-430b-80d1-38aeaf144d44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461126662608096916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916174611266626080969161746112666260809691617461126662608096916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca398bd-987c-430b-80d1-38aeaf144d44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90f8a456-2dd2-4e83-b670-4b546f0dd226, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90f8a456-2dd2-4e83-b670-4b546f0dd226, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 176306241083099530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530176306241083099530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78042700-4ec4-4151-844b-a2834c1eba85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d7b583b-020a-4002-9de8-b4f2fd78a834, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7b583b-020a-4002-9de8-b4f2fd78a834, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11547776209455893740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740115477762094558937401154777620945589374011547776209455893740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90f8a456-2dd2-4e83-b670-4b546f0dd226, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9e2e4d-5115-4ae2-9d95-442b3a2be964, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9e2e4d-5115-4ae2-9d95-442b3a2be964, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18085085581975562969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969180850855819755629691808508558197556296918085085581975562969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7b583b-020a-4002-9de8-b4f2fd78a834, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b58317c-b71f-42b2-9e47-12a4ff24b5af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9e2e4d-5115-4ae2-9d95-442b3a2be964, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b58317c-b71f-42b2-9e47-12a4ff24b5af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17376891271285505304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304173768912712855053041737689127128550530417376891271285505304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fca0160-85c8-4304-a9ae-75f4719e0906, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fca0160-85c8-4304-a9ae-75f4719e0906, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5871587134663560756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756587158713466356075658715871346635607565871587134663560756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b58317c-b71f-42b2-9e47-12a4ff24b5af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fca0160-85c8-4304-a9ae-75f4719e0906, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eee17a9-9338-41f1-a910-346a37fba165, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e25decce-a65e-44c5-8f4f-b49512163a70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eee17a9-9338-41f1-a910-346a37fba165, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4345619881660414126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126434561988166041412643456198816604141264345619881660414126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e25decce-a65e-44c5-8f4f-b49512163a70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449176705796056177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177244917670579605617724491767057960561772449176705796056177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e25decce-a65e-44c5-8f4f-b49512163a70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eee17a9-9338-41f1-a910-346a37fba165, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb2cac2-4b1e-488d-898d-a579a44ff311, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb2cac2-4b1e-488d-898d-a579a44ff311, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5595525544672303280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280559552554467230328055955255446723032805595525544672303280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba0aea38-42fa-4eb6-b414-524779b3650e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0aea38-42fa-4eb6-b414-524779b3650e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16113065238217673708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708161130652382176737081611306523821767370816113065238217673708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb2cac2-4b1e-488d-898d-a579a44ff311, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c431fdbd-0bb9-43d3-a915-9f71734997d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c431fdbd-0bb9-43d3-a915-9f71734997d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564507743220113288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288456450774322011328845645077432201132884564507743220113288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0aea38-42fa-4eb6-b414-524779b3650e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dc3209a-bf23-416b-93a9-31957265d5bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc3209a-bf23-416b-93a9-31957265d5bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4272628372426950667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667427262837242695066742726283724269506674272628372426950667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c431fdbd-0bb9-43d3-a915-9f71734997d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7942e5c-b74b-460d-bbc1-1e9aed5da8b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7942e5c-b74b-460d-bbc1-1e9aed5da8b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3862718787307315490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490386271878730731549038627187873073154903862718787307315490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc3209a-bf23-416b-93a9-31957265d5bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1145ebe5-966f-4430-8d3d-d65bcc100aee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1145ebe5-966f-4430-8d3d-d65bcc100aee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3796026643638368421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421379602664363836842137960266436383684213796026643638368421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7942e5c-b74b-460d-bbc1-1e9aed5da8b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e56e463-6661-4bdd-bfcc-712320899cbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1145ebe5-966f-4430-8d3d-d65bcc100aee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54fef251-1a61-48f9-9dc9-2b2e6ef32e33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fef251-1a61-48f9-9dc9-2b2e6ef32e33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4602978240672670307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307460297824067267030746029782406726703074602978240672670307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e56e463-6661-4bdd-bfcc-712320899cbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154144124657028915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915101541441246570289151015414412465702891510154144124657028915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e56e463-6661-4bdd-bfcc-712320899cbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 375b3a3b-b2a0-449a-b1ae-47c77fc74ab8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375b3a3b-b2a0-449a-b1ae-47c77fc74ab8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17995369410120923920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920179953694101209239201799536941012092392017995369410120923920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375b3a3b-b2a0-449a-b1ae-47c77fc74ab8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c2ca78e-3a54-4f8b-9bc6-85729972b45e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2ca78e-3a54-4f8b-9bc6-85729972b45e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17039127883273334084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084170391278832733340841703912788327333408417039127883273334084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fef251-1a61-48f9-9dc9-2b2e6ef32e33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c951bd7-e1ee-46c6-bb54-5e3339a9610e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c951bd7-e1ee-46c6-bb54-5e3339a9610e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11971168563375486284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284119711685633754862841197116856337548628411971168563375486284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2ca78e-3a54-4f8b-9bc6-85729972b45e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f11bcb3-4d18-4b7e-ac45-fa2cc12bd405, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f11bcb3-4d18-4b7e-ac45-fa2cc12bd405, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6515360929802961281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281651536092980296128165153609298029612816515360929802961281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c951bd7-e1ee-46c6-bb54-5e3339a9610e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d97f6664-0188-43e3-bc41-0adbc8d5a24a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d97f6664-0188-43e3-bc41-0adbc8d5a24a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513372138167485190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190165133721381674851901651337213816748519016513372138167485190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f11bcb3-4d18-4b7e-ac45-fa2cc12bd405, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e604e007-0c71-4914-af7d-197a5f35c0f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e604e007-0c71-4914-af7d-197a5f35c0f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211053118549935277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277162110531185499352771621105311854993527716211053118549935277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d97f6664-0188-43e3-bc41-0adbc8d5a24a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8827538d-b461-41e8-978b-9670f308cc50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8827538d-b461-41e8-978b-9670f308cc50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 916783576912148804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804916783576912148804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e604e007-0c71-4914-af7d-197a5f35c0f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 048cb382-0a70-4ef2-895a-88b8a71cbfb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048cb382-0a70-4ef2-895a-88b8a71cbfb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5311534530044592570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570531153453004459257053115345300445925705311534530044592570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8827538d-b461-41e8-978b-9670f308cc50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54992da4-89f3-4f28-ace8-c234f803fb93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54992da4-89f3-4f28-ace8-c234f803fb93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7105648800594698583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583710564880059469858371056488005946985837105648800594698583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048cb382-0a70-4ef2-895a-88b8a71cbfb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9032003-12a7-4fcc-9743-45f04231a2b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9032003-12a7-4fcc-9743-45f04231a2b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058302401305035045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045100583024013050350451005830240130503504510058302401305035045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54992da4-89f3-4f28-ace8-c234f803fb93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e56545-dc35-456e-9298-7481a59641d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e56545-dc35-456e-9298-7481a59641d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16601137294796884323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323166011372947968843231660113729479688432316601137294796884323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e56545-dc35-456e-9298-7481a59641d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09810380-8c90-4772-b5a3-a8e17eb0f2aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09810380-8c90-4772-b5a3-a8e17eb0f2aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838459232112147859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859148384592321121478591483845923211214785914838459232112147859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09810380-8c90-4772-b5a3-a8e17eb0f2aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02fe50e6-1989-488f-89c8-0a54133fdcd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fe50e6-1989-488f-89c8-0a54133fdcd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 196523728960641227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227196523728960641227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9032003-12a7-4fcc-9743-45f04231a2b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a51a3a8e-0bbc-4c6e-ba1b-9de8fa66c266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51a3a8e-0bbc-4c6e-ba1b-9de8fa66c266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 651832214716696825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825651832214716696825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fe50e6-1989-488f-89c8-0a54133fdcd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2eaa748-3a9f-449d-96d6-dd6fc9c1ea66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2eaa748-3a9f-449d-96d6-dd6fc9c1ea66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12588866090341420151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151125888660903414201511258886609034142015112588866090341420151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51a3a8e-0bbc-4c6e-ba1b-9de8fa66c266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f94ddf5-dd23-4dcf-afbf-aa140f3a1388, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f94ddf5-dd23-4dcf-afbf-aa140f3a1388, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4230716337839872874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874423071633783987287442307163378398728744230716337839872874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2eaa748-3a9f-449d-96d6-dd6fc9c1ea66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08d63a3e-dd1b-4491-847c-12238fe3b0f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d63a3e-dd1b-4491-847c-12238fe3b0f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8201072010697810787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787820107201069781078782010720106978107878201072010697810787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f94ddf5-dd23-4dcf-afbf-aa140f3a1388, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14b5f3c7-b1ce-469b-b02f-06881661be98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b5f3c7-b1ce-469b-b02f-06881661be98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11701233629381726545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545117012336293817265451170123362938172654511701233629381726545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d63a3e-dd1b-4491-847c-12238fe3b0f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c379f6-c879-4648-ac08-f5d23d6b1a2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c379f6-c879-4648-ac08-f5d23d6b1a2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050801892603338692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692205080189260333869220508018926033386922050801892603338692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b5f3c7-b1ce-469b-b02f-06881661be98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24e1b8e0-923e-4f9f-9aea-8ef36eedace1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e1b8e0-923e-4f9f-9aea-8ef36eedace1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12950277955865812643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643129502779558658126431295027795586581264312950277955865812643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c379f6-c879-4648-ac08-f5d23d6b1a2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d54fce9-2348-4173-b7ed-36de4ba02155, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d54fce9-2348-4173-b7ed-36de4ba02155, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9664120902293754060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060966412090229375406096641209022937540609664120902293754060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e1b8e0-923e-4f9f-9aea-8ef36eedace1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41234085-bf7b-4dd8-8033-fbdac469927a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41234085-bf7b-4dd8-8033-fbdac469927a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4434216052075113440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440443421605207511344044342160520751134404434216052075113440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d54fce9-2348-4173-b7ed-36de4ba02155, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f53c52b-4077-460a-8e73-0ee9467516fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f53c52b-4077-460a-8e73-0ee9467516fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241228924760028267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267132412289247600282671324122892476002826713241228924760028267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f53c52b-4077-460a-8e73-0ee9467516fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e683cff8-2174-45cd-a6c5-3c7f2c936f63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e683cff8-2174-45cd-a6c5-3c7f2c936f63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7834842469462744447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447783484246946274444778348424694627444477834842469462744447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e683cff8-2174-45cd-a6c5-3c7f2c936f63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc20546-f975-46fa-a709-5be41199be31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc20546-f975-46fa-a709-5be41199be31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14146599961143871384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384141465999611438713841414659996114387138414146599961143871384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41234085-bf7b-4dd8-8033-fbdac469927a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37b2e2c6-3a7f-40b9-bcb4-0936a0f1f564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b2e2c6-3a7f-40b9-bcb4-0936a0f1f564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1240657199974594565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565124065719997459456512406571999745945651240657199974594565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc20546-f975-46fa-a709-5be41199be31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8686f1-8211-461f-b5d0-b6ee90d1c5ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8686f1-8211-461f-b5d0-b6ee90d1c5ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7385428902550517817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817738542890255051781773854289025505178177385428902550517817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b2e2c6-3a7f-40b9-bcb4-0936a0f1f564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a31fc5-b533-47f1-8193-bc16aaa1741c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a31fc5-b533-47f1-8193-bc16aaa1741c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566554123346494381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381156655412334649438115665541233464943811566554123346494381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8686f1-8211-461f-b5d0-b6ee90d1c5ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c844ac4-740a-4955-93b4-b3a6ac4aa22c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c844ac4-740a-4955-93b4-b3a6ac4aa22c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16365141569791524642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642163651415697915246421636514156979152464216365141569791524642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a31fc5-b533-47f1-8193-bc16aaa1741c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2706ff6f-45fc-4833-bc80-20e18a2d255a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2706ff6f-45fc-4833-bc80-20e18a2d255a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10458185416865107789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789104581854168651077891045818541686510778910458185416865107789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c844ac4-740a-4955-93b4-b3a6ac4aa22c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac8ba36a-5431-4dbc-847c-40fd301dde95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac8ba36a-5431-4dbc-847c-40fd301dde95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368598243058630244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244736859824305863024473685982430586302447368598243058630244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2706ff6f-45fc-4833-bc80-20e18a2d255a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8ef2400-5469-45ed-b907-dfd2288133f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ef2400-5469-45ed-b907-dfd2288133f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3068416875687827779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779306841687568782777930684168756878277793068416875687827779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac8ba36a-5431-4dbc-847c-40fd301dde95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49fb6c13-b28d-4b0d-91f1-a7c71140e1ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49fb6c13-b28d-4b0d-91f1-a7c71140e1ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13567695061974533986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986135676950619745339861356769506197453398613567695061974533986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ef2400-5469-45ed-b907-dfd2288133f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb1a02f3-0aad-4d53-8474-fbc42996d97e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb1a02f3-0aad-4d53-8474-fbc42996d97e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14882033389162873749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749148820333891628737491488203338916287374914882033389162873749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49fb6c13-b28d-4b0d-91f1-a7c71140e1ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e52e71-93c7-4a6c-b1f7-fc4f91c29af3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e52e71-93c7-4a6c-b1f7-fc4f91c29af3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6904258520592212601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601690425852059221260169042585205922126016904258520592212601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb1a02f3-0aad-4d53-8474-fbc42996d97e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e48a3651-ceea-4f56-a5ec-e8f85efb0dca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e52e71-93c7-4a6c-b1f7-fc4f91c29af3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 888d4e9b-51e9-4adb-9f42-9214f01e4e0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 888d4e9b-51e9-4adb-9f42-9214f01e4e0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2988825250914916236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236298882525091491623629888252509149162362988825250914916236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e48a3651-ceea-4f56-a5ec-e8f85efb0dca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398006729524490449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449173980067295244904491739800672952449044917398006729524490449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e48a3651-ceea-4f56-a5ec-e8f85efb0dca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 198b710a-d7d2-4c08-9643-45548e333a73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198b710a-d7d2-4c08-9643-45548e333a73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371257504143927407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407103712575041439274071037125750414392740710371257504143927407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 888d4e9b-51e9-4adb-9f42-9214f01e4e0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8a322ef-8038-4f98-94cd-7832564cc91b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a322ef-8038-4f98-94cd-7832564cc91b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493647317691099261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261124936473176910992611249364731769109926112493647317691099261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198b710a-d7d2-4c08-9643-45548e333a73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 688fe6d0-4c47-4e6c-b8af-e295fd4059e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688fe6d0-4c47-4e6c-b8af-e295fd4059e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7861523202333111359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359786152320233311135978615232023331113597861523202333111359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a322ef-8038-4f98-94cd-7832564cc91b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2d107f-ce4c-47be-8bd3-fe9361fab8cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2d107f-ce4c-47be-8bd3-fe9361fab8cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932495913000045099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099932495913000045099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2d107f-ce4c-47be-8bd3-fe9361fab8cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13ca65d7-a0d3-41f2-a5a4-5a9ebcbee809, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ca65d7-a0d3-41f2-a5a4-5a9ebcbee809, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415816553618504040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040184158165536185040401841581655361850404018415816553618504040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688fe6d0-4c47-4e6c-b8af-e295fd4059e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5689bbf4-628c-4cde-bce1-b0c403601ac5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5689bbf4-628c-4cde-bce1-b0c403601ac5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3252471633552605880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880325247163355260588032524716335526058803252471633552605880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ca65d7-a0d3-41f2-a5a4-5a9ebcbee809, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9aa295c-ef47-4ab0-9504-55f6e7a49258, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9aa295c-ef47-4ab0-9504-55f6e7a49258, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253061254353191557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557125306125435319155712530612543531915571253061254353191557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5689bbf4-628c-4cde-bce1-b0c403601ac5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7e3ecd2-9658-4711-b653-16ef551b2453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e3ecd2-9658-4711-b653-16ef551b2453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9164727716252166045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045916472771625216604591647277162521660459164727716252166045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9aa295c-ef47-4ab0-9504-55f6e7a49258, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7c517d7-6b35-44d1-bc31-31ae64123429, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c517d7-6b35-44d1-bc31-31ae64123429, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463970047473993741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741174639700474739937411746397004747399374117463970047473993741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e3ecd2-9658-4711-b653-16ef551b2453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc4541cd-3a2e-4aab-b8b6-71892bb06e1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4541cd-3a2e-4aab-b8b6-71892bb06e1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886681293217936767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767988668129321793676798866812932179367679886681293217936767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4541cd-3a2e-4aab-b8b6-71892bb06e1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c517d7-6b35-44d1-bc31-31ae64123429, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c459e215-4e8b-4c31-b458-9ef014107c4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9671cc4-3834-4de7-b91b-1a206b0e51f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9671cc4-3834-4de7-b91b-1a206b0e51f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3147221300047572789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789314722130004757278931472213000475727893147221300047572789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c459e215-4e8b-4c31-b458-9ef014107c4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9459938120790658863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863945993812079065886394599381207906588639459938120790658863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c459e215-4e8b-4c31-b458-9ef014107c4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5b5a071-0eb4-4aeb-a9a1-999246e06817, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b5a071-0eb4-4aeb-a9a1-999246e06817, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4687615858187542307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307468761585818754230746876158581875423074687615858187542307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9671cc4-3834-4de7-b91b-1a206b0e51f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530141cf-6a73-4cf5-b381-eb88974dff81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530141cf-6a73-4cf5-b381-eb88974dff81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544396618934642752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752105443966189346427521054439661893464275210544396618934642752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b5a071-0eb4-4aeb-a9a1-999246e06817, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ea3c9a-fe42-4501-acf3-da22a7bf1951, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ea3c9a-fe42-4501-acf3-da22a7bf1951, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11450459640031015752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752114504596400310157521145045964003101575211450459640031015752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530141cf-6a73-4cf5-b381-eb88974dff81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1345976-ce00-47d8-b4fb-b617e5ab94cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1345976-ce00-47d8-b4fb-b617e5ab94cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4994105381396016631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631499410538139601663149941053813960166314994105381396016631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ea3c9a-fe42-4501-acf3-da22a7bf1951, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ee5dcd4-f0e9-40f2-8af0-7294395d8f5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ee5dcd4-f0e9-40f2-8af0-7294395d8f5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11793151548164855285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285117931515481648552851179315154816485528511793151548164855285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1345976-ce00-47d8-b4fb-b617e5ab94cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2586599-4ee6-4bbd-9606-2c80ff678e18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ee5dcd4-f0e9-40f2-8af0-7294395d8f5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d69ea2-e560-44f3-b449-541291d7a3af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d69ea2-e560-44f3-b449-541291d7a3af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17179265044526869718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718171792650445268697181717926504452686971817179265044526869718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2586599-4ee6-4bbd-9606-2c80ff678e18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3030298118447566285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285303029811844756628530302981184475662853030298118447566285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d69ea2-e560-44f3-b449-541291d7a3af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34788bdb-af71-468a-8046-249d4dbbcc83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34788bdb-af71-468a-8046-249d4dbbcc83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15283256683309741612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612152832566833097416121528325668330974161215283256683309741612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2586599-4ee6-4bbd-9606-2c80ff678e18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914ef4b1-3284-4e82-8868-77edc49a79e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914ef4b1-3284-4e82-8868-77edc49a79e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2823322321553013416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416282332232155301341628233223215530134162823322321553013416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34788bdb-af71-468a-8046-249d4dbbcc83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 950b6e59-9a57-4b81-85de-222449b8d8f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 950b6e59-9a57-4b81-85de-222449b8d8f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2834616450315456469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469283461645031545646928346164503154564692834616450315456469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914ef4b1-3284-4e82-8868-77edc49a79e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 447c9b6d-9ef2-457e-b195-a0c7530fc782, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447c9b6d-9ef2-457e-b195-a0c7530fc782, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762977099534691527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527376297709953469152737629770995346915273762977099534691527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 950b6e59-9a57-4b81-85de-222449b8d8f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 285a6838-69f6-4ad0-bcfe-8ae7a1fe0982, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285a6838-69f6-4ad0-bcfe-8ae7a1fe0982, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347801721810975707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707113478017218109757071134780172181097570711347801721810975707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447c9b6d-9ef2-457e-b195-a0c7530fc782, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c278097d-46af-4d88-bd52-4fdd1967ad25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c278097d-46af-4d88-bd52-4fdd1967ad25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12518824233271776249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249125188242332717762491251882423327177624912518824233271776249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c278097d-46af-4d88-bd52-4fdd1967ad25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed2b632-498e-454b-ae1f-6d49eee0466c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed2b632-498e-454b-ae1f-6d49eee0466c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159402043259937370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370815940204325993737081594020432599373708159402043259937370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285a6838-69f6-4ad0-bcfe-8ae7a1fe0982, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecd79a3e-41ee-4bb0-b36f-ad7b2cfdf56a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd79a3e-41ee-4bb0-b36f-ad7b2cfdf56a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633987069335070082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082156339870693350700821563398706933507008215633987069335070082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed2b632-498e-454b-ae1f-6d49eee0466c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d8d2a89-56ff-4baf-b432-52cd59260ee3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8d2a89-56ff-4baf-b432-52cd59260ee3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13340832602641792836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836133408326026417928361334083260264179283613340832602641792836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd79a3e-41ee-4bb0-b36f-ad7b2cfdf56a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e56f8b-de37-4c61-967b-f1a1927be247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e56f8b-de37-4c61-967b-f1a1927be247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248884366170590513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513248884366170590513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8d2a89-56ff-4baf-b432-52cd59260ee3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1ece18a-1b31-4c3b-97f5-5a54d926fb4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ece18a-1b31-4c3b-97f5-5a54d926fb4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974667030946323970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970297466703094632397029746670309463239702974667030946323970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e56f8b-de37-4c61-967b-f1a1927be247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 088f3a32-33bc-4f20-b7ee-8524608f0121, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 088f3a32-33bc-4f20-b7ee-8524608f0121, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17539310584693527195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195175393105846935271951753931058469352719517539310584693527195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ece18a-1b31-4c3b-97f5-5a54d926fb4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c1aa5b-58c2-4992-8564-31606ae13f9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 088f3a32-33bc-4f20-b7ee-8524608f0121, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bac005ab-980b-4a22-b144-b1a8b336d27b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac005ab-980b-4a22-b144-b1a8b336d27b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412541354887065167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167134125413548870651671341254135488706516713412541354887065167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c1aa5b-58c2-4992-8564-31606ae13f9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5921672257956918138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138592167225795691813859216722579569181385921672257956918138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac005ab-980b-4a22-b144-b1a8b336d27b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b747c674-c41b-4a5e-abdc-029fec57e4da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b747c674-c41b-4a5e-abdc-029fec57e4da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1950398463448903253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253195039846344890325319503984634489032531950398463448903253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c1aa5b-58c2-4992-8564-31606ae13f9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e27a3f26-0810-446a-8194-4828af7eb771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27a3f26-0810-446a-8194-4828af7eb771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5968254327164981242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242596825432716498124259682543271649812425968254327164981242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b747c674-c41b-4a5e-abdc-029fec57e4da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a02a3ee-1007-4b6b-b7e8-5911d2c37f61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a02a3ee-1007-4b6b-b7e8-5911d2c37f61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12281846696964587639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639122818466969645876391228184669696458763912281846696964587639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27a3f26-0810-446a-8194-4828af7eb771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ace687d-8527-4a75-8191-574383056ebd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ace687d-8527-4a75-8191-574383056ebd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16591291133261075785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785165912911332610757851659129113326107578516591291133261075785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a02a3ee-1007-4b6b-b7e8-5911d2c37f61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aeda435-b021-46b7-8bf1-b728431fdf05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ace687d-8527-4a75-8191-574383056ebd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3215139e-d959-416b-81c9-4403b69ac511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aeda435-b021-46b7-8bf1-b728431fdf05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1599758393476648396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396159975839347664839615997583934766483961599758393476648396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3215139e-d959-416b-81c9-4403b69ac511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6605143073377912906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906660514307337791290666051430733779129066605143073377912906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aeda435-b021-46b7-8bf1-b728431fdf05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 484938b7-6531-498e-9a4b-77ab8485df67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484938b7-6531-498e-9a4b-77ab8485df67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434475175448710899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899114344751754487108991143447517544871089911434475175448710899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3215139e-d959-416b-81c9-4403b69ac511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d27cdb77-371b-4385-b3ed-49e69410ee92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27cdb77-371b-4385-b3ed-49e69410ee92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18243639336350203626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626182436393363502036261824363933635020362618243639336350203626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484938b7-6531-498e-9a4b-77ab8485df67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94ab0adc-7305-474d-9adc-d2bbfa5570ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ab0adc-7305-474d-9adc-d2bbfa5570ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7393652297118067135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135739365229711806713573936522971180671357393652297118067135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27cdb77-371b-4385-b3ed-49e69410ee92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfc75af-bec9-481c-8a5a-97b9622b1a86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfc75af-bec9-481c-8a5a-97b9622b1a86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17033695138542134651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651170336951385421346511703369513854213465117033695138542134651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ab0adc-7305-474d-9adc-d2bbfa5570ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 076e9328-899b-442a-896b-4d37f9ea439f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076e9328-899b-442a-896b-4d37f9ea439f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14871174747412305661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661148711747474123056611487117474741230566114871174747412305661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfc75af-bec9-481c-8a5a-97b9622b1a86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94dd558e-4927-4a15-a183-d1b97972146f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076e9328-899b-442a-896b-4d37f9ea439f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94dd558e-4927-4a15-a183-d1b97972146f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16123589427280243080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080161235894272802430801612358942728024308016123589427280243080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50af95cc-7faf-47a9-8f7b-c4c1a62046d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50af95cc-7faf-47a9-8f7b-c4c1a62046d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182863140331382854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854181828631403313828541818286314033138285418182863140331382854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94dd558e-4927-4a15-a183-d1b97972146f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cd3aed2-138e-4298-b9f4-dadd459ae7c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50af95cc-7faf-47a9-8f7b-c4c1a62046d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd3aed2-138e-4298-b9f4-dadd459ae7c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5524292629001191573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573552429262900119157355242926290011915735524292629001191573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ced0c723-a894-490b-aee5-c91674c26fb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced0c723-a894-490b-aee5-c91674c26fb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370777368733805285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285173707773687338052851737077736873380528517370777368733805285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd3aed2-138e-4298-b9f4-dadd459ae7c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eb5110c-79b5-443b-9393-ddae43a0b13f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced0c723-a894-490b-aee5-c91674c26fb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb5110c-79b5-443b-9393-ddae43a0b13f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14402382115749327845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845144023821157493278451440238211574932784514402382115749327845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c87e40-e1ae-47a4-a42b-2cfd61e87de8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c87e40-e1ae-47a4-a42b-2cfd61e87de8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17076863022026452099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099170768630220264520991707686302202645209917076863022026452099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb5110c-79b5-443b-9393-ddae43a0b13f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 213ce5a3-2e96-4077-ac9d-b4e99984b467, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213ce5a3-2e96-4077-ac9d-b4e99984b467, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541732958764642716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716125417329587646427161254173295876464271612541732958764642716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213ce5a3-2e96-4077-ac9d-b4e99984b467, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3073cb-fca5-4326-bb58-832cf03bfacf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c87e40-e1ae-47a4-a42b-2cfd61e87de8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff082bc-4c17-4406-a347-61ed39de1927, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff082bc-4c17-4406-a347-61ed39de1927, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422999109158419851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851542299910915841985154229991091584198515422999109158419851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3073cb-fca5-4326-bb58-832cf03bfacf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717165945737423213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213177171659457374232131771716594573742321317717165945737423213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3073cb-fca5-4326-bb58-832cf03bfacf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf176cc6-da8a-47a5-876a-ec79b96ec552, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf176cc6-da8a-47a5-876a-ec79b96ec552, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3135274909150338947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947313527490915033894731352749091503389473135274909150338947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff082bc-4c17-4406-a347-61ed39de1927, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a2e56c-ad17-47e1-8dd5-b97f006e7f23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a2e56c-ad17-47e1-8dd5-b97f006e7f23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6106257412203667485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485610625741220366748561062574122036674856106257412203667485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf176cc6-da8a-47a5-876a-ec79b96ec552, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a2e56c-ad17-47e1-8dd5-b97f006e7f23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1819857-0d69-4e62-8339-54f2f4257074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1819857-0d69-4e62-8339-54f2f4257074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12603956892352409743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743126039568923524097431260395689235240974312603956892352409743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d62208b-d4d5-428f-a5ba-87d2e1490bcb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d62208b-d4d5-428f-a5ba-87d2e1490bcb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9344346157613667984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984934434615761366798493443461576136679849344346157613667984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1819857-0d69-4e62-8339-54f2f4257074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d62208b-d4d5-428f-a5ba-87d2e1490bcb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc2d3ee6-a7d8-411b-9c59-6a73853794d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 412248be-5626-49aa-a624-483f85f259f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412248be-5626-49aa-a624-483f85f259f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4242601321317445800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800424260132131744580042426013213174458004242601321317445800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2d3ee6-a7d8-411b-9c59-6a73853794d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13908259273789226808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808139082592737892268081390825927378922680813908259273789226808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412248be-5626-49aa-a624-483f85f259f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dd908f4-7f64-45a6-b109-3ad80dc11e40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dd908f4-7f64-45a6-b109-3ad80dc11e40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372011931860748355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355183720119318607483551837201193186074835518372011931860748355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2d3ee6-a7d8-411b-9c59-6a73853794d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a234370c-fd49-4e16-8b80-33aa7866a069, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a234370c-fd49-4e16-8b80-33aa7866a069, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370598310600501831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831123705983106005018311237059831060050183112370598310600501831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dd908f4-7f64-45a6-b109-3ad80dc11e40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f5faa0-983a-457b-be94-18ac49eb7b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f5faa0-983a-457b-be94-18ac49eb7b67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8568179746973193639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639856817974697319363985681797469731936398568179746973193639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a234370c-fd49-4e16-8b80-33aa7866a069, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 843785de-4e52-4510-965f-ba7be575b2b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843785de-4e52-4510-965f-ba7be575b2b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14605090311488610067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067146050903114886100671460509031148861006714605090311488610067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f5faa0-983a-457b-be94-18ac49eb7b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae6eeda6-c1f8-4aab-9995-6761e0d9cd6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae6eeda6-c1f8-4aab-9995-6761e0d9cd6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9911585661894266003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003991158566189426600399115856618942660039911585661894266003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843785de-4e52-4510-965f-ba7be575b2b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae6eeda6-c1f8-4aab-9995-6761e0d9cd6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3e1ea8-65d2-4573-ab50-92fe2278f9d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3e1ea8-65d2-4573-ab50-92fe2278f9d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13606068227755413353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353136060682277554133531360606822775541335313606068227755413353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2ab656-0d98-4710-b445-bd82446fdde1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2ab656-0d98-4710-b445-bd82446fdde1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9187145559497402076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076918714555949740207691871455594974020769187145559497402076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3e1ea8-65d2-4573-ab50-92fe2278f9d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad624936-c853-4334-b728-90cc1c17e7dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2ab656-0d98-4710-b445-bd82446fdde1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5475be6-b3c7-43d3-b822-19bf1c299e53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5475be6-b3c7-43d3-b822-19bf1c299e53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11838194225631000902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902118381942256310009021183819422563100090211838194225631000902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad624936-c853-4334-b728-90cc1c17e7dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405871800409177359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359104058718004091773591040587180040917735910405871800409177359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5475be6-b3c7-43d3-b822-19bf1c299e53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 662f9368-2077-4518-86d7-ca7a493bf6e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662f9368-2077-4518-86d7-ca7a493bf6e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5496462665109367633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633549646266510936763354964626651093676335496462665109367633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad624936-c853-4334-b728-90cc1c17e7dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530f663f-768e-4c56-8dfa-6a01a7277cc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530f663f-768e-4c56-8dfa-6a01a7277cc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8474224567774738815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815847422456777473881584742245677747388158474224567774738815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662f9368-2077-4518-86d7-ca7a493bf6e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530f663f-768e-4c56-8dfa-6a01a7277cc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dd34ef7-7dcc-49fd-919b-661cccbff362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dd34ef7-7dcc-49fd-919b-661cccbff362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12032646038905950003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003120326460389059500031203264603890595000312032646038905950003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b7f7f2-d188-4858-ab27-f14a99f65c10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b7f7f2-d188-4858-ab27-f14a99f65c10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9326320561277524153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153932632056127752415393263205612775241539326320561277524153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dd34ef7-7dcc-49fd-919b-661cccbff362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d39c3710-33fe-479e-a802-1f72d2372a69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39c3710-33fe-479e-a802-1f72d2372a69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14849700549743997457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457148497005497439974571484970054974399745714849700549743997457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b7f7f2-d188-4858-ab27-f14a99f65c10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aac1e492-b231-4f08-951d-bf223081e446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac1e492-b231-4f08-951d-bf223081e446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10391165769095806923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923103911657690958069231039116576909580692310391165769095806923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39c3710-33fe-479e-a802-1f72d2372a69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19579835-2220-4bf9-af88-f0ac3cbfadf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19579835-2220-4bf9-af88-f0ac3cbfadf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1034814717764751938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938103481471776475193810348147177647519381034814717764751938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac1e492-b231-4f08-951d-bf223081e446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61bc9064-1fa9-453b-9866-b17e01d8620a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61bc9064-1fa9-453b-9866-b17e01d8620a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255219679221551845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845102552196792215518451025521967922155184510255219679221551845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19579835-2220-4bf9-af88-f0ac3cbfadf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322adcd3-a4ee-44ad-b04d-6948681ae963, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322adcd3-a4ee-44ad-b04d-6948681ae963, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7865421553023352271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271786542155302335227178654215530233522717865421553023352271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61bc9064-1fa9-453b-9866-b17e01d8620a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7a8e9d8-4ded-4dcb-a8e8-ae0a574e3efd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a8e9d8-4ded-4dcb-a8e8-ae0a574e3efd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397786145619259880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880103977861456192598801039778614561925988010397786145619259880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322adcd3-a4ee-44ad-b04d-6948681ae963, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ef8c4a-8eba-4143-a3c1-d6ee0b959415, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ef8c4a-8eba-4143-a3c1-d6ee0b959415, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7672460931902435416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416767246093190243541676724609319024354167672460931902435416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a8e9d8-4ded-4dcb-a8e8-ae0a574e3efd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d32722-0d7f-4287-b1ee-d0f68f390c92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d32722-0d7f-4287-b1ee-d0f68f390c92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041708307318987274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274180417083073189872741804170830731898727418041708307318987274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d32722-0d7f-4287-b1ee-d0f68f390c92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f62b0030-38a1-4088-961c-5e677399e977, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f62b0030-38a1-4088-961c-5e677399e977, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382132764753935142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142382132764753935142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ef8c4a-8eba-4143-a3c1-d6ee0b959415, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45bce9f4-b787-4a08-8d78-2ef7e0c69b43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45bce9f4-b787-4a08-8d78-2ef7e0c69b43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620404278858380878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878562040427885838087856204042788583808785620404278858380878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f62b0030-38a1-4088-961c-5e677399e977, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 104625bf-bd2c-492f-a3ab-9b66497ade14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104625bf-bd2c-492f-a3ab-9b66497ade14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13184019299556361663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663131840192995563616631318401929955636166313184019299556361663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45bce9f4-b787-4a08-8d78-2ef7e0c69b43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7bc7d74-190b-4376-98ed-5081f3366103, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bc7d74-190b-4376-98ed-5081f3366103, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6171724180196350624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624617172418019635062461717241801963506246171724180196350624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104625bf-bd2c-492f-a3ab-9b66497ade14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 544eb250-7800-4f09-bf45-3e6f5d7ccca1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544eb250-7800-4f09-bf45-3e6f5d7ccca1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10242891520845958465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465102428915208459584651024289152084595846510242891520845958465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bc7d74-190b-4376-98ed-5081f3366103, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 970f2d44-ad6b-453f-9189-0fa69411afca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970f2d44-ad6b-453f-9189-0fa69411afca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3563211393843374041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041356321139384337404135632113938433740413563211393843374041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544eb250-7800-4f09-bf45-3e6f5d7ccca1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d248f4b-b533-4494-ae4b-5de78490d5a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d248f4b-b533-4494-ae4b-5de78490d5a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13078075752085142210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210130780757520851422101307807575208514221013078075752085142210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970f2d44-ad6b-453f-9189-0fa69411afca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88ce260-81f8-4150-b3ce-c7930c9d6f32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88ce260-81f8-4150-b3ce-c7930c9d6f32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501869764052566685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685145018697640525666851450186976405256668514501869764052566685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d248f4b-b533-4494-ae4b-5de78490d5a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 417d13a7-4279-4f88-af36-50dc59d117d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 417d13a7-4279-4f88-af36-50dc59d117d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3889549517224840247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247388954951722484024738895495172248402473889549517224840247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88ce260-81f8-4150-b3ce-c7930c9d6f32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7cb648f-deac-43ec-89b5-89567029e02d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 417d13a7-4279-4f88-af36-50dc59d117d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd569c16-4a7d-437f-8c2c-5f85e7c2d8ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd569c16-4a7d-437f-8c2c-5f85e7c2d8ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7866919383023213934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934786691938302321393478669193830232139347866919383023213934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7cb648f-deac-43ec-89b5-89567029e02d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3444930775866518688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688344493077586651868834449307758665186883444930775866518688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd569c16-4a7d-437f-8c2c-5f85e7c2d8ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f023d583-4490-4ab0-a479-cbf6977990e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f023d583-4490-4ab0-a479-cbf6977990e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8224119162204928767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767822411916220492876782241191622049287678224119162204928767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7cb648f-deac-43ec-89b5-89567029e02d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7203a4f-c860-47fb-a8b9-77d1f1b74066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7203a4f-c860-47fb-a8b9-77d1f1b74066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137160126096679861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861161371601260966798611613716012609667986116137160126096679861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f023d583-4490-4ab0-a479-cbf6977990e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e827c8d-5fbd-443a-bc8f-7963ccde92de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7203a4f-c860-47fb-a8b9-77d1f1b74066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d3c1c8-b9c6-4e7a-a297-22966e760eb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d3c1c8-b9c6-4e7a-a297-22966e760eb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10434562474296496351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351104345624742964963511043456247429649635110434562474296496351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e827c8d-5fbd-443a-bc8f-7963ccde92de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6813371229067611797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797681337122906761179768133712290676117976813371229067611797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e827c8d-5fbd-443a-bc8f-7963ccde92de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 882aaf78-b7b8-477a-af63-24ca73edd0c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882aaf78-b7b8-477a-af63-24ca73edd0c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5821962900613771562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562582196290061377156258219629006137715625821962900613771562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882aaf78-b7b8-477a-af63-24ca73edd0c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20303ae7-a964-42d2-b015-73f16bf37122, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20303ae7-a964-42d2-b015-73f16bf37122, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2884802975640615218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218288480297564061521828848029756406152182884802975640615218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20303ae7-a964-42d2-b015-73f16bf37122, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c788429d-279c-4fd5-b84e-c243ee095f83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c788429d-279c-4fd5-b84e-c243ee095f83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910882415130985778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778491088241513098577849108824151309857784910882415130985778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d3c1c8-b9c6-4e7a-a297-22966e760eb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0695e0f4-a8fa-46fa-acbb-17077b89d238, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0695e0f4-a8fa-46fa-acbb-17077b89d238, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15955171100578928597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597159551711005789285971595517110057892859715955171100578928597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c788429d-279c-4fd5-b84e-c243ee095f83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b6b292-8805-49d8-8ca7-943ea399144a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b6b292-8805-49d8-8ca7-943ea399144a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10499829943114349339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339104998299431143493391049982994311434933910499829943114349339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0695e0f4-a8fa-46fa-acbb-17077b89d238, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f769063-5a76-428c-84b4-27845f66ab01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b6b292-8805-49d8-8ca7-943ea399144a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5944893-0cd2-4c03-8984-195962d8247c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5944893-0cd2-4c03-8984-195962d8247c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4751624131448235977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977475162413144823597747516241314482359774751624131448235977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f769063-5a76-428c-84b4-27845f66ab01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11416467445401190568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568114164674454011905681141646744540119056811416467445401190568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5944893-0cd2-4c03-8984-195962d8247c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc75bad1-923a-433e-801b-a9e081ab27f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc75bad1-923a-433e-801b-a9e081ab27f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7622710491207227636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636762271049120722763676227104912072276367622710491207227636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f769063-5a76-428c-84b4-27845f66ab01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cef9fa5-679b-4b6a-ad14-d644c38f657c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cef9fa5-679b-4b6a-ad14-d644c38f657c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8036418747634259448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448803641874763425944880364187476342594488036418747634259448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc75bad1-923a-433e-801b-a9e081ab27f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80904881-395b-4d56-9ace-70a0dc90aa59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80904881-395b-4d56-9ace-70a0dc90aa59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17981548533137117861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861179815485331371178611798154853313711786117981548533137117861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cef9fa5-679b-4b6a-ad14-d644c38f657c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8ba9822-769f-46be-9a9b-d996967f89b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ba9822-769f-46be-9a9b-d996967f89b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11690155449273524156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156116901554492735241561169015544927352415611690155449273524156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80904881-395b-4d56-9ace-70a0dc90aa59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b93f7486-e15d-4328-b0b1-ac8c8a8d53f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b93f7486-e15d-4328-b0b1-ac8c8a8d53f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6242778828944417788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788624277882894441778862427788289444177886242778828944417788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ba9822-769f-46be-9a9b-d996967f89b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a57f30-cd73-4745-9f01-4b019271f0e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a57f30-cd73-4745-9f01-4b019271f0e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3299553920778150619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619329955392077815061932995539207781506193299553920778150619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b93f7486-e15d-4328-b0b1-ac8c8a8d53f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a57f30-cd73-4745-9f01-4b019271f0e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b08f2fbf-ac90-4746-ac5a-9cbffd946fcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08f2fbf-ac90-4746-ac5a-9cbffd946fcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5009071837395381515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515500907183739538151550090718373953815155009071837395381515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec87bec4-9297-4267-a919-f20400f78c36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec87bec4-9297-4267-a919-f20400f78c36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6069066930241907192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192606906693024190719260690669302419071926069066930241907192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec87bec4-9297-4267-a919-f20400f78c36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 903f9570-abed-46da-9a84-69cb61cbf519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903f9570-abed-46da-9a84-69cb61cbf519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17296979295943115393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393172969792959431153931729697929594311539317296979295943115393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08f2fbf-ac90-4746-ac5a-9cbffd946fcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fd9858d-5a6a-42bf-a0d2-b5c141e8d3f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd9858d-5a6a-42bf-a0d2-b5c141e8d3f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12381820529064585228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228123818205290645852281238182052906458522812381820529064585228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903f9570-abed-46da-9a84-69cb61cbf519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b403a8c0-01fd-4f75-860d-19bd71a784f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b403a8c0-01fd-4f75-860d-19bd71a784f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3946750407305499587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587394675040730549958739467504073054995873946750407305499587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd9858d-5a6a-42bf-a0d2-b5c141e8d3f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47d5005d-2683-4a5b-8fa0-b61c6890ee21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b403a8c0-01fd-4f75-860d-19bd71a784f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558079bc-08e9-4cdf-adfa-e0cba298b828, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d5005d-2683-4a5b-8fa0-b61c6890ee21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6336288435185150795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795633628843518515079563362884351851507956336288435185150795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558079bc-08e9-4cdf-adfa-e0cba298b828, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475668762276853564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564144756687622768535641447566876227685356414475668762276853564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d5005d-2683-4a5b-8fa0-b61c6890ee21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2148e4f5-26bd-43b3-9905-2508548287cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2148e4f5-26bd-43b3-9905-2508548287cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 289771041178649026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026289771041178649026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558079bc-08e9-4cdf-adfa-e0cba298b828, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b044baa-dda9-4963-844e-844d871726fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b044baa-dda9-4963-844e-844d871726fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578413007624929872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872145784130076249298721457841300762492987214578413007624929872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2148e4f5-26bd-43b3-9905-2508548287cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91331880-2e6d-4904-b006-6bf2b23f7e59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91331880-2e6d-4904-b006-6bf2b23f7e59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884146755754139805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805148841467557541398051488414675575413980514884146755754139805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b044baa-dda9-4963-844e-844d871726fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d03389-4a62-4e1f-ba87-5d35f3af4bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d03389-4a62-4e1f-ba87-5d35f3af4bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336958405999868752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752133369584059998687521333695840599986875213336958405999868752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91331880-2e6d-4904-b006-6bf2b23f7e59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37189b52-8479-472a-8fb9-6e86617e025d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37189b52-8479-472a-8fb9-6e86617e025d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9172100073882311904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904917210007388231190491721000738823119049172100073882311904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d03389-4a62-4e1f-ba87-5d35f3af4bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e565a309-077c-4621-b0f2-775bbe07926a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e565a309-077c-4621-b0f2-775bbe07926a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16918475433054751131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131169184754330547511311691847543305475113116918475433054751131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37189b52-8479-472a-8fb9-6e86617e025d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4011362-0f93-4fcd-a5f0-7be2cd76aaf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4011362-0f93-4fcd-a5f0-7be2cd76aaf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889501992950619868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868588950199295061986858895019929506198685889501992950619868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e565a309-077c-4621-b0f2-775bbe07926a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12eadc38-aed3-40e9-bf60-bcda170ddf02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12eadc38-aed3-40e9-bf60-bcda170ddf02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109194945810879920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920510919494581087992051091949458108799205109194945810879920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4011362-0f93-4fcd-a5f0-7be2cd76aaf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9941e3b-6a9d-4d9d-8579-377375c9643f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9941e3b-6a9d-4d9d-8579-377375c9643f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16778367957856300387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387167783679578563003871677836795785630038716778367957856300387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12eadc38-aed3-40e9-bf60-bcda170ddf02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d344ddb7-02f3-4ab7-8399-5c054cba69bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d344ddb7-02f3-4ab7-8399-5c054cba69bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17879577608888962067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067178795776088889620671787957760888896206717879577608888962067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9941e3b-6a9d-4d9d-8579-377375c9643f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9879e72-de4e-4633-8470-c7b5c29f4475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9879e72-de4e-4633-8470-c7b5c29f4475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662346404158963220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220136623464041589632201366234640415896322013662346404158963220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d344ddb7-02f3-4ab7-8399-5c054cba69bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b4e0a64-15e3-4e24-b033-b0a957153348, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4e0a64-15e3-4e24-b033-b0a957153348, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17686181458009100762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762176861814580091007621768618145800910076217686181458009100762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9879e72-de4e-4633-8470-c7b5c29f4475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b984b7e-e54a-4218-992e-78019a00fbb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b984b7e-e54a-4218-992e-78019a00fbb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16034016634161334867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867160340166341613348671603401663416133486716034016634161334867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4e0a64-15e3-4e24-b033-b0a957153348, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e2ae957-efe0-4c50-aff7-a5e9703b5e23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2ae957-efe0-4c50-aff7-a5e9703b5e23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18229241600502760410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410182292416005027604101822924160050276041018229241600502760410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b984b7e-e54a-4218-992e-78019a00fbb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf310349-e10f-479a-afa3-8fdef8426f78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf310349-e10f-479a-afa3-8fdef8426f78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165572858422965360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360131655728584229653601316557285842296536013165572858422965360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2ae957-efe0-4c50-aff7-a5e9703b5e23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f179c75f-b90a-46fb-b26a-2d04490d93ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f179c75f-b90a-46fb-b26a-2d04490d93ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217980057230815732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732122179800572308157321221798005723081573212217980057230815732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf310349-e10f-479a-afa3-8fdef8426f78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95721e6a-beb4-4a1d-80df-911183556fcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95721e6a-beb4-4a1d-80df-911183556fcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16795583019539261165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165167955830195392611651679558301953926116516795583019539261165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95721e6a-beb4-4a1d-80df-911183556fcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f1ac926-139c-4fca-9df9-b1181b7c36ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f1ac926-139c-4fca-9df9-b1181b7c36ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050002639985240244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244205000263998524024420500026399852402442050002639985240244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f179c75f-b90a-46fb-b26a-2d04490d93ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4918f318-70db-4e5f-81c3-8bfaed7c8699, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4918f318-70db-4e5f-81c3-8bfaed7c8699, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734676110196277377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377157346761101962773771573467611019627737715734676110196277377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f1ac926-139c-4fca-9df9-b1181b7c36ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25ed47e3-f580-48a4-9150-ae32adf40546, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ed47e3-f580-48a4-9150-ae32adf40546, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10043958066199049464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464100439580661990494641004395806619904946410043958066199049464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4918f318-70db-4e5f-81c3-8bfaed7c8699, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42085be0-f70d-4209-bebd-8651616c8fb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42085be0-f70d-4209-bebd-8651616c8fb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16203234873543278848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848162032348735432788481620323487354327884816203234873543278848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ed47e3-f580-48a4-9150-ae32adf40546, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364b2000-c436-46a7-858b-e062d483f1dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42085be0-f70d-4209-bebd-8651616c8fb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364b2000-c436-46a7-858b-e062d483f1dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347990210657437828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828123479902106574378281234799021065743782812347990210657437828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd3c4f73-c60f-4e75-82d9-4b006436ee51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3c4f73-c60f-4e75-82d9-4b006436ee51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9929306134714430907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907992930613471443090799293061347144309079929306134714430907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364b2000-c436-46a7-858b-e062d483f1dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38390593-f049-45d4-8358-e0dda8c25d34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38390593-f049-45d4-8358-e0dda8c25d34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 399963130172343096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096399963130172343096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3c4f73-c60f-4e75-82d9-4b006436ee51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd706be-d68d-4236-ae16-b8020ee98679, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd706be-d68d-4236-ae16-b8020ee98679, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4007826015575303514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514400782601557530351440078260155753035144007826015575303514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd706be-d68d-4236-ae16-b8020ee98679, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a22908a5-a8b6-41ab-882e-8cbe4d8fd55d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22908a5-a8b6-41ab-882e-8cbe4d8fd55d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173653098413306554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554417365309841330655441736530984133065544173653098413306554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38390593-f049-45d4-8358-e0dda8c25d34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1af88057-8e6e-4099-9943-41e93ee0e1c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af88057-8e6e-4099-9943-41e93ee0e1c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2740291602752192316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316274029160275219231627402916027521923162740291602752192316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22908a5-a8b6-41ab-882e-8cbe4d8fd55d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 938993c0-c189-4bdd-a049-d6f3f27a07a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938993c0-c189-4bdd-a049-d6f3f27a07a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12440924940866999083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083124409249408669990831244092494086699908312440924940866999083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af88057-8e6e-4099-9943-41e93ee0e1c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03d6118-6c48-413d-9bbf-56873e65cb62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03d6118-6c48-413d-9bbf-56873e65cb62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542691039066038026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026754269103906603802675426910390660380267542691039066038026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 938993c0-c189-4bdd-a049-d6f3f27a07a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 450a4268-ad2e-4111-9de5-0f8af924c962, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450a4268-ad2e-4111-9de5-0f8af924c962, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1219541091521394650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650121954109152139465012195410915213946501219541091521394650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03d6118-6c48-413d-9bbf-56873e65cb62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2d5d857-ce53-466b-87cd-5cb7554a2ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2d5d857-ce53-466b-87cd-5cb7554a2ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1249777045387201923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923124977704538720192312497770453872019231249777045387201923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450a4268-ad2e-4111-9de5-0f8af924c962, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fbef092-a176-4574-a3ff-769c8e5ce2ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbef092-a176-4574-a3ff-769c8e5ce2ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697125654118431285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285697125654118431285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2d5d857-ce53-466b-87cd-5cb7554a2ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d13fef-14bf-4182-9980-6cc74192e74d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d13fef-14bf-4182-9980-6cc74192e74d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17666089141817105485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485176660891418171054851766608914181710548517666089141817105485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbef092-a176-4574-a3ff-769c8e5ce2ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db679fc2-8289-4eac-ba05-98989930382e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db679fc2-8289-4eac-ba05-98989930382e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089561058988695788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788108956105898869578810895610589886957881089561058988695788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d13fef-14bf-4182-9980-6cc74192e74d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74f53214-3a1f-4dde-b9b2-f95fbd35d54a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f53214-3a1f-4dde-b9b2-f95fbd35d54a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566532939128459219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219135665329391284592191356653293912845921913566532939128459219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db679fc2-8289-4eac-ba05-98989930382e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c643fa22-f7a3-4db0-837d-4ca2296edbdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c643fa22-f7a3-4db0-837d-4ca2296edbdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15802256297159631969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969158022562971596319691580225629715963196915802256297159631969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f53214-3a1f-4dde-b9b2-f95fbd35d54a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4ec1846-6f91-4617-ae91-3ea8369e8caa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ec1846-6f91-4617-ae91-3ea8369e8caa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14621916423695064125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125146219164236950641251462191642369506412514621916423695064125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c643fa22-f7a3-4db0-837d-4ca2296edbdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4075eb0f-d3a6-4b0b-99df-380eaa901464, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4075eb0f-d3a6-4b0b-99df-380eaa901464, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898466651716941767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767148984666517169417671489846665171694176714898466651716941767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ec1846-6f91-4617-ae91-3ea8369e8caa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a02b8aa7-63e8-4fdf-a982-ecb0845dc5ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a02b8aa7-63e8-4fdf-a982-ecb0845dc5ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6033328650058493254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254603332865005849325460333286500584932546033328650058493254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4075eb0f-d3a6-4b0b-99df-380eaa901464, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2ced991-7176-4b63-a988-2f0ecd489e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ced991-7176-4b63-a988-2f0ecd489e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18065726091031296289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289180657260910312962891806572609103129628918065726091031296289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a02b8aa7-63e8-4fdf-a982-ecb0845dc5ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f87c1b-dce0-4236-a31f-445eb8bf6df4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f87c1b-dce0-4236-a31f-445eb8bf6df4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14440392466420949838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838144403924664209498381444039246642094983814440392466420949838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ced991-7176-4b63-a988-2f0ecd489e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bc23155-d8a7-49d3-9eda-00005bc88607, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc23155-d8a7-49d3-9eda-00005bc88607, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096459258585418706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706209645925858541870620964592585854187062096459258585418706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f87c1b-dce0-4236-a31f-445eb8bf6df4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0158d11-08e4-48e6-bcdd-3a7bfc638926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0158d11-08e4-48e6-bcdd-3a7bfc638926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087082028477328940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940308708202847732894030870820284773289403087082028477328940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc23155-d8a7-49d3-9eda-00005bc88607, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637627cc-d2e2-4226-ac9b-621ab317407e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637627cc-d2e2-4226-ac9b-621ab317407e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12558560848887455461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461125585608488874554611255856084888745546112558560848887455461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0158d11-08e4-48e6-bcdd-3a7bfc638926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 332dea8b-9e24-4c20-87ae-baa5b60ad263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 332dea8b-9e24-4c20-87ae-baa5b60ad263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143607344824794175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175151436073448247941751514360734482479417515143607344824794175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637627cc-d2e2-4226-ac9b-621ab317407e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2e525e-c1e9-491e-80ee-e23494e57dad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2e525e-c1e9-491e-80ee-e23494e57dad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15777357696136419155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155157773576961364191551577735769613641915515777357696136419155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 332dea8b-9e24-4c20-87ae-baa5b60ad263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19994049-af4a-43ca-8eca-dc144d8e595d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19994049-af4a-43ca-8eca-dc144d8e595d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7922123177788801785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785792212317778880178579221231777888017857922123177788801785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2e525e-c1e9-491e-80ee-e23494e57dad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58680490-5f5d-43c8-b816-2c538c0f8815, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58680490-5f5d-43c8-b816-2c538c0f8815, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12723056165273283137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137127230561652732831371272305616527328313712723056165273283137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19994049-af4a-43ca-8eca-dc144d8e595d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a3c4646-9329-4426-b70b-aa02e1d25bc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a3c4646-9329-4426-b70b-aa02e1d25bc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617752996488803680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680961775299648880368096177529964888036809617752996488803680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58680490-5f5d-43c8-b816-2c538c0f8815, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b91b9fe-92ff-4f05-b8e0-ef1aaee6c43f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b91b9fe-92ff-4f05-b8e0-ef1aaee6c43f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10365152927849238345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345103651529278492383451036515292784923834510365152927849238345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a3c4646-9329-4426-b70b-aa02e1d25bc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 439708fa-2e4b-44d5-a55e-807587637a3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 439708fa-2e4b-44d5-a55e-807587637a3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4209596789537405497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497420959678953740549742095967895374054974209596789537405497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b91b9fe-92ff-4f05-b8e0-ef1aaee6c43f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd040e9-7db7-4be8-82e9-0796f4b96eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd040e9-7db7-4be8-82e9-0796f4b96eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 709764924708549502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502709764924708549502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 439708fa-2e4b-44d5-a55e-807587637a3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007e4b8a-e892-4a00-9da0-c6b03f03ef8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007e4b8a-e892-4a00-9da0-c6b03f03ef8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17111830419454219006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006171118304194542190061711183041945421900617111830419454219006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd040e9-7db7-4be8-82e9-0796f4b96eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96da053-7fc4-4726-849f-365b51129a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96da053-7fc4-4726-849f-365b51129a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9088286140131577137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137908828614013157713790882861401315771379088286140131577137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007e4b8a-e892-4a00-9da0-c6b03f03ef8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 096e29ad-1ead-4b97-9bd2-a99241810f91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096e29ad-1ead-4b97-9bd2-a99241810f91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893635464620799227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227489363546462079922748936354646207992274893635464620799227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96da053-7fc4-4726-849f-365b51129a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e3d17b-662c-41c9-8150-ba910515df2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e3d17b-662c-41c9-8150-ba910515df2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12728626312976888641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641127286263129768886411272862631297688864112728626312976888641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096e29ad-1ead-4b97-9bd2-a99241810f91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8799c12c-3fcb-4e69-9fcb-5727665f2bf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8799c12c-3fcb-4e69-9fcb-5727665f2bf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8958686083161908382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382895868608316190838289586860831619083828958686083161908382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e3d17b-662c-41c9-8150-ba910515df2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 301dacd6-21c8-4544-9ffc-518b11a47d62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301dacd6-21c8-4544-9ffc-518b11a47d62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17459774728739088624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624174597747287390886241745977472873908862417459774728739088624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8799c12c-3fcb-4e69-9fcb-5727665f2bf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301dacd6-21c8-4544-9ffc-518b11a47d62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7121f7e5-2577-4e10-8b20-402b60963dad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7121f7e5-2577-4e10-8b20-402b60963dad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820951967109795081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081482095196710979508148209519671097950814820951967109795081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8622ef5-7f9a-4218-a978-c094d571b0a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8622ef5-7f9a-4218-a978-c094d571b0a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13685379021033822364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364136853790210338223641368537902103382236413685379021033822364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7121f7e5-2577-4e10-8b20-402b60963dad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21c6bf6-5897-4412-b075-a5e969e3f1f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21c6bf6-5897-4412-b075-a5e969e3f1f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6844872198838154422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422684487219883815442268448721988381544226844872198838154422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8622ef5-7f9a-4218-a978-c094d571b0a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fe76990-5b34-42b5-b1a4-b38dfa5cdbb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe76990-5b34-42b5-b1a4-b38dfa5cdbb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11215223172017174678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678112152231720171746781121522317201717467811215223172017174678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe76990-5b34-42b5-b1a4-b38dfa5cdbb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 611ec722-c9ae-4e1b-ac2f-2c3715481efd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 611ec722-c9ae-4e1b-ac2f-2c3715481efd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 541209436995791820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820541209436995791820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21c6bf6-5897-4412-b075-a5e969e3f1f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 611ec722-c9ae-4e1b-ac2f-2c3715481efd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be7a47be-f62e-4178-929a-cf9510f81448, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c0216f1-3498-4f23-b8ed-19dfe7eef930, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7a47be-f62e-4178-929a-cf9510f81448, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6071734409901459138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138607173440990145913860717344099014591386071734409901459138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0216f1-3498-4f23-b8ed-19dfe7eef930, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14478006341758887357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357144780063417588873571447800634175888735714478006341758887357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7a47be-f62e-4178-929a-cf9510f81448, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdbcf1c9-b18f-4a5d-b847-c72843119bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0216f1-3498-4f23-b8ed-19dfe7eef930, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbcf1c9-b18f-4a5d-b847-c72843119bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033340233979275956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956203334023397927595620333402339792759562033340233979275956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dacc5c40-f807-431f-8d27-869cb27716b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dacc5c40-f807-431f-8d27-869cb27716b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537983220089379813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813153798322008937981315379832200893798131537983220089379813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbcf1c9-b18f-4a5d-b847-c72843119bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dccb1ac-d36a-444e-8504-7f9cf9a01df3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dccb1ac-d36a-444e-8504-7f9cf9a01df3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12884644929065585018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018128846449290655850181288464492906558501812884644929065585018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dacc5c40-f807-431f-8d27-869cb27716b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ab94de-454a-44bd-9614-43cfbad3a5d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ab94de-454a-44bd-9614-43cfbad3a5d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5523497144499312437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437552349714449931243755234971444993124375523497144499312437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dccb1ac-d36a-444e-8504-7f9cf9a01df3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0cffd9-1f65-464c-bc89-d7ee9a35613f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0cffd9-1f65-464c-bc89-d7ee9a35613f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2231425000081365791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791223142500008136579122314250000813657912231425000081365791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ab94de-454a-44bd-9614-43cfbad3a5d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10bc776-d77d-4b7f-8a0d-54462e2cee7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10bc776-d77d-4b7f-8a0d-54462e2cee7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10964818853269136167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167109648188532691361671096481885326913616710964818853269136167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0cffd9-1f65-464c-bc89-d7ee9a35613f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9834b2d-a1cc-4927-8537-25be34067e2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9834b2d-a1cc-4927-8537-25be34067e2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6852929109574684252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252685292910957468425268529291095746842526852929109574684252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10bc776-d77d-4b7f-8a0d-54462e2cee7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e9e76e6-4491-4fda-a8e6-01809e9ec40b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9e76e6-4491-4fda-a8e6-01809e9ec40b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301744835260608248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248301744835260608248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9834b2d-a1cc-4927-8537-25be34067e2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c39459-b8d8-443a-95a1-f3f1292cd4b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9e76e6-4491-4fda-a8e6-01809e9ec40b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54aff58-e4e0-43eb-a7e4-adc11b95920e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54aff58-e4e0-43eb-a7e4-adc11b95920e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782124561233398248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248782124561233398248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c39459-b8d8-443a-95a1-f3f1292cd4b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979869878284756260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260697986987828475626069798698782847562606979869878284756260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54aff58-e4e0-43eb-a7e4-adc11b95920e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1f9f8cf-4c62-4986-ad6e-9546d049e856, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1f9f8cf-4c62-4986-ad6e-9546d049e856, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585894005451404633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633145858940054514046331458589400545140463314585894005451404633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c39459-b8d8-443a-95a1-f3f1292cd4b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932345f0-636a-4ef2-904c-665780336ac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932345f0-636a-4ef2-904c-665780336ac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5485023233358928066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066548502323335892806654850232333589280665485023233358928066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1f9f8cf-4c62-4986-ad6e-9546d049e856, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95a77676-a62e-4b96-be8a-3446292d6975, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a77676-a62e-4b96-be8a-3446292d6975, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266589806817590252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252926658980681759025292665898068175902529266589806817590252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932345f0-636a-4ef2-904c-665780336ac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddce4954-c7d6-4bd7-9895-4a23cf667249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddce4954-c7d6-4bd7-9895-4a23cf667249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005944498232317628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628130059444982323176281300594449823231762813005944498232317628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a77676-a62e-4b96-be8a-3446292d6975, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a340b6b-10dc-4030-840a-356c4a95c925, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a340b6b-10dc-4030-840a-356c4a95c925, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2770369316760284401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401277036931676028440127703693167602844012770369316760284401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddce4954-c7d6-4bd7-9895-4a23cf667249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 343bf3b1-a27d-408f-ae12-02357609d107, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343bf3b1-a27d-408f-ae12-02357609d107, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1738038539477597130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130173803853947759713017380385394775971301738038539477597130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a340b6b-10dc-4030-840a-356c4a95c925, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 618d03a1-824c-4619-9434-f73a35d99f0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 618d03a1-824c-4619-9434-f73a35d99f0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15761452705748629382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382157614527057486293821576145270574862938215761452705748629382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343bf3b1-a27d-408f-ae12-02357609d107, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4f7c3f-e9a7-40de-bce5-09a92492d573, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4f7c3f-e9a7-40de-bce5-09a92492d573, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14686650833580792191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191146866508335807921911468665083358079219114686650833580792191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 618d03a1-824c-4619-9434-f73a35d99f0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d414c09-13f0-480a-ab24-e961c9af74dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d414c09-13f0-480a-ab24-e961c9af74dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13001804873260111048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048130018048732601110481300180487326011104813001804873260111048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4f7c3f-e9a7-40de-bce5-09a92492d573, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d414c09-13f0-480a-ab24-e961c9af74dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00179a29-98ea-4779-9c1e-70655c43ddcb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00179a29-98ea-4779-9c1e-70655c43ddcb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11740270056293590221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221117402700562935902211174027005629359022111740270056293590221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e79471ee-0a3f-469c-90c9-2210029c3416, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79471ee-0a3f-469c-90c9-2210029c3416, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15573097916610002933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933155730979166100029331557309791661000293315573097916610002933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00179a29-98ea-4779-9c1e-70655c43ddcb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01767004-6cda-472b-82a0-dff86ee7c9e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79471ee-0a3f-469c-90c9-2210029c3416, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01767004-6cda-472b-82a0-dff86ee7c9e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16794062954975516899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899167940629549755168991679406295497551689916794062954975516899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6dbe49-37a3-4f9c-940e-e575b50fc949, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6dbe49-37a3-4f9c-940e-e575b50fc949, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15328264250303047505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505153282642503030475051532826425030304750515328264250303047505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01767004-6cda-472b-82a0-dff86ee7c9e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a1788e-cd2d-4f15-99fb-d50a189c484d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a1788e-cd2d-4f15-99fb-d50a189c484d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2380098632205502402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402238009863220550240223800986322055024022380098632205502402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6dbe49-37a3-4f9c-940e-e575b50fc949, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa63cb3-c43a-4460-ba10-4116945fb601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a1788e-cd2d-4f15-99fb-d50a189c484d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa63cb3-c43a-4460-ba10-4116945fb601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11887513901591607806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806118875139015916078061188751390159160780611887513901591607806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3612e34-d91c-43cc-a45c-da67e53acd58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3612e34-d91c-43cc-a45c-da67e53acd58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17550548864215347510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510175505488642153475101755054886421534751017550548864215347510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa63cb3-c43a-4460-ba10-4116945fb601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3612e34-d91c-43cc-a45c-da67e53acd58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991f24da-e072-4961-b33d-001f35e96a9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991f24da-e072-4961-b33d-001f35e96a9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12487252593534581029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029124872525935345810291248725259353458102912487252593534581029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ba8582-0255-4420-a6ca-7b4a88a95c1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ba8582-0255-4420-a6ca-7b4a88a95c1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886645245488981358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358168866452454889813581688664524548898135816886645245488981358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991f24da-e072-4961-b33d-001f35e96a9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ba8582-0255-4420-a6ca-7b4a88a95c1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11235495-7726-43e2-9603-9ff06d1408fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11235495-7726-43e2-9603-9ff06d1408fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14834207654753087378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378148342076547530873781483420765475308737814834207654753087378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1845f8e-1416-460a-b602-775813dabd85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1845f8e-1416-460a-b602-775813dabd85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2303610458407131157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157230361045840713115723036104584071311572303610458407131157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11235495-7726-43e2-9603-9ff06d1408fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cdac10c-7a9d-45fe-ba2a-ef05e480c79b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cdac10c-7a9d-45fe-ba2a-ef05e480c79b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15201375164601831815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815152013751646018318151520137516460183181515201375164601831815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1845f8e-1416-460a-b602-775813dabd85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa5a45f4-2442-4281-bf04-7cd0f43ac502, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5a45f4-2442-4281-bf04-7cd0f43ac502, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12938340527898808040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040129383405278988080401293834052789880804012938340527898808040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cdac10c-7a9d-45fe-ba2a-ef05e480c79b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bca32dc-64f6-4947-aab5-df1d746acfbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bca32dc-64f6-4947-aab5-df1d746acfbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869516396714738219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219158695163967147382191586951639671473821915869516396714738219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5a45f4-2442-4281-bf04-7cd0f43ac502, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e61a3187-2bfd-42b4-886a-5d07fb2f56a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bca32dc-64f6-4947-aab5-df1d746acfbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e61a3187-2bfd-42b4-886a-5d07fb2f56a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896207007976129456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456189620700797612945618962070079761294561896207007976129456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46138e33-f83a-4740-826b-f6bf1c1dcd6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46138e33-f83a-4740-826b-f6bf1c1dcd6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3779249838954731059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059377924983895473105937792498389547310593779249838954731059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e61a3187-2bfd-42b4-886a-5d07fb2f56a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1ef553-8575-4615-9b14-c20e55a2426c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1ef553-8575-4615-9b14-c20e55a2426c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631323261469045010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010136313232614690450101363132326146904501013631323261469045010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46138e33-f83a-4740-826b-f6bf1c1dcd6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cf99798-4094-4398-8b9d-01a49b86f9e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf99798-4094-4398-8b9d-01a49b86f9e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1435228555699359618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618143522855569935961814352285556993596181435228555699359618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1ef553-8575-4615-9b14-c20e55a2426c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61446ca4-01a4-4175-ab01-8590f014fcb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61446ca4-01a4-4175-ab01-8590f014fcb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14827767217485284740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740148277672174852847401482776721748528474014827767217485284740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf99798-4094-4398-8b9d-01a49b86f9e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc08bddf-06ff-497d-8161-652dafee0fe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61446ca4-01a4-4175-ab01-8590f014fcb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc08bddf-06ff-497d-8161-652dafee0fe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729171233399979968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968172917123339997996817291712333999799681729171233399979968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89679d5c-45c8-4bbf-a541-f24f78ee56c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89679d5c-45c8-4bbf-a541-f24f78ee56c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13975926146315055505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505139759261463150555051397592614631505550513975926146315055505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc08bddf-06ff-497d-8161-652dafee0fe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cebb6df-e110-4d8f-9829-c5a9d75bd014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cebb6df-e110-4d8f-9829-c5a9d75bd014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12286992391346816399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399122869923913468163991228699239134681639912286992391346816399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89679d5c-45c8-4bbf-a541-f24f78ee56c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3db326e-1a6a-4b4e-83c1-d7fe32a81227, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3db326e-1a6a-4b4e-83c1-d7fe32a81227, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15305448394800934617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617153054483948009346171530544839480093461715305448394800934617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cebb6df-e110-4d8f-9829-c5a9d75bd014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18ede3b-1d78-4e1f-b701-42ba434bb715, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18ede3b-1d78-4e1f-b701-42ba434bb715, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409483719008240676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676440948371900824067644094837190082406764409483719008240676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3db326e-1a6a-4b4e-83c1-d7fe32a81227, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ed4ec4-7b90-41a3-8ab3-08afcda99ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ed4ec4-7b90-41a3-8ab3-08afcda99ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7799111702328199172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172779911170232819917277991117023281991727799111702328199172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18ede3b-1d78-4e1f-b701-42ba434bb715, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d19271f1-6fac-415d-83a3-dc4929a197ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19271f1-6fac-415d-83a3-dc4929a197ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5244606233362495547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547524460623336249554752446062333624955475244606233362495547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ed4ec4-7b90-41a3-8ab3-08afcda99ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ccf274-2bd1-40e4-a2f1-f960254b8ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ccf274-2bd1-40e4-a2f1-f960254b8ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063581765096911237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237106358176509691123710635817650969112371063581765096911237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19271f1-6fac-415d-83a3-dc4929a197ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, befeb42a-4b38-429d-85f8-33448700bda5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, befeb42a-4b38-429d-85f8-33448700bda5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2264366815875868026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026226436681587586802622643668158758680262264366815875868026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ccf274-2bd1-40e4-a2f1-f960254b8ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435a5f5d-72ed-4c47-990c-a5dcd5ea066f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435a5f5d-72ed-4c47-990c-a5dcd5ea066f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287623767926919415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415172876237679269194151728762376792691941517287623767926919415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, befeb42a-4b38-429d-85f8-33448700bda5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30c80f0f-9103-4802-8957-dd95abe7401e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30c80f0f-9103-4802-8957-dd95abe7401e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200398156521807861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861152003981565218078611520039815652180786115200398156521807861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435a5f5d-72ed-4c47-990c-a5dcd5ea066f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17c8f69b-0490-4bd5-9bb5-a70bb93cf9bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17c8f69b-0490-4bd5-9bb5-a70bb93cf9bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1342956341954451699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699134295634195445169913429563419544516991342956341954451699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30c80f0f-9103-4802-8957-dd95abe7401e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5312f528-eba6-49f2-b348-5c98fdb730ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5312f528-eba6-49f2-b348-5c98fdb730ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15610435965936197109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109156104359659361971091561043596593619710915610435965936197109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17c8f69b-0490-4bd5-9bb5-a70bb93cf9bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe30870-45f7-4464-9700-5acd25c8247a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe30870-45f7-4464-9700-5acd25c8247a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7876228388880081703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703787622838888008170378762283888800817037876228388880081703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5312f528-eba6-49f2-b348-5c98fdb730ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8bf701e-9349-4b02-be60-828c19aeff6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bf701e-9349-4b02-be60-828c19aeff6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5452988422308239845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845545298842230823984554529884223082398455452988422308239845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe30870-45f7-4464-9700-5acd25c8247a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4bbf601-90b1-4bf3-bad1-302b995167aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bbf601-90b1-4bf3-bad1-302b995167aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6825341801240379335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335682534180124037933568253418012403793356825341801240379335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bf701e-9349-4b02-be60-828c19aeff6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91d6c2e0-d680-472b-92b8-b6dd4a82f703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91d6c2e0-d680-472b-92b8-b6dd4a82f703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11784380992637288449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449117843809926372884491178438099263728844911784380992637288449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bbf601-90b1-4bf3-bad1-302b995167aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314f5d65-ef6c-4be2-a524-8ee3629f678e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314f5d65-ef6c-4be2-a524-8ee3629f678e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345106440723809271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271143451064407238092711434510644072380927114345106440723809271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91d6c2e0-d680-472b-92b8-b6dd4a82f703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5e49ab1-1e24-451e-a5f5-6da26b5c79ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e49ab1-1e24-451e-a5f5-6da26b5c79ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17810942556662695359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359178109425566626953591781094255666269535917810942556662695359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314f5d65-ef6c-4be2-a524-8ee3629f678e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c4627a-675d-454b-b4d6-3eb7db2832c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c4627a-675d-454b-b4d6-3eb7db2832c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10321737974210109241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241103217379742101092411032173797421010924110321737974210109241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e49ab1-1e24-451e-a5f5-6da26b5c79ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6aea882c-5b8a-48e0-925c-1deb4e05c1f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aea882c-5b8a-48e0-925c-1deb4e05c1f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14453288092145704816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816144532880921457048161445328809214570481614453288092145704816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c4627a-675d-454b-b4d6-3eb7db2832c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a556d92c-da60-4d3d-892c-df00c7ba9774, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a556d92c-da60-4d3d-892c-df00c7ba9774, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14968829461083426086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086149688294610834260861496882946108342608614968829461083426086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aea882c-5b8a-48e0-925c-1deb4e05c1f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 088d440d-8312-4bb8-a344-b779515b5d8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 088d440d-8312-4bb8-a344-b779515b5d8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334891312959174929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929123348913129591749291233489131295917492912334891312959174929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a556d92c-da60-4d3d-892c-df00c7ba9774, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5894a274-15ad-40cd-b916-fe4bfa34da97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5894a274-15ad-40cd-b916-fe4bfa34da97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17306469457819599876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876173064694578195998761730646945781959987617306469457819599876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 088d440d-8312-4bb8-a344-b779515b5d8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa63546f-35d4-46ee-b9ed-76a9c04b9313, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa63546f-35d4-46ee-b9ed-76a9c04b9313, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865008233046994602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602168650082330469946021686500823304699460216865008233046994602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5894a274-15ad-40cd-b916-fe4bfa34da97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4051b167-de26-4614-afac-2dd0421f3e05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4051b167-de26-4614-afac-2dd0421f3e05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11946330854291442143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143119463308542914421431194633085429144214311946330854291442143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa63546f-35d4-46ee-b9ed-76a9c04b9313, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af17a993-83d1-4871-8e9f-3dc9f4deae8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af17a993-83d1-4871-8e9f-3dc9f4deae8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18253388095488104584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584182533880954881045841825338809548810458418253388095488104584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4051b167-de26-4614-afac-2dd0421f3e05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20e9f7c2-21d6-4c73-94b5-c3797b9a7fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e9f7c2-21d6-4c73-94b5-c3797b9a7fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11992319370325544953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953119923193703255449531199231937032554495311992319370325544953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af17a993-83d1-4871-8e9f-3dc9f4deae8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2da2a0e0-696a-45bb-a525-1db46b2bdfbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da2a0e0-696a-45bb-a525-1db46b2bdfbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693686033593106244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244969368603359310624496936860335931062449693686033593106244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e9f7c2-21d6-4c73-94b5-c3797b9a7fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a8dc8d7-cbd0-41a7-afef-297a5645af46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8dc8d7-cbd0-41a7-afef-297a5645af46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066503190787056881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881406650319078705688140665031907870568814066503190787056881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da2a0e0-696a-45bb-a525-1db46b2bdfbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23396e28-4f22-4d11-b7b4-2fa35fb7ff78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8dc8d7-cbd0-41a7-afef-297a5645af46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22668750-7dc1-40a6-9191-365a5219aa3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22668750-7dc1-40a6-9191-365a5219aa3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5517768107331618733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733551776810733161873355177681073316187335517768107331618733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23396e28-4f22-4d11-b7b4-2fa35fb7ff78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11834715204397088319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319118347152043970883191183471520439708831911834715204397088319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22668750-7dc1-40a6-9191-365a5219aa3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a297eadf-04c8-453f-8d5a-0ab4c785442d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23396e28-4f22-4d11-b7b4-2fa35fb7ff78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a94743-ad9b-4a0e-9af7-f2b97a169991, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a94743-ad9b-4a0e-9af7-f2b97a169991, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4824033422977541268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268482403342297754126848240334229775412684824033422977541268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a297eadf-04c8-453f-8d5a-0ab4c785442d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3817743613882403263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263381774361388240326338177436138824032633817743613882403263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a94743-ad9b-4a0e-9af7-f2b97a169991, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0919bee8-515c-4764-bd57-0206a5e7a89e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0919bee8-515c-4764-bd57-0206a5e7a89e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1426734949204278037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037142673494920427803714267349492042780371426734949204278037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a297eadf-04c8-453f-8d5a-0ab4c785442d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de8f4c71-9c63-4489-84bd-ea22ae690a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8f4c71-9c63-4489-84bd-ea22ae690a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6799237062155788691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691679923706215578869167992370621557886916799237062155788691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0919bee8-515c-4764-bd57-0206a5e7a89e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8f4c71-9c63-4489-84bd-ea22ae690a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66208340-d90a-405e-9078-3df0896314cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66208340-d90a-405e-9078-3df0896314cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12391778675146381188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188123917786751463811881239177867514638118812391778675146381188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59c5f766-8f15-45db-b158-ff0e21f326b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c5f766-8f15-45db-b158-ff0e21f326b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16924387033059648529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529169243870330596485291692438703305964852916924387033059648529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66208340-d90a-405e-9078-3df0896314cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a5ef60b-7823-4d0f-917e-521f6a92afd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5ef60b-7823-4d0f-917e-521f6a92afd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 577115844650999314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314577115844650999314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c5f766-8f15-45db-b158-ff0e21f326b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3bf812-9b24-4fb6-b2a1-53931a1fcdcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3bf812-9b24-4fb6-b2a1-53931a1fcdcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16623754158449574492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492166237541584495744921662375415844957449216623754158449574492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5ef60b-7823-4d0f-917e-521f6a92afd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf42137-310f-4143-9c10-b3ef197b8ed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf42137-310f-4143-9c10-b3ef197b8ed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037383247835397981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981903738324783539798190373832478353979819037383247835397981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3bf812-9b24-4fb6-b2a1-53931a1fcdcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7e708a-2cb3-4fdb-b55f-6d806f0f0333, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf42137-310f-4143-9c10-b3ef197b8ed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb04760-22f8-473f-8d9d-85ffc8a93ef7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb04760-22f8-473f-8d9d-85ffc8a93ef7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1158724208878411208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208115872420887841120811587242088784112081158724208878411208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7e708a-2cb3-4fdb-b55f-6d806f0f0333, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322454144705440285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285322454144705440285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7e708a-2cb3-4fdb-b55f-6d806f0f0333, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd1af1f3-74f4-4905-b6df-1d801cdbc428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd1af1f3-74f4-4905-b6df-1d801cdbc428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2798929115200835487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487279892911520083548727989291152008354872798929115200835487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb04760-22f8-473f-8d9d-85ffc8a93ef7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d1c70f4-de42-4392-8e3d-5ace27194c74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d1c70f4-de42-4392-8e3d-5ace27194c74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374631076284336639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639737463107628433663973746310762843366397374631076284336639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd1af1f3-74f4-4905-b6df-1d801cdbc428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85f044d-6d3f-4efe-84f5-aade9d2920d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d1c70f4-de42-4392-8e3d-5ace27194c74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85f044d-6d3f-4efe-84f5-aade9d2920d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16428133532581881883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883164281335325818818831642813353258188188316428133532581881883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26a02de3-3ef7-4863-8ddf-05480b890a1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a02de3-3ef7-4863-8ddf-05480b890a1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 628728275391679730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730628728275391679730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85f044d-6d3f-4efe-84f5-aade9d2920d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2ab8fe3-c08a-45b9-bd77-a80ee91a8751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a02de3-3ef7-4863-8ddf-05480b890a1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2ab8fe3-c08a-45b9-bd77-a80ee91a8751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11443318795183479302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302114433187951834793021144331879518347930211443318795183479302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dfa7e96-59d3-4875-84ab-26e0b05e6be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dfa7e96-59d3-4875-84ab-26e0b05e6be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156479985444912103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103131564799854449121031315647998544491210313156479985444912103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2ab8fe3-c08a-45b9-bd77-a80ee91a8751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11b0b985-7965-4df4-b83d-f6c65649bad1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b0b985-7965-4df4-b83d-f6c65649bad1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13116469784591041550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550131164697845910415501311646978459104155013116469784591041550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dfa7e96-59d3-4875-84ab-26e0b05e6be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b0b985-7965-4df4-b83d-f6c65649bad1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 298e109d-9ded-40ab-aba2-f28146836a62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57fd6620-32a1-413e-b676-962afa568aa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57fd6620-32a1-413e-b676-962afa568aa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16000371902939303424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424160003719029393034241600037190293930342416000371902939303424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 298e109d-9ded-40ab-aba2-f28146836a62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15902475347607316609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609159024753476073166091590247534760731660915902475347607316609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57fd6620-32a1-413e-b676-962afa568aa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd193fc-4b5d-49c7-bdf1-c72648d1e31f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd193fc-4b5d-49c7-bdf1-c72648d1e31f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11320824068464309150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150113208240684643091501132082406846430915011320824068464309150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 298e109d-9ded-40ab-aba2-f28146836a62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd593b67-125b-4172-b39a-981d3bda4d5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd593b67-125b-4172-b39a-981d3bda4d5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12567061205730006020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020125670612057300060201256706120573000602012567061205730006020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd193fc-4b5d-49c7-bdf1-c72648d1e31f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cec4fb7-8289-415b-b441-93f796fd561d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cec4fb7-8289-415b-b441-93f796fd561d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8805108267526442241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241880510826752644224188051082675264422418805108267526442241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd593b67-125b-4172-b39a-981d3bda4d5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cec4fb7-8289-415b-b441-93f796fd561d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e78f188-a13c-4d3b-bf81-3f655db56ad1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e78f188-a13c-4d3b-bf81-3f655db56ad1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3961231400902893213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213396123140090289321339612314009028932133961231400902893213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d97299e6-f58d-4ffd-a25b-62161d4de6be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d97299e6-f58d-4ffd-a25b-62161d4de6be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10820918720304187822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822108209187203041878221082091872030418782210820918720304187822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e78f188-a13c-4d3b-bf81-3f655db56ad1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6006bf81-a55e-4300-9c6e-ed46802fe004, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6006bf81-a55e-4300-9c6e-ed46802fe004, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499322139131390354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354134993221391313903541349932213913139035413499322139131390354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d97299e6-f58d-4ffd-a25b-62161d4de6be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5784cbfc-cb86-4101-a8d1-108c52ddac02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5784cbfc-cb86-4101-a8d1-108c52ddac02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13271109059998697444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444132711090599986974441327110905999869744413271109059998697444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6006bf81-a55e-4300-9c6e-ed46802fe004, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88588499-58f7-4e45-aaa4-7bffcb739164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88588499-58f7-4e45-aaa4-7bffcb739164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9527214754863276270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270952721475486327627095272147548632762709527214754863276270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5784cbfc-cb86-4101-a8d1-108c52ddac02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ae38c8c-e9ef-42ec-9895-f5f3fb9a8cb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae38c8c-e9ef-42ec-9895-f5f3fb9a8cb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676162605327290497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497967616260532729049796761626053272904979676162605327290497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88588499-58f7-4e45-aaa4-7bffcb739164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1207660c-8214-4d88-a91d-6066a957dabb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1207660c-8214-4d88-a91d-6066a957dabb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779728932538256705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705779728932538256705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae38c8c-e9ef-42ec-9895-f5f3fb9a8cb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 512cf300-04bb-4e0d-b968-d8d52a3e16b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1207660c-8214-4d88-a91d-6066a957dabb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54fe267b-fb99-4d1b-adfe-6d57e4e333da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512cf300-04bb-4e0d-b968-d8d52a3e16b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7919461006985120859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859791946100698512085979194610069851208597919461006985120859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fe267b-fb99-4d1b-adfe-6d57e4e333da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4331488224364594535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535433148822436459453543314882243645945354331488224364594535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512cf300-04bb-4e0d-b968-d8d52a3e16b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6912e124-3cb7-4b5d-b862-d32f33bcdc86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6912e124-3cb7-4b5d-b862-d32f33bcdc86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10591527342712842588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588105915273427128425881059152734271284258810591527342712842588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fe267b-fb99-4d1b-adfe-6d57e4e333da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb76053-2b78-4064-8fe4-22fefbb4fcd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6912e124-3cb7-4b5d-b862-d32f33bcdc86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb76053-2b78-4064-8fe4-22fefbb4fcd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18301887728066206174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174183018877280662061741830188772806620617418301887728066206174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb088ec-6b40-43b0-8f8b-10c6e8d0cf21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb088ec-6b40-43b0-8f8b-10c6e8d0cf21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5460860568598113097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097546086056859811309754608605685981130975460860568598113097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb76053-2b78-4064-8fe4-22fefbb4fcd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 337e74a5-5000-423d-8315-bf1d4243e214, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337e74a5-5000-423d-8315-bf1d4243e214, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5398948488249829039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039539894848824982903953989484882498290395398948488249829039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb088ec-6b40-43b0-8f8b-10c6e8d0cf21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31331c24-e06a-4b19-9e5b-540f2332244f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31331c24-e06a-4b19-9e5b-540f2332244f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855649891674972917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917285564989167497291728556498916749729172855649891674972917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337e74a5-5000-423d-8315-bf1d4243e214, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16bb49f4-02c4-407b-b15c-87f5e6cc7b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16bb49f4-02c4-407b-b15c-87f5e6cc7b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248504222392865683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683624850422239286568362485042223928656836248504222392865683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31331c24-e06a-4b19-9e5b-540f2332244f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968278b6-482c-4f50-837f-16ac3e651601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968278b6-482c-4f50-837f-16ac3e651601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427025080417866641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641442702508041786664144270250804178666414427025080417866641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16bb49f4-02c4-407b-b15c-87f5e6cc7b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a71e772-6d4d-4848-a0a9-06a0b5992dc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a71e772-6d4d-4848-a0a9-06a0b5992dc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7288425032149968194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194728842503214996819472884250321499681947288425032149968194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968278b6-482c-4f50-837f-16ac3e651601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdaa61b5-3ab9-48d7-aa8d-c75fb9982459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdaa61b5-3ab9-48d7-aa8d-c75fb9982459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680736164833349575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575168073616483334957516807361648333495751680736164833349575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a71e772-6d4d-4848-a0a9-06a0b5992dc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdaa61b5-3ab9-48d7-aa8d-c75fb9982459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ef0794e-e2e8-4605-a59e-f24c55185d6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef0794e-e2e8-4605-a59e-f24c55185d6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383357175456469392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392238335717545646939223833571754564693922383357175456469392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eea6129-cbc7-4bbb-a150-f2ac3581e350, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eea6129-cbc7-4bbb-a150-f2ac3581e350, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13152609992200506741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741131526099922005067411315260999220050674113152609992200506741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef0794e-e2e8-4605-a59e-f24c55185d6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eea6129-cbc7-4bbb-a150-f2ac3581e350, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c4979e1-5ad2-4fee-b3d4-44913ed77324, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4979e1-5ad2-4fee-b3d4-44913ed77324, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4232309706404383732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732423230970640438373242323097064043837324232309706404383732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcd3a7c-f6d2-4dd3-9458-5da9e7907735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcd3a7c-f6d2-4dd3-9458-5da9e7907735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4872814927564638252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252487281492756463825248728149275646382524872814927564638252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4979e1-5ad2-4fee-b3d4-44913ed77324, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9578101-17f3-478f-9e47-44467c06a6b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9578101-17f3-478f-9e47-44467c06a6b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10954690233374992135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135109546902333749921351095469023337499213510954690233374992135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcd3a7c-f6d2-4dd3-9458-5da9e7907735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8bbca5c-cf02-4b54-be42-c6b87e331d8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bbca5c-cf02-4b54-be42-c6b87e331d8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9775245578476191650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650977524557847619165097752455784761916509775245578476191650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9578101-17f3-478f-9e47-44467c06a6b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d152ba2-ed73-4093-b554-d6d04acd1ff0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bbca5c-cf02-4b54-be42-c6b87e331d8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0815f0-0a0d-427c-8784-18c56d30aebe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d152ba2-ed73-4093-b554-d6d04acd1ff0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10925771185953829062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062109257711859538290621092577118595382906210925771185953829062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0815f0-0a0d-427c-8784-18c56d30aebe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601737751709425589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589860173775170942558986017377517094255898601737751709425589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d152ba2-ed73-4093-b554-d6d04acd1ff0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32f1777f-b3ca-4da3-8043-39074252ec6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f1777f-b3ca-4da3-8043-39074252ec6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14085262758195863512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512140852627581958635121408526275819586351214085262758195863512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0815f0-0a0d-427c-8784-18c56d30aebe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6bd8633-63cd-4cf0-b613-066749df6f2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bd8633-63cd-4cf0-b613-066749df6f2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881980667779520564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564488198066777952056448819806677795205644881980667779520564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f1777f-b3ca-4da3-8043-39074252ec6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bd8633-63cd-4cf0-b613-066749df6f2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5536cef6-61f6-4fd1-830a-b57a4cfc3aa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5536cef6-61f6-4fd1-830a-b57a4cfc3aa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13871741331248628879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879138717413312486288791387174133124862887913871741331248628879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57d1360f-476c-47b7-92a3-c3320a6f7115, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d1360f-476c-47b7-92a3-c3320a6f7115, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7863380560193577608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608786338056019357760878633805601935776087863380560193577608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5536cef6-61f6-4fd1-830a-b57a4cfc3aa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f2cc11d-9bd5-4b3d-a42c-69e3d9b1e2f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2cc11d-9bd5-4b3d-a42c-69e3d9b1e2f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11581147178922978389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389115811471789229783891158114717892297838911581147178922978389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d1360f-476c-47b7-92a3-c3320a6f7115, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e4fa19e-5d30-4fdf-beb7-27b86a2ac2b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e4fa19e-5d30-4fdf-beb7-27b86a2ac2b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652007767947475995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995652007767947475995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2cc11d-9bd5-4b3d-a42c-69e3d9b1e2f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0060859c-5cfa-46a5-8c71-925b1fe9c0f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e4fa19e-5d30-4fdf-beb7-27b86a2ac2b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0060859c-5cfa-46a5-8c71-925b1fe9c0f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381170023756996194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194438117002375699619443811700237569961944381170023756996194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 257db85a-3323-4b3d-9444-e31cc638382d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257db85a-3323-4b3d-9444-e31cc638382d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6667536156048524889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889666753615604852488966675361560485248896667536156048524889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0060859c-5cfa-46a5-8c71-925b1fe9c0f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961705b1-4326-4313-8bad-62ecbe72ce7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961705b1-4326-4313-8bad-62ecbe72ce7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10440237918164497859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859104402379181644978591044023791816449785910440237918164497859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257db85a-3323-4b3d-9444-e31cc638382d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932e3413-6f1c-450b-9b20-814935e8f66a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932e3413-6f1c-450b-9b20-814935e8f66a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8763764124967904861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861876376412496790486187637641249679048618763764124967904861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961705b1-4326-4313-8bad-62ecbe72ce7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e7b6cdd-4bd7-4746-9649-5fa6dfe01a9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7b6cdd-4bd7-4746-9649-5fa6dfe01a9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291017427424641091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091829101742742464109182910174274246410918291017427424641091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932e3413-6f1c-450b-9b20-814935e8f66a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cd5a3a5-7784-45ad-bf86-4fc727a79e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd5a3a5-7784-45ad-bf86-4fc727a79e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10927767125140354565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565109277671251403545651092776712514035456510927767125140354565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7b6cdd-4bd7-4746-9649-5fa6dfe01a9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ecee10a-484b-44df-bf99-6fba7af7deb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ecee10a-484b-44df-bf99-6fba7af7deb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185439090453889129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129151854390904538891291518543909045388912915185439090453889129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd5a3a5-7784-45ad-bf86-4fc727a79e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e79edba0-5411-4a7c-b926-3affdfbf88ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79edba0-5411-4a7c-b926-3affdfbf88ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5766410503226109840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840576641050322610984057664105032261098405766410503226109840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ecee10a-484b-44df-bf99-6fba7af7deb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef028401-1562-4e7c-96c1-61abb80eb2d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef028401-1562-4e7c-96c1-61abb80eb2d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 447328293138821429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429447328293138821429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79edba0-5411-4a7c-b926-3affdfbf88ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b48b4a14-13aa-483c-8c2c-011dab42c33b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48b4a14-13aa-483c-8c2c-011dab42c33b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13515580993440828879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879135155809934408288791351558099344082887913515580993440828879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef028401-1562-4e7c-96c1-61abb80eb2d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ea25bc-29aa-48f4-87d0-4ab2dccc76c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ea25bc-29aa-48f4-87d0-4ab2dccc76c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5217749837104279534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534521774983710427953452177498371042795345217749837104279534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48b4a14-13aa-483c-8c2c-011dab42c33b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23586657-5cc6-47de-9ff3-b26d79f9e44c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ea25bc-29aa-48f4-87d0-4ab2dccc76c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 157da286-f7d4-4653-8aa4-32ecd555582d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157da286-f7d4-4653-8aa4-32ecd555582d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7994088814293767908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908799408881429376790879940888142937679087994088814293767908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23586657-5cc6-47de-9ff3-b26d79f9e44c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11479305391495104387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387114793053914951043871147930539149510438711479305391495104387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157da286-f7d4-4653-8aa4-32ecd555582d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7b3b332-48ea-42fa-a7aa-3d4a6ba9c1e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23586657-5cc6-47de-9ff3-b26d79f9e44c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd3dc622-52dc-4a93-aa59-0a0384d3d8f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3dc622-52dc-4a93-aa59-0a0384d3d8f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423988738243654064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064442398873824365406444239887382436540644423988738243654064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b3b332-48ea-42fa-a7aa-3d4a6ba9c1e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905716480777141477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477890571648077714147789057164807771414778905716480777141477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3dc622-52dc-4a93-aa59-0a0384d3d8f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0591e6a7-2bc6-4b31-a525-65de7a84ac67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0591e6a7-2bc6-4b31-a525-65de7a84ac67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736258308689777369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369127362583086897773691273625830868977736912736258308689777369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b3b332-48ea-42fa-a7aa-3d4a6ba9c1e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ccb0dde-5a18-48cd-a946-b1fa31ef0c05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ccb0dde-5a18-48cd-a946-b1fa31ef0c05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6120563169383428330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330612056316938342833061205631693834283306120563169383428330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0591e6a7-2bc6-4b31-a525-65de7a84ac67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39c3b706-369e-49dc-bdfe-eb32b78d42cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39c3b706-369e-49dc-bdfe-eb32b78d42cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11282111199849957387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387112821111998499573871128211119984995738711282111199849957387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ccb0dde-5a18-48cd-a946-b1fa31ef0c05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82fb0f60-3916-44b6-923b-33cc914054b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82fb0f60-3916-44b6-923b-33cc914054b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757222679349956372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372167572226793499563721675722267934995637216757222679349956372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39c3b706-369e-49dc-bdfe-eb32b78d42cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5fc74b6-c9ff-48ee-a4ac-d1bc33068271, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5fc74b6-c9ff-48ee-a4ac-d1bc33068271, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15675520609061036918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918156755206090610369181567552060906103691815675520609061036918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5fc74b6-c9ff-48ee-a4ac-d1bc33068271, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c1f29f7-2dc4-4267-9291-a035f6c9ece7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1f29f7-2dc4-4267-9291-a035f6c9ece7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669972616643893482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482166997261664389348216699726166438934821669972616643893482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1f29f7-2dc4-4267-9291-a035f6c9ece7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d606896-0a05-4b47-9f37-4a6628262aef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d606896-0a05-4b47-9f37-4a6628262aef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13463409173466769826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826134634091734667698261346340917346676982613463409173466769826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82fb0f60-3916-44b6-923b-33cc914054b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a827657d-7440-4911-ad89-f1fa9ad99b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a827657d-7440-4911-ad89-f1fa9ad99b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6297968759778457661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661629796875977845766162979687597784576616297968759778457661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d606896-0a05-4b47-9f37-4a6628262aef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a827657d-7440-4911-ad89-f1fa9ad99b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 362fd1db-1f97-4d8b-abab-9b9a24bfd2ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c356bdb-0385-4418-a032-e53b968ad8ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 362fd1db-1f97-4d8b-abab-9b9a24bfd2ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 473945334120677842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842473945334120677842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c356bdb-0385-4418-a032-e53b968ad8ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160248681809314925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925916024868180931492591602486818093149259160248681809314925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 362fd1db-1f97-4d8b-abab-9b9a24bfd2ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c995c876-440a-4563-98f6-5983901768a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c995c876-440a-4563-98f6-5983901768a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 763075708433541766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766763075708433541766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c356bdb-0385-4418-a032-e53b968ad8ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3a12d9-ab7b-453a-bdbf-6fbc725b4c57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3a12d9-ab7b-453a-bdbf-6fbc725b4c57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9213261119977402083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083921326111997740208392132611199774020839213261119977402083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c995c876-440a-4563-98f6-5983901768a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3a12d9-ab7b-453a-bdbf-6fbc725b4c57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8688b5ae-8171-41c9-ac8b-a19924b5640c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8688b5ae-8171-41c9-ac8b-a19924b5640c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14569417160925690495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495145694171609256904951456941716092569049514569417160925690495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47ac349-983c-46fb-921e-c69960b2f31c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47ac349-983c-46fb-921e-c69960b2f31c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 552434235289087799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799552434235289087799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8688b5ae-8171-41c9-ac8b-a19924b5640c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c472b92d-7d8d-49fd-b2f9-d50a09e28c09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c472b92d-7d8d-49fd-b2f9-d50a09e28c09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400608121963623899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899940060812196362389994006081219636238999400608121963623899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c472b92d-7d8d-49fd-b2f9-d50a09e28c09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8573667-751b-481e-a624-2ad20bebb592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47ac349-983c-46fb-921e-c69960b2f31c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8573667-751b-481e-a624-2ad20bebb592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1876893709821547534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534187689370982154753418768937098215475341876893709821547534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce5690e8-60f2-41da-bc5e-a01dfd256adc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5690e8-60f2-41da-bc5e-a01dfd256adc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1842600627443866998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998184260062744386699818426006274438669981842600627443866998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8573667-751b-481e-a624-2ad20bebb592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b5dc964-de16-4e3d-9657-ca41b31da51c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5690e8-60f2-41da-bc5e-a01dfd256adc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5dc964-de16-4e3d-9657-ca41b31da51c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15255248854968519419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419152552488549685194191525524885496851941915255248854968519419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5dc964-de16-4e3d-9657-ca41b31da51c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4053279c-ff93-4d56-bc89-55a8c9476da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b6c10e2-8f7e-4331-8cac-0008cac93607, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4053279c-ff93-4d56-bc89-55a8c9476da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18397202502858537228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228183972025028585372281839720250285853722818397202502858537228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6c10e2-8f7e-4331-8cac-0008cac93607, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754987367143665068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068675498736714366506867549873671436650686754987367143665068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6c10e2-8f7e-4331-8cac-0008cac93607, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4053279c-ff93-4d56-bc89-55a8c9476da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9c40581-ecaf-45e3-99f6-9405983b19b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9c40581-ecaf-45e3-99f6-9405983b19b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5629018442906930984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984562901844290693098456290184429069309845629018442906930984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9562b75c-0910-4a3d-9011-b8bafc4bcf1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9562b75c-0910-4a3d-9011-b8bafc4bcf1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2284144100365654735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735228414410036565473522841441003656547352284144100365654735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9c40581-ecaf-45e3-99f6-9405983b19b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6369808-9cba-4f18-9d80-a71b602fd515, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6369808-9cba-4f18-9d80-a71b602fd515, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879845882430157254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254787984588243015725478798458824301572547879845882430157254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9562b75c-0910-4a3d-9011-b8bafc4bcf1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31bba981-f733-4d60-a671-8c68be3c4aba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31bba981-f733-4d60-a671-8c68be3c4aba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7704089795443608897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897770408979544360889777040897954436088977704089795443608897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6369808-9cba-4f18-9d80-a71b602fd515, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31bba981-f733-4d60-a671-8c68be3c4aba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 631848c6-1be2-478a-a9a1-774d73fe4256, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631848c6-1be2-478a-a9a1-774d73fe4256, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14025863463311878664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664140258634633118786641402586346331187866414025863463311878664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70aebba8-16f3-4b44-be16-99b522cef2e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70aebba8-16f3-4b44-be16-99b522cef2e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633019636239318218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218116330196362393182181163301963623931821811633019636239318218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70aebba8-16f3-4b44-be16-99b522cef2e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4237bbe5-88b5-4247-8f76-4a537890d404, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4237bbe5-88b5-4247-8f76-4a537890d404, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683875788667024052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052168387578866702405216838757886670240521683875788667024052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4237bbe5-88b5-4247-8f76-4a537890d404, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66e5fe0b-1178-4d18-bc31-f73c30c968e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e5fe0b-1178-4d18-bc31-f73c30c968e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787556319207917716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716778755631920791771677875563192079177167787556319207917716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631848c6-1be2-478a-a9a1-774d73fe4256, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47f170bb-eebe-446e-81b1-99fc5f825c95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f170bb-eebe-446e-81b1-99fc5f825c95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9717299713256820428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428971729971325682042897172997132568204289717299713256820428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e5fe0b-1178-4d18-bc31-f73c30c968e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa2c94ec-f729-422a-9a7c-87851e20d824, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa2c94ec-f729-422a-9a7c-87851e20d824, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10222638138034000624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624102226381380340006241022263813803400062410222638138034000624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f170bb-eebe-446e-81b1-99fc5f825c95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ba28315-bfd3-4782-aa5a-fe328bce9259, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa2c94ec-f729-422a-9a7c-87851e20d824, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba28315-bfd3-4782-aa5a-fe328bce9259, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973645506239498848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848149736455062394988481497364550623949884814973645506239498848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766f6c05-9ddc-4805-a03e-4c54d5932165, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba28315-bfd3-4782-aa5a-fe328bce9259, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766f6c05-9ddc-4805-a03e-4c54d5932165, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709997419539657711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711370999741953965771137099974195396577113709997419539657711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09fb9c06-d5f1-46b2-9b24-1ea5bb938c1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09fb9c06-d5f1-46b2-9b24-1ea5bb938c1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14424885677304568884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884144248856773045688841442488567730456888414424885677304568884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766f6c05-9ddc-4805-a03e-4c54d5932165, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2c536c-3f34-4b50-91f6-fd5ffe21d7cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2c536c-3f34-4b50-91f6-fd5ffe21d7cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8056562137905015408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408805656213790501540880565621379050154088056562137905015408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09fb9c06-d5f1-46b2-9b24-1ea5bb938c1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93461b1d-af28-4459-9dae-7501776b9283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93461b1d-af28-4459-9dae-7501776b9283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202927435170258672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672132029274351702586721320292743517025867213202927435170258672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93461b1d-af28-4459-9dae-7501776b9283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2c536c-3f34-4b50-91f6-fd5ffe21d7cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b06549d6-2123-4903-821b-1668de444a79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06549d6-2123-4903-821b-1668de444a79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762340088654573789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789167623400886545737891676234008865457378916762340088654573789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 363b65f1-2495-4eea-923c-5b56ef862f71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363b65f1-2495-4eea-923c-5b56ef862f71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6720463612502294452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452672046361250229445267204636125022944526720463612502294452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06549d6-2123-4903-821b-1668de444a79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db76fafd-a3fe-4b91-9540-cf8c93baac60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db76fafd-a3fe-4b91-9540-cf8c93baac60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877239052270081564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564158772390522700815641587723905227008156415877239052270081564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363b65f1-2495-4eea-923c-5b56ef862f71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2dc7e9-3382-49d0-a732-0e8004e4ef07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2dc7e9-3382-49d0-a732-0e8004e4ef07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12054930040219192567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567120549300402191925671205493004021919256712054930040219192567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db76fafd-a3fe-4b91-9540-cf8c93baac60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8277d0-3e7f-42e2-9400-4ee172047944, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8277d0-3e7f-42e2-9400-4ee172047944, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8934612729881590030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030893461272988159003089346127298815900308934612729881590030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2dc7e9-3382-49d0-a732-0e8004e4ef07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1caf7e6e-6de1-4352-bd9a-cd726cdb8a96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caf7e6e-6de1-4352-bd9a-cd726cdb8a96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976941978779297173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173109769419787792971731097694197877929717310976941978779297173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8277d0-3e7f-42e2-9400-4ee172047944, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df095176-6dd0-4165-8819-8ac6204cc4f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df095176-6dd0-4165-8819-8ac6204cc4f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956356015666640471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471139563560156666404711395635601566664047113956356015666640471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caf7e6e-6de1-4352-bd9a-cd726cdb8a96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4fff13a-a108-4814-85b0-b4df71debbfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4fff13a-a108-4814-85b0-b4df71debbfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7472126904142955749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749747212690414295574974721269041429557497472126904142955749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df095176-6dd0-4165-8819-8ac6204cc4f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b76d54d1-9c13-45c8-a6d7-2f65fc7953fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76d54d1-9c13-45c8-a6d7-2f65fc7953fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632806820423102960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960363280682042310296036328068204231029603632806820423102960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4fff13a-a108-4814-85b0-b4df71debbfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c45ab61-08b5-49c7-8268-fa0b5a6acd81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c45ab61-08b5-49c7-8268-fa0b5a6acd81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 733057290194490321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321733057290194490321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76d54d1-9c13-45c8-a6d7-2f65fc7953fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0edc198e-6421-4749-b9be-c3bc1a6faae1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0edc198e-6421-4749-b9be-c3bc1a6faae1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9186018743297576901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901918601874329757690191860187432975769019186018743297576901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0edc198e-6421-4749-b9be-c3bc1a6faae1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da89210a-9c6c-4a8e-9b9e-1e79a3a8945e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da89210a-9c6c-4a8e-9b9e-1e79a3a8945e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7808115313788001114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114780811531378800111478081153137880011147808115313788001114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c45ab61-08b5-49c7-8268-fa0b5a6acd81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7e92b7d-c5ed-47cd-a502-82928696988b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e92b7d-c5ed-47cd-a502-82928696988b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746447158813125621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621974644715881312562197464471588131256219746447158813125621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da89210a-9c6c-4a8e-9b9e-1e79a3a8945e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a67922-f7ce-4197-b8f7-aee759064fb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a67922-f7ce-4197-b8f7-aee759064fb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16370865799557657238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238163708657995576572381637086579955765723816370865799557657238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e92b7d-c5ed-47cd-a502-82928696988b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3411c7-caa6-4ed8-b211-88d2d92d136e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3411c7-caa6-4ed8-b211-88d2d92d136e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7648118075230343369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369764811807523034336976481180752303433697648118075230343369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a67922-f7ce-4197-b8f7-aee759064fb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 753574bc-d67b-4571-91af-1e08147f828e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 753574bc-d67b-4571-91af-1e08147f828e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12456389271788419572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572124563892717884195721245638927178841957212456389271788419572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3411c7-caa6-4ed8-b211-88d2d92d136e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74fa1f0d-d45e-4f96-be6f-055438b6948b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fa1f0d-d45e-4f96-be6f-055438b6948b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645175423609017613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613166451754236090176131664517542360901761316645175423609017613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 753574bc-d67b-4571-91af-1e08147f828e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35f5343-1ba6-4b1f-a18d-ce3a5a5e4284, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35f5343-1ba6-4b1f-a18d-ce3a5a5e4284, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11491794085542833205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205114917940855428332051149179408554283320511491794085542833205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fa1f0d-d45e-4f96-be6f-055438b6948b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c1bd6a8-16a2-4d7b-8d7e-56d3dc03df2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1bd6a8-16a2-4d7b-8d7e-56d3dc03df2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6186237452911715169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169618623745291171516961862374529117151696186237452911715169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35f5343-1ba6-4b1f-a18d-ce3a5a5e4284, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08da6fe-2c4e-4773-9017-dd93101d3fc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08da6fe-2c4e-4773-9017-dd93101d3fc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3496175079132978763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763349617507913297876334961750791329787633496175079132978763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1bd6a8-16a2-4d7b-8d7e-56d3dc03df2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdc29465-660e-42b4-b866-e83d9ec73444, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc29465-660e-42b4-b866-e83d9ec73444, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3866618050760123916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916386661805076012391638666180507601239163866618050760123916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08da6fe-2c4e-4773-9017-dd93101d3fc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7097b408-9527-42c5-aee9-a05e1ea99602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7097b408-9527-42c5-aee9-a05e1ea99602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18096344780982921159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159180963447809829211591809634478098292115918096344780982921159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc29465-660e-42b4-b866-e83d9ec73444, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc909921-9e7e-4cf4-bb66-ce907d098c72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc909921-9e7e-4cf4-bb66-ce907d098c72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13027795946844058317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317130277959468440583171302779594684405831713027795946844058317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7097b408-9527-42c5-aee9-a05e1ea99602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e0758f7-5c98-4c5f-84a4-a77549326519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0758f7-5c98-4c5f-84a4-a77549326519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15470420637219734263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263154704206372197342631547042063721973426315470420637219734263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc909921-9e7e-4cf4-bb66-ce907d098c72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a882f9b-62c4-41c7-bb53-f2c37a6ae49e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a882f9b-62c4-41c7-bb53-f2c37a6ae49e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6572255041450531457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457657225504145053145765722550414505314576572255041450531457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0758f7-5c98-4c5f-84a4-a77549326519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558a1dd1-c96c-430d-82ab-9ad10a07351f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558a1dd1-c96c-430d-82ab-9ad10a07351f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6661332796895125304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304666133279689512530466613327968951253046661332796895125304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a882f9b-62c4-41c7-bb53-f2c37a6ae49e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5ef65a6-cf54-4e63-9e34-92fe3701149f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ef65a6-cf54-4e63-9e34-92fe3701149f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11442663904334209041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041114426639043342090411144266390433420904111442663904334209041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558a1dd1-c96c-430d-82ab-9ad10a07351f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b338761-a119-49fa-b92c-50c0d53ea6c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b338761-a119-49fa-b92c-50c0d53ea6c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760441158071329704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704276044115807132970427604411580713297042760441158071329704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ef65a6-cf54-4e63-9e34-92fe3701149f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e7ac16-c5a2-4775-8361-97443128cd22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e7ac16-c5a2-4775-8361-97443128cd22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037559887336827135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135170375598873368271351703755988733682713517037559887336827135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b338761-a119-49fa-b92c-50c0d53ea6c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec30c8ce-7db6-47a1-b54b-7a02810c3d2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec30c8ce-7db6-47a1-b54b-7a02810c3d2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15084393003831732287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287150843930038317322871508439300383173228715084393003831732287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e7ac16-c5a2-4775-8361-97443128cd22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 406c03b7-9a15-48dc-bf7b-83d6cd52013d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 406c03b7-9a15-48dc-bf7b-83d6cd52013d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10902515922618654010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010109025159226186540101090251592261865401010902515922618654010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 406c03b7-9a15-48dc-bf7b-83d6cd52013d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52a1f2e1-2780-49c1-8025-df6b74adfb5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a1f2e1-2780-49c1-8025-df6b74adfb5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16021684873472705745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745160216848734727057451602168487347270574516021684873472705745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec30c8ce-7db6-47a1-b54b-7a02810c3d2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ae7ad9f-4960-4360-99a0-9640cc2e06e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae7ad9f-4960-4360-99a0-9640cc2e06e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789051863296798132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132378905186329679813237890518632967981323789051863296798132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a1f2e1-2780-49c1-8025-df6b74adfb5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3072372-7719-433f-a753-93531ace71ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3072372-7719-433f-a753-93531ace71ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12693456981878296591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591126934569818782965911269345698187829659112693456981878296591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae7ad9f-4960-4360-99a0-9640cc2e06e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8dfd1d0-a44e-497b-97a8-b6f7fedcd37d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8dfd1d0-a44e-497b-97a8-b6f7fedcd37d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117349287797145013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013171173492877971450131711734928779714501317117349287797145013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3072372-7719-433f-a753-93531ace71ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0740901-4b40-4a20-907c-f32c202939a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0740901-4b40-4a20-907c-f32c202939a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12228925186702772925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925122289251867027729251222892518670277292512228925186702772925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8dfd1d0-a44e-497b-97a8-b6f7fedcd37d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f35eee-656f-4673-92e6-53fd61e2e499, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f35eee-656f-4673-92e6-53fd61e2e499, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355016175022571153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153133550161750225711531335501617502257115313355016175022571153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0740901-4b40-4a20-907c-f32c202939a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87c40eca-7d62-4981-a17c-36875559b672, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c40eca-7d62-4981-a17c-36875559b672, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780979600479532457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457778097960047953245777809796004795324577780979600479532457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f35eee-656f-4673-92e6-53fd61e2e499, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b11f565-6b83-4771-bf6f-dbcbd10bf13f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b11f565-6b83-4771-bf6f-dbcbd10bf13f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884388062996460688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688788438806299646068878843880629964606887884388062996460688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c40eca-7d62-4981-a17c-36875559b672, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d51cb562-240b-47b2-8f0b-2dd76fd90032, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51cb562-240b-47b2-8f0b-2dd76fd90032, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293538895485314931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931162935388954853149311629353889548531493116293538895485314931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b11f565-6b83-4771-bf6f-dbcbd10bf13f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4286628-9487-4dc8-9d9e-8c97472e6190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4286628-9487-4dc8-9d9e-8c97472e6190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14682260875340530984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984146822608753405309841468226087534053098414682260875340530984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4286628-9487-4dc8-9d9e-8c97472e6190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51cb562-240b-47b2-8f0b-2dd76fd90032, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68808691-2cbe-4089-8c9b-5c0850a00d96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40eb37c-335b-49b6-b039-5f03aa3a4912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40eb37c-335b-49b6-b039-5f03aa3a4912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274901821671459104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104182749018216714591041827490182167145910418274901821671459104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68808691-2cbe-4089-8c9b-5c0850a00d96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16630222127872391657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657166302221278723916571663022212787239165716630222127872391657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40eb37c-335b-49b6-b039-5f03aa3a4912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25097dbd-04d4-43c5-aeec-6aacfd5910d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25097dbd-04d4-43c5-aeec-6aacfd5910d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12674879165334030745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745126748791653340307451267487916533403074512674879165334030745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68808691-2cbe-4089-8c9b-5c0850a00d96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b28db7b-a5ea-4b42-ad69-4f2ee861571c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b28db7b-a5ea-4b42-ad69-4f2ee861571c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12082874095723110286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286120828740957231102861208287409572311028612082874095723110286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25097dbd-04d4-43c5-aeec-6aacfd5910d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7825db2f-08d9-4de2-bd08-fd943a25c1cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7825db2f-08d9-4de2-bd08-fd943a25c1cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821253541188673388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388168212535411886733881682125354118867338816821253541188673388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b28db7b-a5ea-4b42-ad69-4f2ee861571c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be46746e-ad02-460d-b607-6f466eee3327, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7825db2f-08d9-4de2-bd08-fd943a25c1cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62679963-e0d8-4bfd-9df1-d64fb3fed5d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62679963-e0d8-4bfd-9df1-d64fb3fed5d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12199092880419008611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611121990928804190086111219909288041900861112199092880419008611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be46746e-ad02-460d-b607-6f466eee3327, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10033730619897076636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636100337306198970766361003373061989707663610033730619897076636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62679963-e0d8-4bfd-9df1-d64fb3fed5d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed2b900-4829-4150-b152-5554d06b7797, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be46746e-ad02-460d-b607-6f466eee3327, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4fe02a7-8458-44ff-9c70-33cdafd20817, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed2b900-4829-4150-b152-5554d06b7797, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5166179259000185749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749516617925900018574951661792590001857495166179259000185749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4fe02a7-8458-44ff-9c70-33cdafd20817, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4198176904584094518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518419817690458409451841981769045840945184198176904584094518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed2b900-4829-4150-b152-5554d06b7797, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96183ac2-3556-420b-a5de-6f047874e447, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96183ac2-3556-420b-a5de-6f047874e447, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14112593452114889594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594141125934521148895941411259345211488959414112593452114889594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4fe02a7-8458-44ff-9c70-33cdafd20817, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 881b124a-789e-4fa4-b92a-0acc4c04f64e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 881b124a-789e-4fa4-b92a-0acc4c04f64e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14946941164342761314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314149469411643427613141494694116434276131414946941164342761314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96183ac2-3556-420b-a5de-6f047874e447, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb0b9855-d65d-4068-8422-e861ee1a37fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 881b124a-789e-4fa4-b92a-0acc4c04f64e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0b9855-d65d-4068-8422-e861ee1a37fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238239329443595971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971172382393294435959711723823932944359597117238239329443595971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c00a4f00-321e-4acf-86b8-db57bde1fc30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c00a4f00-321e-4acf-86b8-db57bde1fc30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084439186738419518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518110844391867384195181108443918673841951811084439186738419518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0b9855-d65d-4068-8422-e861ee1a37fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0174040c-f388-4bb6-867e-2b12e805e767, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0174040c-f388-4bb6-867e-2b12e805e767, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12191227816200060355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355121912278162000603551219122781620006035512191227816200060355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c00a4f00-321e-4acf-86b8-db57bde1fc30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 175f3cfa-eaa5-40ad-bd68-13634bbed152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175f3cfa-eaa5-40ad-bd68-13634bbed152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8404346643624409397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397840434664362440939784043466436244093978404346643624409397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0174040c-f388-4bb6-867e-2b12e805e767, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fd5f9e4-3b90-4bcb-b425-e3a7ac89b5ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd5f9e4-3b90-4bcb-b425-e3a7ac89b5ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191910891569419236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236111919108915694192361119191089156941923611191910891569419236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175f3cfa-eaa5-40ad-bd68-13634bbed152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f38f33-5587-47f5-bf94-b3addf9f14dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f38f33-5587-47f5-bf94-b3addf9f14dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13341244706132671645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645133412447061326716451334124470613267164513341244706132671645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd5f9e4-3b90-4bcb-b425-e3a7ac89b5ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4ec179-2bc5-46c6-a762-32a55d019a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4ec179-2bc5-46c6-a762-32a55d019a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17614036827309061839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839176140368273090618391761403682730906183917614036827309061839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f38f33-5587-47f5-bf94-b3addf9f14dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2aacc0-3b19-44cf-9895-71547aec8753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2aacc0-3b19-44cf-9895-71547aec8753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453964191610767793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793174539641916107677931745396419161076779317453964191610767793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4ec179-2bc5-46c6-a762-32a55d019a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc0229b-7c72-47c0-a3fd-61940e1683a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc0229b-7c72-47c0-a3fd-61940e1683a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160494954020402785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785916049495402040278591604949540204027859160494954020402785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2aacc0-3b19-44cf-9895-71547aec8753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82fecc3c-3b57-4ade-ae3c-d2de081b1d28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82fecc3c-3b57-4ade-ae3c-d2de081b1d28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796062278323689232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232177960622783236892321779606227832368923217796062278323689232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc0229b-7c72-47c0-a3fd-61940e1683a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1853e4b9-f4f2-472c-8f2c-31661533217e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1853e4b9-f4f2-472c-8f2c-31661533217e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1078990922317002222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222107899092231700222210789909223170022221078990922317002222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82fecc3c-3b57-4ade-ae3c-d2de081b1d28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2c9f253-1b69-4540-9e95-e1357e4eab38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c9f253-1b69-4540-9e95-e1357e4eab38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6735554286489380195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195673555428648938019567355542864893801956735554286489380195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1853e4b9-f4f2-472c-8f2c-31661533217e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2a0c2a9-34da-41cc-9a53-3015e15922f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a0c2a9-34da-41cc-9a53-3015e15922f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17429757764259117433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433174297577642591174331742975776425911743317429757764259117433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c9f253-1b69-4540-9e95-e1357e4eab38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb9f644e-9bd7-49f0-92c7-adc4d3bfb0bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9f644e-9bd7-49f0-92c7-adc4d3bfb0bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17456018402503665962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962174560184025036659621745601840250366596217456018402503665962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a0c2a9-34da-41cc-9a53-3015e15922f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07f2631b-e6d1-4984-b682-0b2a97f63dab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f2631b-e6d1-4984-b682-0b2a97f63dab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236285316510807060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060623628531651080706062362853165108070606236285316510807060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9f644e-9bd7-49f0-92c7-adc4d3bfb0bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb3a4f1-adbc-4ef2-8b23-d7b34334384d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb3a4f1-adbc-4ef2-8b23-d7b34334384d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13693800214549966520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520136938002145499665201369380021454996652013693800214549966520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f2631b-e6d1-4984-b682-0b2a97f63dab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67729a60-1395-498c-81df-1e4cb2b818b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67729a60-1395-498c-81df-1e4cb2b818b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821828096194267740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740158218280961942677401582182809619426774015821828096194267740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb3a4f1-adbc-4ef2-8b23-d7b34334384d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73cd8b4d-271d-4a6e-9d79-4bac0b464e9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73cd8b4d-271d-4a6e-9d79-4bac0b464e9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17315958303204657470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470173159583032046574701731595830320465747017315958303204657470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67729a60-1395-498c-81df-1e4cb2b818b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd571eef-5292-4ab7-ac18-d017f685d073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd571eef-5292-4ab7-ac18-d017f685d073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9448453046515404045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045944845304651540404594484530465154040459448453046515404045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73cd8b4d-271d-4a6e-9d79-4bac0b464e9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb07aa3f-e40e-486b-9102-2f015f410a63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb07aa3f-e40e-486b-9102-2f015f410a63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 205142659806841611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611205142659806841611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd571eef-5292-4ab7-ac18-d017f685d073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95b98c30-49a2-4fd0-a7c0-52a0ab1ba5d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b98c30-49a2-4fd0-a7c0-52a0ab1ba5d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010145281656694807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807140101452816566948071401014528165669480714010145281656694807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb07aa3f-e40e-486b-9102-2f015f410a63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5947b52f-411a-4c70-a2a8-f5b26779e758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5947b52f-411a-4c70-a2a8-f5b26779e758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10574226014520336362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362105742260145203363621057422601452033636210574226014520336362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b98c30-49a2-4fd0-a7c0-52a0ab1ba5d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11e1ec3d-994e-41fc-9997-c72af6cab60c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e1ec3d-994e-41fc-9997-c72af6cab60c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396615719609186010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010133966157196091860101339661571960918601013396615719609186010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5947b52f-411a-4c70-a2a8-f5b26779e758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88fe3e0-4d62-4e8f-8f4a-57c55ae63113, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88fe3e0-4d62-4e8f-8f4a-57c55ae63113, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6920584681701075873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873692058468170107587369205846817010758736920584681701075873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e1ec3d-994e-41fc-9997-c72af6cab60c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ca9e56-93a3-4d31-bfe8-5d89bd106918, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ca9e56-93a3-4d31-bfe8-5d89bd106918, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660486715277942597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597466048671527794259746604867152779425974660486715277942597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88fe3e0-4d62-4e8f-8f4a-57c55ae63113, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bea98717-7150-4ac3-b46d-384e4464c06d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea98717-7150-4ac3-b46d-384e4464c06d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613116781595016436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436176131167815950164361761311678159501643617613116781595016436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ca9e56-93a3-4d31-bfe8-5d89bd106918, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c61bed6-2570-4c39-af29-1562e5736f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c61bed6-2570-4c39-af29-1562e5736f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9232976828372545362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362923297682837254536292329768283725453629232976828372545362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea98717-7150-4ac3-b46d-384e4464c06d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e610b86-8add-4e4b-9d12-bb557bc5ac0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c61bed6-2570-4c39-af29-1562e5736f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 383e38fa-d045-40b7-b3c6-a1e26fb83751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383e38fa-d045-40b7-b3c6-a1e26fb83751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353239603149480180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180183532396031494801801835323960314948018018353239603149480180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e610b86-8add-4e4b-9d12-bb557bc5ac0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10989894212771730248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248109898942127717302481098989421277173024810989894212771730248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e610b86-8add-4e4b-9d12-bb557bc5ac0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c12d245-a086-40fc-b51b-3a2aae3aa88b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c12d245-a086-40fc-b51b-3a2aae3aa88b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841211055189372589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589138412110551893725891384121105518937258913841211055189372589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383e38fa-d045-40b7-b3c6-a1e26fb83751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5435830f-d331-4632-b3a8-4827e1f18cd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5435830f-d331-4632-b3a8-4827e1f18cd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085230569358557055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055160852305693585570551608523056935855705516085230569358557055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c12d245-a086-40fc-b51b-3a2aae3aa88b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ab9bf2b-ef0b-4d7e-bd05-e2a69c567e5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab9bf2b-ef0b-4d7e-bd05-e2a69c567e5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587475150694502205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205458747515069450220545874751506945022054587475150694502205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5435830f-d331-4632-b3a8-4827e1f18cd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6211f697-420c-40fb-8232-7e0fa865a00d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6211f697-420c-40fb-8232-7e0fa865a00d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7986852836833999586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586798685283683399958679868528368339995867986852836833999586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab9bf2b-ef0b-4d7e-bd05-e2a69c567e5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6422fcfc-6257-4f00-bcc2-3510ecedef8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6422fcfc-6257-4f00-bcc2-3510ecedef8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715996866834634326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326157159968668346343261571599686683463432615715996866834634326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6422fcfc-6257-4f00-bcc2-3510ecedef8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc62692-2612-4a70-a74a-330003eb89ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc62692-2612-4a70-a74a-330003eb89ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821072765802864527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527982107276580286452798210727658028645279821072765802864527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6211f697-420c-40fb-8232-7e0fa865a00d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c50492e3-72b0-4005-bd46-0b1548623926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50492e3-72b0-4005-bd46-0b1548623926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10570487214297588613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613105704872142975886131057048721429758861310570487214297588613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc62692-2612-4a70-a74a-330003eb89ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30bd9022-f8f2-41b0-9daa-5537630d22dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30bd9022-f8f2-41b0-9daa-5537630d22dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14163659446193586523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523141636594461935865231416365944619358652314163659446193586523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50492e3-72b0-4005-bd46-0b1548623926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d27991b4-b018-4390-a1dc-5e85da7418aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27991b4-b018-4390-a1dc-5e85da7418aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17484243361245481666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666174842433612454816661748424336124548166617484243361245481666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30bd9022-f8f2-41b0-9daa-5537630d22dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51189535-f3a9-4f65-a1ec-b927fa3b0b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27991b4-b018-4390-a1dc-5e85da7418aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51189535-f3a9-4f65-a1ec-b927fa3b0b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8779526024856226003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003877952602485622600387795260248562260038779526024856226003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 779a965b-380a-47ef-8ea1-ac7ff9dc2dde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779a965b-380a-47ef-8ea1-ac7ff9dc2dde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13440497285989642529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529134404972859896425291344049728598964252913440497285989642529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51189535-f3a9-4f65-a1ec-b927fa3b0b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cf1a360-494e-4cac-9860-95614c80f657, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf1a360-494e-4cac-9860-95614c80f657, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883540525681722975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975388354052568172297538835405256817229753883540525681722975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 779a965b-380a-47ef-8ea1-ac7ff9dc2dde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6ea5d27-8a14-43bb-aa14-e4d861932fdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf1a360-494e-4cac-9860-95614c80f657, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ea5d27-8a14-43bb-aa14-e4d861932fdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4989284919139714646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646498928491913971464649892849191397146464989284919139714646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73c6f253-a421-49e7-bb51-62f4c9485a61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c6f253-a421-49e7-bb51-62f4c9485a61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15889162944915948647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647158891629449159486471588916294491594864715889162944915948647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ea5d27-8a14-43bb-aa14-e4d861932fdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16768f47-c9ac-469a-949d-6f4883b739e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16768f47-c9ac-469a-949d-6f4883b739e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9495678764151718953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953949567876415171895394956787641517189539495678764151718953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c6f253-a421-49e7-bb51-62f4c9485a61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70c67e0a-59d7-4e2d-9bfe-4d7d409d2958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70c67e0a-59d7-4e2d-9bfe-4d7d409d2958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8979250389369974830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830897925038936997483089792503893699748308979250389369974830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16768f47-c9ac-469a-949d-6f4883b739e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 983224e7-fb78-4adf-a1ed-a05e231fd6b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983224e7-fb78-4adf-a1ed-a05e231fd6b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630289254877039072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072630289254877039072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70c67e0a-59d7-4e2d-9bfe-4d7d409d2958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4981515-92f3-4f53-a8f8-019653ee2afd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4981515-92f3-4f53-a8f8-019653ee2afd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9744145330305679450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450974414533030567945097441453303056794509744145330305679450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983224e7-fb78-4adf-a1ed-a05e231fd6b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75d9eab9-29bd-41a6-a275-259c41c3c236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d9eab9-29bd-41a6-a275-259c41c3c236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13655417590929286008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008136554175909292860081365541759092928600813655417590929286008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4981515-92f3-4f53-a8f8-019653ee2afd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d39f6367-b887-4adb-aa3a-23f1d0db8d19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39f6367-b887-4adb-aa3a-23f1d0db8d19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5282204179648721755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755528220417964872175552822041796487217555282204179648721755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d9eab9-29bd-41a6-a275-259c41c3c236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ce72c3-7d29-4eaa-a601-37c9b305059d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ce72c3-7d29-4eaa-a601-37c9b305059d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1422815561005850046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046142281556100585004614228155610058500461422815561005850046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39f6367-b887-4adb-aa3a-23f1d0db8d19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c124fe1-a329-4fd9-a64a-ce65f5b84eba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c124fe1-a329-4fd9-a64a-ce65f5b84eba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406112971282826993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993540611297128282699354061129712828269935406112971282826993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ce72c3-7d29-4eaa-a601-37c9b305059d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6b2104c-6736-4935-a9f8-c11e04668e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b2104c-6736-4935-a9f8-c11e04668e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16782283720181679030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030167822837201816790301678228372018167903016782283720181679030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c124fe1-a329-4fd9-a64a-ce65f5b84eba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7f884eb-4592-46c5-8a8d-bbd4931efe2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f884eb-4592-46c5-8a8d-bbd4931efe2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6279925620757901023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023627992562075790102362799256207579010236279925620757901023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f884eb-4592-46c5-8a8d-bbd4931efe2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58919eba-3e4b-454d-87af-adbe8c710647, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58919eba-3e4b-454d-87af-adbe8c710647, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2658661144880667544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544265866114488066754426586611448806675442658661144880667544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b2104c-6736-4935-a9f8-c11e04668e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24fec601-c2dd-4797-9623-0178a1dfa96c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24fec601-c2dd-4797-9623-0178a1dfa96c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14442990679347016349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349144429906793470163491444299067934701634914442990679347016349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58919eba-3e4b-454d-87af-adbe8c710647, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 315c2d27-2266-473b-a7d2-5b534e46b988, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 315c2d27-2266-473b-a7d2-5b534e46b988, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3222071451508975490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490322207145150897549032220714515089754903222071451508975490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24fec601-c2dd-4797-9623-0178a1dfa96c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e49403a1-ef8c-440a-ba6c-1487a8faef59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e49403a1-ef8c-440a-ba6c-1487a8faef59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11546281823030101718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718115462818230301017181154628182303010171811546281823030101718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e49403a1-ef8c-440a-ba6c-1487a8faef59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d674340-a929-46da-887f-ad712f4adf38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d674340-a929-46da-887f-ad712f4adf38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9146899834671229096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096914689983467122909691468998346712290969146899834671229096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 315c2d27-2266-473b-a7d2-5b534e46b988, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f7bcd4d-638a-4c5c-9161-cfd3ea001e50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f7bcd4d-638a-4c5c-9161-cfd3ea001e50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969517667933457804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804129695176679334578041296951766793345780412969517667933457804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d674340-a929-46da-887f-ad712f4adf38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0a58db-bb5a-4753-bfbd-aec22c8bd5dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0a58db-bb5a-4753-bfbd-aec22c8bd5dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093816608386369194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194209381660838636919420938166083863691942093816608386369194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f7bcd4d-638a-4c5c-9161-cfd3ea001e50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79748e0b-18fa-41cf-b9a6-fc725883bef9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79748e0b-18fa-41cf-b9a6-fc725883bef9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9717944123003109440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440971794412300310944097179441230031094409717944123003109440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0a58db-bb5a-4753-bfbd-aec22c8bd5dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42b1afc2-2cf1-4cd8-9f26-955a4d97c4d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b1afc2-2cf1-4cd8-9f26-955a4d97c4d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060580203140382488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488806058020314038248880605802031403824888060580203140382488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79748e0b-18fa-41cf-b9a6-fc725883bef9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f577e1b2-7946-4735-bee9-31ea37e55ddc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f577e1b2-7946-4735-bee9-31ea37e55ddc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13409724519248772127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127134097245192487721271340972451924877212713409724519248772127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b1afc2-2cf1-4cd8-9f26-955a4d97c4d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 705c1da2-02c5-404e-ab7e-40e8e1cfa54c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 705c1da2-02c5-404e-ab7e-40e8e1cfa54c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302558633138526540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540130255863313852654013025586331385265401302558633138526540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f577e1b2-7946-4735-bee9-31ea37e55ddc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07e70289-c962-4d8b-b738-5ada5994e752, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e70289-c962-4d8b-b738-5ada5994e752, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11055376777360732322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322110553767773607323221105537677736073232211055376777360732322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 705c1da2-02c5-404e-ab7e-40e8e1cfa54c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d53e901-f714-4029-b87a-df7b11f8ef74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d53e901-f714-4029-b87a-df7b11f8ef74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5293919366897273329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329529391936689727332952939193668972733295293919366897273329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e70289-c962-4d8b-b738-5ada5994e752, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72fba5df-1116-4281-9e7b-7a2c6e552c8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72fba5df-1116-4281-9e7b-7a2c6e552c8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11149756996132521366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366111497569961325213661114975699613252136611149756996132521366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d53e901-f714-4029-b87a-df7b11f8ef74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83b234b7-f82c-4cef-82d9-e040ab8be517, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b234b7-f82c-4cef-82d9-e040ab8be517, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17942783928880366190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190179427839288803661901794278392888036619017942783928880366190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72fba5df-1116-4281-9e7b-7a2c6e552c8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dfe12e2-2f12-46c2-bfbb-d46a67a86035, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfe12e2-2f12-46c2-bfbb-d46a67a86035, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5228437190951005423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423522843719095100542352284371909510054235228437190951005423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b234b7-f82c-4cef-82d9-e040ab8be517, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf5b4f93-736b-4381-919b-e5c528040b8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5b4f93-736b-4381-919b-e5c528040b8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 753459955544790211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211753459955544790211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfe12e2-2f12-46c2-bfbb-d46a67a86035, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc24050-a50d-4a9f-b6f0-cf7c74a131cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc24050-a50d-4a9f-b6f0-cf7c74a131cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709264526029827833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833570926452602982783357092645260298278335709264526029827833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5b4f93-736b-4381-919b-e5c528040b8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef0081b1-1e8c-4fb9-b74c-fdfe34789bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef0081b1-1e8c-4fb9-b74c-fdfe34789bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432092154718132031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031443209215471813203144320921547181320314432092154718132031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc24050-a50d-4a9f-b6f0-cf7c74a131cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a597f2f2-ae03-45ae-a7a7-95271ffbd602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a597f2f2-ae03-45ae-a7a7-95271ffbd602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437011667190028890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890437011667190028890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef0081b1-1e8c-4fb9-b74c-fdfe34789bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d8b97f6-8ddd-4bd3-93d8-01af119fda0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8b97f6-8ddd-4bd3-93d8-01af119fda0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2986205348179446575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575298620534817944657529862053481794465752986205348179446575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a597f2f2-ae03-45ae-a7a7-95271ffbd602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb14d8d-7e4e-4341-be02-31d7d268dc5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8b97f6-8ddd-4bd3-93d8-01af119fda0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f20f5211-ebeb-48e1-bbb2-08da98d771b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20f5211-ebeb-48e1-bbb2-08da98d771b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1946579469831280787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787194657946983128078719465794698312807871946579469831280787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb14d8d-7e4e-4341-be02-31d7d268dc5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11252800691543774398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398112528006915437743981125280069154377439811252800691543774398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20f5211-ebeb-48e1-bbb2-08da98d771b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e981ef7c-9e45-4e31-bbd5-55545a54db31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e981ef7c-9e45-4e31-bbd5-55545a54db31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17612802542690128999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999176128025426901289991761280254269012899917612802542690128999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb14d8d-7e4e-4341-be02-31d7d268dc5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 848710dc-06fb-4081-94b7-18995b542bfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848710dc-06fb-4081-94b7-18995b542bfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648235418605546010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010176482354186055460101764823541860554601017648235418605546010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e981ef7c-9e45-4e31-bbd5-55545a54db31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d11e4d3-d0da-41f1-ad92-8ab32e4c4a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d11e4d3-d0da-41f1-ad92-8ab32e4c4a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342825727947024981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981934282572794702498193428257279470249819342825727947024981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848710dc-06fb-4081-94b7-18995b542bfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44b2d034-3035-491d-94e8-9c0abe478205, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d11e4d3-d0da-41f1-ad92-8ab32e4c4a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82800753-53b8-4b8b-94dc-2a942e7abc64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b2d034-3035-491d-94e8-9c0abe478205, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16983262767453290143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143169832627674532901431698326276745329014316983262767453290143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82800753-53b8-4b8b-94dc-2a942e7abc64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2364170869120138046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046236417086912013804623641708691201380462364170869120138046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b2d034-3035-491d-94e8-9c0abe478205, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65eee406-a8c7-4b1b-849a-af68d9cb91ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65eee406-a8c7-4b1b-849a-af68d9cb91ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004184956643056536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536170041849566430565361700418495664305653617004184956643056536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82800753-53b8-4b8b-94dc-2a942e7abc64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed944c6-6e4e-4f68-992d-d0ca687e8cab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed944c6-6e4e-4f68-992d-d0ca687e8cab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5659958897995350947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947565995889799535094756599588979953509475659958897995350947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65eee406-a8c7-4b1b-849a-af68d9cb91ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b2a555-92e4-40fc-ab88-e2aa18897b60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b2a555-92e4-40fc-ab88-e2aa18897b60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7711776565365439420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420771177656536543942077117765653654394207711776565365439420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed944c6-6e4e-4f68-992d-d0ca687e8cab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a857e2-b929-4c19-80bd-3b7020e643b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a857e2-b929-4c19-80bd-3b7020e643b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 29874244100098360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360298742441000983602987424410009836029874244100098360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b2a555-92e4-40fc-ab88-e2aa18897b60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e34a701-9682-4236-8007-577decc2a8f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e34a701-9682-4236-8007-577decc2a8f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11934728233037680367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367119347282330376803671193472823303768036711934728233037680367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a857e2-b929-4c19-80bd-3b7020e643b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 875ce4d5-a97c-4585-ae94-40e8c7215da3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875ce4d5-a97c-4585-ae94-40e8c7215da3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15305134721964158017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017153051347219641580171530513472196415801715305134721964158017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e34a701-9682-4236-8007-577decc2a8f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75ae4747-3109-4b67-81b0-365b15e322d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ae4747-3109-4b67-81b0-365b15e322d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021364523880751035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035180213645238807510351802136452388075103518021364523880751035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875ce4d5-a97c-4585-ae94-40e8c7215da3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90e4ce01-1e01-4650-b205-39ff9b4b2fff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e4ce01-1e01-4650-b205-39ff9b4b2fff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10532663529167618612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612105326635291676186121053266352916761861210532663529167618612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ae4747-3109-4b67-81b0-365b15e322d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73d1364f-91a4-48da-a5b2-c38d603975e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e4ce01-1e01-4650-b205-39ff9b4b2fff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d1364f-91a4-48da-a5b2-c38d603975e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730925234696084239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239273092523469608423927309252346960842392730925234696084239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26a210b-7296-4f3d-9478-ab52f44b3ca1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26a210b-7296-4f3d-9478-ab52f44b3ca1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3780677640743820175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175378067764074382017537806776407438201753780677640743820175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d1364f-91a4-48da-a5b2-c38d603975e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78bc89d2-ca67-4bd0-8112-d6cd0caa25db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78bc89d2-ca67-4bd0-8112-d6cd0caa25db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560557266605896301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301956055726660589630195605572666058963019560557266605896301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26a210b-7296-4f3d-9478-ab52f44b3ca1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78bc89d2-ca67-4bd0-8112-d6cd0caa25db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fac1527e-dabc-4f24-a1d8-8ae9b929f69c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac1527e-dabc-4f24-a1d8-8ae9b929f69c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15886571441048836667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667158865714410488366671588657144104883666715886571441048836667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7c38562-9115-4fb7-84ff-5c6c0a2ad871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c38562-9115-4fb7-84ff-5c6c0a2ad871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686856359745672485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485968685635974567248596868563597456724859686856359745672485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac1527e-dabc-4f24-a1d8-8ae9b929f69c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a57720a2-2f68-4099-814a-8968aff76325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57720a2-2f68-4099-814a-8968aff76325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4972259759593914100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100497225975959391410049722597595939141004972259759593914100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c38562-9115-4fb7-84ff-5c6c0a2ad871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2afa24fa-c39b-4540-af73-6cfb938aacc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2afa24fa-c39b-4540-af73-6cfb938aacc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3728032287248693591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591372803228724869359137280322872486935913728032287248693591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57720a2-2f68-4099-814a-8968aff76325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87559b80-8ac8-423f-aa97-62d0cf042c01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87559b80-8ac8-423f-aa97-62d0cf042c01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7303685206065002518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518730368520606500251873036852060650025187303685206065002518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2afa24fa-c39b-4540-af73-6cfb938aacc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bf4b776-1489-469f-8d1d-c6bd9cdacc7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf4b776-1489-469f-8d1d-c6bd9cdacc7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8402170112651293341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341840217011265129334184021701126512933418402170112651293341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87559b80-8ac8-423f-aa97-62d0cf042c01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f964ed-4ac9-472b-9e72-31b9ec6e2c33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f964ed-4ac9-472b-9e72-31b9ec6e2c33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454310778944181423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423114543107789441814231145431077894418142311454310778944181423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf4b776-1489-469f-8d1d-c6bd9cdacc7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e87b282-079a-43c5-8fbc-b146071a6b6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e87b282-079a-43c5-8fbc-b146071a6b6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17741556339582669705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705177415563395826697051774155633958266970517741556339582669705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f964ed-4ac9-472b-9e72-31b9ec6e2c33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b9f72fe-3021-4b83-ae49-e46f8bf8e754, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9f72fe-3021-4b83-ae49-e46f8bf8e754, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7407743839409993189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189740774383940999318974077438394099931897407743839409993189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e87b282-079a-43c5-8fbc-b146071a6b6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, defffe7a-4f9a-4889-a047-ddd0e4edc4bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defffe7a-4f9a-4889-a047-ddd0e4edc4bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6539485495744409397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397653948549574440939765394854957444093976539485495744409397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9f72fe-3021-4b83-ae49-e46f8bf8e754, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97116eb2-4f49-463c-a406-e7d45d5c114f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97116eb2-4f49-463c-a406-e7d45d5c114f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280622801467069841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841528062280146706984152806228014670698415280622801467069841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defffe7a-4f9a-4889-a047-ddd0e4edc4bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51bca313-ff02-45e2-836f-8d38afa56cfa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51bca313-ff02-45e2-836f-8d38afa56cfa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1944655656145006138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138194465565614500613819446556561450061381944655656145006138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97116eb2-4f49-463c-a406-e7d45d5c114f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c860ac02-1eff-4168-bc7c-e9ff2b9f51f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c860ac02-1eff-4168-bc7c-e9ff2b9f51f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6565940905251532460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460656594090525153246065659409052515324606565940905251532460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51bca313-ff02-45e2-836f-8d38afa56cfa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48ace538-38e8-4db3-8ecd-ccffda2fec45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ace538-38e8-4db3-8ecd-ccffda2fec45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3583104537624169720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720358310453762416972035831045376241697203583104537624169720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c860ac02-1eff-4168-bc7c-e9ff2b9f51f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4566fd0-5b18-4eaa-8b91-59847189f0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4566fd0-5b18-4eaa-8b91-59847189f0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17715292752279085640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640177152927522790856401771529275227908564017715292752279085640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ace538-38e8-4db3-8ecd-ccffda2fec45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d79dd062-9c8e-482f-a358-8028f1bf10f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79dd062-9c8e-482f-a358-8028f1bf10f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135471030025978624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624713547103002597862471354710300259786247135471030025978624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4566fd0-5b18-4eaa-8b91-59847189f0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcccd74c-08ee-4b9a-a6b0-a2b298c7cec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcccd74c-08ee-4b9a-a6b0-a2b298c7cec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6002569762306028784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784600256976230602878460025697623060287846002569762306028784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79dd062-9c8e-482f-a358-8028f1bf10f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b67a68-9462-4d03-ac3a-50219b60e20c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b67a68-9462-4d03-ac3a-50219b60e20c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15766771105500920248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248157667711055009202481576677110550092024815766771105500920248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcccd74c-08ee-4b9a-a6b0-a2b298c7cec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d2a484-2496-42eb-95c9-c31b1c75e0a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d2a484-2496-42eb-95c9-c31b1c75e0a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380412883994335356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356438041288399433535643804128839943353564380412883994335356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b67a68-9462-4d03-ac3a-50219b60e20c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbe7ccf8-f0db-430b-9d8b-22553d6fab88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe7ccf8-f0db-430b-9d8b-22553d6fab88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12113133151089823820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820121131331510898238201211313315108982382012113133151089823820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d2a484-2496-42eb-95c9-c31b1c75e0a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e01f682-e65e-4a4b-b6e5-f60ad34a1627, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e01f682-e65e-4a4b-b6e5-f60ad34a1627, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2923673428447907041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041292367342844790704129236734284479070412923673428447907041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe7ccf8-f0db-430b-9d8b-22553d6fab88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bcf04f6-1e46-4e19-826a-6c6dc85a6822, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bcf04f6-1e46-4e19-826a-6c6dc85a6822, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9081168581530717734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734908116858153071773490811685815307177349081168581530717734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e01f682-e65e-4a4b-b6e5-f60ad34a1627, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b76152c5-ac1c-4c11-8016-bc35085a97da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76152c5-ac1c-4c11-8016-bc35085a97da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357833801664953561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561435783380166495356143578338016649535614357833801664953561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bcf04f6-1e46-4e19-826a-6c6dc85a6822, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aec790ab-7a59-4e76-af31-4b5bc58833e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec790ab-7a59-4e76-af31-4b5bc58833e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4545702804289603033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033454570280428960303345457028042896030334545702804289603033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76152c5-ac1c-4c11-8016-bc35085a97da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2de6a16-8e90-4527-9a2a-11b9675f7753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2de6a16-8e90-4527-9a2a-11b9675f7753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875867523631886999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999168758675236318869991687586752363188699916875867523631886999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec790ab-7a59-4e76-af31-4b5bc58833e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c05c6b-36fd-4b97-bb45-e4c087f2e3ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c05c6b-36fd-4b97-bb45-e4c087f2e3ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16358588487169496517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517163585884871694965171635858848716949651716358588487169496517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2de6a16-8e90-4527-9a2a-11b9675f7753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20690c00-f4be-4d2d-acb0-a1ba0a8a86d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20690c00-f4be-4d2d-acb0-a1ba0a8a86d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077334851063530911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911150773348510635309111507733485106353091115077334851063530911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c05c6b-36fd-4b97-bb45-e4c087f2e3ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20690c00-f4be-4d2d-acb0-a1ba0a8a86d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb9cb986-ca8b-4a26-80ce-e3712ed70a8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9cb986-ca8b-4a26-80ce-e3712ed70a8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13776975902563650097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097137769759025636500971377697590256365009713776975902563650097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6e0e3d9-0ccd-4e1e-ad7a-5cb33563bf8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6e0e3d9-0ccd-4e1e-ad7a-5cb33563bf8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365718218922698930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930153657182189226989301536571821892269893015365718218922698930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6e0e3d9-0ccd-4e1e-ad7a-5cb33563bf8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ef0e26-9578-4d0f-a965-2838144cffd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ef0e26-9578-4d0f-a965-2838144cffd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11279056753865163069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069112790567538651630691127905675386516306911279056753865163069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9cb986-ca8b-4a26-80ce-e3712ed70a8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38b7cede-d1c2-4430-8119-7440cfc97314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38b7cede-d1c2-4430-8119-7440cfc97314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029465857159464755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755802946585715946475580294658571594647558029465857159464755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ef0e26-9578-4d0f-a965-2838144cffd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d1eee5-5956-419c-a555-ba041e3ed863, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d1eee5-5956-419c-a555-ba041e3ed863, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7632719016430481282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282763271901643048128276327190164304812827632719016430481282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38b7cede-d1c2-4430-8119-7440cfc97314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c25dd052-50dc-4a84-9fca-c575a716c3d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c25dd052-50dc-4a84-9fca-c575a716c3d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13921390320587091763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763139213903205870917631392139032058709176313921390320587091763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d1eee5-5956-419c-a555-ba041e3ed863, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da3162e3-c30a-43ce-987d-0f693373ef95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3162e3-c30a-43ce-987d-0f693373ef95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011740366093135463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463501174036609313546350117403660931354635011740366093135463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c25dd052-50dc-4a84-9fca-c575a716c3d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eb3d629-44d3-4a6c-b7a4-58beb28d38b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb3d629-44d3-4a6c-b7a4-58beb28d38b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340853137747917451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451153408531377479174511534085313774791745115340853137747917451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3162e3-c30a-43ce-987d-0f693373ef95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6d40b5-e5bf-456e-be32-2b51791ed72a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6d40b5-e5bf-456e-be32-2b51791ed72a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551604396815951601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601955160439681595160195516043968159516019551604396815951601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb3d629-44d3-4a6c-b7a4-58beb28d38b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772edb98-f5ab-4688-a1ca-bdd108182785, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772edb98-f5ab-4688-a1ca-bdd108182785, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588417362772616641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641135884173627726166411358841736277261664113588417362772616641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6d40b5-e5bf-456e-be32-2b51791ed72a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aad09f4b-bebc-4b12-bc63-36cc57c2f1fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad09f4b-bebc-4b12-bc63-36cc57c2f1fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9470697230220592580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580947069723022059258094706972302205925809470697230220592580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772edb98-f5ab-4688-a1ca-bdd108182785, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96507898-1cfd-4732-ae20-da296d875f0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96507898-1cfd-4732-ae20-da296d875f0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918918943330553346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346179189189433305533461791891894333055334617918918943330553346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad09f4b-bebc-4b12-bc63-36cc57c2f1fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f828801-9681-40c6-a6c9-12b3118350a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f828801-9681-40c6-a6c9-12b3118350a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509251294492066426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426850925129449206642685092512944920664268509251294492066426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96507898-1cfd-4732-ae20-da296d875f0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 313b1586-9f36-42a1-9ecc-33629ab403ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313b1586-9f36-42a1-9ecc-33629ab403ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7026473447670009918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918702647344767000991870264734476700099187026473447670009918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f828801-9681-40c6-a6c9-12b3118350a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 591d165f-9af5-4f28-9e9c-aca3287e36ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591d165f-9af5-4f28-9e9c-aca3287e36ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769524030662827340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340137695240306628273401376952403066282734013769524030662827340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313b1586-9f36-42a1-9ecc-33629ab403ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2915378-bfbe-4f3a-bc59-83c6ff838119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2915378-bfbe-4f3a-bc59-83c6ff838119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1200640125315105680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680120064012531510568012006401253151056801200640125315105680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591d165f-9af5-4f28-9e9c-aca3287e36ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae6e256-94a7-466e-8ba3-8b99afbcf5e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae6e256-94a7-466e-8ba3-8b99afbcf5e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421962224448214556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556164219622244482145561642196222444821455616421962224448214556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2915378-bfbe-4f3a-bc59-83c6ff838119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3ede4e6-e872-4d1d-8478-648158a57b3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ede4e6-e872-4d1d-8478-648158a57b3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8614960675165345348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348861496067516534534886149606751653453488614960675165345348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae6e256-94a7-466e-8ba3-8b99afbcf5e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bf6095f-2fe4-4f80-9185-b82f9e15268d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf6095f-2fe4-4f80-9185-b82f9e15268d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6177882933127958720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720617788293312795872061778829331279587206177882933127958720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ede4e6-e872-4d1d-8478-648158a57b3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86b56a0b-4d0e-4bbf-bb09-ef5d8ba00381, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b56a0b-4d0e-4bbf-bb09-ef5d8ba00381, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669290663448466531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531766929066344846653176692906634484665317669290663448466531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf6095f-2fe4-4f80-9185-b82f9e15268d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45350bc1-0298-43ba-8d97-5dd15027b08e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45350bc1-0298-43ba-8d97-5dd15027b08e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3165933760743580115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115316593376074358011531659337607435801153165933760743580115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b56a0b-4d0e-4bbf-bb09-ef5d8ba00381, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff74ef6-6cf9-42e0-a3f0-c49f05211862, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff74ef6-6cf9-42e0-a3f0-c49f05211862, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850201923258500557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557178502019232585005571785020192325850055717850201923258500557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45350bc1-0298-43ba-8d97-5dd15027b08e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2bfb85-ad24-40b5-9b3e-b4221facbcaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2bfb85-ad24-40b5-9b3e-b4221facbcaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2209003301019193911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911220900330101919391122090033010191939112209003301019193911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff74ef6-6cf9-42e0-a3f0-c49f05211862, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 828cf629-ecf3-432b-92ae-5b30191a8e70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 828cf629-ecf3-432b-92ae-5b30191a8e70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211987218256922507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507172119872182569225071721198721825692250717211987218256922507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2bfb85-ad24-40b5-9b3e-b4221facbcaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 828cf629-ecf3-432b-92ae-5b30191a8e70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f43f46e9-55de-4ba0-b041-e9ac7b7f729e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 548cd91a-d07f-4e7f-b68f-6466cffb5b42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548cd91a-d07f-4e7f-b68f-6466cffb5b42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14381207122607123753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753143812071226071237531438120712260712375314381207122607123753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43f46e9-55de-4ba0-b041-e9ac7b7f729e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11094704208305397987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987110947042083053979871109470420830539798711094704208305397987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548cd91a-d07f-4e7f-b68f-6466cffb5b42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43f46e9-55de-4ba0-b041-e9ac7b7f729e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a446bd33-6b12-4c74-948f-788a869be620, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a446bd33-6b12-4c74-948f-788a869be620, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10071186072879386891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891100711860728793868911007118607287938689110071186072879386891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19034b55-79e6-4b91-a2b4-ad5256784608, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19034b55-79e6-4b91-a2b4-ad5256784608, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890735248269254327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327158907352482692543271589073524826925432715890735248269254327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a446bd33-6b12-4c74-948f-788a869be620, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da99f6dc-609e-48f1-aa44-a4508714393b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da99f6dc-609e-48f1-aa44-a4508714393b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396493605248723691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691239649360524872369123964936052487236912396493605248723691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19034b55-79e6-4b91-a2b4-ad5256784608, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 240e4f62-71c1-449f-87da-814f73762212, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240e4f62-71c1-449f-87da-814f73762212, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13865080155657575149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149138650801556575751491386508015565757514913865080155657575149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da99f6dc-609e-48f1-aa44-a4508714393b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 948e3236-616c-4d1d-adfe-05b849b22e1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948e3236-616c-4d1d-adfe-05b849b22e1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17908291881797284363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363179082918817972843631790829188179728436317908291881797284363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240e4f62-71c1-449f-87da-814f73762212, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 093c1dad-0ac2-4462-ac8f-8122db1469f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093c1dad-0ac2-4462-ac8f-8122db1469f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9432585632092183449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449943258563209218344994325856320921834499432585632092183449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948e3236-616c-4d1d-adfe-05b849b22e1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c13b25d5-52ea-4ba6-8c71-07bf92f407cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13b25d5-52ea-4ba6-8c71-07bf92f407cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11925551909970744509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509119255519099707445091192555190997074450911925551909970744509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093c1dad-0ac2-4462-ac8f-8122db1469f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40d6572-6c7c-4248-adec-d93fea6b6efc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40d6572-6c7c-4248-adec-d93fea6b6efc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6346781508639392207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207634678150863939220763467815086393922076346781508639392207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13b25d5-52ea-4ba6-8c71-07bf92f407cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed6c763b-811d-4287-999f-1422ca580bbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed6c763b-811d-4287-999f-1422ca580bbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5630657036442876432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432563065703644287643256306570364428764325630657036442876432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40d6572-6c7c-4248-adec-d93fea6b6efc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 278fbec5-115c-4f31-abf8-327e98e47491, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 278fbec5-115c-4f31-abf8-327e98e47491, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13964882427671868344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344139648824276718683441396488242767186834413964882427671868344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed6c763b-811d-4287-999f-1422ca580bbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb7ece52-b677-42ef-a841-a68353bc7ea2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7ece52-b677-42ef-a841-a68353bc7ea2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918609775940682768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768139186097759406827681391860977594068276813918609775940682768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 278fbec5-115c-4f31-abf8-327e98e47491, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b822ce8-0566-4841-b8a5-ab480007fbcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b822ce8-0566-4841-b8a5-ab480007fbcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4685223760707156791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791468522376070715679146852237607071567914685223760707156791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7ece52-b677-42ef-a841-a68353bc7ea2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e5fd5c-4ced-4b95-929f-cb730be2e071, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b822ce8-0566-4841-b8a5-ab480007fbcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e5fd5c-4ced-4b95-929f-cb730be2e071, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3983509102471203900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900398350910247120390039835091024712039003983509102471203900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f542051e-e3de-461e-9bc4-5f7c133b0945, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f542051e-e3de-461e-9bc4-5f7c133b0945, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18429061085864440907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907184290610858644409071842906108586444090718429061085864440907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e5fd5c-4ced-4b95-929f-cb730be2e071, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23448445-579f-4ae7-8d99-b5c50b3316b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23448445-579f-4ae7-8d99-b5c50b3316b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17383806314728814152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152173838063147288141521738380631472881415217383806314728814152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f542051e-e3de-461e-9bc4-5f7c133b0945, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda50808-00ad-46b9-9056-20d157d45419, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda50808-00ad-46b9-9056-20d157d45419, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364226349461248883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883936422634946124888393642263494612488839364226349461248883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23448445-579f-4ae7-8d99-b5c50b3316b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62e79c19-c136-4ea8-a466-ede85220438c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e79c19-c136-4ea8-a466-ede85220438c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613888105754906719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719761388810575490671976138881057549067197613888105754906719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda50808-00ad-46b9-9056-20d157d45419, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0769e26-1362-410e-8109-efed8669ccdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0769e26-1362-410e-8109-efed8669ccdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15661489765545426219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219156614897655454262191566148976554542621915661489765545426219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e79c19-c136-4ea8-a466-ede85220438c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1024c54-c299-45a7-94a6-fe84480c035b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1024c54-c299-45a7-94a6-fe84480c035b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8768594227067988669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669876859422706798866987685942270679886698768594227067988669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0769e26-1362-410e-8109-efed8669ccdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 733fba91-707d-4c4b-b8b2-8be23ac2c205, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733fba91-707d-4c4b-b8b2-8be23ac2c205, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11655362999006746260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260116553629990067462601165536299900674626011655362999006746260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733fba91-707d-4c4b-b8b2-8be23ac2c205, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1024c54-c299-45a7-94a6-fe84480c035b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 813a2a4f-5b10-46a5-8dcc-e9599cf4f027, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813a2a4f-5b10-46a5-8dcc-e9599cf4f027, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3559497167329086413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413355949716732908641335594971673290864133559497167329086413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ecbc191-9b79-4344-a649-1cb0478a144a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ecbc191-9b79-4344-a649-1cb0478a144a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1893771544480900088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088189377154448090008818937715444809000881893771544480900088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813a2a4f-5b10-46a5-8dcc-e9599cf4f027, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07363585-e8fa-4b51-a8b5-9b2f78f54c9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07363585-e8fa-4b51-a8b5-9b2f78f54c9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15770915984809420948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948157709159848094209481577091598480942094815770915984809420948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ecbc191-9b79-4344-a649-1cb0478a144a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0904f339-ccf1-4ebd-a601-e0534f583a31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0904f339-ccf1-4ebd-a601-e0534f583a31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951355358992342994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994139513553589923429941395135535899234299413951355358992342994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0904f339-ccf1-4ebd-a601-e0534f583a31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68c07ad-441d-4d7a-9d86-21bf7f210c79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68c07ad-441d-4d7a-9d86-21bf7f210c79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4695417625221688685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685469541762522168868546954176252216886854695417625221688685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07363585-e8fa-4b51-a8b5-9b2f78f54c9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161667dd-ca52-44bb-a69f-a49b65c34508, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161667dd-ca52-44bb-a69f-a49b65c34508, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16421753796855803726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726164217537968558037261642175379685580372616421753796855803726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68c07ad-441d-4d7a-9d86-21bf7f210c79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e82dfb16-08c9-4b3f-868b-bb8d7cca00cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82dfb16-08c9-4b3f-868b-bb8d7cca00cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16977850104897816565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565169778501048978165651697785010489781656516977850104897816565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161667dd-ca52-44bb-a69f-a49b65c34508, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c671593e-30bf-47dd-87e6-3326b124d33d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c671593e-30bf-47dd-87e6-3326b124d33d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141486979514629482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482121414869795146294821214148697951462948212141486979514629482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82dfb16-08c9-4b3f-868b-bb8d7cca00cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea3554f2-4787-4ed6-83f2-16ea786d45cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea3554f2-4787-4ed6-83f2-16ea786d45cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15118566617565757273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273151185666175657572731511856661756575727315118566617565757273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c671593e-30bf-47dd-87e6-3326b124d33d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aac699d-6fe5-4912-a178-ba32ec9c6306, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea3554f2-4787-4ed6-83f2-16ea786d45cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1d14ccd-868e-4693-8bb5-e97dcbbe2c5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aac699d-6fe5-4912-a178-ba32ec9c6306, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305598712533683903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903123055987125336839031230559871253368390312305598712533683903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d14ccd-868e-4693-8bb5-e97dcbbe2c5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4623662008519719669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669462366200851971966946236620085197196694623662008519719669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aac699d-6fe5-4912-a178-ba32ec9c6306, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614149b0-c11e-418d-95f3-8e0856314209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614149b0-c11e-418d-95f3-8e0856314209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18396645273551669922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922183966452735516699221839664527355166992218396645273551669922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d14ccd-868e-4693-8bb5-e97dcbbe2c5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f8edf1-5599-4798-8dde-d5e28f8efce4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f8edf1-5599-4798-8dde-d5e28f8efce4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976722378124017439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439129767223781240174391297672237812401743912976722378124017439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614149b0-c11e-418d-95f3-8e0856314209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22982fb-7cb6-48b2-9ed6-52ea04683e79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22982fb-7cb6-48b2-9ed6-52ea04683e79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5149873165645009261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261514987316564500926151498731656450092615149873165645009261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f8edf1-5599-4798-8dde-d5e28f8efce4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321e8607-e501-4755-b88b-0d0552104998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321e8607-e501-4755-b88b-0d0552104998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 505345274885150579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579505345274885150579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22982fb-7cb6-48b2-9ed6-52ea04683e79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321e8607-e501-4755-b88b-0d0552104998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2eac6148-d85c-4711-a74f-389d9c69407d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38537f4d-b15f-4a8b-aaf2-e7ff8b671495, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38537f4d-b15f-4a8b-aaf2-e7ff8b671495, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17194618858367629577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577171946188583676295771719461885836762957717194618858367629577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eac6148-d85c-4711-a74f-389d9c69407d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4407975058983280571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571440797505898328057144079750589832805714407975058983280571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38537f4d-b15f-4a8b-aaf2-e7ff8b671495, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e964d542-1dd8-4f02-8753-ee6789d6ecb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e964d542-1dd8-4f02-8753-ee6789d6ecb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14343747362020991153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153143437473620209911531434374736202099115314343747362020991153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eac6148-d85c-4711-a74f-389d9c69407d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34de72c7-ca05-4e91-98be-961a5e4978bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34de72c7-ca05-4e91-98be-961a5e4978bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10636067164615364756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756106360671646153647561063606716461536475610636067164615364756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e964d542-1dd8-4f02-8753-ee6789d6ecb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4539cc8-0d90-4fc1-93d3-797b92bb3233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4539cc8-0d90-4fc1-93d3-797b92bb3233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5913219683236213600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600591321968323621360059132196832362136005913219683236213600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34de72c7-ca05-4e91-98be-961a5e4978bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e48ad51-cb11-4b31-bf18-00995f90d223, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e48ad51-cb11-4b31-bf18-00995f90d223, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468403944344363043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043144684039443443630431446840394434436304314468403944344363043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4539cc8-0d90-4fc1-93d3-797b92bb3233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e48ad51-cb11-4b31-bf18-00995f90d223, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa665d72-acc8-4b29-8665-abd11f06f7d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa665d72-acc8-4b29-8665-abd11f06f7d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772705275745177754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754167727052757451777541677270527574517775416772705275745177754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c7361ae-eb77-4278-bb0a-6fa81a800881, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7361ae-eb77-4278-bb0a-6fa81a800881, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12172209996282517040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040121722099962825170401217220999628251704012172209996282517040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa665d72-acc8-4b29-8665-abd11f06f7d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d84e2f5b-b8da-4c78-bdb5-ac8ec35d2c07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d84e2f5b-b8da-4c78-bdb5-ac8ec35d2c07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7677338438439653355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355767733843843965335576773384384396533557677338438439653355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7361ae-eb77-4278-bb0a-6fa81a800881, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98b36502-85b0-45f3-be19-c89b534636c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b36502-85b0-45f3-be19-c89b534636c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518597029578174624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624251859702957817462425185970295781746242518597029578174624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d84e2f5b-b8da-4c78-bdb5-ac8ec35d2c07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b36502-85b0-45f3-be19-c89b534636c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d583845-c531-4f92-8b2c-16ec97c3467a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d583845-c531-4f92-8b2c-16ec97c3467a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2676276267988379479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479267627626798837947926762762679883794792676276267988379479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b836fbe7-ec2a-4251-903a-caa36d59e085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b836fbe7-ec2a-4251-903a-caa36d59e085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11501876682675264623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623115018766826752646231150187668267526462311501876682675264623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d583845-c531-4f92-8b2c-16ec97c3467a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6971e4af-773f-4260-98a5-370c55937d16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6971e4af-773f-4260-98a5-370c55937d16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12153737022417238581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581121537370224172385811215373702241723858112153737022417238581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b836fbe7-ec2a-4251-903a-caa36d59e085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b38aea9-7a31-44d7-be25-82b63cb7c91e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b38aea9-7a31-44d7-be25-82b63cb7c91e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492532013159302804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804449253201315930280444925320131593028044492532013159302804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6971e4af-773f-4260-98a5-370c55937d16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 516643b7-e67f-4c06-8cc2-2578640a6012, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516643b7-e67f-4c06-8cc2-2578640a6012, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14395209393540633194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194143952093935406331941439520939354063319414395209393540633194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b38aea9-7a31-44d7-be25-82b63cb7c91e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba94099-c4eb-4c5e-b471-c2d1b86c2545, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba94099-c4eb-4c5e-b471-c2d1b86c2545, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12771230852368370784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784127712308523683707841277123085236837078412771230852368370784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516643b7-e67f-4c06-8cc2-2578640a6012, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2da1982b-9aab-42a5-8b06-e3b0533240c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da1982b-9aab-42a5-8b06-e3b0533240c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8971302922134110806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806897130292213411080689713029221341108068971302922134110806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba94099-c4eb-4c5e-b471-c2d1b86c2545, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89de8c62-dafc-4a74-9b01-e4ecc0c90af7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89de8c62-dafc-4a74-9b01-e4ecc0c90af7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15000760369450085433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433150007603694500854331500076036945008543315000760369450085433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da1982b-9aab-42a5-8b06-e3b0533240c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a20a606-5840-4108-ad61-96dc7e7575d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a20a606-5840-4108-ad61-96dc7e7575d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10802282949511440679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679108022829495114406791080228294951144067910802282949511440679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89de8c62-dafc-4a74-9b01-e4ecc0c90af7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1de8f55-4b24-46ab-9d65-3c1b9d10d6db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1de8f55-4b24-46ab-9d65-3c1b9d10d6db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252424670047646992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992102524246700476469921025242467004764699210252424670047646992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a20a606-5840-4108-ad61-96dc7e7575d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a60fea-94de-4ebe-a2f5-447193cf544c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a60fea-94de-4ebe-a2f5-447193cf544c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568255071603408625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625155682550716034086251556825507160340862515568255071603408625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1de8f55-4b24-46ab-9d65-3c1b9d10d6db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a989a5b1-6774-4cf1-b7a9-3905f29626fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a989a5b1-6774-4cf1-b7a9-3905f29626fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029744277726723954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954140297442777267239541402974427772672395414029744277726723954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a60fea-94de-4ebe-a2f5-447193cf544c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39568d5a-2a8f-4fc2-8046-df5f7a7597b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39568d5a-2a8f-4fc2-8046-df5f7a7597b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641788590697345091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091146417885906973450911464178859069734509114641788590697345091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a989a5b1-6774-4cf1-b7a9-3905f29626fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb88096e-60b1-44c0-98ac-2c4a589f4126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb88096e-60b1-44c0-98ac-2c4a589f4126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17769078656474885251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251177690786564748852511776907865647488525117769078656474885251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39568d5a-2a8f-4fc2-8046-df5f7a7597b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22906fee-a1c0-41c9-ba0d-874bf4f830c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22906fee-a1c0-41c9-ba0d-874bf4f830c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374816680743989922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922163748166807439899221637481668074398992216374816680743989922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb88096e-60b1-44c0-98ac-2c4a589f4126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce2a7f22-36b0-4100-b3c8-f7b086710ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2a7f22-36b0-4100-b3c8-f7b086710ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13314644126777839146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146133146441267778391461331464412677783914613314644126777839146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2a7f22-36b0-4100-b3c8-f7b086710ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 405e5c53-40f2-47c1-9796-f05d8a8edcee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405e5c53-40f2-47c1-9796-f05d8a8edcee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3737061871830803440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440373706187183080344037370618718308034403737061871830803440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22906fee-a1c0-41c9-ba0d-874bf4f830c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2234bf-74e5-4708-80dc-34b86e7fbc20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2234bf-74e5-4708-80dc-34b86e7fbc20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4464572565062865380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380446457256506286538044645725650628653804464572565062865380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405e5c53-40f2-47c1-9796-f05d8a8edcee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2234bf-74e5-4708-80dc-34b86e7fbc20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abbe9757-9dbe-4eee-bef6-e5a0ada98625, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 857ca56d-ba40-48bd-b663-c2e939ef998c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857ca56d-ba40-48bd-b663-c2e939ef998c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443134168934584582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582244313416893458458224431341689345845822443134168934584582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbe9757-9dbe-4eee-bef6-e5a0ada98625, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554176379756084374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374655417637975608437465541763797560843746554176379756084374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857ca56d-ba40-48bd-b663-c2e939ef998c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8097b76c-efb1-4329-ad2f-ef2032914f2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8097b76c-efb1-4329-ad2f-ef2032914f2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17336776920891531132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132173367769208915311321733677692089153113217336776920891531132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbe9757-9dbe-4eee-bef6-e5a0ada98625, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a027b5ff-90bd-432a-be68-f3300b0c7fd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a027b5ff-90bd-432a-be68-f3300b0c7fd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032622538830195891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891503262253883019589150326225388301958915032622538830195891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8097b76c-efb1-4329-ad2f-ef2032914f2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deeed827-d892-4933-9769-e4bd08316bf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deeed827-d892-4933-9769-e4bd08316bf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10147431508988978128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128101474315089889781281014743150898897812810147431508988978128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a027b5ff-90bd-432a-be68-f3300b0c7fd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e039b024-114c-459d-aa85-2d74d486834a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e039b024-114c-459d-aa85-2d74d486834a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087785082606004086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086208778508260600408620877850826060040862087785082606004086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deeed827-d892-4933-9769-e4bd08316bf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c64eee7-d9c6-4aed-b791-7d5dc12b4ba5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c64eee7-d9c6-4aed-b791-7d5dc12b4ba5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060657459876237484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484806065745987623748480606574598762374848060657459876237484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e039b024-114c-459d-aa85-2d74d486834a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19822271-3c80-4317-99a2-ce1fba08cb74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19822271-3c80-4317-99a2-ce1fba08cb74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16017615197196233954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954160176151971962339541601761519719623395416017615197196233954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c64eee7-d9c6-4aed-b791-7d5dc12b4ba5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cd974cb-9368-4960-a763-56771043a2c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd974cb-9368-4960-a763-56771043a2c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693853443395806669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669269385344339580666926938534433958066692693853443395806669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19822271-3c80-4317-99a2-ce1fba08cb74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc532166-b3f7-4f58-8f8f-48fc67e98220, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc532166-b3f7-4f58-8f8f-48fc67e98220, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10727564604456789924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924107275646044567899241072756460445678992410727564604456789924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd974cb-9368-4960-a763-56771043a2c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7e1dd9-88ce-4403-a7c2-f6351b3ce0d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7e1dd9-88ce-4403-a7c2-f6351b3ce0d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12533613674641118766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766125336136746411187661253361367464111876612533613674641118766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc532166-b3f7-4f58-8f8f-48fc67e98220, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff491272-395a-445a-b489-f81b8c00a92e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff491272-395a-445a-b489-f81b8c00a92e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1608633377349767961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961160863337734976796116086333773497679611608633377349767961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff491272-395a-445a-b489-f81b8c00a92e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86c91823-1fea-47ee-84ba-cfde15537fbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c91823-1fea-47ee-84ba-cfde15537fbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13212705631588508337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337132127056315885083371321270563158850833713212705631588508337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c91823-1fea-47ee-84ba-cfde15537fbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1792a2b-128f-40f3-86d9-a0b75c9b95e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1792a2b-128f-40f3-86d9-a0b75c9b95e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5912543275529886128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128591254327552988612859125432755298861285912543275529886128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7e1dd9-88ce-4403-a7c2-f6351b3ce0d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21f0d69-0446-450a-8050-045202b486b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21f0d69-0446-450a-8050-045202b486b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1227980841290322831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831122798084129032283112279808412903228311227980841290322831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1792a2b-128f-40f3-86d9-a0b75c9b95e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fce8c59-9ab0-46d1-a848-59081c800a9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fce8c59-9ab0-46d1-a848-59081c800a9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 445316138679713530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530445316138679713530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21f0d69-0446-450a-8050-045202b486b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658aaeff-492d-4dc4-8504-97674b2a554d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658aaeff-492d-4dc4-8504-97674b2a554d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934159633394828431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431179341596333948284311793415963339482843117934159633394828431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fce8c59-9ab0-46d1-a848-59081c800a9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d94d8344-0b47-49d7-a07c-e9ac4452f18c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94d8344-0b47-49d7-a07c-e9ac4452f18c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946190247135045318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318694619024713504531869461902471350453186946190247135045318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658aaeff-492d-4dc4-8504-97674b2a554d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cea5ba6-2e75-4aa2-abb9-a9bd3fbf221d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cea5ba6-2e75-4aa2-abb9-a9bd3fbf221d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2174547880868773118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118217454788086877311821745478808687731182174547880868773118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94d8344-0b47-49d7-a07c-e9ac4452f18c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0442b9fa-3ce1-49b7-93b3-d93aa54446ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0442b9fa-3ce1-49b7-93b3-d93aa54446ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5963969677035161291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291596396967703516129159639696770351612915963969677035161291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cea5ba6-2e75-4aa2-abb9-a9bd3fbf221d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f424c5-372e-4d87-b4c6-b89fbd8df084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f424c5-372e-4d87-b4c6-b89fbd8df084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3230197999259338399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399323019799925933839932301979992593383993230197999259338399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0442b9fa-3ce1-49b7-93b3-d93aa54446ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bb769b1-7961-44e7-bd76-92fe588f5bda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb769b1-7961-44e7-bd76-92fe588f5bda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787969159387542886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886787969159387542886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f424c5-372e-4d87-b4c6-b89fbd8df084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9cc981d-b8bc-45d8-822f-40372b5d8b96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cc981d-b8bc-45d8-822f-40372b5d8b96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14618273026749968309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309146182730267499683091461827302674996830914618273026749968309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb769b1-7961-44e7-bd76-92fe588f5bda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d03c3b4f-38d4-42a4-9973-c2a3fd3722e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03c3b4f-38d4-42a4-9973-c2a3fd3722e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644388245009777332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332264438824500977733226443882450097773322644388245009777332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cc981d-b8bc-45d8-822f-40372b5d8b96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d04ee6-302f-42f8-b1e3-096c49fbcee0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d04ee6-302f-42f8-b1e3-096c49fbcee0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18153423809535856386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386181534238095358563861815342380953585638618153423809535856386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03c3b4f-38d4-42a4-9973-c2a3fd3722e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7b94317-3271-4f0a-a813-918ee9395844, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b94317-3271-4f0a-a813-918ee9395844, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14061755239369948027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027140617552393699480271406175523936994802714061755239369948027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d04ee6-302f-42f8-b1e3-096c49fbcee0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a346fd-d76d-4a80-918f-a062fc705266, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a346fd-d76d-4a80-918f-a062fc705266, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022559389185199737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737100225593891851997371002255938918519973710022559389185199737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b94317-3271-4f0a-a813-918ee9395844, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f7d3e77-6fdb-42b3-a437-55b905b13947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a346fd-d76d-4a80-918f-a062fc705266, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67fd340c-6cfe-4c6b-8500-93775a878bca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67fd340c-6cfe-4c6b-8500-93775a878bca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403522928179826943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943740352292817982694374035229281798269437403522928179826943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7d3e77-6fdb-42b3-a437-55b905b13947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168798563977496646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646168798563977496646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7d3e77-6fdb-42b3-a437-55b905b13947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a69c77a-a526-46a9-8f34-46def23161ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67fd340c-6cfe-4c6b-8500-93775a878bca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a69c77a-a526-46a9-8f34-46def23161ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17954280370808780221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221179542803708087802211795428037080878022117954280370808780221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc27467d-f3dc-44c4-a751-8033e6404fc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc27467d-f3dc-44c4-a751-8033e6404fc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3724436149562359287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287372443614956235928737244361495623592873724436149562359287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a69c77a-a526-46a9-8f34-46def23161ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c379097-5d1a-465b-ac07-e0a7ba520236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c379097-5d1a-465b-ac07-e0a7ba520236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3167217507007378894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894316721750700737889431672175070073788943167217507007378894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc27467d-f3dc-44c4-a751-8033e6404fc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27dc10bb-9386-4ffe-a163-1eb79a9fe5df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27dc10bb-9386-4ffe-a163-1eb79a9fe5df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4042555810719960539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539404255581071996053940425558107199605394042555810719960539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c379097-5d1a-465b-ac07-e0a7ba520236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72ee1ff5-64c4-4f21-9ac4-0491d53a830e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ee1ff5-64c4-4f21-9ac4-0491d53a830e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17524671381496045504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504175246713814960455041752467138149604550417524671381496045504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27dc10bb-9386-4ffe-a163-1eb79a9fe5df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 656aeec6-4d76-46be-9e80-87bcddf6760f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 656aeec6-4d76-46be-9e80-87bcddf6760f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17605310980553619704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704176053109805536197041760531098055361970417605310980553619704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ee1ff5-64c4-4f21-9ac4-0491d53a830e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85a2e40-c98c-4679-8f8c-cb2aec7455a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85a2e40-c98c-4679-8f8c-cb2aec7455a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 937286738268372294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294937286738268372294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 656aeec6-4d76-46be-9e80-87bcddf6760f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f873f8-afaf-479a-8e82-1c39e58204d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f873f8-afaf-479a-8e82-1c39e58204d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3060055169484637894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894306005516948463789430600551694846378943060055169484637894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85a2e40-c98c-4679-8f8c-cb2aec7455a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1815e462-f2a0-4ce3-a89e-d05e41733d71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1815e462-f2a0-4ce3-a89e-d05e41733d71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024234454546140023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023110242344545461400231102423445454614002311024234454546140023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f873f8-afaf-479a-8e82-1c39e58204d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb81e666-f641-4c17-ab8b-980ec2cd9f7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb81e666-f641-4c17-ab8b-980ec2cd9f7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13760754436043057408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408137607544360430574081376075443604305740813760754436043057408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1815e462-f2a0-4ce3-a89e-d05e41733d71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a1dbdd0-1043-4a10-b38c-46b1e4d61e44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a1dbdd0-1043-4a10-b38c-46b1e4d61e44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172938432823447637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637131729384328234476371317293843282344763713172938432823447637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb81e666-f641-4c17-ab8b-980ec2cd9f7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a1dbdd0-1043-4a10-b38c-46b1e4d61e44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46e18a60-d328-40ac-b4f9-46ea5cf8a750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e18a60-d328-40ac-b4f9-46ea5cf8a750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572152997859831468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468165721529978598314681657215299785983146816572152997859831468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f566345-58bb-46e5-8aec-a647fd3ef265, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f566345-58bb-46e5-8aec-a647fd3ef265, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547474081955594103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103154747408195559410315474740819555941031547474081955594103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e18a60-d328-40ac-b4f9-46ea5cf8a750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6796d042-1b45-426e-a05c-415335618d76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f566345-58bb-46e5-8aec-a647fd3ef265, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b288f9b5-c5b2-455c-a0e7-057a23858d2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6796d042-1b45-426e-a05c-415335618d76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1991612536158039760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760199161253615803976019916125361580397601991612536158039760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b288f9b5-c5b2-455c-a0e7-057a23858d2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11902012467901239675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675119020124679012396751190201246790123967511902012467901239675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6796d042-1b45-426e-a05c-415335618d76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a4193ef-1ec0-4ea3-bf81-f2f2347459de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4193ef-1ec0-4ea3-bf81-f2f2347459de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17184925748107183295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295171849257481071832951718492574810718329517184925748107183295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b288f9b5-c5b2-455c-a0e7-057a23858d2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c2aeae-7837-4298-83a8-63b6e3e8ecb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c2aeae-7837-4298-83a8-63b6e3e8ecb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16136254938286299918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918161362549382862999181613625493828629991816136254938286299918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4193ef-1ec0-4ea3-bf81-f2f2347459de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7374142d-37f7-446b-9495-a5d7c9355e1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7374142d-37f7-446b-9495-a5d7c9355e1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8339043404712157059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059833904340471215705983390434047121570598339043404712157059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c2aeae-7837-4298-83a8-63b6e3e8ecb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d318b2e1-8e97-45e3-a7a4-a7f4fe70472d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d318b2e1-8e97-45e3-a7a4-a7f4fe70472d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17177426764711602505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505171774267647116025051717742676471160250517177426764711602505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7374142d-37f7-446b-9495-a5d7c9355e1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a31ed5d-c226-489e-a5c7-e3c1550ba7db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a31ed5d-c226-489e-a5c7-e3c1550ba7db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428528338504837446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446144285283385048374461442852833850483744614428528338504837446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d318b2e1-8e97-45e3-a7a4-a7f4fe70472d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a31ed5d-c226-489e-a5c7-e3c1550ba7db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bca8d48b-093f-4de1-9dd2-753256227dbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca8d48b-093f-4de1-9dd2-753256227dbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117461101829017398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398511746110182901739851174611018290173985117461101829017398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 505de885-02dc-4125-b41d-1d6e31369aae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505de885-02dc-4125-b41d-1d6e31369aae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356079179316970150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150835607917931697015083560791793169701508356079179316970150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca8d48b-093f-4de1-9dd2-753256227dbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505de885-02dc-4125-b41d-1d6e31369aae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0868998e-8e4f-4561-a6d1-7f4a3356c146, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0868998e-8e4f-4561-a6d1-7f4a3356c146, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 776040962430317639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639776040962430317639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c4ffb86-4e7b-4b7f-b17c-cbe38e77c5ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4ffb86-4e7b-4b7f-b17c-cbe38e77c5ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8674028280467640596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596867402828046764059686740282804676405968674028280467640596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0868998e-8e4f-4561-a6d1-7f4a3356c146, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4de8f09-f18f-4850-8ce9-ffa0ce09b4c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4ffb86-4e7b-4b7f-b17c-cbe38e77c5ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d655e47-c280-4e90-aaef-611bb553dedc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d655e47-c280-4e90-aaef-611bb553dedc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7714617126068543657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657771461712606854365777146171260685436577714617126068543657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4de8f09-f18f-4850-8ce9-ffa0ce09b4c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14936580649783748250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250149365806497837482501493658064978374825014936580649783748250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d655e47-c280-4e90-aaef-611bb553dedc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc67b627-be33-42cd-bfb4-2ae1ce087671, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc67b627-be33-42cd-bfb4-2ae1ce087671, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12625979425833486808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808126259794258334868081262597942583348680812625979425833486808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4de8f09-f18f-4850-8ce9-ffa0ce09b4c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d247eaeb-df73-464d-9bfc-a526a0f96e83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d247eaeb-df73-464d-9bfc-a526a0f96e83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4499852249825607840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840449985224982560784044998522498256078404499852249825607840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc67b627-be33-42cd-bfb4-2ae1ce087671, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cc73368-3e80-486a-a8ee-f4fd8814ea03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc73368-3e80-486a-a8ee-f4fd8814ea03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8478400759438605026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026847840075943860502684784007594386050268478400759438605026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d247eaeb-df73-464d-9bfc-a526a0f96e83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6995866-4cbc-4e47-a786-886733af9694, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6995866-4cbc-4e47-a786-886733af9694, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13700745585539907700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700137007455855399077001370074558553990770013700745585539907700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc73368-3e80-486a-a8ee-f4fd8814ea03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d209e7f-cc4f-4725-836c-04f8f31c55a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d209e7f-cc4f-4725-836c-04f8f31c55a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7528975435342427491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491752897543534242749175289754353424274917528975435342427491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6995866-4cbc-4e47-a786-886733af9694, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 884f56a9-696d-4b02-bfe8-9826aff4101e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884f56a9-696d-4b02-bfe8-9826aff4101e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9770081739286509324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324977008173928650932497700817392865093249770081739286509324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d209e7f-cc4f-4725-836c-04f8f31c55a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6ad0ffd-30ba-4828-b3af-a71f7fe51b28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6ad0ffd-30ba-4828-b3af-a71f7fe51b28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7595064201010752743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743759506420101075274375950642010107527437595064201010752743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884f56a9-696d-4b02-bfe8-9826aff4101e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a53a90-dac2-4ce6-a2e7-9b7a03bb4fa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a53a90-dac2-4ce6-a2e7-9b7a03bb4fa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776323726569012493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493177632372656901249317763237265690124931776323726569012493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6ad0ffd-30ba-4828-b3af-a71f7fe51b28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0536c810-3e26-47fe-a602-97c4b92f357a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0536c810-3e26-47fe-a602-97c4b92f357a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17224514368484425059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059172245143684844250591722451436848442505917224514368484425059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a53a90-dac2-4ce6-a2e7-9b7a03bb4fa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f02902ef-f8e7-42a5-be2a-ad9396cc4b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02902ef-f8e7-42a5-be2a-ad9396cc4b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5406418078679154717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717540641807867915471754064180786791547175406418078679154717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0536c810-3e26-47fe-a602-97c4b92f357a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22aa801c-2b1b-4fbd-bc4a-a53abfecf263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aa801c-2b1b-4fbd-bc4a-a53abfecf263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6577997095742652866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866657799709574265286665779970957426528666577997095742652866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02902ef-f8e7-42a5-be2a-ad9396cc4b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3391733-d7ee-458e-bf17-70f1b1590222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3391733-d7ee-458e-bf17-70f1b1590222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7078493773064452587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587707849377306445258770784937730644525877078493773064452587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aa801c-2b1b-4fbd-bc4a-a53abfecf263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bad080c2-bbb9-474f-a91e-30b657005ffd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bad080c2-bbb9-474f-a91e-30b657005ffd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 557719269697328564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564557719269697328564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3391733-d7ee-458e-bf17-70f1b1590222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d728af-a1c9-4e84-a162-a112f9d60d64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d728af-a1c9-4e84-a162-a112f9d60d64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668142616780635929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929126681426167806359291266814261678063592912668142616780635929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bad080c2-bbb9-474f-a91e-30b657005ffd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d728af-a1c9-4e84-a162-a112f9d60d64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d746be1-face-4799-92c2-0508ccc46ac5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d746be1-face-4799-92c2-0508ccc46ac5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8172937249610764620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620817293724961076462081729372496107646208172937249610764620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 222e97c4-8e11-4459-8c3e-e935176467fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222e97c4-8e11-4459-8c3e-e935176467fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2568728429488015985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985256872842948801598525687284294880159852568728429488015985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d746be1-face-4799-92c2-0508ccc46ac5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c44f993-876b-4c7f-bb3f-1050193d75bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c44f993-876b-4c7f-bb3f-1050193d75bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5533530884888768076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076553353088488876807655335308848887680765533530884888768076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222e97c4-8e11-4459-8c3e-e935176467fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ee7b76-1906-475d-92b4-1126aa3ccb09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ee7b76-1906-475d-92b4-1126aa3ccb09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4350461794487018935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935435046179448701893543504617944870189354350461794487018935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c44f993-876b-4c7f-bb3f-1050193d75bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a79c541d-3c24-4462-ab62-ed31d9516dd7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79c541d-3c24-4462-ab62-ed31d9516dd7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18323993744912756427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427183239937449127564271832399374491275642718323993744912756427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ee7b76-1906-475d-92b4-1126aa3ccb09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b2bd97-e260-41b0-a0ca-c101bd75d543, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b2bd97-e260-41b0-a0ca-c101bd75d543, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073816538798865209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209307381653879886520930738165387988652093073816538798865209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79c541d-3c24-4462-ab62-ed31d9516dd7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c74b9a-905b-4890-beb9-fe212f0c319c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c74b9a-905b-4890-beb9-fe212f0c319c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431273256167660455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455114312732561676604551143127325616766045511431273256167660455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b2bd97-e260-41b0-a0ca-c101bd75d543, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96c95c65-ac36-4773-82f5-558e0b0625eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c95c65-ac36-4773-82f5-558e0b0625eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13959167849592631950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950139591678495926319501395916784959263195013959167849592631950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c74b9a-905b-4890-beb9-fe212f0c319c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb9b024-f6b5-4a1a-a254-579cae0ffa46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb9b024-f6b5-4a1a-a254-579cae0ffa46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14313182455835369920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920143131824558353699201431318245583536992014313182455835369920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c95c65-ac36-4773-82f5-558e0b0625eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab7113e4-4e09-447c-94d9-ad2d21e67836, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7113e4-4e09-447c-94d9-ad2d21e67836, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16587868546029086879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879165878685460290868791658786854602908687916587868546029086879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb9b024-f6b5-4a1a-a254-579cae0ffa46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae394d2d-dc6b-4cc5-baf2-dfa23802f600, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae394d2d-dc6b-4cc5-baf2-dfa23802f600, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4867075329084191967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967486707532908419196748670753290841919674867075329084191967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7113e4-4e09-447c-94d9-ad2d21e67836, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc65e34-4485-45d7-987a-d6f998bf6cc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc65e34-4485-45d7-987a-d6f998bf6cc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172335825859480197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197141723358258594801971417233582585948019714172335825859480197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae394d2d-dc6b-4cc5-baf2-dfa23802f600, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaf8a744-d989-4566-ace2-c4d6f71a0728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaf8a744-d989-4566-ace2-c4d6f71a0728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16849950503153348075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075168499505031533480751684995050315334807516849950503153348075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc65e34-4485-45d7-987a-d6f998bf6cc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a32bbd85-aaf6-42ba-a858-424a154ea303, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a32bbd85-aaf6-42ba-a858-424a154ea303, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17024175501354316751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751170241755013543167511702417550135431675117024175501354316751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaf8a744-d989-4566-ace2-c4d6f71a0728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3541b3b-d205-49d3-b496-3da63d731689, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3541b3b-d205-49d3-b496-3da63d731689, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597688722138276272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272115976887221382762721159768872213827627211597688722138276272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a32bbd85-aaf6-42ba-a858-424a154ea303, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ab2728b-cb34-4c37-a8be-6c4c8e7a0422, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab2728b-cb34-4c37-a8be-6c4c8e7a0422, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411401908624350481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481154114019086243504811541140190862435048115411401908624350481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3541b3b-d205-49d3-b496-3da63d731689, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 004953e2-2624-4ca9-b344-cf5341083b74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004953e2-2624-4ca9-b344-cf5341083b74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 537250137684930526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526537250137684930526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab2728b-cb34-4c37-a8be-6c4c8e7a0422, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58476b82-4b48-48a1-9f5a-9d539ecb0481, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004953e2-2624-4ca9-b344-cf5341083b74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58476b82-4b48-48a1-9f5a-9d539ecb0481, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12129726187691126008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008121297261876911260081212972618769112600812129726187691126008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 873907c7-5f8b-40b0-b7ff-8865b34de6b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 873907c7-5f8b-40b0-b7ff-8865b34de6b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15064644327011383228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228150646443270113832281506464432701138322815064644327011383228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58476b82-4b48-48a1-9f5a-9d539ecb0481, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fbf2935-e3bd-4927-9716-a5ec1c04eed9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbf2935-e3bd-4927-9716-a5ec1c04eed9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6475652371286207973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973647565237128620797364756523712862079736475652371286207973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 873907c7-5f8b-40b0-b7ff-8865b34de6b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ce1fe4-4327-4ba8-91e4-4df53cd6d755, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbf2935-e3bd-4927-9716-a5ec1c04eed9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97a08016-31d3-471e-a037-95a8050a42a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a08016-31d3-471e-a037-95a8050a42a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15025307722901338956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956150253077229013389561502530772290133895615025307722901338956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ce1fe4-4327-4ba8-91e4-4df53cd6d755, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239049933187928481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481723904993318792848172390499331879284817239049933187928481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a08016-31d3-471e-a037-95a8050a42a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d56389f8-b524-4c9f-858d-92b9b701b390, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56389f8-b524-4c9f-858d-92b9b701b390, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6089797034625375944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944608979703462537594460897970346253759446089797034625375944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ce1fe4-4327-4ba8-91e4-4df53cd6d755, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 787fc434-69d6-4050-8fbb-60da40b915d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787fc434-69d6-4050-8fbb-60da40b915d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9576648358033387164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164957664835803338716495766483580333871649576648358033387164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787fc434-69d6-4050-8fbb-60da40b915d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c3a5f44-b4f7-4fe7-b6bc-af3ce26ffaa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3a5f44-b4f7-4fe7-b6bc-af3ce26ffaa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3079656927212159231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231307965692721215923130796569272121592313079656927212159231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56389f8-b524-4c9f-858d-92b9b701b390, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da4ef79-5bab-4b5d-8269-d94d2b16b7a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da4ef79-5bab-4b5d-8269-d94d2b16b7a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1044983416978430154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154104498341697843015410449834169784301541044983416978430154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3a5f44-b4f7-4fe7-b6bc-af3ce26ffaa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db29969b-afcf-4e59-b9b8-36e19f341602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db29969b-afcf-4e59-b9b8-36e19f341602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7752092998716704373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373775209299871670437377520929987167043737752092998716704373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da4ef79-5bab-4b5d-8269-d94d2b16b7a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5a63b51-1868-4ef9-8c99-5f7cc996f7d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a63b51-1868-4ef9-8c99-5f7cc996f7d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7144226764076171736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736714422676407617173671442267640761717367144226764076171736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db29969b-afcf-4e59-b9b8-36e19f341602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0d90b4e-2656-47a0-b893-01d5bfcbd4c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d90b4e-2656-47a0-b893-01d5bfcbd4c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444099423395921396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396844409942339592139684440994233959213968444099423395921396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a63b51-1868-4ef9-8c99-5f7cc996f7d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c3fdc26-cd4f-4fb9-8c7a-a232ba2cf216, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c3fdc26-cd4f-4fb9-8c7a-a232ba2cf216, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179411240781977429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429217941124078197742921794112407819774292179411240781977429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d90b4e-2656-47a0-b893-01d5bfcbd4c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e701299-e5d3-4a36-9d61-a1ca5b279bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e701299-e5d3-4a36-9d61-a1ca5b279bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242443309437224882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882724244330943722488272424433094372248827242443309437224882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c3fdc26-cd4f-4fb9-8c7a-a232ba2cf216, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43aadf03-2e45-4032-9fba-15874c1b8759, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e701299-e5d3-4a36-9d61-a1ca5b279bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a7b010-9a20-4353-ab6a-c458396a74ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a7b010-9a20-4353-ab6a-c458396a74ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 544521825494329178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178544521825494329178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43aadf03-2e45-4032-9fba-15874c1b8759, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419302231102374169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169164193022311023741691641930223110237416916419302231102374169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a7b010-9a20-4353-ab6a-c458396a74ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfde6d63-2bef-4d80-9b69-5d765a36cd33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfde6d63-2bef-4d80-9b69-5d765a36cd33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972883011473660737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737197288301147366073719728830114736607371972883011473660737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43aadf03-2e45-4032-9fba-15874c1b8759, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c0ddcb-dc83-4d15-bd4b-0b09c02c5444, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c0ddcb-dc83-4d15-bd4b-0b09c02c5444, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7549828923396611746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746754982892339661174675498289233966117467549828923396611746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfde6d63-2bef-4d80-9b69-5d765a36cd33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0658acf-91c1-4efd-85c5-4f3828afd563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0658acf-91c1-4efd-85c5-4f3828afd563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3336434968053250654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654333643496805325065433364349680532506543336434968053250654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c0ddcb-dc83-4d15-bd4b-0b09c02c5444, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89dadb4c-79ca-4d15-ad93-b90c78faff4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89dadb4c-79ca-4d15-ad93-b90c78faff4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326517031891097133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133632651703189109713363265170318910971336326517031891097133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0658acf-91c1-4efd-85c5-4f3828afd563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f294f1b0-0e5e-41ab-94e5-2b7f6e0d8fd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f294f1b0-0e5e-41ab-94e5-2b7f6e0d8fd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12257666924311606063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063122576669243116060631225766692431160606312257666924311606063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89dadb4c-79ca-4d15-ad93-b90c78faff4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 555dd543-1f32-473a-9e15-405480a01f2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 555dd543-1f32-473a-9e15-405480a01f2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715005988333798496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496715005988333798496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f294f1b0-0e5e-41ab-94e5-2b7f6e0d8fd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff34ea9f-6e0f-41b1-a41e-fa87b1399f30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff34ea9f-6e0f-41b1-a41e-fa87b1399f30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4064971647525268375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375406497164752526837540649716475252683754064971647525268375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 555dd543-1f32-473a-9e15-405480a01f2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 487a0328-913e-4f79-82f6-ccb7fcf9185f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487a0328-913e-4f79-82f6-ccb7fcf9185f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18379939141821327699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699183799391418213276991837993914182132769918379939141821327699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff34ea9f-6e0f-41b1-a41e-fa87b1399f30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d999d755-3fbc-4ef1-9e19-347ff87f7249, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d999d755-3fbc-4ef1-9e19-347ff87f7249, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356038340046000064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064133560383400460000641335603834004600006413356038340046000064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487a0328-913e-4f79-82f6-ccb7fcf9185f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da40ab2f-6672-4640-ba68-df43706ea96f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da40ab2f-6672-4640-ba68-df43706ea96f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136110307389037447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447513611030738903744751361103073890374475136110307389037447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d999d755-3fbc-4ef1-9e19-347ff87f7249, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d04c9f9-063a-4b21-a2a7-a819633ceca6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d04c9f9-063a-4b21-a2a7-a819633ceca6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356933571948167526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526435693357194816752643569335719481675264356933571948167526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da40ab2f-6672-4640-ba68-df43706ea96f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b57f396b-5597-4cb3-8323-cd7df9f4f727, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b57f396b-5597-4cb3-8323-cd7df9f4f727, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354248736090987999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999235424873609098799923542487360909879992354248736090987999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d04c9f9-063a-4b21-a2a7-a819633ceca6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03a768e4-4b5b-4188-8040-ff4e04d43b81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a768e4-4b5b-4188-8040-ff4e04d43b81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15488844923188507740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740154888449231885077401548884492318850774015488844923188507740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b57f396b-5597-4cb3-8323-cd7df9f4f727, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67181351-6e7a-47c4-ba62-f7b59e219ad9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67181351-6e7a-47c4-ba62-f7b59e219ad9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16158481343540364666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666161584813435403646661615848134354036466616158481343540364666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a768e4-4b5b-4188-8040-ff4e04d43b81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29901804-d44b-4ea4-882a-e1f972cb6688, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29901804-d44b-4ea4-882a-e1f972cb6688, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11751927615721671761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761117519276157216717611175192761572167176111751927615721671761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67181351-6e7a-47c4-ba62-f7b59e219ad9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1cab828-35be-4596-98e6-0186ffead9ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cab828-35be-4596-98e6-0186ffead9ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871739771035018980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980187173977103501898018717397710350189801871739771035018980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29901804-d44b-4ea4-882a-e1f972cb6688, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09400cc5-588e-4062-ba29-5f2a8000c02e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cab828-35be-4596-98e6-0186ffead9ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09400cc5-588e-4062-ba29-5f2a8000c02e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1209761610148900607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607120976161014890060712097616101489006071209761610148900607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 074ea9a3-4e5e-41b5-8cf2-9a816804f699, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074ea9a3-4e5e-41b5-8cf2-9a816804f699, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364003671885463674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674936400367188546367493640036718854636749364003671885463674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074ea9a3-4e5e-41b5-8cf2-9a816804f699, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bbfd58c-f388-4f10-b62e-be582117d3a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbfd58c-f388-4f10-b62e-be582117d3a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16939057662624631236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236169390576626246312361693905766262463123616939057662624631236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09400cc5-588e-4062-ba29-5f2a8000c02e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 534f00d9-8f78-421b-b0e3-c0183b84874b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534f00d9-8f78-421b-b0e3-c0183b84874b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15634902013566091994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994156349020135660919941563490201356609199415634902013566091994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbfd58c-f388-4f10-b62e-be582117d3a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65932f03-ef53-4810-bd23-976634fa769e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65932f03-ef53-4810-bd23-976634fa769e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13680354503136814183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183136803545031368141831368035450313681418313680354503136814183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65932f03-ef53-4810-bd23-976634fa769e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534f00d9-8f78-421b-b0e3-c0183b84874b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5ff1524-cb51-4e02-be48-4910a93bc3c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ff1524-cb51-4e02-be48-4910a93bc3c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780269297413092349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349978026929741309234997802692974130923499780269297413092349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1ec0764-94ba-467b-aac1-d6bbb8bfb00b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ec0764-94ba-467b-aac1-d6bbb8bfb00b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16381046082833148753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753163810460828331487531638104608283314875316381046082833148753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ff1524-cb51-4e02-be48-4910a93bc3c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e08fc47-46b0-430a-8195-9f7790462a45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e08fc47-46b0-430a-8195-9f7790462a45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14090699142684989020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020140906991426849890201409069914268498902014090699142684989020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ec0764-94ba-467b-aac1-d6bbb8bfb00b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84b2690f-cfc8-41b2-80c5-7eaea4d5ca43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b2690f-cfc8-41b2-80c5-7eaea4d5ca43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 836174096365655581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581836174096365655581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e08fc47-46b0-430a-8195-9f7790462a45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6a02b34-77f8-4fc4-a8b0-cd9e5c3794a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a02b34-77f8-4fc4-a8b0-cd9e5c3794a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10441205252130289264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264104412052521302892641044120525213028926410441205252130289264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b2690f-cfc8-41b2-80c5-7eaea4d5ca43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8de46e-c566-4c90-bc4b-ea9070b55afa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8de46e-c566-4c90-bc4b-ea9070b55afa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5018325968066211943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943501832596806621194350183259680662119435018325968066211943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a02b34-77f8-4fc4-a8b0-cd9e5c3794a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44add388-fef3-422f-9f18-fa77e7116d42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44add388-fef3-422f-9f18-fa77e7116d42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13589591807765458820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820135895918077654588201358959180776545882013589591807765458820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8de46e-c566-4c90-bc4b-ea9070b55afa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5f55a7b-a639-41bc-a887-28741390f8c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f55a7b-a639-41bc-a887-28741390f8c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12427950832690711091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091124279508326907110911242795083269071109112427950832690711091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44add388-fef3-422f-9f18-fa77e7116d42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bda4b50-969b-4d47-824c-862ff6dd9d95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bda4b50-969b-4d47-824c-862ff6dd9d95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556858333424319253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253655685833342431925365568583334243192536556858333424319253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f55a7b-a639-41bc-a887-28741390f8c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3823b8-bd7a-4d51-baf0-133615b5824e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3823b8-bd7a-4d51-baf0-133615b5824e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11002416719644679642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642110024167196446796421100241671964467964211002416719644679642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bda4b50-969b-4d47-824c-862ff6dd9d95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed2c4567-83fd-410d-8dae-9b0b73e60e46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2c4567-83fd-410d-8dae-9b0b73e60e46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3137316360587932488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488313731636058793248831373163605879324883137316360587932488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3823b8-bd7a-4d51-baf0-133615b5824e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d10d10e-b98d-44a5-bd4d-353fa9a7ed77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d10d10e-b98d-44a5-bd4d-353fa9a7ed77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16667063759845762123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123166670637598457621231666706375984576212316667063759845762123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2c4567-83fd-410d-8dae-9b0b73e60e46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8bb6ac2-f0d7-41b8-a963-e3c460e9e7c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8bb6ac2-f0d7-41b8-a963-e3c460e9e7c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10761302962166562543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543107613029621665625431076130296216656254310761302962166562543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d10d10e-b98d-44a5-bd4d-353fa9a7ed77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f508666-d133-4629-b538-cbd3a0e2fe7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f508666-d133-4629-b538-cbd3a0e2fe7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8817857175548238158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158881785717554823815888178571755482381588817857175548238158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8bb6ac2-f0d7-41b8-a963-e3c460e9e7c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7f6497-55e2-445f-8258-54ccc5dab006, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7f6497-55e2-445f-8258-54ccc5dab006, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4808146853037166144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144480814685303716614448081468530371661444808146853037166144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f508666-d133-4629-b538-cbd3a0e2fe7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f9fdf5c-8ccc-40af-8821-ca3ed71f5340, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f9fdf5c-8ccc-40af-8821-ca3ed71f5340, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5696870924515986791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791569687092451598679156968709245159867915696870924515986791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7f6497-55e2-445f-8258-54ccc5dab006, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e005174-1b4d-40cf-a10c-5fe60c644e26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e005174-1b4d-40cf-a10c-5fe60c644e26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16477920984011568370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370164779209840115683701647792098401156837016477920984011568370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f9fdf5c-8ccc-40af-8821-ca3ed71f5340, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2649c4c-4c4c-4e07-b366-a1b06d0deaa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2649c4c-4c4c-4e07-b366-a1b06d0deaa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18352089022443681556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556183520890224436815561835208902244368155618352089022443681556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e005174-1b4d-40cf-a10c-5fe60c644e26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5963ebe-449e-493a-8b45-e352f23bd582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5963ebe-449e-493a-8b45-e352f23bd582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16910226075827752381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381169102260758277523811691022607582775238116910226075827752381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2649c4c-4c4c-4e07-b366-a1b06d0deaa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64366cb5-6c76-45a2-85ee-74e0eb1b789e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64366cb5-6c76-45a2-85ee-74e0eb1b789e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18230041469715911262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262182300414697159112621823004146971591126218230041469715911262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5963ebe-449e-493a-8b45-e352f23bd582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9270f8ec-cc23-46ab-b7fa-4274babdf1d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9270f8ec-cc23-46ab-b7fa-4274babdf1d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5474693510185615275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275547469351018561527554746935101856152755474693510185615275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64366cb5-6c76-45a2-85ee-74e0eb1b789e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10578289-c91d-44d7-994b-d53d164529e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10578289-c91d-44d7-994b-d53d164529e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5167954935572934286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286516795493557293428651679549355729342865167954935572934286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9270f8ec-cc23-46ab-b7fa-4274babdf1d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 457e9966-6835-435d-ade8-d8fc3c90809a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457e9966-6835-435d-ade8-d8fc3c90809a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3338432592390463887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887333843259239046388733384325923904638873338432592390463887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10578289-c91d-44d7-994b-d53d164529e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e123e549-6406-49ef-8e5d-a9a23e1ae563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e123e549-6406-49ef-8e5d-a9a23e1ae563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885963746224492867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867888596374622449286788859637462244928678885963746224492867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e123e549-6406-49ef-8e5d-a9a23e1ae563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc79e66-2b08-4f02-a151-23a17564ce57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc79e66-2b08-4f02-a151-23a17564ce57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1627466759516678997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997162746675951667899716274667595166789971627466759516678997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457e9966-6835-435d-ade8-d8fc3c90809a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef6be46-5fc7-4fbc-a7b4-63fa62c30d03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef6be46-5fc7-4fbc-a7b4-63fa62c30d03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8864575484953429797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797886457548495342979788645754849534297978864575484953429797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc79e66-2b08-4f02-a151-23a17564ce57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca228b45-84b7-473d-a050-8d6afca7b03d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca228b45-84b7-473d-a050-8d6afca7b03d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941153537636016762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762169411535376360167621694115353763601676216941153537636016762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef6be46-5fc7-4fbc-a7b4-63fa62c30d03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e9ce0cc-d8a5-4142-b282-dfb09fcdb22f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e9ce0cc-d8a5-4142-b282-dfb09fcdb22f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16678485174932980883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883166784851749329808831667848517493298088316678485174932980883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca228b45-84b7-473d-a050-8d6afca7b03d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c03faef-396e-40b0-ae49-33f82ec4f2e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c03faef-396e-40b0-ae49-33f82ec4f2e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8763216557886344750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750876321655788634475087632165578863447508763216557886344750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e9ce0cc-d8a5-4142-b282-dfb09fcdb22f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ce5bb48-4c39-4130-ad80-b84d7528fac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ce5bb48-4c39-4130-ad80-b84d7528fac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6187392832994413793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793618739283299441379361873928329944137936187392832994413793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c03faef-396e-40b0-ae49-33f82ec4f2e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8225bfae-95e2-4deb-9afd-a394722dae75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8225bfae-95e2-4deb-9afd-a394722dae75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124400337198555885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885312440033719855588531244003371985558853124400337198555885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ce5bb48-4c39-4130-ad80-b84d7528fac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e02219-e218-4f53-a81f-203ec421e3a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e02219-e218-4f53-a81f-203ec421e3a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831892949084878666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666138318929490848786661383189294908487866613831892949084878666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8225bfae-95e2-4deb-9afd-a394722dae75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b0e131a-b3b8-4122-8151-0ce56829cd37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b0e131a-b3b8-4122-8151-0ce56829cd37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 199190502551589420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420199190502551589420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e02219-e218-4f53-a81f-203ec421e3a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2ed397f-0537-4471-beb0-73c4537d92ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b0e131a-b3b8-4122-8151-0ce56829cd37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d3357a8-5c4a-4254-8403-5cec1987ca88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ed397f-0537-4471-beb0-73c4537d92ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11124761733961527418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418111247617339615274181112476173396152741811124761733961527418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3357a8-5c4a-4254-8403-5cec1987ca88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568092595547875159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159165680925955478751591656809259554787515916568092595547875159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ed397f-0537-4471-beb0-73c4537d92ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94f27b67-7118-4648-b206-5d2268ae5028, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f27b67-7118-4648-b206-5d2268ae5028, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1963976684330021916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916196397668433002191619639766843300219161963976684330021916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3357a8-5c4a-4254-8403-5cec1987ca88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3b0c36-62f9-4922-9d3f-5c5c981a1d25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3b0c36-62f9-4922-9d3f-5c5c981a1d25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5665605594488427870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870566560559448842787056656055944884278705665605594488427870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f27b67-7118-4648-b206-5d2268ae5028, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58fa1818-8eea-45e2-ac77-daeeeda9ee61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fa1818-8eea-45e2-ac77-daeeeda9ee61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14007417148902344029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029140074171489023440291400741714890234402914007417148902344029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3b0c36-62f9-4922-9d3f-5c5c981a1d25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9db6e6ec-3200-4e5a-9a9d-b29078246848, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db6e6ec-3200-4e5a-9a9d-b29078246848, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150980086823463073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073515098008682346307351509800868234630735150980086823463073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fa1818-8eea-45e2-ac77-daeeeda9ee61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 923de98d-bc12-4a37-9343-bde78232c9b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 923de98d-bc12-4a37-9343-bde78232c9b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477222067992708515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515144772220679927085151447722206799270851514477222067992708515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db6e6ec-3200-4e5a-9a9d-b29078246848, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 923de98d-bc12-4a37-9343-bde78232c9b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4722ad44-41d6-4aa9-8c9f-05ecf245c9a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4722ad44-41d6-4aa9-8c9f-05ecf245c9a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14524548592408827900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900145245485924088279001452454859240882790014524548592408827900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491554a4-7cd9-41ed-9e25-e06d0af6da61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491554a4-7cd9-41ed-9e25-e06d0af6da61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14500343971297392446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446145003439712973924461450034397129739244614500343971297392446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4722ad44-41d6-4aa9-8c9f-05ecf245c9a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 109ab193-eaf1-43d0-bb93-17044b2a127f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109ab193-eaf1-43d0-bb93-17044b2a127f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16870835842529980314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314168708358425299803141687083584252998031416870835842529980314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491554a4-7cd9-41ed-9e25-e06d0af6da61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b93b06f-7b80-4f28-bf17-487464154e4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b93b06f-7b80-4f28-bf17-487464154e4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1419143031170994560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560141914303117099456014191430311709945601419143031170994560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109ab193-eaf1-43d0-bb93-17044b2a127f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b93b06f-7b80-4f28-bf17-487464154e4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c9c8965-2b0d-4063-99ee-0b5a60856cac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9c8965-2b0d-4063-99ee-0b5a60856cac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3933310942330868589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589393331094233086858939333109423308685893933310942330868589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b9b8c31-2d2c-485e-a9e2-8d73fe0cd6bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9b8c31-2d2c-485e-a9e2-8d73fe0cd6bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382017185890368312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312163820171858903683121638201718589036831216382017185890368312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9c8965-2b0d-4063-99ee-0b5a60856cac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6319f101-ce55-489d-9351-dafe31a63fe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6319f101-ce55-489d-9351-dafe31a63fe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12608330177973719668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668126083301779737196681260833017797371966812608330177973719668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6319f101-ce55-489d-9351-dafe31a63fe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 512ff551-2f5c-4d42-8090-6a9002c0a218, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512ff551-2f5c-4d42-8090-6a9002c0a218, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5483693278278584045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045548369327827858404554836932782785840455483693278278584045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9b8c31-2d2c-485e-a9e2-8d73fe0cd6bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa83954b-e1af-45d6-be62-f0bb66f8c0e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa83954b-e1af-45d6-be62-f0bb66f8c0e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907771240373406271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271179077712403734062711790777124037340627117907771240373406271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512ff551-2f5c-4d42-8090-6a9002c0a218, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccf26bb-cb66-4134-a912-c1b5c37f9762, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccf26bb-cb66-4134-a912-c1b5c37f9762, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17125620543269946805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805171256205432699468051712562054326994680517125620543269946805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa83954b-e1af-45d6-be62-f0bb66f8c0e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c431ca2-ccd5-45e3-93f4-d37ac975a530, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c431ca2-ccd5-45e3-93f4-d37ac975a530, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877853058398907309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309987785305839890730998778530583989073099877853058398907309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccf26bb-cb66-4134-a912-c1b5c37f9762, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8910334b-bcfc-4860-9d35-fab1fc91eb81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8910334b-bcfc-4860-9d35-fab1fc91eb81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661736699422691413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413466173669942269141346617366994226914134661736699422691413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c431ca2-ccd5-45e3-93f4-d37ac975a530, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58481554-2058-4df0-903f-1d001548710a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58481554-2058-4df0-903f-1d001548710a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12137301443535086633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633121373014435350866331213730144353508663312137301443535086633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8910334b-bcfc-4860-9d35-fab1fc91eb81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb1402d8-ca4b-4b65-a33c-3a54619d2ae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1402d8-ca4b-4b65-a33c-3a54619d2ae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15294969554358055859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859152949695543580558591529496955435805585915294969554358055859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58481554-2058-4df0-903f-1d001548710a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c2016ec-1886-414f-906a-6b045fb4f412, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c2016ec-1886-414f-906a-6b045fb4f412, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17047119093732224336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336170471190937322243361704711909373222433617047119093732224336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1402d8-ca4b-4b65-a33c-3a54619d2ae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c96b0629-7b63-4864-a6ae-4cd001ae5835, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96b0629-7b63-4864-a6ae-4cd001ae5835, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274926696763252150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150182749266967632521501827492669676325215018274926696763252150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c2016ec-1886-414f-906a-6b045fb4f412, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fc6cf0a-3a7e-436f-92ad-c458468ab23f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc6cf0a-3a7e-436f-92ad-c458468ab23f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10588133570032279341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341105881335700322793411058813357003227934110588133570032279341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96b0629-7b63-4864-a6ae-4cd001ae5835, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec5c0f5-2d2a-4790-9c34-2be285d60cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec5c0f5-2d2a-4790-9c34-2be285d60cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17144730136174654577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577171447301361746545771714473013617465457717144730136174654577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc6cf0a-3a7e-436f-92ad-c458468ab23f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 397bb573-7bc2-40b1-b19f-bdf2bd03884d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397bb573-7bc2-40b1-b19f-bdf2bd03884d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14696886021681692672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672146968860216816926721469688602168169267214696886021681692672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec5c0f5-2d2a-4790-9c34-2be285d60cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6377d7b-d014-4a9b-b585-6afa761b71cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6377d7b-d014-4a9b-b585-6afa761b71cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1100883256592867813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813110088325659286781311008832565928678131100883256592867813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397bb573-7bc2-40b1-b19f-bdf2bd03884d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 833d7e87-5df7-4e4f-bd85-84bc572ca410, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833d7e87-5df7-4e4f-bd85-84bc572ca410, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9170374346046819921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921917037434604681992191703743460468199219170374346046819921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6377d7b-d014-4a9b-b585-6afa761b71cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b367ea39-e7a5-41d7-b124-e36a309f1128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b367ea39-e7a5-41d7-b124-e36a309f1128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17186049842012417619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619171860498420124176191718604984201241761917186049842012417619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833d7e87-5df7-4e4f-bd85-84bc572ca410, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e9ded00-5e89-4d9c-8c61-c97f07c2b3e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e9ded00-5e89-4d9c-8c61-c97f07c2b3e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408109862667607535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535240810986266760753524081098626676075352408109862667607535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b367ea39-e7a5-41d7-b124-e36a309f1128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eebd5b4-1bdd-413e-883b-c391d344d46c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eebd5b4-1bdd-413e-883b-c391d344d46c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2731122008507264025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025273112200850726402527311220085072640252731122008507264025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e9ded00-5e89-4d9c-8c61-c97f07c2b3e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96d3fb66-6ec0-489d-aa73-18e6c5b36450, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d3fb66-6ec0-489d-aa73-18e6c5b36450, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12801624372254580083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083128016243722545800831280162437225458008312801624372254580083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eebd5b4-1bdd-413e-883b-c391d344d46c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e050fc-2929-459b-9203-acf09622f6ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e050fc-2929-459b-9203-acf09622f6ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10656578397526234333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333106565783975262343331065657839752623433310656578397526234333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d3fb66-6ec0-489d-aa73-18e6c5b36450, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267a47b1-bd94-44cd-8ccd-70310492e4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267a47b1-bd94-44cd-8ccd-70310492e4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13056895280768053571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571130568952807680535711305689528076805357113056895280768053571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267a47b1-bd94-44cd-8ccd-70310492e4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee39b58c-502a-4b12-bc26-dc79f5089e21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee39b58c-502a-4b12-bc26-dc79f5089e21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6953179675445466769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769695317967544546676969531796754454667696953179675445466769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e050fc-2929-459b-9203-acf09622f6ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf5753a-03d0-4064-95d2-b990b60d4d3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf5753a-03d0-4064-95d2-b990b60d4d3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16217991494668514355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355162179914946685143551621799149466851435516217991494668514355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf5753a-03d0-4064-95d2-b990b60d4d3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b84d8a82-50ff-406d-aa78-b4a8c07322f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee39b58c-502a-4b12-bc26-dc79f5089e21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a14b1f9-1675-483d-91d7-f0644069f1f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a14b1f9-1675-483d-91d7-f0644069f1f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413001862790226024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024174130018627902260241741300186279022602417413001862790226024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84d8a82-50ff-406d-aa78-b4a8c07322f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17176477236345359578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578171764772363453595781717647723634535957817176477236345359578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a14b1f9-1675-483d-91d7-f0644069f1f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17f87add-fd6a-4d96-ab33-c3403b2f09fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f87add-fd6a-4d96-ab33-c3403b2f09fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11499078169272358315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315114990781692723583151149907816927235831511499078169272358315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84d8a82-50ff-406d-aa78-b4a8c07322f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e4543a8-00a2-4dc2-bdb7-b449f8bdb3b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4543a8-00a2-4dc2-bdb7-b449f8bdb3b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055065992245061726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726100550659922450617261005506599224506172610055065992245061726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f87add-fd6a-4d96-ab33-c3403b2f09fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d30aa23f-dae5-440a-b8b9-07c812c1380e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30aa23f-dae5-440a-b8b9-07c812c1380e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10873449827438764853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853108734498274387648531087344982743876485310873449827438764853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4543a8-00a2-4dc2-bdb7-b449f8bdb3b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adba9c47-dc3a-4302-92e2-ed5033655958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adba9c47-dc3a-4302-92e2-ed5033655958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101132682819475203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203210113268281947520321011326828194752032101132682819475203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30aa23f-dae5-440a-b8b9-07c812c1380e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd81a91-8d0f-4755-89bf-7b500b24b5e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd81a91-8d0f-4755-89bf-7b500b24b5e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6523508167467003505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505652350816746700350565235081674670035056523508167467003505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adba9c47-dc3a-4302-92e2-ed5033655958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5c8ad81-aa68-4d6b-9f43-f2e117e4c309, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5c8ad81-aa68-4d6b-9f43-f2e117e4c309, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3657267118408644224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224365726711840864422436572671184086442243657267118408644224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd81a91-8d0f-4755-89bf-7b500b24b5e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35b85358-a104-4736-a6ce-56e602e2feb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b85358-a104-4736-a6ce-56e602e2feb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198123701250263156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156161981237012502631561619812370125026315616198123701250263156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5c8ad81-aa68-4d6b-9f43-f2e117e4c309, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c759122d-8d5c-43ec-8a9f-a982d8b36fc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c759122d-8d5c-43ec-8a9f-a982d8b36fc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10824063704945402853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853108240637049454028531082406370494540285310824063704945402853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b85358-a104-4736-a6ce-56e602e2feb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32b39fc2-4709-40f1-989f-02e3e15dda9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b39fc2-4709-40f1-989f-02e3e15dda9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465023120414225174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174246502312041422517424650231204142251742465023120414225174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c759122d-8d5c-43ec-8a9f-a982d8b36fc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d920e57-2219-4041-8201-25acc062b9a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b39fc2-4709-40f1-989f-02e3e15dda9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d920e57-2219-4041-8201-25acc062b9a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4646733714609592732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732464673371460959273246467337146095927324646733714609592732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1802802d-f279-4ed0-8a7a-f86a0f22a6c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1802802d-f279-4ed0-8a7a-f86a0f22a6c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10408511549957409075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075104085115499574090751040851154995740907510408511549957409075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d920e57-2219-4041-8201-25acc062b9a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07da15fd-0efb-49a8-8a1b-3ff2c134f8ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07da15fd-0efb-49a8-8a1b-3ff2c134f8ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7022530540648823606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606702253054064882360670225305406488236067022530540648823606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1802802d-f279-4ed0-8a7a-f86a0f22a6c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b11424e-c380-438a-a68b-6207260b410d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b11424e-c380-438a-a68b-6207260b410d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4382938874934961312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312438293887493496131243829388749349613124382938874934961312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07da15fd-0efb-49a8-8a1b-3ff2c134f8ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c669b81-f0e9-4426-8482-218a6fe90fac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c669b81-f0e9-4426-8482-218a6fe90fac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7673351771060122942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942767335177106012294276733517710601229427673351771060122942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b11424e-c380-438a-a68b-6207260b410d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c66efeb6-4409-4130-bab2-a00687061829, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c66efeb6-4409-4130-bab2-a00687061829, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1778490314257048021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021177849031425704802117784903142570480211778490314257048021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c669b81-f0e9-4426-8482-218a6fe90fac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec2a8833-a06a-41d5-88b6-ee50a5b5cb77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2a8833-a06a-41d5-88b6-ee50a5b5cb77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6499702763100411917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917649970276310041191764997027631004119176499702763100411917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c66efeb6-4409-4130-bab2-a00687061829, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c445f390-0d52-486b-8213-2894673c2a1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c445f390-0d52-486b-8213-2894673c2a1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3120326401116423518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518312032640111642351831203264011164235183120326401116423518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2a8833-a06a-41d5-88b6-ee50a5b5cb77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2911f5fc-bd16-4c34-bbb4-94c2d5d777e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2911f5fc-bd16-4c34-bbb4-94c2d5d777e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2626463822475714819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819262646382247571481926264638224757148192626463822475714819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c445f390-0d52-486b-8213-2894673c2a1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 535c10aa-7f4c-4f94-a12f-e579b2cc41e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 535c10aa-7f4c-4f94-a12f-e579b2cc41e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4413308803224534263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263441330880322453426344133088032245342634413308803224534263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2911f5fc-bd16-4c34-bbb4-94c2d5d777e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc9db07e-39b2-4e22-883f-1b42855559ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc9db07e-39b2-4e22-883f-1b42855559ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13791367680992461801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801137913676809924618011379136768099246180113791367680992461801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 535c10aa-7f4c-4f94-a12f-e579b2cc41e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad14bbb-c3fb-4d4b-a72f-adec04a7b244, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad14bbb-c3fb-4d4b-a72f-adec04a7b244, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8120639909810223294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294812063990981022329481206399098102232948120639909810223294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad14bbb-c3fb-4d4b-a72f-adec04a7b244, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ca55614-9ae8-4aa4-86f7-672d7f156118, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ca55614-9ae8-4aa4-86f7-672d7f156118, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18433853787486809757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757184338537874868097571843385378748680975718433853787486809757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc9db07e-39b2-4e22-883f-1b42855559ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9745caaa-c853-417a-8d1d-ec5366984016, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9745caaa-c853-417a-8d1d-ec5366984016, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 62803639833134316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316628036398331343166280363983313431662803639833134316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9745caaa-c853-417a-8d1d-ec5366984016, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 331f981f-3117-4177-bcff-4b6f0af1ebbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331f981f-3117-4177-bcff-4b6f0af1ebbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301038398461894758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758230103839846189475823010383984618947582301038398461894758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ca55614-9ae8-4aa4-86f7-672d7f156118, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aadc1eac-ceeb-4cfa-b495-9317b6871864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadc1eac-ceeb-4cfa-b495-9317b6871864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9833961584276140799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799983396158427614079998339615842761407999833961584276140799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331f981f-3117-4177-bcff-4b6f0af1ebbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f31268af-28ab-4f8d-86a3-2ffa4067f58e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f31268af-28ab-4f8d-86a3-2ffa4067f58e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18201127738890235627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627182011277388902356271820112773889023562718201127738890235627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadc1eac-ceeb-4cfa-b495-9317b6871864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8f1073-f420-4d07-b09c-2bce1f62283e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f31268af-28ab-4f8d-86a3-2ffa4067f58e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6bfc5d7-cbf1-4316-88f5-e8f65ffa146e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6bfc5d7-cbf1-4316-88f5-e8f65ffa146e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14401107453714319751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751144011074537143197511440110745371431975114401107453714319751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8f1073-f420-4d07-b09c-2bce1f62283e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13738846916280833430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430137388469162808334301373884691628083343013738846916280833430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6bfc5d7-cbf1-4316-88f5-e8f65ffa146e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca420064-3ed3-4bc1-93b6-3ea6bee96616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca420064-3ed3-4bc1-93b6-3ea6bee96616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6869761608722307712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712686976160872230771268697616087223077126869761608722307712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8f1073-f420-4d07-b09c-2bce1f62283e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 169b7ef1-8b4b-4ea4-a8eb-4be0bde9ec94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169b7ef1-8b4b-4ea4-a8eb-4be0bde9ec94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595601362498820699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699859560136249882069985956013624988206998595601362498820699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca420064-3ed3-4bc1-93b6-3ea6bee96616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 031e7c04-b894-4d99-9b79-3541a5fbb232, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031e7c04-b894-4d99-9b79-3541a5fbb232, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16698480393098353829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829166984803930983538291669848039309835382916698480393098353829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169b7ef1-8b4b-4ea4-a8eb-4be0bde9ec94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 043041b7-7a71-4a99-a6a2-da2864e56a13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043041b7-7a71-4a99-a6a2-da2864e56a13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18053219784428103873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873180532197844281038731805321978442810387318053219784428103873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031e7c04-b894-4d99-9b79-3541a5fbb232, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 462bb5c5-13e9-4b7c-b56c-b26bc12e274d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043041b7-7a71-4a99-a6a2-da2864e56a13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8dcb067-840f-4287-81b9-0d609905f176, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 462bb5c5-13e9-4b7c-b56c-b26bc12e274d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624176783111998326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326176241767831119983261762417678311199832617624176783111998326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8dcb067-840f-4287-81b9-0d609905f176, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13173069621861110776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776131730696218611107761317306962186111077613173069621861110776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 462bb5c5-13e9-4b7c-b56c-b26bc12e274d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20adbd42-4357-4b7d-b93c-5860d0b1f9c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20adbd42-4357-4b7d-b93c-5860d0b1f9c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563303238834818085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085155633032388348180851556330323883481808515563303238834818085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8dcb067-840f-4287-81b9-0d609905f176, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8bf5121-5653-4e67-8496-d0a44c53af42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8bf5121-5653-4e67-8496-d0a44c53af42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395925441334476769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769839592544133447676983959254413344767698395925441334476769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20adbd42-4357-4b7d-b93c-5860d0b1f9c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 429fe342-3c83-4654-b15e-abd8bb5c9be1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 429fe342-3c83-4654-b15e-abd8bb5c9be1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786281142589703479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479278628114258970347927862811425897034792786281142589703479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8bf5121-5653-4e67-8496-d0a44c53af42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036f0f2a-488e-4fac-9256-0056d61e1195, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036f0f2a-488e-4fac-9256-0056d61e1195, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15832727228521897483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483158327272285218974831583272722852189748315832727228521897483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 429fe342-3c83-4654-b15e-abd8bb5c9be1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fff20316-20e1-4682-a691-6a1df0b3ace6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff20316-20e1-4682-a691-6a1df0b3ace6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413032527088019069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069341303252708801906934130325270880190693413032527088019069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff20316-20e1-4682-a691-6a1df0b3ace6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39beba79-4a9a-4373-9837-f876785179b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39beba79-4a9a-4373-9837-f876785179b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889188884527777094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094188918888452777709418891888845277770941889188884527777094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036f0f2a-488e-4fac-9256-0056d61e1195, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39129e56-acc7-4396-b119-de990b9b2233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39129e56-acc7-4396-b119-de990b9b2233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516918065040956091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091851691806504095609185169180650409560918516918065040956091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39beba79-4a9a-4373-9837-f876785179b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd9eb4b-f9e0-484a-a2cc-b0e61c67af41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd9eb4b-f9e0-484a-a2cc-b0e61c67af41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5105233696659586361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361510523369665958636151052336966595863615105233696659586361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39129e56-acc7-4396-b119-de990b9b2233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f5ac05e-2a66-4c8e-a356-39d38c502927, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5ac05e-2a66-4c8e-a356-39d38c502927, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738056889744338168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168167380568897443381681673805688974433816816738056889744338168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd9eb4b-f9e0-484a-a2cc-b0e61c67af41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0002995d-d249-4479-aa29-427e9b6ef2f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0002995d-d249-4479-aa29-427e9b6ef2f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336909484724916294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294833690948472491629483369094847249162948336909484724916294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5ac05e-2a66-4c8e-a356-39d38c502927, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1416be2-f414-40ac-9d46-39a7e7aa9bfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1416be2-f414-40ac-9d46-39a7e7aa9bfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12435600319231424933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933124356003192314249331243560031923142493312435600319231424933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1416be2-f414-40ac-9d46-39a7e7aa9bfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0002995d-d249-4479-aa29-427e9b6ef2f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6072baef-4908-46b7-9b8a-b68d9404535c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6072baef-4908-46b7-9b8a-b68d9404535c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4019246888558431025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025401924688855843102540192468885584310254019246888558431025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a49b1c2-5726-4e84-9d19-795308959237, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a49b1c2-5726-4e84-9d19-795308959237, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7411600346155438347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347741160034615543834774116003461554383477411600346155438347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a49b1c2-5726-4e84-9d19-795308959237, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 876fb7a7-a6b6-43d8-b209-47732f01bcc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6072baef-4908-46b7-9b8a-b68d9404535c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876fb7a7-a6b6-43d8-b209-47732f01bcc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3622161241492743709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709362216124149274370936221612414927437093622161241492743709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b84bfce2-8969-4de8-b20e-d48c846fedfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84bfce2-8969-4de8-b20e-d48c846fedfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13359135355328946909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909133591353553289469091335913535532894690913359135355328946909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876fb7a7-a6b6-43d8-b209-47732f01bcc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6ab6ead-1834-474d-bab7-904aa5b998e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ab6ead-1834-474d-bab7-904aa5b998e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12131756980820433439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439121317569808204334391213175698082043343912131756980820433439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84bfce2-8969-4de8-b20e-d48c846fedfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2be1452-b51a-49f3-a326-afc62b2efc41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ab6ead-1834-474d-bab7-904aa5b998e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d09058c-5340-492f-87ad-8c3f0d3159a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d09058c-5340-492f-87ad-8c3f0d3159a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12798867617628416101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101127988676176284161011279886761762841610112798867617628416101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2be1452-b51a-49f3-a326-afc62b2efc41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10886005980822583945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945108860059808225839451088600598082258394510886005980822583945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d09058c-5340-492f-87ad-8c3f0d3159a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e57e3b33-a6fc-40f3-a284-d909a380712e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57e3b33-a6fc-40f3-a284-d909a380712e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16375178086962851897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897163751780869628518971637517808696285189716375178086962851897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2be1452-b51a-49f3-a326-afc62b2efc41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 407a78fd-73b0-45f1-a301-a41094e05f0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407a78fd-73b0-45f1-a301-a41094e05f0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352637361521053375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375735263736152105337573526373615210533757352637361521053375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57e3b33-a6fc-40f3-a284-d909a380712e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ffe6e7a-8de2-447e-9632-ee55cb9c3cf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ffe6e7a-8de2-447e-9632-ee55cb9c3cf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16948699105467078280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280169486991054670782801694869910546707828016948699105467078280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407a78fd-73b0-45f1-a301-a41094e05f0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11ac12a1-8904-4f48-a0c0-7dba1bbb88f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ac12a1-8904-4f48-a0c0-7dba1bbb88f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4807271023546950188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188480727102354695018848072710235469501884807271023546950188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ffe6e7a-8de2-447e-9632-ee55cb9c3cf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee1d13e-5192-4cba-ab86-6a5b548d8ac0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee1d13e-5192-4cba-ab86-6a5b548d8ac0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13386176237352503127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127133861762373525031271338617623735250312713386176237352503127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ac12a1-8904-4f48-a0c0-7dba1bbb88f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec7e6aa-6310-4675-b1b8-f3d3e6e17d04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec7e6aa-6310-4675-b1b8-f3d3e6e17d04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601079788285844867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867156010797882858448671560107978828584486715601079788285844867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee1d13e-5192-4cba-ab86-6a5b548d8ac0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 615b2116-886d-406a-ae03-96023e02ba8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615b2116-886d-406a-ae03-96023e02ba8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9535384295046084527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527953538429504608452795353842950460845279535384295046084527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec7e6aa-6310-4675-b1b8-f3d3e6e17d04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90e3b2f-de2f-47ec-822c-4f0fe6932925, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90e3b2f-de2f-47ec-822c-4f0fe6932925, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1046329946896206017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017104632994689620601710463299468962060171046329946896206017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615b2116-886d-406a-ae03-96023e02ba8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b6d433e-8855-43ea-b94c-890cece455ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6d433e-8855-43ea-b94c-890cece455ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14277127368495714951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951142771273684957149511427712736849571495114277127368495714951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90e3b2f-de2f-47ec-822c-4f0fe6932925, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc770689-215d-45b7-8abd-2628890503ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc770689-215d-45b7-8abd-2628890503ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11202966901442566397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397112029669014425663971120296690144256639711202966901442566397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6d433e-8855-43ea-b94c-890cece455ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9fd9792-7888-4055-b306-c2f5de0859b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9fd9792-7888-4055-b306-c2f5de0859b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434405172568576991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991243440517256857699124344051725685769912434405172568576991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc770689-215d-45b7-8abd-2628890503ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1baef809-aaeb-4068-bae9-53bc0574e10f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1baef809-aaeb-4068-bae9-53bc0574e10f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6786649534915558293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293678664953491555829367866495349155582936786649534915558293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9fd9792-7888-4055-b306-c2f5de0859b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3edd6e2d-405b-45be-bb3e-78a905da744f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3edd6e2d-405b-45be-bb3e-78a905da744f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299306547166083526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526129930654716608352612993065471660835261299306547166083526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1baef809-aaeb-4068-bae9-53bc0574e10f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00b2d99f-5ff4-428a-a60d-93f2382cc73d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b2d99f-5ff4-428a-a60d-93f2382cc73d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260243088126842567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567126024308812684256712602430881268425671260243088126842567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3edd6e2d-405b-45be-bb3e-78a905da744f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33fdc837-d02b-410e-8bee-f7656ba73243, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33fdc837-d02b-410e-8bee-f7656ba73243, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16822375664918516129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129168223756649185161291682237566491851612916822375664918516129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b2d99f-5ff4-428a-a60d-93f2382cc73d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33fdc837-d02b-410e-8bee-f7656ba73243, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265c85c1-0a75-4948-83dd-2d2a6eabdaeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265c85c1-0a75-4948-83dd-2d2a6eabdaeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1733169515817214276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276173316951581721427617331695158172142761733169515817214276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3664fd2-fc06-499f-a2f6-298c24ac170f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3664fd2-fc06-499f-a2f6-298c24ac170f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16107625025999675450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450161076250259996754501610762502599967545016107625025999675450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265c85c1-0a75-4948-83dd-2d2a6eabdaeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03602b28-c60e-4de9-a12e-6d0dfe87b6eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03602b28-c60e-4de9-a12e-6d0dfe87b6eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884772738027386657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657788477273802738665778847727380273866577884772738027386657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3664fd2-fc06-499f-a2f6-298c24ac170f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03602b28-c60e-4de9-a12e-6d0dfe87b6eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 426e3abf-acd3-482e-9d7e-ea52a798ca3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426e3abf-acd3-482e-9d7e-ea52a798ca3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196628368433301951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951181966283684333019511819662836843330195118196628368433301951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 513f7879-1618-4cc1-a698-5d9fe8fd8402, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513f7879-1618-4cc1-a698-5d9fe8fd8402, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805382617443406715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715180538261744340671518053826174434067151805382617443406715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 426e3abf-acd3-482e-9d7e-ea52a798ca3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb45b623-e4fe-4966-a9dc-29f8e38eb357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb45b623-e4fe-4966-a9dc-29f8e38eb357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070622088598694544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544120706220885986945441207062208859869454412070622088598694544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513f7879-1618-4cc1-a698-5d9fe8fd8402, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 418a6c7a-442a-4333-a935-bdba905680c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418a6c7a-442a-4333-a935-bdba905680c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14427639230691990318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318144276392306919903181442763923069199031814427639230691990318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb45b623-e4fe-4966-a9dc-29f8e38eb357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d265e78-2588-4cb5-a002-55843be03590, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d265e78-2588-4cb5-a002-55843be03590, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049551165023006736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736704955116502300673670495511650230067367049551165023006736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418a6c7a-442a-4333-a935-bdba905680c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0d3b8af-19ea-4ad4-b71e-323c45fc502c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d3b8af-19ea-4ad4-b71e-323c45fc502c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6662303638881446512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512666230363888144651266623036388814465126662303638881446512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d265e78-2588-4cb5-a002-55843be03590, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d3b8af-19ea-4ad4-b71e-323c45fc502c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e681383-b815-490d-b289-81d9802db881, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e681383-b815-490d-b289-81d9802db881, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13378412291631435648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648133784122916314356481337841229163143564813378412291631435648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acdcda5b-ccdf-459b-bc32-b8297469d792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdcda5b-ccdf-459b-bc32-b8297469d792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2574195822471547844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844257419582247154784425741958224715478442574195822471547844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e681383-b815-490d-b289-81d9802db881, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdcda5b-ccdf-459b-bc32-b8297469d792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c6816c9-ad57-4f5b-a7c0-602d6e2e3475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6816c9-ad57-4f5b-a7c0-602d6e2e3475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081944753985392935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935408194475398539293540819447539853929354081944753985392935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b1389d-42f0-45fb-b761-61569339f8be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b1389d-42f0-45fb-b761-61569339f8be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14915805133413069789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789149158051334130697891491580513341306978914915805133413069789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6816c9-ad57-4f5b-a7c0-602d6e2e3475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a2946a0-5247-4565-8e4d-0eb3fa5a5c7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2946a0-5247-4565-8e4d-0eb3fa5a5c7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13231568901658266756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756132315689016582667561323156890165826675613231568901658266756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b1389d-42f0-45fb-b761-61569339f8be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba25488-9e9b-4023-a769-9c56dbc55da9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba25488-9e9b-4023-a769-9c56dbc55da9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9476796276871030189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189947679627687103018994767962768710301899476796276871030189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2946a0-5247-4565-8e4d-0eb3fa5a5c7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 502b377f-8e57-46d5-b95b-002b7fbbfe5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 502b377f-8e57-46d5-b95b-002b7fbbfe5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 579184217236449049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049579184217236449049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba25488-9e9b-4023-a769-9c56dbc55da9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cfab689-90b4-4b0e-a128-78fdf55648ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cfab689-90b4-4b0e-a128-78fdf55648ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16088389339660745226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226160883893396607452261608838933966074522616088389339660745226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 502b377f-8e57-46d5-b95b-002b7fbbfe5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3c66795-96ad-4f23-bb25-eeac84cb9a44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cfab689-90b4-4b0e-a128-78fdf55648ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374664bd-667c-43c8-b469-edf375d2a218, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c66795-96ad-4f23-bb25-eeac84cb9a44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243286567458702250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250424328656745870225042432865674587022504243286567458702250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374664bd-667c-43c8-b469-edf375d2a218, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16404328479921769054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054164043284799217690541640432847992176905416404328479921769054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c66795-96ad-4f23-bb25-eeac84cb9a44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab5f8207-8358-43eb-a0a0-0c76d1db8bd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374664bd-667c-43c8-b469-edf375d2a218, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5f8207-8358-43eb-a0a0-0c76d1db8bd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8163968394475426442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442816396839447542644281639683944754264428163968394475426442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01e5ea4f-cef2-424e-9a6e-d102ab9cbb43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e5ea4f-cef2-424e-9a6e-d102ab9cbb43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12553114015875743446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446125531140158757434461255311401587574344612553114015875743446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5f8207-8358-43eb-a0a0-0c76d1db8bd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0bf37dc-6f3a-48f9-831b-cd4994745997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0bf37dc-6f3a-48f9-831b-cd4994745997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11531423034060030900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900115314230340600309001153142303406003090011531423034060030900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e5ea4f-cef2-424e-9a6e-d102ab9cbb43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b853961-7c2f-4093-a62d-2164e0e7116d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b853961-7c2f-4093-a62d-2164e0e7116d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288722004745797661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661112887220047457976611128872200474579766111288722004745797661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0bf37dc-6f3a-48f9-831b-cd4994745997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39f1c628-30ff-49e1-a9c7-9ed7115f9e33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f1c628-30ff-49e1-a9c7-9ed7115f9e33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321883152632368936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936173218831526323689361732188315263236893617321883152632368936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b853961-7c2f-4093-a62d-2164e0e7116d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89e5b16c-5aa1-4499-8457-469519be4182, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e5b16c-5aa1-4499-8457-469519be4182, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129739968748002899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899412973996874800289941297399687480028994129739968748002899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f1c628-30ff-49e1-a9c7-9ed7115f9e33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c15392a-698c-411c-a074-366cde701aa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c15392a-698c-411c-a074-366cde701aa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472921355881097425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425947292135588109742594729213558810974259472921355881097425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e5b16c-5aa1-4499-8457-469519be4182, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5c5d39a-9d46-4c1e-b26d-a05615a00ae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c5d39a-9d46-4c1e-b26d-a05615a00ae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349171743727765488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488163491717437277654881634917174372776548816349171743727765488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c15392a-698c-411c-a074-366cde701aa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8162349f-6e68-4d7c-9e7b-97f572622a7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8162349f-6e68-4d7c-9e7b-97f572622a7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3420110984975522775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775342011098497552277534201109849755227753420110984975522775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c5d39a-9d46-4c1e-b26d-a05615a00ae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f221ae-4c78-45d2-9d17-0180d52fa0e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f221ae-4c78-45d2-9d17-0180d52fa0e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891888427308665263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263891888427308665263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8162349f-6e68-4d7c-9e7b-97f572622a7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7033f240-5419-4a40-bb5f-769f9d2983b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7033f240-5419-4a40-bb5f-769f9d2983b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4757386192147173020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020475738619214717302047573861921471730204757386192147173020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f221ae-4c78-45d2-9d17-0180d52fa0e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d5fc588-148a-4b6c-9c57-473cc664234d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d5fc588-148a-4b6c-9c57-473cc664234d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4244661530773188435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435424466153077318843542446615307731884354244661530773188435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7033f240-5419-4a40-bb5f-769f9d2983b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4618893-e43a-4586-a534-2e2c12b9d4c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4618893-e43a-4586-a534-2e2c12b9d4c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2625396776825005829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829262539677682500582926253967768250058292625396776825005829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d5fc588-148a-4b6c-9c57-473cc664234d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a25d0c61-571a-4997-91ac-d8265aa0d1d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25d0c61-571a-4997-91ac-d8265aa0d1d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043279433819594711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711304327943381959471130432794338195947113043279433819594711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4618893-e43a-4586-a534-2e2c12b9d4c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9575007-c996-4842-965f-c4144b33ad42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9575007-c996-4842-965f-c4144b33ad42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12268955355232246053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053122689553552322460531226895535523224605312268955355232246053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25d0c61-571a-4997-91ac-d8265aa0d1d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe3edc6-ea74-487b-a2a6-819fd568945f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe3edc6-ea74-487b-a2a6-819fd568945f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195770046401746664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664101957700464017466641019577004640174666410195770046401746664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9575007-c996-4842-965f-c4144b33ad42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0deab398-e1c6-4b0b-b3d6-37a6f7804588, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0deab398-e1c6-4b0b-b3d6-37a6f7804588, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 249293605713924040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040249293605713924040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe3edc6-ea74-487b-a2a6-819fd568945f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbb70f4c-afab-4ef3-a0c3-9e00f255d8cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbb70f4c-afab-4ef3-a0c3-9e00f255d8cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14843117603771817958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958148431176037718179581484311760377181795814843117603771817958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0deab398-e1c6-4b0b-b3d6-37a6f7804588, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 631a0814-52f9-47fb-9c17-90ad537e086b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631a0814-52f9-47fb-9c17-90ad537e086b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596075141291186385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385459607514129118638545960751412911863854596075141291186385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbb70f4c-afab-4ef3-a0c3-9e00f255d8cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5452abe3-4648-40d4-a2f6-18b071c4a488, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5452abe3-4648-40d4-a2f6-18b071c4a488, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16907263118719343105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105169072631187193431051690726311871934310516907263118719343105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631a0814-52f9-47fb-9c17-90ad537e086b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f98d6268-f26f-46f9-80eb-de4a75f349db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f98d6268-f26f-46f9-80eb-de4a75f349db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3434133235176482628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628343413323517648262834341332351764826283434133235176482628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5452abe3-4648-40d4-a2f6-18b071c4a488, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409d14c2-c55a-4216-9381-cbce4750f676, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409d14c2-c55a-4216-9381-cbce4750f676, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11539339940658344748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748115393399406583447481153933994065834474811539339940658344748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f98d6268-f26f-46f9-80eb-de4a75f349db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b975d00d-f245-40c3-b834-953acc74501a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b975d00d-f245-40c3-b834-953acc74501a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12195760640244244236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236121957606402442442361219576064024424423612195760640244244236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409d14c2-c55a-4216-9381-cbce4750f676, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 311e6152-05d2-43b6-b671-a40b19c512d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311e6152-05d2-43b6-b671-a40b19c512d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916708285277325392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392159167082852773253921591670828527732539215916708285277325392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b975d00d-f245-40c3-b834-953acc74501a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62dd0b85-524e-41d1-80d7-d47564121f26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dd0b85-524e-41d1-80d7-d47564121f26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3388414987071547776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776338841498707154777633884149870715477763388414987071547776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311e6152-05d2-43b6-b671-a40b19c512d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 002cda95-5f89-4532-81fd-232555fee4eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002cda95-5f89-4532-81fd-232555fee4eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166525590911526895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895416652559091152689541665255909115268954166525590911526895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dd0b85-524e-41d1-80d7-d47564121f26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c598c15-0a60-4dd0-b49a-e7dadc5ddc39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c598c15-0a60-4dd0-b49a-e7dadc5ddc39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1842114484544133722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722184211448454413372218421144845441337221842114484544133722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002cda95-5f89-4532-81fd-232555fee4eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bee2877-7d34-4f14-8814-b39a3b33a1fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bee2877-7d34-4f14-8814-b39a3b33a1fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15715414082858295539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539157154140828582955391571541408285829553915715414082858295539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c598c15-0a60-4dd0-b49a-e7dadc5ddc39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37056ec-91b5-428f-930b-b848cf0c45c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37056ec-91b5-428f-930b-b848cf0c45c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8440124290289486368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368844012429028948636884401242902894863688440124290289486368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bee2877-7d34-4f14-8814-b39a3b33a1fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1ceb313-9b11-4ad0-9b8d-7fa19dcdf054, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ceb313-9b11-4ad0-9b8d-7fa19dcdf054, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10349589926783693383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383103495899267836933831034958992678369338310349589926783693383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37056ec-91b5-428f-930b-b848cf0c45c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5e422c-3103-450a-bf5c-277a41e672ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5e422c-3103-450a-bf5c-277a41e672ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4696572613194013272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272469657261319401327246965726131940132724696572613194013272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ceb313-9b11-4ad0-9b8d-7fa19dcdf054, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f5a12c8-7529-4aa5-9929-4c44a129a4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5a12c8-7529-4aa5-9929-4c44a129a4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8322379890320443816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816832237989032044381683223798903204438168322379890320443816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5e422c-3103-450a-bf5c-277a41e672ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab194375-f394-4a03-aa9f-47e4bca6cf7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab194375-f394-4a03-aa9f-47e4bca6cf7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12796651457512292514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514127966514575122925141279665145751229251412796651457512292514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5a12c8-7529-4aa5-9929-4c44a129a4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b162acd5-15a7-489b-be93-4dc7b6bb68bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b162acd5-15a7-489b-be93-4dc7b6bb68bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849492553178634808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808118494925531786348081184949255317863480811849492553178634808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab194375-f394-4a03-aa9f-47e4bca6cf7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3377bc41-77d4-42a0-ac5e-a8e6e2573ee1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b162acd5-15a7-489b-be93-4dc7b6bb68bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3377bc41-77d4-42a0-ac5e-a8e6e2573ee1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11058052667596714540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540110580526675967145401105805266759671454011058052667596714540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2720e8b6-c301-4eb2-958e-88c7278d17e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2720e8b6-c301-4eb2-958e-88c7278d17e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5433617245220268979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979543361724522026897954336172452202689795433617245220268979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3377bc41-77d4-42a0-ac5e-a8e6e2573ee1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc3cbbc-e6f1-4c88-b829-417bf280209a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc3cbbc-e6f1-4c88-b829-417bf280209a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588779179631023796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796658877917963102379665887791796310237966588779179631023796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2720e8b6-c301-4eb2-958e-88c7278d17e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d249a5-65ff-4835-8608-332418fd4c0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d249a5-65ff-4835-8608-332418fd4c0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18104356949417018812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812181043569494170188121810435694941701881218104356949417018812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc3cbbc-e6f1-4c88-b829-417bf280209a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8986c65c-79fd-4265-9023-dafc47b006aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8986c65c-79fd-4265-9023-dafc47b006aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2976160258512611465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465297616025851261146529761602585126114652976160258512611465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d249a5-65ff-4835-8608-332418fd4c0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e5f623-8d41-4fd6-9bfe-9fe509a683b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e5f623-8d41-4fd6-9bfe-9fe509a683b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14385458726383483714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714143854587263834837141438545872638348371414385458726383483714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8986c65c-79fd-4265-9023-dafc47b006aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd3aeb74-3d45-49ea-a1bb-d280dc31258c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3aeb74-3d45-49ea-a1bb-d280dc31258c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10293280922712234159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159102932809227122341591029328092271223415910293280922712234159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e5f623-8d41-4fd6-9bfe-9fe509a683b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70a1427a-e1c5-457a-8aec-b386d4c5da88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a1427a-e1c5-457a-8aec-b386d4c5da88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885148987678372556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556588514898767837255658851489876783725565885148987678372556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3aeb74-3d45-49ea-a1bb-d280dc31258c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7864540f-59eb-42dd-a05e-261c32c9995d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7864540f-59eb-42dd-a05e-261c32c9995d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14452528728738521553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553144525287287385215531445252872873852155314452528728738521553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a1427a-e1c5-457a-8aec-b386d4c5da88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc64d90-69dd-4d53-9d95-f3723e70287d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc64d90-69dd-4d53-9d95-f3723e70287d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183489784022215650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650918348978402221565091834897840222156509183489784022215650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7864540f-59eb-42dd-a05e-261c32c9995d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5fc7fb-c5dd-43d0-9273-1e58a77d1d57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5fc7fb-c5dd-43d0-9273-1e58a77d1d57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159159264824969334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334815915926482496933481591592648249693348159159264824969334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc64d90-69dd-4d53-9d95-f3723e70287d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 998bb8bf-0d1d-4ecf-b507-22cf9ad04f8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998bb8bf-0d1d-4ecf-b507-22cf9ad04f8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15376007568468097623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623153760075684680976231537600756846809762315376007568468097623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5fc7fb-c5dd-43d0-9273-1e58a77d1d57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c953a16-0101-4a63-b812-34c7ab0708b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c953a16-0101-4a63-b812-34c7ab0708b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15389628948834232522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522153896289488342325221538962894883423252215389628948834232522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998bb8bf-0d1d-4ecf-b507-22cf9ad04f8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0bd448-f190-46bc-a64c-8c0738e79815, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0bd448-f190-46bc-a64c-8c0738e79815, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24159558500359253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253241595585003592532415955850035925324159558500359253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0bd448-f190-46bc-a64c-8c0738e79815, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71278c51-b725-49d1-b64e-a5cc5deef872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71278c51-b725-49d1-b64e-a5cc5deef872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11181914338353777144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144111819143383537771441118191433835377714411181914338353777144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c953a16-0101-4a63-b812-34c7ab0708b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75c7b669-ffa3-4b46-9635-e7dd2ef64faf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c7b669-ffa3-4b46-9635-e7dd2ef64faf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9649655422618940843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843964965542261894084396496554226189408439649655422618940843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71278c51-b725-49d1-b64e-a5cc5deef872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c7b669-ffa3-4b46-9635-e7dd2ef64faf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad35473-2cd1-471d-be05-47799f6c51fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad35473-2cd1-471d-be05-47799f6c51fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1019491582094730614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614101949158209473061410194915820947306141019491582094730614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e37cd1b-1f4c-4184-be9f-645abb1f096a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e37cd1b-1f4c-4184-be9f-645abb1f096a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821602284241910456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456168216022842419104561682160228424191045616821602284241910456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad35473-2cd1-471d-be05-47799f6c51fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b369001-8ded-40a3-acb8-00eb6f011f1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b369001-8ded-40a3-acb8-00eb6f011f1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17556951408676420774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774175569514086764207741755695140867642077417556951408676420774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e37cd1b-1f4c-4184-be9f-645abb1f096a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72b18ebd-ff9f-442e-9865-56aca8b5f8b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b18ebd-ff9f-442e-9865-56aca8b5f8b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666239458385221602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602466623945838522160246662394583852216024666239458385221602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b369001-8ded-40a3-acb8-00eb6f011f1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f36d38e-38fa-4dfb-a09b-bbe055e9f19c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f36d38e-38fa-4dfb-a09b-bbe055e9f19c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10713932125595945223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223107139321255959452231071393212559594522310713932125595945223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b18ebd-ff9f-442e-9865-56aca8b5f8b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 413c8d46-f881-4872-af2b-505a58b7efe9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 413c8d46-f881-4872-af2b-505a58b7efe9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730569989944256872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872873056998994425687287305699899442568728730569989944256872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f36d38e-38fa-4dfb-a09b-bbe055e9f19c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4238b1e2-2fa4-458e-998a-32d185cc33f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4238b1e2-2fa4-458e-998a-32d185cc33f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5529548871590322566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566552954887159032256655295488715903225665529548871590322566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 413c8d46-f881-4872-af2b-505a58b7efe9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf1ccb20-239e-4e05-ac8c-8dbe077567ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1ccb20-239e-4e05-ac8c-8dbe077567ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401428596383505394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394540142859638350539454014285963835053945401428596383505394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4238b1e2-2fa4-458e-998a-32d185cc33f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79426225-73bb-4d50-8a60-e5bf4fe43618, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79426225-73bb-4d50-8a60-e5bf4fe43618, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805605841089838817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817180560584108983881718056058410898388171805605841089838817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1ccb20-239e-4e05-ac8c-8dbe077567ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e7d2b92-4485-4bdd-9d8b-27e90f27097f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7d2b92-4485-4bdd-9d8b-27e90f27097f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14073142322666726951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951140731423226667269511407314232266672695114073142322666726951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79426225-73bb-4d50-8a60-e5bf4fe43618, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd81709a-a839-49f9-84ee-203c3f76b599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd81709a-a839-49f9-84ee-203c3f76b599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5198938784361891224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224519893878436189122451989387843618912245198938784361891224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7d2b92-4485-4bdd-9d8b-27e90f27097f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af8816f-dc20-4707-90fd-8c221dae3119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af8816f-dc20-4707-90fd-8c221dae3119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2707146902818137991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991270714690281813799127071469028181379912707146902818137991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd81709a-a839-49f9-84ee-203c3f76b599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed1c4ba-4a8f-478d-8722-9002ed774357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed1c4ba-4a8f-478d-8722-9002ed774357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2442007683363760407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407244200768336376040724420076833637604072442007683363760407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af8816f-dc20-4707-90fd-8c221dae3119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3298104f-41e0-478e-bf7c-ed1aaa812990, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3298104f-41e0-478e-bf7c-ed1aaa812990, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1591733769190773242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242159173376919077324215917337691907732421591733769190773242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed1c4ba-4a8f-478d-8722-9002ed774357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3ce9b91-653c-4d88-9429-9e27addfe795, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ce9b91-653c-4d88-9429-9e27addfe795, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449983495827553217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217744998349582755321774499834958275532177449983495827553217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3298104f-41e0-478e-bf7c-ed1aaa812990, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c6f9dc3-75e4-4f9c-bf60-373fbdc0b7ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6f9dc3-75e4-4f9c-bf60-373fbdc0b7ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093355987409907775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775100933559874099077751009335598740990777510093355987409907775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ce9b91-653c-4d88-9429-9e27addfe795, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8399808-78a3-4341-aecc-9250453e20dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8399808-78a3-4341-aecc-9250453e20dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4360654833431316669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669436065483343131666943606548334313166694360654833431316669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6f9dc3-75e4-4f9c-bf60-373fbdc0b7ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef88b423-51e6-4d03-bcfc-66eac2ab4f3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef88b423-51e6-4d03-bcfc-66eac2ab4f3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708352922407957139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139157083529224079571391570835292240795713915708352922407957139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8399808-78a3-4341-aecc-9250453e20dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26381b54-9b9b-4c98-8332-c0c9cabadc1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26381b54-9b9b-4c98-8332-c0c9cabadc1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13912629996037212374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374139126299960372123741391262999603721237413912629996037212374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef88b423-51e6-4d03-bcfc-66eac2ab4f3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8676fe8-7c9b-4b1d-bb21-3730ce896be2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8676fe8-7c9b-4b1d-bb21-3730ce896be2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8298107386896236304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304829810738689623630482981073868962363048298107386896236304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26381b54-9b9b-4c98-8332-c0c9cabadc1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7842478b-2fb2-46ed-9ff4-d811f99ba86f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7842478b-2fb2-46ed-9ff4-d811f99ba86f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8472127898149818097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097847212789814981809784721278981498180978472127898149818097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8676fe8-7c9b-4b1d-bb21-3730ce896be2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e586ce1-ff63-446f-9e00-f9b80e237b7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e586ce1-ff63-446f-9e00-f9b80e237b7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3684214273973593215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215368421427397359321536842142739735932153684214273973593215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7842478b-2fb2-46ed-9ff4-d811f99ba86f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae23ecaa-5380-4879-8fcb-fd8793d62474, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae23ecaa-5380-4879-8fcb-fd8793d62474, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159703281599008042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042115970328159900804211597032815990080421159703281599008042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e586ce1-ff63-446f-9e00-f9b80e237b7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b754f23-9b48-490f-b186-bdbcabe9d843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b754f23-9b48-490f-b186-bdbcabe9d843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2634576546803132414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414263457654680313241426345765468031324142634576546803132414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae23ecaa-5380-4879-8fcb-fd8793d62474, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 842beb75-fd20-4a12-825c-e9354afd6d38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842beb75-fd20-4a12-825c-e9354afd6d38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1156959318031308454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454115695931803130845411569593180313084541156959318031308454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b754f23-9b48-490f-b186-bdbcabe9d843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4129a9f6-6fac-434c-a7b0-ad2982c25b7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4129a9f6-6fac-434c-a7b0-ad2982c25b7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974854496899907362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362797485449689990736279748544968999073627974854496899907362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842beb75-fd20-4a12-825c-e9354afd6d38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4129a9f6-6fac-434c-a7b0-ad2982c25b7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35b5e4bc-6651-4ac0-8ecf-87652428e882, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b5e4bc-6651-4ac0-8ecf-87652428e882, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862111793893525346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346586211179389352534658621117938935253465862111793893525346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92148b01-50c0-4e85-bc91-8116598bb119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92148b01-50c0-4e85-bc91-8116598bb119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855423549740719338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338385542354974071933838554235497407193383855423549740719338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b5e4bc-6651-4ac0-8ecf-87652428e882, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db04f10a-d5ca-4502-a538-821f25f63d29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db04f10a-d5ca-4502-a538-821f25f63d29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2002357217933420950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950200235721793342095020023572179334209502002357217933420950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92148b01-50c0-4e85-bc91-8116598bb119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 590366af-f866-4abf-9c11-6e95f616e871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590366af-f866-4abf-9c11-6e95f616e871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14156601820578035294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294141566018205780352941415660182057803529414156601820578035294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db04f10a-d5ca-4502-a538-821f25f63d29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c04c30d8-6795-4eca-8133-b572abd26918, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04c30d8-6795-4eca-8133-b572abd26918, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5538655536427757999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999553865553642775799955386555364277579995538655536427757999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590366af-f866-4abf-9c11-6e95f616e871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f85bf09-5efb-4156-beed-dabfa3349b93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f85bf09-5efb-4156-beed-dabfa3349b93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17610262819916071863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863176102628199160718631761026281991607186317610262819916071863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04c30d8-6795-4eca-8133-b572abd26918, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 225d1f3c-44eb-4891-bab0-ddd0ccc9cda6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 225d1f3c-44eb-4891-bab0-ddd0ccc9cda6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15661475253136403391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391156614752531364033911566147525313640339115661475253136403391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 225d1f3c-44eb-4891-bab0-ddd0ccc9cda6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dccb2a17-891c-4eef-9dbe-00a5d4f0e957, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccb2a17-891c-4eef-9dbe-00a5d4f0e957, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15036431352551039889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889150364313525510398891503643135255103988915036431352551039889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f85bf09-5efb-4156-beed-dabfa3349b93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccb2a17-891c-4eef-9dbe-00a5d4f0e957, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e3d638d-fdd3-4608-bf86-7e00a8a0d91d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e3d638d-fdd3-4608-bf86-7e00a8a0d91d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2725306199479960909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909272530619947996090927253061994799609092725306199479960909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec283fe4-4134-4326-8485-d94a9548a200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec283fe4-4134-4326-8485-d94a9548a200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16612731908023228889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889166127319080232288891661273190802322888916612731908023228889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e3d638d-fdd3-4608-bf86-7e00a8a0d91d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27f260d-a9b1-4e06-8bda-37d0617c2bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27f260d-a9b1-4e06-8bda-37d0617c2bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2223705629939818339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339222370562993981833922237056299398183392223705629939818339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec283fe4-4134-4326-8485-d94a9548a200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb70f382-d4d1-4801-b6c4-c9a2459b506c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb70f382-d4d1-4801-b6c4-c9a2459b506c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7909000845889210586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586790900084588921058679090008458892105867909000845889210586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27f260d-a9b1-4e06-8bda-37d0617c2bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61fc4485-909c-488b-b126-296306f36d4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fc4485-909c-488b-b126-296306f36d4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7592393360544659906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906759239336054465990675923933605446599067592393360544659906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb70f382-d4d1-4801-b6c4-c9a2459b506c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f188553f-7eea-4aaa-a0e4-55fa57719b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f188553f-7eea-4aaa-a0e4-55fa57719b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16050787912158390039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039160507879121583900391605078791215839003916050787912158390039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fc4485-909c-488b-b126-296306f36d4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8fdb66-f99c-4673-ba93-b2ec440205d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8fdb66-f99c-4673-ba93-b2ec440205d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13300298232020962973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973133002982320209629731330029823202096297313300298232020962973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f188553f-7eea-4aaa-a0e4-55fa57719b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad2c31d-289a-4963-bffd-4506ca04b778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad2c31d-289a-4963-bffd-4506ca04b778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939087339879109670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670293908733987910967029390873398791096702939087339879109670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8fdb66-f99c-4673-ba93-b2ec440205d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049db82a-ae84-417e-8e1b-c795f06015e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049db82a-ae84-417e-8e1b-c795f06015e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15453432134546768928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928154534321345467689281545343213454676892815453432134546768928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad2c31d-289a-4963-bffd-4506ca04b778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e38d7f8-6610-469d-9d1b-16cc1f9a65b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e38d7f8-6610-469d-9d1b-16cc1f9a65b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16746792302633260272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272167467923026332602721674679230263326027216746792302633260272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049db82a-ae84-417e-8e1b-c795f06015e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b52b239-48f3-452f-9c01-f6236cf66b03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b52b239-48f3-452f-9c01-f6236cf66b03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14371526827010494201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201143715268270104942011437152682701049420114371526827010494201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e38d7f8-6610-469d-9d1b-16cc1f9a65b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c12e53a-bc41-4ec0-bf6f-8720c96f6a7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c12e53a-bc41-4ec0-bf6f-8720c96f6a7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15854009134766420101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101158540091347664201011585400913476642010115854009134766420101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b52b239-48f3-452f-9c01-f6236cf66b03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ae596f-e5fd-4510-819d-4ac101f12690, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ae596f-e5fd-4510-819d-4ac101f12690, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316127024872790287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287183161270248727902871831612702487279028718316127024872790287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c12e53a-bc41-4ec0-bf6f-8720c96f6a7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c070d94-9156-453a-96e2-0689c01eb637, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c070d94-9156-453a-96e2-0689c01eb637, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779571703255296924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924277957170325529692427795717032552969242779571703255296924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ae596f-e5fd-4510-819d-4ac101f12690, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861b1196-1ea7-455d-a053-afc0a2d9bc5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861b1196-1ea7-455d-a053-afc0a2d9bc5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14664506336150371036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036146645063361503710361466450633615037103614664506336150371036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c070d94-9156-453a-96e2-0689c01eb637, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b282a549-d124-44d5-bd0c-eb1d20570f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b282a549-d124-44d5-bd0c-eb1d20570f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9592711730819446768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768959271173081944676895927117308194467689592711730819446768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861b1196-1ea7-455d-a053-afc0a2d9bc5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39819759-5981-4a7b-ab1c-b253d3a19372, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39819759-5981-4a7b-ab1c-b253d3a19372, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18427167393242281657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657184271673932422816571842716739324228165718427167393242281657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b282a549-d124-44d5-bd0c-eb1d20570f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f04fef2c-9e5e-4975-84a7-e0eaabffafc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39819759-5981-4a7b-ab1c-b253d3a19372, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac5c244-8e0d-40a8-be09-6154cb798758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04fef2c-9e5e-4975-84a7-e0eaabffafc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5159540502531844472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472515954050253184447251595405025318444725159540502531844472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac5c244-8e0d-40a8-be09-6154cb798758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103675115930870692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692310367511593087069231036751159308706923103675115930870692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac5c244-8e0d-40a8-be09-6154cb798758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ee26d33-e64c-460c-8ef2-01bff1e8849f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee26d33-e64c-460c-8ef2-01bff1e8849f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202477549403927459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459172024775494039274591720247754940392745917202477549403927459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04fef2c-9e5e-4975-84a7-e0eaabffafc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee26d33-e64c-460c-8ef2-01bff1e8849f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22ecde16-3a63-4a0c-b63d-604db608ee1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d4d6e91-a5a8-4c55-b8bb-e01b95336cbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d4d6e91-a5a8-4c55-b8bb-e01b95336cbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013153570409853610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610100131535704098536101001315357040985361010013153570409853610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ecde16-3a63-4a0c-b63d-604db608ee1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11657600358058136944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944116576003580581369441165760035805813694411657600358058136944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d4d6e91-a5a8-4c55-b8bb-e01b95336cbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8b61e89-4c2c-44ff-8210-d8e9931348ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8b61e89-4c2c-44ff-8210-d8e9931348ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362523011753950719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719736252301175395071973625230117539507197362523011753950719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ecde16-3a63-4a0c-b63d-604db608ee1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ab737c6-60a0-4944-8c7c-ae757fab47f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab737c6-60a0-4944-8c7c-ae757fab47f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966879370105543224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224149668793701055432241496687937010554322414966879370105543224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8b61e89-4c2c-44ff-8210-d8e9931348ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 558323bd-3fd1-49a5-94ad-1f92323f71ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab737c6-60a0-4944-8c7c-ae757fab47f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea7ded65-7cb2-44b2-a760-a1258ff1bc25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7ded65-7cb2-44b2-a760-a1258ff1bc25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951296518227662688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688139512965182276626881395129651822766268813951296518227662688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558323bd-3fd1-49a5-94ad-1f92323f71ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15248761501737403502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502152487615017374035021524876150173740350215248761501737403502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7ded65-7cb2-44b2-a760-a1258ff1bc25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d2a6746-7897-4e7a-8a85-bed8e4f69b48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2a6746-7897-4e7a-8a85-bed8e4f69b48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17106632603094117137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137171066326030941171371710663260309411713717106632603094117137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558323bd-3fd1-49a5-94ad-1f92323f71ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b6971d-e956-43ee-b089-3610af8cee88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b6971d-e956-43ee-b089-3610af8cee88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16855384688120985341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341168553846881209853411685538468812098534116855384688120985341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2a6746-7897-4e7a-8a85-bed8e4f69b48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbcd052f-8ce0-4f9a-8a30-ebb29146857a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbcd052f-8ce0-4f9a-8a30-ebb29146857a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16057124530712868924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924160571245307128689241605712453071286892416057124530712868924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b6971d-e956-43ee-b089-3610af8cee88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad5afec-72a7-4110-bba4-2c9b468b12cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad5afec-72a7-4110-bba4-2c9b468b12cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706171878958698835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835770617187895869883577061718789586988357706171878958698835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbcd052f-8ce0-4f9a-8a30-ebb29146857a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61f74158-1acf-43e5-82a1-ecf640bad29a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f74158-1acf-43e5-82a1-ecf640bad29a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277310074898689145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145427731007489868914542773100748986891454277310074898689145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad5afec-72a7-4110-bba4-2c9b468b12cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc560a72-189c-4db9-a9e9-c28522b76424, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc560a72-189c-4db9-a9e9-c28522b76424, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 839848865554055032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032839848865554055032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f74158-1acf-43e5-82a1-ecf640bad29a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59159700-26e8-4b2c-b977-d05d60d26a3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59159700-26e8-4b2c-b977-d05d60d26a3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2349705470940215721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721234970547094021572123497054709402157212349705470940215721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc560a72-189c-4db9-a9e9-c28522b76424, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59159700-26e8-4b2c-b977-d05d60d26a3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 926ad808-23c8-453c-bd82-81f460472612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926ad808-23c8-453c-bd82-81f460472612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055150386673784569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569180551503866737845691805515038667378456918055150386673784569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af2a7626-f5fe-4ef8-abfa-111faf14ac36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af2a7626-f5fe-4ef8-abfa-111faf14ac36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13473047352097455095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095134730473520974550951347304735209745509513473047352097455095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926ad808-23c8-453c-bd82-81f460472612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d2124f8-bf1d-4876-be34-c869da3a1b69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2124f8-bf1d-4876-be34-c869da3a1b69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 880579569028694392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392880579569028694392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af2a7626-f5fe-4ef8-abfa-111faf14ac36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51178727-c0d5-4b8a-a320-455972a7b3e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51178727-c0d5-4b8a-a320-455972a7b3e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621425902156641171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171116214259021566411711162142590215664117111621425902156641171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2124f8-bf1d-4876-be34-c869da3a1b69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ddbdde9-c45b-47d4-8d97-589bbcb89c5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddbdde9-c45b-47d4-8d97-589bbcb89c5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8076006060546313243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243807600606054631324380760060605463132438076006060546313243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51178727-c0d5-4b8a-a320-455972a7b3e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3434154c-96bb-404d-a52d-4154ba84099d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3434154c-96bb-404d-a52d-4154ba84099d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2375069233251671429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429237506923325167142923750692332516714292375069233251671429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddbdde9-c45b-47d4-8d97-589bbcb89c5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b7fea75-93eb-46a1-8cb9-2e927547de54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b7fea75-93eb-46a1-8cb9-2e927547de54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2087441919046316145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145208744191904631614520874419190463161452087441919046316145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3434154c-96bb-404d-a52d-4154ba84099d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7e33a7-f5bc-4e75-a5ce-4ce178c0bbde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7e33a7-f5bc-4e75-a5ce-4ce178c0bbde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11420228192165616443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443114202281921656164431142022819216561644311420228192165616443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b7fea75-93eb-46a1-8cb9-2e927547de54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7aad596-cbff-4250-940f-37bb128e9754, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7aad596-cbff-4250-940f-37bb128e9754, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12186471387536280447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447121864713875362804471218647138753628044712186471387536280447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7e33a7-f5bc-4e75-a5ce-4ce178c0bbde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41c07005-4c23-43b5-a212-d885a681e5b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41c07005-4c23-43b5-a212-d885a681e5b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635396745215952280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280106353967452159522801063539674521595228010635396745215952280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7aad596-cbff-4250-940f-37bb128e9754, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87aa74d5-eef7-4f61-9530-f4fdd27f7b60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa74d5-eef7-4f61-9530-f4fdd27f7b60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854899007562512521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521138548990075625125211385489900756251252113854899007562512521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41c07005-4c23-43b5-a212-d885a681e5b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 050d1d36-5d1c-42a8-ae2f-773fd5426412, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050d1d36-5d1c-42a8-ae2f-773fd5426412, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1202686644445551737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737120268664444555173712026866444455517371202686644445551737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa74d5-eef7-4f61-9530-f4fdd27f7b60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97adafd6-b15b-435c-8cb8-66c68da7a5f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97adafd6-b15b-435c-8cb8-66c68da7a5f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12162334066037241326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326121623340660372413261216233406603724132612162334066037241326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050d1d36-5d1c-42a8-ae2f-773fd5426412, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a22b2779-0404-4546-886a-937a984bde87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22b2779-0404-4546-886a-937a984bde87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235786347937506429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429235786347937506429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97adafd6-b15b-435c-8cb8-66c68da7a5f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0ed6e1-e69f-47fd-a8b3-1a4d01572cb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0ed6e1-e69f-47fd-a8b3-1a4d01572cb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8687484075802793567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567868748407580279356786874840758027935678687484075802793567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22b2779-0404-4546-886a-937a984bde87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baad7e17-64d3-4167-a3ab-6b003b322b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baad7e17-64d3-4167-a3ab-6b003b322b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2092751080211880559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559209275108021188055920927510802118805592092751080211880559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0ed6e1-e69f-47fd-a8b3-1a4d01572cb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bf94d07-228c-4c57-aa5e-67c0feb8e052, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf94d07-228c-4c57-aa5e-67c0feb8e052, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617031880625648394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394106170318806256483941061703188062564839410617031880625648394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baad7e17-64d3-4167-a3ab-6b003b322b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2550b798-3c6e-4bea-98f2-5e15f2565dee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2550b798-3c6e-4bea-98f2-5e15f2565dee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762700640999861887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887376270064099986188737627006409998618873762700640999861887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf94d07-228c-4c57-aa5e-67c0feb8e052, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cb1400-3ebc-46ec-893b-38c975761098, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cb1400-3ebc-46ec-893b-38c975761098, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15274087882677834311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311152740878826778343111527408788267783431115274087882677834311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2550b798-3c6e-4bea-98f2-5e15f2565dee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96ee07c-a614-43c6-bee1-2dee8af4909c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96ee07c-a614-43c6-bee1-2dee8af4909c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6305386858255429935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935630538685825542993563053868582554299356305386858255429935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cb1400-3ebc-46ec-893b-38c975761098, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7deb2a-d944-4d91-8322-8919d80df069, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7deb2a-d944-4d91-8322-8919d80df069, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650021371727430031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031146500213717274300311465002137172743003114650021371727430031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96ee07c-a614-43c6-bee1-2dee8af4909c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f057f84-4520-4c8b-8fe5-f5e4e7096f6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f057f84-4520-4c8b-8fe5-f5e4e7096f6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15211590014206194423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423152115900142061944231521159001420619442315211590014206194423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7deb2a-d944-4d91-8322-8919d80df069, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79e0494f-53ae-4cc8-aefa-ebb0eb9d18fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e0494f-53ae-4cc8-aefa-ebb0eb9d18fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786470889797175460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460157864708897971754601578647088979717546015786470889797175460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f057f84-4520-4c8b-8fe5-f5e4e7096f6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e0494f-53ae-4cc8-aefa-ebb0eb9d18fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47c57ae4-ece3-4d45-b01b-c7415dd84112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9e75179-b837-4332-9852-f8a87319283f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9e75179-b837-4332-9852-f8a87319283f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12481873664149853734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734124818736641498537341248187366414985373412481873664149853734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c57ae4-ece3-4d45-b01b-c7415dd84112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3413024498082913014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014341302449808291301434130244980829130143413024498082913014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9e75179-b837-4332-9852-f8a87319283f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0957543-1ae7-4707-b171-001bb640e5a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0957543-1ae7-4707-b171-001bb640e5a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2345328766000428956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956234532876600042895623453287660004289562345328766000428956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c57ae4-ece3-4d45-b01b-c7415dd84112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c121867e-3252-44c5-b451-32b10e16eaae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c121867e-3252-44c5-b451-32b10e16eaae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4995429638861139447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447499542963886113944749954296388611394474995429638861139447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0957543-1ae7-4707-b171-001bb640e5a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5db81a89-1b3a-4305-9cea-420a5e291151, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db81a89-1b3a-4305-9cea-420a5e291151, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12173858515894815210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210121738585158948152101217385851589481521012173858515894815210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c121867e-3252-44c5-b451-32b10e16eaae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43516e09-46bc-4a56-9799-7d6bb78df06a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43516e09-46bc-4a56-9799-7d6bb78df06a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16528592972268032720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720165285929722680327201652859297226803272016528592972268032720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db81a89-1b3a-4305-9cea-420a5e291151, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43516e09-46bc-4a56-9799-7d6bb78df06a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cae587af-7904-4ed7-b65d-ec4c9d589adf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae587af-7904-4ed7-b65d-ec4c9d589adf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3907270111037037665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665390727011103703766539072701110370376653907270111037037665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94888223-8f94-4573-9a44-af9ae5167e44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94888223-8f94-4573-9a44-af9ae5167e44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7805197824272820919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919780519782427282091978051978242728209197805197824272820919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae587af-7904-4ed7-b65d-ec4c9d589adf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 563305d9-5727-4fb1-bb82-a1cdf43febed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94888223-8f94-4573-9a44-af9ae5167e44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563305d9-5727-4fb1-bb82-a1cdf43febed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3736177285110046874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874373617728511004687437361772851100468743736177285110046874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34e2133f-e20a-4138-8cd7-6e3e2d0191c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e2133f-e20a-4138-8cd7-6e3e2d0191c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12826663527244238729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729128266635272442387291282666352724423872912826663527244238729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563305d9-5727-4fb1-bb82-a1cdf43febed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ee82c0-adf9-4338-b956-94bbbe0ea753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ee82c0-adf9-4338-b956-94bbbe0ea753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15545571387339241233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233155455713873392412331554557138733924123315545571387339241233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e2133f-e20a-4138-8cd7-6e3e2d0191c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9978a9eb-1302-4599-ae76-2b920492999c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9978a9eb-1302-4599-ae76-2b920492999c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679091734448671724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724967909173444867172496790917344486717249679091734448671724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ee82c0-adf9-4338-b956-94bbbe0ea753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2fe8eb9-1c13-4474-bdd1-b57bf826ec77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2fe8eb9-1c13-4474-bdd1-b57bf826ec77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13803820399636630402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402138038203996366304021380382039963663040213803820399636630402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9978a9eb-1302-4599-ae76-2b920492999c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d1c381-2a6b-4de6-9565-220643cecf0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d1c381-2a6b-4de6-9565-220643cecf0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8189112171713697380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380818911217171369738081891121717136973808189112171713697380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2fe8eb9-1c13-4474-bdd1-b57bf826ec77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d1c381-2a6b-4de6-9565-220643cecf0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17104160-dcce-4b79-98e0-6302323493f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17104160-dcce-4b79-98e0-6302323493f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828401880528438148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148148284018805284381481482840188052843814814828401880528438148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eda45fb-d8a2-4ff8-9117-81edd16e5534, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eda45fb-d8a2-4ff8-9117-81edd16e5534, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3157944058387193598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598315794405838719359831579440583871935983157944058387193598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17104160-dcce-4b79-98e0-6302323493f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eda45fb-d8a2-4ff8-9117-81edd16e5534, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53925509-3b44-477b-9a56-6e88b3254ab3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53925509-3b44-477b-9a56-6e88b3254ab3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8059153902441747174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174805915390244174717480591539024417471748059153902441747174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37eaa853-6f0a-4115-b545-94b5b53aeff0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37eaa853-6f0a-4115-b545-94b5b53aeff0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13052176284970447461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461130521762849704474611305217628497044746113052176284970447461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53925509-3b44-477b-9a56-6e88b3254ab3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3291bf3a-82c5-4151-b1f0-23a66948246b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3291bf3a-82c5-4151-b1f0-23a66948246b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544095299106801243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243165440952991068012431654409529910680124316544095299106801243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3291bf3a-82c5-4151-b1f0-23a66948246b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69685e31-62da-43d0-8d64-259ae5f52b6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69685e31-62da-43d0-8d64-259ae5f52b6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981070526892954954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954898107052689295495489810705268929549548981070526892954954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69685e31-62da-43d0-8d64-259ae5f52b6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cbadec5-308d-4603-b1ba-c2354e4e1d09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cbadec5-308d-4603-b1ba-c2354e4e1d09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1881093153478156572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572188109315347815657218810931534781565721881093153478156572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37eaa853-6f0a-4115-b545-94b5b53aeff0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5771db1c-4088-439a-a11a-d1889b138df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5771db1c-4088-439a-a11a-d1889b138df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4075595575733047051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051407559557573304705140755955757330470514075595575733047051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cbadec5-308d-4603-b1ba-c2354e4e1d09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33373aa4-6a8f-43b5-9a4b-9744949448e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33373aa4-6a8f-43b5-9a4b-9744949448e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13803241310941859971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971138032413109418599711380324131094185997113803241310941859971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5771db1c-4088-439a-a11a-d1889b138df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cb1c57b-afc6-43b4-9697-95c384bd66cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb1c57b-afc6-43b4-9697-95c384bd66cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3776718523203368422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422377671852320336842237767185232033684223776718523203368422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33373aa4-6a8f-43b5-9a4b-9744949448e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77278c94-0113-49fb-98b8-3c370fc371f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77278c94-0113-49fb-98b8-3c370fc371f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7201489366191224477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477720148936619122447772014893661912244777201489366191224477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb1c57b-afc6-43b4-9697-95c384bd66cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee90fbb-224d-434c-822b-820de60ce6d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee90fbb-224d-434c-822b-820de60ce6d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6923625428560686735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735692362542856068673569236254285606867356923625428560686735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77278c94-0113-49fb-98b8-3c370fc371f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d080d31-0fb5-4860-95ca-a8cd8f02856d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d080d31-0fb5-4860-95ca-a8cd8f02856d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16827434678789160100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100168274346787891601001682743467878916010016827434678789160100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee90fbb-224d-434c-822b-820de60ce6d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 065245ea-2dcc-45d2-bd37-42a04c778b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065245ea-2dcc-45d2-bd37-42a04c778b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632940683440529936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936106329406834405299361063294068344052993610632940683440529936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d080d31-0fb5-4860-95ca-a8cd8f02856d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9fb05f9-72c4-4ea6-9cd2-3ce2aa4d7e4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9fb05f9-72c4-4ea6-9cd2-3ce2aa4d7e4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3434956730013699998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998343495673001369999834349567300136999983434956730013699998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065245ea-2dcc-45d2-bd37-42a04c778b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5259695-689c-4a24-9ae0-b0c0da23e3ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5259695-689c-4a24-9ae0-b0c0da23e3ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9144679105256997356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356914467910525699735691446791052569973569144679105256997356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9fb05f9-72c4-4ea6-9cd2-3ce2aa4d7e4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8232ca00-e1a4-418a-a15d-323dc12cb7b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8232ca00-e1a4-418a-a15d-323dc12cb7b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596456722573565527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527145964567225735655271459645672257356552714596456722573565527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5259695-689c-4a24-9ae0-b0c0da23e3ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c29bf174-b80f-48af-bb23-1ac73f34941e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29bf174-b80f-48af-bb23-1ac73f34941e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6056091438199789105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105605609143819978910560560914381997891056056091438199789105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8232ca00-e1a4-418a-a15d-323dc12cb7b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29a5187e-3ed4-4031-8460-d4cdd056357f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a5187e-3ed4-4031-8460-d4cdd056357f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2371691377215411638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638237169137721541163823716913772154116382371691377215411638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29bf174-b80f-48af-bb23-1ac73f34941e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78090e96-e02f-4692-ba4c-7a5965f2441e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78090e96-e02f-4692-ba4c-7a5965f2441e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3849190545856961063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063384919054585696106338491905458569610633849190545856961063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a5187e-3ed4-4031-8460-d4cdd056357f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c8fd490-7cba-4aca-b346-dfcad97ca96f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8fd490-7cba-4aca-b346-dfcad97ca96f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8264136647710466261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261826413664771046626182641366477104662618264136647710466261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78090e96-e02f-4692-ba4c-7a5965f2441e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37e80e8b-6a03-4307-833a-63aed4130ba6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e80e8b-6a03-4307-833a-63aed4130ba6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9486908898034944643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643948690889803494464394869088980349446439486908898034944643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8fd490-7cba-4aca-b346-dfcad97ca96f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e80e8b-6a03-4307-833a-63aed4130ba6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e11aa0f-3e0e-4230-b5d2-a3594aefda6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcf18880-7a9a-4697-ab85-e7de89b7e6c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e11aa0f-3e0e-4230-b5d2-a3594aefda6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947616771007262536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536179476167710072625361794761677100726253617947616771007262536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf18880-7a9a-4697-ab85-e7de89b7e6c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475609044162485129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129144756090441624851291447560904416248512914475609044162485129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e11aa0f-3e0e-4230-b5d2-a3594aefda6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99710bdb-70a6-4da4-93a7-1bce4238ad2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99710bdb-70a6-4da4-93a7-1bce4238ad2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479959695142902474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474247995969514290247424799596951429024742479959695142902474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf18880-7a9a-4697-ab85-e7de89b7e6c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc82c76-1aca-4d61-afa5-669db66a6e5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc82c76-1aca-4d61-afa5-669db66a6e5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5176957530493117276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276517695753049311727651769575304931172765176957530493117276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99710bdb-70a6-4da4-93a7-1bce4238ad2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8518d1-25b4-4683-8ccc-7bf59f00d3e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8518d1-25b4-4683-8ccc-7bf59f00d3e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807839532464008637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637138078395324640086371380783953246400863713807839532464008637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc82c76-1aca-4d61-afa5-669db66a6e5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489194a4-3c8a-4a7d-b2e1-fd37bf87ea98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489194a4-3c8a-4a7d-b2e1-fd37bf87ea98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992727044713401968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968299272704471340196829927270447134019682992727044713401968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8518d1-25b4-4683-8ccc-7bf59f00d3e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6113d07d-8e96-433b-9e80-d35d1084a7f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6113d07d-8e96-433b-9e80-d35d1084a7f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5184798558811259648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648518479855881125964851847985588112596485184798558811259648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489194a4-3c8a-4a7d-b2e1-fd37bf87ea98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fd33389-076e-4abe-9308-8dbd64ec7d45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd33389-076e-4abe-9308-8dbd64ec7d45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13715902920270926882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882137159029202709268821371590292027092688213715902920270926882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6113d07d-8e96-433b-9e80-d35d1084a7f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 004b2bf4-2e70-4753-9af0-c67cde6abb57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004b2bf4-2e70-4753-9af0-c67cde6abb57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7352545716007301918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918735254571600730191873525457160073019187352545716007301918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd33389-076e-4abe-9308-8dbd64ec7d45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6733b762-ce45-47be-aab9-39fe347ee0bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6733b762-ce45-47be-aab9-39fe347ee0bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885882496185846966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966148858824961858469661488588249618584696614885882496185846966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004b2bf4-2e70-4753-9af0-c67cde6abb57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12cfe76d-3473-40f4-9abb-8f4416bcbedc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12cfe76d-3473-40f4-9abb-8f4416bcbedc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5696974424272098421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421569697442427209842156969744242720984215696974424272098421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6733b762-ce45-47be-aab9-39fe347ee0bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eaaa5cf-70b4-4d2e-9f79-8406a6b101c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaaa5cf-70b4-4d2e-9f79-8406a6b101c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15900013968514134170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170159000139685141341701590001396851413417015900013968514134170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12cfe76d-3473-40f4-9abb-8f4416bcbedc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d80b606-2f99-492c-8a07-69df5bc26221, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d80b606-2f99-492c-8a07-69df5bc26221, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17846994362916060615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615178469943629160606151784699436291606061517846994362916060615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaaa5cf-70b4-4d2e-9f79-8406a6b101c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b05991-0369-414e-832b-6a2af296f09c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b05991-0369-414e-832b-6a2af296f09c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498491473797502185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185949849147379750218594984914737975021859498491473797502185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d80b606-2f99-492c-8a07-69df5bc26221, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbf25ba8-7b35-4f0a-8c8d-e2bff6a75fa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf25ba8-7b35-4f0a-8c8d-e2bff6a75fa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1738680510237711801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801173868051023771180117386805102377118011738680510237711801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b05991-0369-414e-832b-6a2af296f09c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a120b212-724e-4f5c-bb25-a7a86000e308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a120b212-724e-4f5c-bb25-a7a86000e308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5749082274133506830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830574908227413350683057490822741335068305749082274133506830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf25ba8-7b35-4f0a-8c8d-e2bff6a75fa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d09a79-86c4-474c-8510-e6adc2895ab2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d09a79-86c4-474c-8510-e6adc2895ab2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977815238558167615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615997781523855816761599778152385581676159977815238558167615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a120b212-724e-4f5c-bb25-a7a86000e308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe0a6ffe-aaa6-4564-a590-e9fd57368298, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0a6ffe-aaa6-4564-a590-e9fd57368298, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16885489821896554036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036168854898218965540361688548982189655403616885489821896554036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d09a79-86c4-474c-8510-e6adc2895ab2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c57eccb-8db5-484b-a462-2ffe9c140661, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c57eccb-8db5-484b-a462-2ffe9c140661, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17100101009106406272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272171001010091064062721710010100910640627217100101009106406272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c57eccb-8db5-484b-a462-2ffe9c140661, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac2dbafa-4ae2-4338-944c-89ac40473f1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2dbafa-4ae2-4338-944c-89ac40473f1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138922141279693442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442613892214127969344261389221412796934426138922141279693442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2dbafa-4ae2-4338-944c-89ac40473f1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e2b1bd-2530-4a8e-b897-a71b0e8a8a8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e2b1bd-2530-4a8e-b897-a71b0e8a8a8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8148665614772851412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412814866561477285141281486656147728514128148665614772851412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0a6ffe-aaa6-4564-a590-e9fd57368298, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8d8c10-1638-43bc-b5b3-401b7715c061, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8d8c10-1638-43bc-b5b3-401b7715c061, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141890557762234654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654181418905577622346541814189055776223465418141890557762234654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e2b1bd-2530-4a8e-b897-a71b0e8a8a8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a249e711-455c-4e9d-ad82-57a3c8553924, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a249e711-455c-4e9d-ad82-57a3c8553924, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334410332137614130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130123344103321376141301233441033213761413012334410332137614130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8d8c10-1638-43bc-b5b3-401b7715c061, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d70e878-b266-48ac-a7fe-99882965ae02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d70e878-b266-48ac-a7fe-99882965ae02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14630237037020455043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043146302370370204550431463023703702045504314630237037020455043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a249e711-455c-4e9d-ad82-57a3c8553924, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 150d3e30-47fe-4ee6-97b3-3cb2d44fe9fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 150d3e30-47fe-4ee6-97b3-3cb2d44fe9fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5344852295696074731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731534485229569607473153448522956960747315344852295696074731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d70e878-b266-48ac-a7fe-99882965ae02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d5f7e84-19c9-4dd6-b5c7-21da165d7128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d5f7e84-19c9-4dd6-b5c7-21da165d7128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1829467659013794037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037182946765901379403718294676590137940371829467659013794037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 150d3e30-47fe-4ee6-97b3-3cb2d44fe9fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e0d46d-6a9c-4b6b-8533-ae60c834c3a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e0d46d-6a9c-4b6b-8533-ae60c834c3a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5301210868885007381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381530121086888500738153012108688850073815301210868885007381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d5f7e84-19c9-4dd6-b5c7-21da165d7128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faf49c2f-3b10-4d2a-86ae-0f65c6414901, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf49c2f-3b10-4d2a-86ae-0f65c6414901, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3411231458091008713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713341123145809100871334112314580910087133411231458091008713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e0d46d-6a9c-4b6b-8533-ae60c834c3a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 435555a1-1711-4f69-a3d6-8a53a9ea6202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435555a1-1711-4f69-a3d6-8a53a9ea6202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8676534100825621814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814867653410082562181486765341008256218148676534100825621814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf49c2f-3b10-4d2a-86ae-0f65c6414901, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca05c53b-e525-4120-93a7-5b3d17cb9e47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca05c53b-e525-4120-93a7-5b3d17cb9e47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1168448449706646332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332116844844970664633211684484497066463321168448449706646332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435555a1-1711-4f69-a3d6-8a53a9ea6202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8578d5b3-89a9-416d-92fa-748f984cfbab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8578d5b3-89a9-416d-92fa-748f984cfbab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8668262198561905019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019866826219856190501986682621985619050198668262198561905019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca05c53b-e525-4120-93a7-5b3d17cb9e47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13575107-f7a7-4df1-a631-8ff2040a24ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13575107-f7a7-4df1-a631-8ff2040a24ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096029492980008664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664409602949298000866440960294929800086644096029492980008664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8578d5b3-89a9-416d-92fa-748f984cfbab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b31a260-1ad3-4885-bc68-f7ca5ac83f0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b31a260-1ad3-4885-bc68-f7ca5ac83f0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000398005937851823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823900039800593785182390003980059378518239000398005937851823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13575107-f7a7-4df1-a631-8ff2040a24ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c91a83a4-ab10-4b2e-852b-9a71efe6cf64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91a83a4-ab10-4b2e-852b-9a71efe6cf64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3597399725901155369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369359739972590115536935973997259011553693597399725901155369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b31a260-1ad3-4885-bc68-f7ca5ac83f0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f3a287f-9e11-49e7-8264-9fa63b73da33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f3a287f-9e11-49e7-8264-9fa63b73da33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3164243008004764948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948316424300800476494831642430080047649483164243008004764948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91a83a4-ab10-4b2e-852b-9a71efe6cf64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f131e35f-5b5c-4cb0-b9f4-b7f2d220c04c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f131e35f-5b5c-4cb0-b9f4-b7f2d220c04c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3235349481846806282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282323534948184680628232353494818468062823235349481846806282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f3a287f-9e11-49e7-8264-9fa63b73da33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af9bf64-0bee-47d1-b232-81263764b4b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af9bf64-0bee-47d1-b232-81263764b4b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5657668461812506121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121565766846181250612156576684618125061215657668461812506121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f131e35f-5b5c-4cb0-b9f4-b7f2d220c04c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b156f578-d49d-4df9-a242-531b84e2a1c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b156f578-d49d-4df9-a242-531b84e2a1c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4252720617657823348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348425272061765782334842527206176578233484252720617657823348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af9bf64-0bee-47d1-b232-81263764b4b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b156f578-d49d-4df9-a242-531b84e2a1c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b64d67-042b-4a72-bd19-ac9b7c793c73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b64d67-042b-4a72-bd19-ac9b7c793c73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5162969715165160259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259516296971516516025951629697151651602595162969715165160259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe1f4ec-fa76-4990-9023-9bf3eb47a98a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe1f4ec-fa76-4990-9023-9bf3eb47a98a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17711544371358129163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163177115443713581291631771154437135812916317711544371358129163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b64d67-042b-4a72-bd19-ac9b7c793c73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63576147-9752-4370-af49-5c48e8d23820, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63576147-9752-4370-af49-5c48e8d23820, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18338522361329909293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293183385223613299092931833852236132990929318338522361329909293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe1f4ec-fa76-4990-9023-9bf3eb47a98a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0f5ae0d-dcc9-448e-acba-3eed023767c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f5ae0d-dcc9-448e-acba-3eed023767c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 143519976976996916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916143519976976996916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63576147-9752-4370-af49-5c48e8d23820, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9327ad19-ac00-45b4-b992-399d17ec0434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f5ae0d-dcc9-448e-acba-3eed023767c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8de997-72a2-4b0c-81c6-b202fff9e35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9327ad19-ac00-45b4-b992-399d17ec0434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699425657411872720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720269942565741187272026994256574118727202699425657411872720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8de997-72a2-4b0c-81c6-b202fff9e35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867145878903514633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633128671458789035146331286714587890351463312867145878903514633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9327ad19-ac00-45b4-b992-399d17ec0434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29a1278b-ec91-4b5a-9604-8ccb88c00ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a1278b-ec91-4b5a-9604-8ccb88c00ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866313999115655990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990118663139991156559901186631399911565599011866313999115655990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8de997-72a2-4b0c-81c6-b202fff9e35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59f40e74-de2c-4e79-b83d-f83358d87751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59f40e74-de2c-4e79-b83d-f83358d87751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500766716473396710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710175007667164733967101750076671647339671017500766716473396710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a1278b-ec91-4b5a-9604-8ccb88c00ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5183bf6b-bd60-4bc0-8d5f-77b4bae5187a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5183bf6b-bd60-4bc0-8d5f-77b4bae5187a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4495609396039901974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974449560939603990197444956093960399019744495609396039901974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59f40e74-de2c-4e79-b83d-f83358d87751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb24ca5e-bde1-490e-85e5-154e81a4e9f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5183bf6b-bd60-4bc0-8d5f-77b4bae5187a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb24ca5e-bde1-490e-85e5-154e81a4e9f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13739351701823767441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441137393517018237674411373935170182376744113739351701823767441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9f18860-bacd-42fe-80d7-70421ef872df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f18860-bacd-42fe-80d7-70421ef872df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1263695071274471977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977126369507127447197712636950712744719771263695071274471977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb24ca5e-bde1-490e-85e5-154e81a4e9f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3342365b-20c6-4fd8-a995-186e774951a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3342365b-20c6-4fd8-a995-186e774951a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15039456977509301206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206150394569775093012061503945697750930120615039456977509301206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f18860-bacd-42fe-80d7-70421ef872df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3342365b-20c6-4fd8-a995-186e774951a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f93fffe4-307a-4268-8784-5291c48e3561, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f93fffe4-307a-4268-8784-5291c48e3561, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13664203828104384949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949136642038281043849491366420382810438494913664203828104384949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c1bc747-54e7-4e08-bc3e-e34e6f278219, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1bc747-54e7-4e08-bc3e-e34e6f278219, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977933051037169829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829497793305103716982949779330510371698294977933051037169829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f93fffe4-307a-4268-8784-5291c48e3561, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e8bd35f-93e9-44cf-a3ac-bc720a7da7de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8bd35f-93e9-44cf-a3ac-bc720a7da7de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3859530337611135542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542385953033761113554238595303376111355423859530337611135542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1bc747-54e7-4e08-bc3e-e34e6f278219, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f51eb3c6-1026-4e83-94e4-0a08d9105a05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51eb3c6-1026-4e83-94e4-0a08d9105a05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9874436197486758474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474987443619748675847498744361974867584749874436197486758474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8bd35f-93e9-44cf-a3ac-bc720a7da7de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 665cd5bd-1bde-407a-9dea-4d9c6252ddb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665cd5bd-1bde-407a-9dea-4d9c6252ddb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18209901338987640709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709182099013389876407091820990133898764070918209901338987640709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51eb3c6-1026-4e83-94e4-0a08d9105a05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fff9db4-a271-488c-a340-28d4eb6f5b0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fff9db4-a271-488c-a340-28d4eb6f5b0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501253923312644814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814145012539233126448141450125392331264481414501253923312644814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665cd5bd-1bde-407a-9dea-4d9c6252ddb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1601fa6-9466-4e0b-a6b6-5820d221eb28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1601fa6-9466-4e0b-a6b6-5820d221eb28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17977297995125266829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829179772979951252668291797729799512526682917977297995125266829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fff9db4-a271-488c-a340-28d4eb6f5b0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e5afff-59bd-4de4-92b6-4e0167b03737, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e5afff-59bd-4de4-92b6-4e0167b03737, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15069542896887315199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199150695428968873151991506954289688731519915069542896887315199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1601fa6-9466-4e0b-a6b6-5820d221eb28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3d62fe7-b8e6-489c-8973-95378ab42f57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d62fe7-b8e6-489c-8973-95378ab42f57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 770893064596686821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821770893064596686821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e5afff-59bd-4de4-92b6-4e0167b03737, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a12aab-7a5e-4338-826e-c4bda92aa2d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a12aab-7a5e-4338-826e-c4bda92aa2d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1188302386124876601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601118830238612487660111883023861248766011188302386124876601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d62fe7-b8e6-489c-8973-95378ab42f57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dc13722-402d-4418-bc28-a57f8380fcc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc13722-402d-4418-bc28-a57f8380fcc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9530523240135864450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450953052324013586445095305232401358644509530523240135864450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a12aab-7a5e-4338-826e-c4bda92aa2d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a59bd982-b192-4b76-97d2-0e40bcee745f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59bd982-b192-4b76-97d2-0e40bcee745f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2019150303072573780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780201915030307257378020191503030725737802019150303072573780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc13722-402d-4418-bc28-a57f8380fcc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98941b18-f16b-4667-9895-8e13529c8c17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98941b18-f16b-4667-9895-8e13529c8c17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133019311023059066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066713301931102305906671330193110230590667133019311023059066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59bd982-b192-4b76-97d2-0e40bcee745f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83bcc04e-3abd-464d-b77c-d35090e1e994, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bcc04e-3abd-464d-b77c-d35090e1e994, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15387071624154333175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175153870716241543331751538707162415433317515387071624154333175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98941b18-f16b-4667-9895-8e13529c8c17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e376ec2-a055-4bde-99c6-82a03abab268, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e376ec2-a055-4bde-99c6-82a03abab268, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 260826033469482875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875260826033469482875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bcc04e-3abd-464d-b77c-d35090e1e994, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1c62354-67b4-45c1-a2c4-53916b15fbc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c62354-67b4-45c1-a2c4-53916b15fbc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166907263788755065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065131669072637887550651316690726378875506513166907263788755065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e376ec2-a055-4bde-99c6-82a03abab268, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c040f797-c710-46a2-9055-83768859c91e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c040f797-c710-46a2-9055-83768859c91e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731012640354161741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741107310126403541617411073101264035416174110731012640354161741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c62354-67b4-45c1-a2c4-53916b15fbc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0c4f7e-2c1e-4089-a6c0-0e371b87a47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0c4f7e-2c1e-4089-a6c0-0e371b87a47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280089723310481082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082102800897233104810821028008972331048108210280089723310481082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c040f797-c710-46a2-9055-83768859c91e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab29f87-ae11-448a-b0f3-f14ec611d50a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab29f87-ae11-448a-b0f3-f14ec611d50a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414210749225214532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532241421074922521453224142107492252145322414210749225214532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0c4f7e-2c1e-4089-a6c0-0e371b87a47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b14a8566-c03d-495c-b758-7f030acf5b74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14a8566-c03d-495c-b758-7f030acf5b74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535262335493620890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890353526233549362089035352623354936208903535262335493620890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab29f87-ae11-448a-b0f3-f14ec611d50a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14a8566-c03d-495c-b758-7f030acf5b74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d5cd12e-9fbb-47a4-94db-53972f15c903, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5cd12e-9fbb-47a4-94db-53972f15c903, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6973834572088748138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138697383457208874813869738345720887481386973834572088748138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1789b121-2f5c-4eeb-8c1b-8eba7671bd91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1789b121-2f5c-4eeb-8c1b-8eba7671bd91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16719312003947055251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251167193120039470552511671931200394705525116719312003947055251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5cd12e-9fbb-47a4-94db-53972f15c903, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e1d7e4-5b0f-4158-81c2-713a0d76019d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e1d7e4-5b0f-4158-81c2-713a0d76019d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695562746447681813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813969556274644768181396955627464476818139695562746447681813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1789b121-2f5c-4eeb-8c1b-8eba7671bd91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a1ad8a4-37c0-49a8-8f28-99b02d0775e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1ad8a4-37c0-49a8-8f28-99b02d0775e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8009921218062661547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547800992121806266154780099212180626615478009921218062661547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e1d7e4-5b0f-4158-81c2-713a0d76019d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b484bdd6-2a47-4ffa-8eb3-4d87ef23784b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b484bdd6-2a47-4ffa-8eb3-4d87ef23784b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1866079737932687546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546186607973793268754618660797379326875461866079737932687546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1ad8a4-37c0-49a8-8f28-99b02d0775e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a90d36ed-579b-484e-97dc-4f5480594ef3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90d36ed-579b-484e-97dc-4f5480594ef3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316540427439987040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040931654042743998704093165404274399870409316540427439987040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b484bdd6-2a47-4ffa-8eb3-4d87ef23784b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f38801b-4fc3-4b35-9bb9-058f45293632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f38801b-4fc3-4b35-9bb9-058f45293632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298402732268033212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212129840273226803321212984027322680332121298402732268033212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90d36ed-579b-484e-97dc-4f5480594ef3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99860971-b9d7-4782-b556-ba0aa7605371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99860971-b9d7-4782-b556-ba0aa7605371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8668192555334283827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827866819255533428382786681925553342838278668192555334283827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f38801b-4fc3-4b35-9bb9-058f45293632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7266f48-c8c6-4c0c-8aef-c3c09927e9bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7266f48-c8c6-4c0c-8aef-c3c09927e9bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6534147082378651133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133653414708237865113365341470823786511336534147082378651133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99860971-b9d7-4782-b556-ba0aa7605371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6435472f-6547-4bab-a053-342a5b5c7274, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6435472f-6547-4bab-a053-342a5b5c7274, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559142448754546277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277755914244875454627775591424487545462777559142448754546277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7266f48-c8c6-4c0c-8aef-c3c09927e9bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9c8077-0ebd-4c31-898f-7e17f21d2677, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9c8077-0ebd-4c31-898f-7e17f21d2677, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15728060695214479320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320157280606952144793201572806069521447932015728060695214479320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6435472f-6547-4bab-a053-342a5b5c7274, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd4b7d5-c5bd-4876-9b99-3079b9ee5ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd4b7d5-c5bd-4876-9b99-3079b9ee5ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17857733962006222225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225178577339620062222251785773396200622222517857733962006222225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9c8077-0ebd-4c31-898f-7e17f21d2677, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd4b7d5-c5bd-4876-9b99-3079b9ee5ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b92ab37-b0ee-4a2f-b79a-6bd09a08d2dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 280eba86-f5b5-4952-b2bf-21c68f44adeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280eba86-f5b5-4952-b2bf-21c68f44adeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428384294391869322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322428384294391869322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b92ab37-b0ee-4a2f-b79a-6bd09a08d2dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104809521683678378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378161048095216836783781610480952168367837816104809521683678378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280eba86-f5b5-4952-b2bf-21c68f44adeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e96f848-44e4-4ed0-ae94-54223b0e6ebb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b92ab37-b0ee-4a2f-b79a-6bd09a08d2dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d40fcae8-c057-429f-9200-c8ff60f2e8e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40fcae8-c057-429f-9200-c8ff60f2e8e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680628341539646720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720368062834153964672036806283415396467203680628341539646720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e96f848-44e4-4ed0-ae94-54223b0e6ebb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6376213371295421037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037637621337129542103763762133712954210376376213371295421037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40fcae8-c057-429f-9200-c8ff60f2e8e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5bb76b-482f-4371-b9bc-3f12c64dc06a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5bb76b-482f-4371-b9bc-3f12c64dc06a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18385869062775857770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770183858690627758577701838586906277585777018385869062775857770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e96f848-44e4-4ed0-ae94-54223b0e6ebb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03e2a42a-fc59-4c26-9107-6c0c933e41e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e2a42a-fc59-4c26-9107-6c0c933e41e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1299891115066809850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850129989111506680985012998911150668098501299891115066809850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5bb76b-482f-4371-b9bc-3f12c64dc06a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d2d3d22-49e8-45f0-869c-3027d2662a03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2d3d22-49e8-45f0-869c-3027d2662a03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770825365325498747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747167708253653254987471677082536532549874716770825365325498747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e2a42a-fc59-4c26-9107-6c0c933e41e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc511e4d-256c-4508-9785-076fbe39a768, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc511e4d-256c-4508-9785-076fbe39a768, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14221439946669459445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445142214399466694594451422143994666945944514221439946669459445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2d3d22-49e8-45f0-869c-3027d2662a03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b823cfaf-6528-4dc7-bbfa-0a58b8de7836, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b823cfaf-6528-4dc7-bbfa-0a58b8de7836, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16856407069988985847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847168564070699889858471685640706998898584716856407069988985847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc511e4d-256c-4508-9785-076fbe39a768, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a0ab71-f8fe-4a97-8aaa-fdfd4f955d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a0ab71-f8fe-4a97-8aaa-fdfd4f955d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823107001960755410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410128231070019607554101282310700196075541012823107001960755410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b823cfaf-6528-4dc7-bbfa-0a58b8de7836, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7b1570-0cbc-439c-aedf-2a1f0d07d3eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7b1570-0cbc-439c-aedf-2a1f0d07d3eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917588242516373947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947891758824251637394789175882425163739478917588242516373947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a0ab71-f8fe-4a97-8aaa-fdfd4f955d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a23c48e8-f4ac-4c3b-a88d-3cec0a4ff4a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23c48e8-f4ac-4c3b-a88d-3cec0a4ff4a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431434109313297494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494114314341093132974941143143410931329749411431434109313297494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7b1570-0cbc-439c-aedf-2a1f0d07d3eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a55ba28-f547-40a0-92af-64551d8738fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a55ba28-f547-40a0-92af-64551d8738fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12272983018418979177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177122729830184189791771227298301841897917712272983018418979177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23c48e8-f4ac-4c3b-a88d-3cec0a4ff4a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 124ae65a-08a1-4e0d-9fcd-5eaa1cfd1b98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 124ae65a-08a1-4e0d-9fcd-5eaa1cfd1b98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877833205502255034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034987783320550225503498778332055022550349877833205502255034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a55ba28-f547-40a0-92af-64551d8738fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd6c745c-0151-4f84-90c8-aebcaf623496, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6c745c-0151-4f84-90c8-aebcaf623496, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2972575336161742689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689297257533616174268929725753361617426892972575336161742689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 124ae65a-08a1-4e0d-9fcd-5eaa1cfd1b98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67113901-5bdc-4b62-a4b7-e1557407710b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67113901-5bdc-4b62-a4b7-e1557407710b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17035304074400809576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576170353040744008095761703530407440080957617035304074400809576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6c745c-0151-4f84-90c8-aebcaf623496, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11180c7b-8a63-4a42-8327-fbf4c64b0043, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11180c7b-8a63-4a42-8327-fbf4c64b0043, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13478944277029982698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698134789442770299826981347894427702998269813478944277029982698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11180c7b-8a63-4a42-8327-fbf4c64b0043, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be6fe495-7990-4864-bbfb-93f51d4031d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be6fe495-7990-4864-bbfb-93f51d4031d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4289649912679927428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428428964991267992742842896499126799274284289649912679927428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67113901-5bdc-4b62-a4b7-e1557407710b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036b6d09-9641-4801-a483-6a21fdc46ad7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036b6d09-9641-4801-a483-6a21fdc46ad7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449836394725259263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263244983639472525926324498363947252592632449836394725259263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036b6d09-9641-4801-a483-6a21fdc46ad7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a719b019-86db-4455-964d-ba705250ddc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a719b019-86db-4455-964d-ba705250ddc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10061919442005275878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878100619194420052758781006191944200527587810061919442005275878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be6fe495-7990-4864-bbfb-93f51d4031d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5ce1abb-97a9-4b41-9fd8-977f22fce5f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ce1abb-97a9-4b41-9fd8-977f22fce5f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209441847862755462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462720944184786275546272094418478627554627209441847862755462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a719b019-86db-4455-964d-ba705250ddc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0fd0b36-a8f4-4203-bc9a-117ecd90a6fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fd0b36-a8f4-4203-bc9a-117ecd90a6fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13701099889394481842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842137010998893944818421370109988939448184213701099889394481842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ce1abb-97a9-4b41-9fd8-977f22fce5f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ec8b9b-df0a-4506-a8ef-810bbb6dbe20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ec8b9b-df0a-4506-a8ef-810bbb6dbe20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 37221599561952113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113372215995619521133722159956195211337221599561952113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fd0b36-a8f4-4203-bc9a-117ecd90a6fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e14e4f4c-d8f6-4842-94ec-ddad29568df3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e14e4f4c-d8f6-4842-94ec-ddad29568df3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17083702519812605810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810170837025198126058101708370251981260581017083702519812605810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ec8b9b-df0a-4506-a8ef-810bbb6dbe20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d453b51a-2d2f-4a73-83d6-f716c8cbc4bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d453b51a-2d2f-4a73-83d6-f716c8cbc4bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14886460622889369467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467148864606228893694671488646062288936946714886460622889369467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e14e4f4c-d8f6-4842-94ec-ddad29568df3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48453f3a-b870-494b-8b8a-20a083816047, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48453f3a-b870-494b-8b8a-20a083816047, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825453670722584479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479108254536707225844791082545367072258447910825453670722584479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d453b51a-2d2f-4a73-83d6-f716c8cbc4bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a595795e-f524-4d46-b500-2c0fc7d36153, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a595795e-f524-4d46-b500-2c0fc7d36153, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464824282139089973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973134648242821390899731346482428213908997313464824282139089973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48453f3a-b870-494b-8b8a-20a083816047, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818298fe-16ea-4bb1-9e75-8f85c7ae08bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818298fe-16ea-4bb1-9e75-8f85c7ae08bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8896239252572821087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087889623925257282108788962392525728210878896239252572821087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a595795e-f524-4d46-b500-2c0fc7d36153, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3fd3ae-419c-472f-80d1-a74859bdcdc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3fd3ae-419c-472f-80d1-a74859bdcdc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15506425141195175628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628155064251411951756281550642514119517562815506425141195175628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818298fe-16ea-4bb1-9e75-8f85c7ae08bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2037668a-3d07-422e-b09c-cebb165a1094, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2037668a-3d07-422e-b09c-cebb165a1094, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14173679480445089781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781141736794804450897811417367948044508978114173679480445089781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3fd3ae-419c-472f-80d1-a74859bdcdc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2628008f-9464-471f-8a67-4b3ef3639eb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2628008f-9464-471f-8a67-4b3ef3639eb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17451696051442200835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835174516960514422008351745169605144220083517451696051442200835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2037668a-3d07-422e-b09c-cebb165a1094, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e5e4e0-532e-4eef-bc9f-dd79506b9363, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e5e4e0-532e-4eef-bc9f-dd79506b9363, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172560124544764496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496617256012454476449661725601245447644966172560124544764496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2628008f-9464-471f-8a67-4b3ef3639eb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73eafc3b-b829-488a-899a-5928d4eb689a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73eafc3b-b829-488a-899a-5928d4eb689a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011286489356241281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281100112864893562412811001128648935624128110011286489356241281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e5e4e0-532e-4eef-bc9f-dd79506b9363, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8683d992-84a3-4bc5-b4a6-b0548aad4547, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8683d992-84a3-4bc5-b4a6-b0548aad4547, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309035085142414063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063143090350851424140631430903508514241406314309035085142414063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73eafc3b-b829-488a-899a-5928d4eb689a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 810d9948-dfac-4e63-84b6-a857d0eaefb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810d9948-dfac-4e63-84b6-a857d0eaefb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3908864928957563583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583390886492895756358339088649289575635833908864928957563583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8683d992-84a3-4bc5-b4a6-b0548aad4547, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74b31c41-9a8d-4d09-9a60-f4c28b2faf9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b31c41-9a8d-4d09-9a60-f4c28b2faf9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947169601845011570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570494716960184501157049471696018450115704947169601845011570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810d9948-dfac-4e63-84b6-a857d0eaefb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c5b63c-0142-414a-85a4-e893e95e5f2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c5b63c-0142-414a-85a4-e893e95e5f2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7867839641841816384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384786783964184181638478678396418418163847867839641841816384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b31c41-9a8d-4d09-9a60-f4c28b2faf9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abcb2e3e-f1e6-4b6f-8f38-1f32a40f1e0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcb2e3e-f1e6-4b6f-8f38-1f32a40f1e0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031003688695175636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636203100368869517563620310036886951756362031003688695175636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c5b63c-0142-414a-85a4-e893e95e5f2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a724462-64a1-49fb-be61-81efaf60c055, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a724462-64a1-49fb-be61-81efaf60c055, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4956872156524636693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693495687215652463669349568721565246366934956872156524636693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcb2e3e-f1e6-4b6f-8f38-1f32a40f1e0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e190dbd-d651-4b86-8c6f-ffce014cc121, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e190dbd-d651-4b86-8c6f-ffce014cc121, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17021962642639212046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046170219626426392120461702196264263921204617021962642639212046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a724462-64a1-49fb-be61-81efaf60c055, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6955832-6144-49d9-a741-724cfcc30646, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6955832-6144-49d9-a741-724cfcc30646, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2258628477377238134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134225862847737723813422586284773772381342258628477377238134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6955832-6144-49d9-a741-724cfcc30646, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1c4c490-ef7c-43a1-a2a1-d2d072d913d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c4c490-ef7c-43a1-a2a1-d2d072d913d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6133704474342730850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850613370447434273085061337044743427308506133704474342730850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e190dbd-d651-4b86-8c6f-ffce014cc121, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9148ddc9-bffb-4e8f-9d50-1b43d9ecb0d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9148ddc9-bffb-4e8f-9d50-1b43d9ecb0d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17086629954803044553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553170866299548030445531708662995480304455317086629954803044553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c4c490-ef7c-43a1-a2a1-d2d072d913d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c9554e1-318f-458a-b61f-d27352bc10d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9554e1-318f-458a-b61f-d27352bc10d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498228970630129203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203549822897063012920354982289706301292035498228970630129203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9148ddc9-bffb-4e8f-9d50-1b43d9ecb0d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f1ee95-deba-4986-94cb-1ae9143823b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f1ee95-deba-4986-94cb-1ae9143823b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910216765193789564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564391021676519378956439102167651937895643910216765193789564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9554e1-318f-458a-b61f-d27352bc10d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965d085d-fc0d-403e-ae3e-4bf82f95366b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965d085d-fc0d-403e-ae3e-4bf82f95366b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728964954130578642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642728964954130578642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f1ee95-deba-4986-94cb-1ae9143823b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3589df8-1d8d-4fbc-88d1-b3e6c2338064, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3589df8-1d8d-4fbc-88d1-b3e6c2338064, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360103499381658491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491173601034993816584911736010349938165849117360103499381658491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965d085d-fc0d-403e-ae3e-4bf82f95366b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d471ab78-b8d7-4453-8c1c-ff7e5e134f08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d471ab78-b8d7-4453-8c1c-ff7e5e134f08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14351122564563509867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867143511225645635098671435112256456350986714351122564563509867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3589df8-1d8d-4fbc-88d1-b3e6c2338064, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2b85d18-98b8-46fa-945b-2c463f4a97a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b85d18-98b8-46fa-945b-2c463f4a97a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10022566020938439568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568100225660209384395681002256602093843956810022566020938439568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d471ab78-b8d7-4453-8c1c-ff7e5e134f08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 211eaa93-3b7e-445a-9885-9fc55f35dd12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 211eaa93-3b7e-445a-9885-9fc55f35dd12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17269981806554784238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238172699818065547842381726998180655478423817269981806554784238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b85d18-98b8-46fa-945b-2c463f4a97a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8384aeff-67a4-413e-a182-a5b06c0e08c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8384aeff-67a4-413e-a182-a5b06c0e08c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580850962380663606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606358085096238066360635808509623806636063580850962380663606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 211eaa93-3b7e-445a-9885-9fc55f35dd12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d712300a-e0d0-43fd-8192-0dd170f69a3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d712300a-e0d0-43fd-8192-0dd170f69a3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4814811581741133888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888481481158174113388848148115817411338884814811581741133888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8384aeff-67a4-413e-a182-a5b06c0e08c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 992928c6-114a-4c4a-822e-059bdd41922f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992928c6-114a-4c4a-822e-059bdd41922f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4294547961207322303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303429454796120732230342945479612073223034294547961207322303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d712300a-e0d0-43fd-8192-0dd170f69a3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c1b8f39-9756-4e78-a40b-dd6fc465225d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992928c6-114a-4c4a-822e-059bdd41922f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 019bdc4e-2e19-45f1-b609-b6f2e09be7e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1b8f39-9756-4e78-a40b-dd6fc465225d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299453450980120817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817529945345098012081752994534509801208175299453450980120817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019bdc4e-2e19-45f1-b609-b6f2e09be7e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425878358164385152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152184258783581643851521842587835816438515218425878358164385152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1b8f39-9756-4e78-a40b-dd6fc465225d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c43ef68e-cd79-4ab0-9fb1-158d536831ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43ef68e-cd79-4ab0-9fb1-158d536831ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15204806107813825024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024152048061078138250241520480610781382502415204806107813825024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019bdc4e-2e19-45f1-b609-b6f2e09be7e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2c52f3d-3aa4-4754-a069-290379211475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c52f3d-3aa4-4754-a069-290379211475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8530205218460342036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036853020521846034203685302052184603420368530205218460342036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43ef68e-cd79-4ab0-9fb1-158d536831ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59fea8a8-ea96-42e4-8208-d4c09e22ad82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59fea8a8-ea96-42e4-8208-d4c09e22ad82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13034560718730534922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922130345607187305349221303456071873053492213034560718730534922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c52f3d-3aa4-4754-a069-290379211475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da49f09a-1574-4c29-8d88-2af990392811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da49f09a-1574-4c29-8d88-2af990392811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217850251683372337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337172178502516833723371721785025168337233717217850251683372337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59fea8a8-ea96-42e4-8208-d4c09e22ad82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4da386-e87b-4a72-83ba-cf342735b0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4da386-e87b-4a72-83ba-cf342735b0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15559942935004326867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867155599429350043268671555994293500432686715559942935004326867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da49f09a-1574-4c29-8d88-2af990392811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c825e85f-9910-4890-88e5-a7c98df898a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c825e85f-9910-4890-88e5-a7c98df898a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5812684772913727743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743581268477291372774358126847729137277435812684772913727743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4da386-e87b-4a72-83ba-cf342735b0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5a8adbf-406c-4110-875c-196835ed598f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a8adbf-406c-4110-875c-196835ed598f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178902166449079534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534317890216644907953431789021664490795343178902166449079534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c825e85f-9910-4890-88e5-a7c98df898a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2940c71-62c6-4711-a138-5a1589cb55d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2940c71-62c6-4711-a138-5a1589cb55d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12352100402157845815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815123521004021578458151235210040215784581512352100402157845815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a8adbf-406c-4110-875c-196835ed598f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da34a77-7dd2-4b1e-a52e-b6a4933ffdd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da34a77-7dd2-4b1e-a52e-b6a4933ffdd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16738948536333409033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033167389485363334090331673894853633340903316738948536333409033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2940c71-62c6-4711-a138-5a1589cb55d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac7f824b-7189-4d05-ba8a-a501c83e06c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac7f824b-7189-4d05-ba8a-a501c83e06c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6818985098515252673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673681898509851525267368189850985152526736818985098515252673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da34a77-7dd2-4b1e-a52e-b6a4933ffdd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87956621-d3e5-4085-aec3-b3b0fb6d6293, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87956621-d3e5-4085-aec3-b3b0fb6d6293, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10556796419272946217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217105567964192729462171055679641927294621710556796419272946217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac7f824b-7189-4d05-ba8a-a501c83e06c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f1c01dc-a7a4-4ca7-b05a-3a32941cd36c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87956621-d3e5-4085-aec3-b3b0fb6d6293, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a654cd4d-a6db-44c1-99c7-ac1c49544571, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a654cd4d-a6db-44c1-99c7-ac1c49544571, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7172672816256743584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584717267281625674358471726728162567435847172672816256743584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1c01dc-a7a4-4ca7-b05a-3a32941cd36c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15968227000475605436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436159682270004756054361596822700047560543615968227000475605436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a654cd4d-a6db-44c1-99c7-ac1c49544571, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddb12449-eb57-4c04-b819-053dc764117c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb12449-eb57-4c04-b819-053dc764117c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295539993061830602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602162955399930618306021629553999306183060216295539993061830602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1c01dc-a7a4-4ca7-b05a-3a32941cd36c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d202edc2-a296-4951-b99e-6a7c3c5e7606, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d202edc2-a296-4951-b99e-6a7c3c5e7606, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14792635712163850161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161147926357121638501611479263571216385016114792635712163850161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb12449-eb57-4c04-b819-053dc764117c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aa0278a-2c89-4f59-9939-c1bcb24a6f03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa0278a-2c89-4f59-9939-c1bcb24a6f03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3675170867918317500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500367517086791831750036751708679183175003675170867918317500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d202edc2-a296-4951-b99e-6a7c3c5e7606, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff41c42e-2aa8-4e6d-a984-ad8c469dbea1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff41c42e-2aa8-4e6d-a984-ad8c469dbea1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093127232995067501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501409312723299506750140931272329950675014093127232995067501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa0278a-2c89-4f59-9939-c1bcb24a6f03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7c5911c-98e9-427c-9e8e-2d16b71aacff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c5911c-98e9-427c-9e8e-2d16b71aacff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624245890655268517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517562424589065526851756242458906552685175624245890655268517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff41c42e-2aa8-4e6d-a984-ad8c469dbea1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3369aa3-6b31-4644-aef2-76f6d3a03f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3369aa3-6b31-4644-aef2-76f6d3a03f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13027609605603970747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747130276096056039707471302760960560397074713027609605603970747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c5911c-98e9-427c-9e8e-2d16b71aacff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5849abc-1fcf-4c67-b113-06d6c64437c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5849abc-1fcf-4c67-b113-06d6c64437c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15382685179004180183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183153826851790041801831538268517900418018315382685179004180183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3369aa3-6b31-4644-aef2-76f6d3a03f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897babd0-9705-4e81-af72-b780386bbbce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897babd0-9705-4e81-af72-b780386bbbce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 605050451003267918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918605050451003267918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5849abc-1fcf-4c67-b113-06d6c64437c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a840221-c232-44f6-bea8-65710660012c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a840221-c232-44f6-bea8-65710660012c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13405908975796775046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046134059089757967750461340590897579677504613405908975796775046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897babd0-9705-4e81-af72-b780386bbbce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a840221-c232-44f6-bea8-65710660012c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89ee187c-e509-4c53-959b-1485f6b5a24a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aacd0af8-7858-4804-8b0f-9fdcd0db783d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacd0af8-7858-4804-8b0f-9fdcd0db783d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15714658240646241136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136157146582406462411361571465824064624113615714658240646241136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ee187c-e509-4c53-959b-1485f6b5a24a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898991113386945265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265689899111338694526568989911133869452656898991113386945265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacd0af8-7858-4804-8b0f-9fdcd0db783d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04338284-2367-4314-a561-3822d600f371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04338284-2367-4314-a561-3822d600f371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3766490431696634510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510376649043169663451037664904316966345103766490431696634510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ee187c-e509-4c53-959b-1485f6b5a24a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2205fb1-e231-4117-8200-62ab6879c391, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2205fb1-e231-4117-8200-62ab6879c391, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11686374679985047863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863116863746799850478631168637467998504786311686374679985047863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2205fb1-e231-4117-8200-62ab6879c391, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04338284-2367-4314-a561-3822d600f371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc08a6b8-8704-41ef-b68a-e355f80033a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc08a6b8-8704-41ef-b68a-e355f80033a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236149798230169576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576623614979823016957662361497982301695766236149798230169576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35dcf87-cd32-4bd0-993e-9457e01c3ad3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35dcf87-cd32-4bd0-993e-9457e01c3ad3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879913945531851281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281587991394553185128158799139455318512815879913945531851281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc08a6b8-8704-41ef-b68a-e355f80033a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd6c1bd-63e7-438d-a7f4-4977fe3406b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd6c1bd-63e7-438d-a7f4-4977fe3406b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13826725378861231650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650138267253788612316501382672537886123165013826725378861231650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35dcf87-cd32-4bd0-993e-9457e01c3ad3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16fc9dc7-d8e0-4f87-8dfd-11c6d1dd14d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16fc9dc7-d8e0-4f87-8dfd-11c6d1dd14d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12772992866528943551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551127729928665289435511277299286652894355112772992866528943551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd6c1bd-63e7-438d-a7f4-4977fe3406b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a7d23c-b2fc-4ab1-93dd-f6365d103a91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a7d23c-b2fc-4ab1-93dd-f6365d103a91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6894862400943942286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286689486240094394228668948624009439422866894862400943942286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16fc9dc7-d8e0-4f87-8dfd-11c6d1dd14d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401a0dbd-0d43-4fd0-ac43-461bd5dda073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401a0dbd-0d43-4fd0-ac43-461bd5dda073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5830377100674052520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520583037710067405252058303771006740525205830377100674052520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a7d23c-b2fc-4ab1-93dd-f6365d103a91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151120d2-dbe3-445e-be2c-0ba716b7636b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151120d2-dbe3-445e-be2c-0ba716b7636b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1740877359604139371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371174087735960413937117408773596041393711740877359604139371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401a0dbd-0d43-4fd0-ac43-461bd5dda073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7bffd8c-42ac-4498-ab08-0c4648ec8510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7bffd8c-42ac-4498-ab08-0c4648ec8510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13751540408656897903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903137515404086568979031375154040865689790313751540408656897903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151120d2-dbe3-445e-be2c-0ba716b7636b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c44568-1b1f-45f1-818f-c9bf3b717452, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c44568-1b1f-45f1-818f-c9bf3b717452, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8310113161985458594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594831011316198545859483101131619854585948310113161985458594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7bffd8c-42ac-4498-ab08-0c4648ec8510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d445bd7c-9a74-4234-b656-07c6b3d7c3ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d445bd7c-9a74-4234-b656-07c6b3d7c3ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12504582635249409865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865125045826352494098651250458263524940986512504582635249409865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c44568-1b1f-45f1-818f-c9bf3b717452, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf457b88-7cf2-44c3-a7ed-8c7d2243d0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf457b88-7cf2-44c3-a7ed-8c7d2243d0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11578761299903009397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397115787612999030093971157876129990300939711578761299903009397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d445bd7c-9a74-4234-b656-07c6b3d7c3ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 216af65d-2a81-4de1-9807-7e074e8b9c9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 216af65d-2a81-4de1-9807-7e074e8b9c9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4153932153200312145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145415393215320031214541539321532003121454153932153200312145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf457b88-7cf2-44c3-a7ed-8c7d2243d0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aad544b-f486-4f3e-9016-91ad41f53f65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aad544b-f486-4f3e-9016-91ad41f53f65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033702446932862525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525130337024469328625251303370244693286252513033702446932862525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 216af65d-2a81-4de1-9807-7e074e8b9c9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85b9f1e-2256-4292-83f0-67f8db7dc97f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85b9f1e-2256-4292-83f0-67f8db7dc97f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8395327260850424358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358839532726085042435883953272608504243588395327260850424358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aad544b-f486-4f3e-9016-91ad41f53f65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85b9f1e-2256-4292-83f0-67f8db7dc97f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc971ffb-b67a-43a2-bb45-04d7e53315cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e7b7bb-1b4c-45ce-88a5-260839cedc7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e7b7bb-1b4c-45ce-88a5-260839cedc7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4014527803764545574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574401452780376454557440145278037645455744014527803764545574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc971ffb-b67a-43a2-bb45-04d7e53315cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874716226282372827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827287471622628237282728747162262823728272874716226282372827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8e7b7bb-1b4c-45ce-88a5-260839cedc7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc971ffb-b67a-43a2-bb45-04d7e53315cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29934eee-911e-4fe2-afee-4717aa489794, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29934eee-911e-4fe2-afee-4717aa489794, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18249402542626359171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171182494025426263591711824940254262635917118249402542626359171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29934eee-911e-4fe2-afee-4717aa489794, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 960bea34-17dd-4fdf-86de-591ff55d9b95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a25048-b272-4811-8ab5-d4f96aa6a36e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a25048-b272-4811-8ab5-d4f96aa6a36e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3962065758055188396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396396206575805518839639620657580551883963962065758055188396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960bea34-17dd-4fdf-86de-591ff55d9b95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773307921729768426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426277330792172976842627733079217297684262773307921729768426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a25048-b272-4811-8ab5-d4f96aa6a36e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33b3dcae-b922-4369-987b-d365ff5c4d82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b3dcae-b922-4369-987b-d365ff5c4d82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10262744348832394119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119102627443488323941191026274434883239411910262744348832394119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960bea34-17dd-4fdf-86de-591ff55d9b95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aef2f9e5-eb26-41b7-a211-615c3c3412ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef2f9e5-eb26-41b7-a211-615c3c3412ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7507999250872570693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693750799925087257069375079992508725706937507999250872570693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b3dcae-b922-4369-987b-d365ff5c4d82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fd1cae8-2926-4d57-bad2-1e6eb6ac2b99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd1cae8-2926-4d57-bad2-1e6eb6ac2b99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771729835571596123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123677172983557159612367717298355715961236771729835571596123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef2f9e5-eb26-41b7-a211-615c3c3412ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34b4413b-3412-4542-9c38-cbd68ecb7428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b4413b-3412-4542-9c38-cbd68ecb7428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11080033959663024046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046110800339596630240461108003395966302404611080033959663024046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd1cae8-2926-4d57-bad2-1e6eb6ac2b99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eee358a-bee1-4921-abe5-44407c99ef83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eee358a-bee1-4921-abe5-44407c99ef83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2458390622338365849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849245839062233836584924583906223383658492458390622338365849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b4413b-3412-4542-9c38-cbd68ecb7428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a990f37-2f94-48d9-b4de-2c1a769dd589, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a990f37-2f94-48d9-b4de-2c1a769dd589, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17022924436478991654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654170229244364789916541702292443647899165417022924436478991654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eee358a-bee1-4921-abe5-44407c99ef83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec202bd-8a1b-4874-ba47-efe4bc7de67a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec202bd-8a1b-4874-ba47-efe4bc7de67a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474136875217740168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168104741368752177401681047413687521774016810474136875217740168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a990f37-2f94-48d9-b4de-2c1a769dd589, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74a2136-51e0-4c7d-bc64-226c10fba47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74a2136-51e0-4c7d-bc64-226c10fba47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1660125364575230976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976166012536457523097616601253645752309761660125364575230976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec202bd-8a1b-4874-ba47-efe4bc7de67a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5265296a-ad79-434a-b726-88ff904ca7ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5265296a-ad79-434a-b726-88ff904ca7ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4663421564093441034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034466342156409344103446634215640934410344663421564093441034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74a2136-51e0-4c7d-bc64-226c10fba47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7118ab14-15b3-464b-a058-e77c747df863, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7118ab14-15b3-464b-a058-e77c747df863, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7014140698168913772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772701414069816891377270141406981689137727014140698168913772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7118ab14-15b3-464b-a058-e77c747df863, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c974675f-74f3-42b5-993a-f4b1adb654e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c974675f-74f3-42b5-993a-f4b1adb654e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3889599181869853954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954388959918186985395438895991818698539543889599181869853954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5265296a-ad79-434a-b726-88ff904ca7ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32136d77-7643-4358-b0b8-db17cdbf5edd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32136d77-7643-4358-b0b8-db17cdbf5edd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7989972297091573776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776798997229709157377679899722970915737767989972297091573776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c974675f-74f3-42b5-993a-f4b1adb654e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3342040e-abf0-4ab9-bfd1-596b603077a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3342040e-abf0-4ab9-bfd1-596b603077a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17407762893946186462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462174077628939461864621740776289394618646217407762893946186462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32136d77-7643-4358-b0b8-db17cdbf5edd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f54f439-5c33-4905-80e5-8873744c6dba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f54f439-5c33-4905-80e5-8873744c6dba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5881902237942268320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320588190223794226832058819022379422683205881902237942268320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3342040e-abf0-4ab9-bfd1-596b603077a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd83de63-07a6-476f-9fa7-c2352665e2ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd83de63-07a6-476f-9fa7-c2352665e2ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12669797150007512118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118126697971500075121181266979715000751211812669797150007512118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f54f439-5c33-4905-80e5-8873744c6dba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 544fc0af-9004-4a7a-b38e-387fab669e30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544fc0af-9004-4a7a-b38e-387fab669e30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10232029792184330834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834102320297921843308341023202979218433083410232029792184330834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd83de63-07a6-476f-9fa7-c2352665e2ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19f979f1-65df-4633-9ccd-5b198b80e7e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f979f1-65df-4633-9ccd-5b198b80e7e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11299922708967992219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219112999227089679922191129992270896799221911299922708967992219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544fc0af-9004-4a7a-b38e-387fab669e30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5e657dd-f5be-453d-b8fb-8464a3448e7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f979f1-65df-4633-9ccd-5b198b80e7e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e657dd-f5be-453d-b8fb-8464a3448e7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3418071938983853737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737341807193898385373734180719389838537373418071938983853737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdbf2ecb-28ef-4242-8dcb-ef9ac4d9aa53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbf2ecb-28ef-4242-8dcb-ef9ac4d9aa53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11033595563867729311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311110335955638677293111103359556386772931111033595563867729311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e657dd-f5be-453d-b8fb-8464a3448e7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbf2ecb-28ef-4242-8dcb-ef9ac4d9aa53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ade51b-4f7b-455e-839b-23ed89cd16ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ade51b-4f7b-455e-839b-23ed89cd16ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345236572171350302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302173452365721713503021734523657217135030217345236572171350302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3940c7a-c6c1-47cd-8014-c60f8937d5ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3940c7a-c6c1-47cd-8014-c60f8937d5ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982884821868926224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224119828848218689262241198288482186892622411982884821868926224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ade51b-4f7b-455e-839b-23ed89cd16ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc137f8-4940-4934-a6d4-fe4244b200fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc137f8-4940-4934-a6d4-fe4244b200fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15700688995558843175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175157006889955588431751570068899555884317515700688995558843175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3940c7a-c6c1-47cd-8014-c60f8937d5ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5512909e-5524-482f-90c8-618761add21f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5512909e-5524-482f-90c8-618761add21f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15790739280405002539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539157907392804050025391579073928040500253915790739280405002539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc137f8-4940-4934-a6d4-fe4244b200fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5512909e-5524-482f-90c8-618761add21f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f8b1c96-6c87-49ad-b9aa-9ab688c3adb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99e8f2d-0b80-4cf3-a852-a93df2a1e466, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8b1c96-6c87-49ad-b9aa-9ab688c3adb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7540992556481593964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964754099255648159396475409925564815939647540992556481593964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99e8f2d-0b80-4cf3-a852-a93df2a1e466, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807521871022292849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849138075218710222928491380752187102229284913807521871022292849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8b1c96-6c87-49ad-b9aa-9ab688c3adb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b40138-21b1-4337-91e9-c7f500e7eb81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b40138-21b1-4337-91e9-c7f500e7eb81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170102846343537964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964170102846343537964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99e8f2d-0b80-4cf3-a852-a93df2a1e466, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2c31475-0631-428f-9fd2-4ee442e18a78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c31475-0631-428f-9fd2-4ee442e18a78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11197741836818736393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393111977418368187363931119774183681873639311197741836818736393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b40138-21b1-4337-91e9-c7f500e7eb81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f573aec-a9c5-48a0-815f-f5330ccf1436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f573aec-a9c5-48a0-815f-f5330ccf1436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7230753559623963282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282723075355962396328272307535596239632827230753559623963282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f573aec-a9c5-48a0-815f-f5330ccf1436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c31475-0631-428f-9fd2-4ee442e18a78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1e42314-cb14-458e-9565-8a5daa068e48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1e42314-cb14-458e-9565-8a5daa068e48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908418287115805042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042190841828711580504219084182871158050421908418287115805042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc9763ce-a56d-41ce-a631-6aecc0836978, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc9763ce-a56d-41ce-a631-6aecc0836978, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279000617386413792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792142790006173864137921427900061738641379214279000617386413792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1e42314-cb14-458e-9565-8a5daa068e48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2575b21-6cd3-4ecb-8c5b-38634dd2e1e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2575b21-6cd3-4ecb-8c5b-38634dd2e1e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4753732362912742117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117475373236291274211747537323629127421174753732362912742117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc9763ce-a56d-41ce-a631-6aecc0836978, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0e38d86-d983-4244-8c05-d0af1d9c83ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e38d86-d983-4244-8c05-d0af1d9c83ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15619359422109476075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075156193594221094760751561935942210947607515619359422109476075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2575b21-6cd3-4ecb-8c5b-38634dd2e1e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e38d86-d983-4244-8c05-d0af1d9c83ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9d3cea-1378-46f0-9daf-47b5d573e1d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9d3cea-1378-46f0-9daf-47b5d573e1d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2312404685638169465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465231240468563816946523124046856381694652312404685638169465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4ab8fd8-a9e5-45c4-85db-791b3bb3c99e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ab8fd8-a9e5-45c4-85db-791b3bb3c99e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192046195526992642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642121920461955269926421219204619552699264212192046195526992642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9d3cea-1378-46f0-9daf-47b5d573e1d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eaa3c36-dc0f-4e0b-9db2-01b4406e9211, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaa3c36-dc0f-4e0b-9db2-01b4406e9211, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9694238974821172699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699969423897482117269996942389748211726999694238974821172699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ab8fd8-a9e5-45c4-85db-791b3bb3c99e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd27df6f-024e-459e-b66b-5590b58d3ca2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd27df6f-024e-459e-b66b-5590b58d3ca2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16526702124193678975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975165267021241936789751652670212419367897516526702124193678975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd27df6f-024e-459e-b66b-5590b58d3ca2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaa3c36-dc0f-4e0b-9db2-01b4406e9211, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6df5d3a-6433-48b4-a6b6-f11457717578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c733d40d-4a0c-46ef-b489-66f227172da6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6df5d3a-6433-48b4-a6b6-f11457717578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14444239609635549406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406144442396096355494061444423960963554940614444239609635549406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c733d40d-4a0c-46ef-b489-66f227172da6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502623617044838321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321145026236170448383211450262361704483832114502623617044838321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c733d40d-4a0c-46ef-b489-66f227172da6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 347f4710-23fd-4627-b6cc-9f50a573efbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 347f4710-23fd-4627-b6cc-9f50a573efbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319165275177929348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348931916527517792934893191652751779293489319165275177929348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6df5d3a-6433-48b4-a6b6-f11457717578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b65962f-d35c-419c-b436-396b5da0726e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b65962f-d35c-419c-b436-396b5da0726e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940636886315790559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559394063688631579055939406368863157905593940636886315790559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 347f4710-23fd-4627-b6cc-9f50a573efbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf38ba57-d637-47a1-b266-e4428ddb24cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf38ba57-d637-47a1-b266-e4428ddb24cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6434970762237463093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093643497076223746309364349707622374630936434970762237463093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b65962f-d35c-419c-b436-396b5da0726e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bbb1291-798a-4e31-8c23-9e990974f3e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bbb1291-798a-4e31-8c23-9e990974f3e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1771593536139278951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951177159353613927895117715935361392789511771593536139278951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf38ba57-d637-47a1-b266-e4428ddb24cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9da0c05-848d-4eb3-a785-1a80c8fd80be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9da0c05-848d-4eb3-a785-1a80c8fd80be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17159118397432794160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160171591183974327941601715911839743279416017159118397432794160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bbb1291-798a-4e31-8c23-9e990974f3e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e23b2a21-efeb-45f1-a437-466a1b4bf574, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23b2a21-efeb-45f1-a437-466a1b4bf574, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8867518469497029157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157886751846949702915788675184694970291578867518469497029157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9da0c05-848d-4eb3-a785-1a80c8fd80be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0427d45b-d2aa-4026-921b-6c01ab3db67c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0427d45b-d2aa-4026-921b-6c01ab3db67c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4335610067226532081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081433561006722653208143356100672265320814335610067226532081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23b2a21-efeb-45f1-a437-466a1b4bf574, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48cf6a07-6f4d-4b99-aec6-ec27bccdd122, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cf6a07-6f4d-4b99-aec6-ec27bccdd122, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5861527835921641609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609586152783592164160958615278359216416095861527835921641609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0427d45b-d2aa-4026-921b-6c01ab3db67c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 883b2a1e-9bd7-47dd-b23b-9e6318098c03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883b2a1e-9bd7-47dd-b23b-9e6318098c03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 560036664030665794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794560036664030665794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cf6a07-6f4d-4b99-aec6-ec27bccdd122, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39b5555a-e252-4df6-b39e-6cb80edf68cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b5555a-e252-4df6-b39e-6cb80edf68cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13850230788759176403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403138502307887591764031385023078875917640313850230788759176403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883b2a1e-9bd7-47dd-b23b-9e6318098c03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a3a5e4e-1919-48d9-bfb8-e1eadc1cd790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a3a5e4e-1919-48d9-bfb8-e1eadc1cd790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355917153159302022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022173559171531593020221735591715315930202217355917153159302022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b5555a-e252-4df6-b39e-6cb80edf68cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c53db53-43cd-4d0a-9f9d-ec4cd2ff8d12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c53db53-43cd-4d0a-9f9d-ec4cd2ff8d12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585612261024222178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178585612261024222178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a3a5e4e-1919-48d9-bfb8-e1eadc1cd790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98773629-bfee-4590-b415-4cac55a42902, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98773629-bfee-4590-b415-4cac55a42902, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196477295126106320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320171964772951261063201719647729512610632017196477295126106320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c53db53-43cd-4d0a-9f9d-ec4cd2ff8d12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2021061e-2d5c-469a-8423-a1cc425540c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2021061e-2d5c-469a-8423-a1cc425540c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8400838827362933154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154840083882736293315484008388273629331548400838827362933154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98773629-bfee-4590-b415-4cac55a42902, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68155dc-93a4-4fe9-aa7f-610bcf47306e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68155dc-93a4-4fe9-aa7f-610bcf47306e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505582329904507842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842165055823299045078421650558232990450784216505582329904507842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2021061e-2d5c-469a-8423-a1cc425540c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abed3791-3480-4616-8e88-c0273e9a99e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abed3791-3480-4616-8e88-c0273e9a99e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3196549962572428847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847319654996257242884731965499625724288473196549962572428847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68155dc-93a4-4fe9-aa7f-610bcf47306e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56ce3cc1-53bd-4b60-b938-de6f90f6e9a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ce3cc1-53bd-4b60-b938-de6f90f6e9a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15068907437570865911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911150689074375708659111506890743757086591115068907437570865911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abed3791-3480-4616-8e88-c0273e9a99e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3146be60-775b-4aa5-8f88-e4e3a29afd5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3146be60-775b-4aa5-8f88-e4e3a29afd5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6302449236489519636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636630244923648951963663024492364895196366302449236489519636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ce3cc1-53bd-4b60-b938-de6f90f6e9a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9463febc-0fc6-4aa4-b6b3-eb885ba11ec3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9463febc-0fc6-4aa4-b6b3-eb885ba11ec3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11090307419319687821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821110903074193196878211109030741931968782111090307419319687821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3146be60-775b-4aa5-8f88-e4e3a29afd5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a963abd-9aef-4f7c-b72e-fd5fc1e62af2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a963abd-9aef-4f7c-b72e-fd5fc1e62af2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11962839040620087470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470119628390406200874701196283904062008747011962839040620087470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9463febc-0fc6-4aa4-b6b3-eb885ba11ec3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a6cd5c5-b477-44a2-9751-d8c74689638c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6cd5c5-b477-44a2-9751-d8c74689638c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982538193646227495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495169825381936462274951698253819364622749516982538193646227495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a963abd-9aef-4f7c-b72e-fd5fc1e62af2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e7ec8c-ae2b-481d-9566-ff120cf75192, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e7ec8c-ae2b-481d-9566-ff120cf75192, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2630753541757798094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094263075354175779809426307535417577980942630753541757798094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6cd5c5-b477-44a2-9751-d8c74689638c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 869304da-36c1-4cb5-90fb-7204d616a406, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869304da-36c1-4cb5-90fb-7204d616a406, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8637526624248183676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676863752662424818367686375266242481836768637526624248183676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e7ec8c-ae2b-481d-9566-ff120cf75192, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02cf2a0e-ec0e-4802-9ac1-311c4083f0ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02cf2a0e-ec0e-4802-9ac1-311c4083f0ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14620923992275513174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174146209239922755131741462092399227551317414620923992275513174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869304da-36c1-4cb5-90fb-7204d616a406, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e2daaa7-e26a-44d9-9d5f-87811373f950, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2daaa7-e26a-44d9-9d5f-87811373f950, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8364204114543881693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693836420411454388169383642041145438816938364204114543881693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02cf2a0e-ec0e-4802-9ac1-311c4083f0ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4be6a70a-c997-4f89-8d5c-94461610238d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be6a70a-c997-4f89-8d5c-94461610238d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8629284066448861052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052862928406644886105286292840664488610528629284066448861052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2daaa7-e26a-44d9-9d5f-87811373f950, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5bb5b58-b9ec-49ba-8a8a-9ce7d46c84ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5bb5b58-b9ec-49ba-8a8a-9ce7d46c84ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7338938015403435335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335733893801540343533573389380154034353357338938015403435335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be6a70a-c997-4f89-8d5c-94461610238d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9cb97cd-e463-456b-811e-ac8d9c87cd52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9cb97cd-e463-456b-811e-ac8d9c87cd52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520113640010921187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187145201136400109211871452011364001092118714520113640010921187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5bb5b58-b9ec-49ba-8a8a-9ce7d46c84ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17b0b6a0-facd-4a2b-a001-1c17e5f505a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17b0b6a0-facd-4a2b-a001-1c17e5f505a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17659914489606551939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939176599144896065519391765991448960655193917659914489606551939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9cb97cd-e463-456b-811e-ac8d9c87cd52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57cb4746-f74b-48fc-901a-9b0612022df6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57cb4746-f74b-48fc-901a-9b0612022df6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296041548301170423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423529604154830117042352960415483011704235296041548301170423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17b0b6a0-facd-4a2b-a001-1c17e5f505a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 883d2079-5439-42de-85df-8320d4b49b4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883d2079-5439-42de-85df-8320d4b49b4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11502819055328105192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192115028190553281051921150281905532810519211502819055328105192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883d2079-5439-42de-85df-8320d4b49b4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e25b1bc-b1a3-40ce-a627-3ac0fa306060, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e25b1bc-b1a3-40ce-a627-3ac0fa306060, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3682580084752912629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629368258008475291262936825800847529126293682580084752912629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57cb4746-f74b-48fc-901a-9b0612022df6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75e27909-78de-44d7-849d-7b2e270f2cf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e27909-78de-44d7-849d-7b2e270f2cf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336683839921541749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749733668383992154174973366838399215417497336683839921541749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e25b1bc-b1a3-40ce-a627-3ac0fa306060, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8f2af62-d1c6-4d71-b4c5-14b1e035c9e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f2af62-d1c6-4d71-b4c5-14b1e035c9e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8466343220764574893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893846634322076457489384663432207645748938466343220764574893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e27909-78de-44d7-849d-7b2e270f2cf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b741f73-beb6-4376-9fb8-a4c7784cc99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b741f73-beb6-4376-9fb8-a4c7784cc99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8609237187382608161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161860923718738260816186092371873826081618609237187382608161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f2af62-d1c6-4d71-b4c5-14b1e035c9e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b382ce-6a04-4a5f-99d6-04da9cf8b720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b382ce-6a04-4a5f-99d6-04da9cf8b720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10294757767257117160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160102947577672571171601029475776725711716010294757767257117160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b741f73-beb6-4376-9fb8-a4c7784cc99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8272ba30-cdb2-4ff0-a6bf-9c03d869f1be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8272ba30-cdb2-4ff0-a6bf-9c03d869f1be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098517704080294572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572130985177040802945721309851770408029457213098517704080294572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b382ce-6a04-4a5f-99d6-04da9cf8b720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ae55922-8d98-4d2a-a76d-ce215942ce37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae55922-8d98-4d2a-a76d-ce215942ce37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6860193426064573921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921686019342606457392168601934260645739216860193426064573921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8272ba30-cdb2-4ff0-a6bf-9c03d869f1be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efa62595-2547-4bb1-97e5-c7b945d53276, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efa62595-2547-4bb1-97e5-c7b945d53276, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356960412631081202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202435696041263108120243569604126310812024356960412631081202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae55922-8d98-4d2a-a76d-ce215942ce37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7e75844-c108-4fe6-9581-7a948a4ffd56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e75844-c108-4fe6-9581-7a948a4ffd56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12759172325046442086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086127591723250464420861275917232504644208612759172325046442086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efa62595-2547-4bb1-97e5-c7b945d53276, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 865b697d-bc3f-4e50-be06-a3762cdf3a5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865b697d-bc3f-4e50-be06-a3762cdf3a5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720543562457387749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749772054356245738774977205435624573877497720543562457387749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e75844-c108-4fe6-9581-7a948a4ffd56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73a80283-e975-4db0-9d62-9af161bfbde6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865b697d-bc3f-4e50-be06-a3762cdf3a5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ddc86a5-9d93-4693-a1a8-1288bdf19b2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ddc86a5-9d93-4693-a1a8-1288bdf19b2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7007587024782435014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014700758702478243501470075870247824350147007587024782435014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a80283-e975-4db0-9d62-9af161bfbde6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298485342952398237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237729848534295239823772984853429523982377298485342952398237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a80283-e975-4db0-9d62-9af161bfbde6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 636399ab-6f99-4b32-9158-15c94c72f840, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 636399ab-6f99-4b32-9158-15c94c72f840, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5923802529193491550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550592380252919349155059238025291934915505923802529193491550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ddc86a5-9d93-4693-a1a8-1288bdf19b2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb3fe6a-0e35-4cc1-b4c2-1fdc4428e8a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb3fe6a-0e35-4cc1-b4c2-1fdc4428e8a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427798571578687997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997442779857157868799744277985715786879974427798571578687997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 636399ab-6f99-4b32-9158-15c94c72f840, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da208916-890c-41c9-87cb-b9a964d83fda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da208916-890c-41c9-87cb-b9a964d83fda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865351777253611163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163865351777253611163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb3fe6a-0e35-4cc1-b4c2-1fdc4428e8a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85c1333e-addd-4479-8cc4-0bd3b1585fa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c1333e-addd-4479-8cc4-0bd3b1585fa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9184000739713131216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216918400073971313121691840007397131312169184000739713131216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da208916-890c-41c9-87cb-b9a964d83fda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb69e4a9-1491-4cec-ae1c-27363957bf90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb69e4a9-1491-4cec-ae1c-27363957bf90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8560395190109399748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748856039519010939974885603951901093997488560395190109399748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c1333e-addd-4479-8cc4-0bd3b1585fa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c4acf79-c668-4487-a41a-d5ebbfef419c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4acf79-c668-4487-a41a-d5ebbfef419c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14405965858461393217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217144059658584613932171440596585846139321714405965858461393217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb69e4a9-1491-4cec-ae1c-27363957bf90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ddce912-e53d-4fbb-a774-419f873027e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddce912-e53d-4fbb-a774-419f873027e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173279398309514585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585417327939830951458541732793983095145854173279398309514585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4acf79-c668-4487-a41a-d5ebbfef419c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ad8257b-e8fe-4842-81ed-90fde659d911, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad8257b-e8fe-4842-81ed-90fde659d911, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16087580451105923716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716160875804511059237161608758045110592371616087580451105923716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddce912-e53d-4fbb-a774-419f873027e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f5f43bc-5494-42e4-adc8-823d5b7f4312, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5f43bc-5494-42e4-adc8-823d5b7f4312, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2533966875313894776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776253396687531389477625339668753138947762533966875313894776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad8257b-e8fe-4842-81ed-90fde659d911, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baa5471b-19b1-44ed-add3-3c3cd3c3f69d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa5471b-19b1-44ed-add3-3c3cd3c3f69d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620026274924624160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160562002627492462416056200262749246241605620026274924624160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5f43bc-5494-42e4-adc8-823d5b7f4312, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1215df8e-b2fe-495b-b88f-4400f5cfc570, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1215df8e-b2fe-495b-b88f-4400f5cfc570, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11632116284371001928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928116321162843710019281163211628437100192811632116284371001928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa5471b-19b1-44ed-add3-3c3cd3c3f69d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c40a320-df01-41fd-b3f0-96e42b44cd90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c40a320-df01-41fd-b3f0-96e42b44cd90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 98542010917511407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407985420109175114079854201091751140798542010917511407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1215df8e-b2fe-495b-b88f-4400f5cfc570, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af3fc336-fa00-46b3-8f16-dce616b85ccd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3fc336-fa00-46b3-8f16-dce616b85ccd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262682631270398410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410926268263127039841092626826312703984109262682631270398410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c40a320-df01-41fd-b3f0-96e42b44cd90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f2227b-9105-4dcf-97fc-e15147aa68bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f2227b-9105-4dcf-97fc-e15147aa68bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894915570742874435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435138949155707428744351389491557074287443513894915570742874435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3fc336-fa00-46b3-8f16-dce616b85ccd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d79afb70-8f38-4014-a804-809d088b7433, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79afb70-8f38-4014-a804-809d088b7433, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764475072635557621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621167644750726355576211676447507263555762116764475072635557621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f2227b-9105-4dcf-97fc-e15147aa68bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6222c0e-e328-4be2-b80f-717827da03be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6222c0e-e328-4be2-b80f-717827da03be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 889117460927752592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592889117460927752592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79afb70-8f38-4014-a804-809d088b7433, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf03153-34a4-4585-8200-82ff420b75e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf03153-34a4-4585-8200-82ff420b75e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5199036743636587433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433519903674363658743351990367436365874335199036743636587433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6222c0e-e328-4be2-b80f-717827da03be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e162ed-dfce-4449-b749-24ea5c7edbdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e162ed-dfce-4449-b749-24ea5c7edbdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6765254147197403311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311676525414719740331167652541471974033116765254147197403311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf03153-34a4-4585-8200-82ff420b75e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b94009ab-5d79-46f9-aa22-7381ba1719fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94009ab-5d79-46f9-aa22-7381ba1719fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354362292795437716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716354362292795437716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94009ab-5d79-46f9-aa22-7381ba1719fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee633e6b-65a4-49a4-ad30-f0353544b67b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e162ed-dfce-4449-b749-24ea5c7edbdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0459eabc-5205-463a-98a1-6cddf5fd5bda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0459eabc-5205-463a-98a1-6cddf5fd5bda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5225297064612587264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264522529706461258726452252970646125872645225297064612587264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee633e6b-65a4-49a4-ad30-f0353544b67b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883754143958861997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997988375414395886199798837541439588619979883754143958861997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0459eabc-5205-463a-98a1-6cddf5fd5bda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59b30e55-d313-48ca-84dd-9b401c728e73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b30e55-d313-48ca-84dd-9b401c728e73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14685458938542996541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541146854589385429965411468545893854299654114685458938542996541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee633e6b-65a4-49a4-ad30-f0353544b67b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc645ec-4d20-4abf-b82b-0999047cb474, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc645ec-4d20-4abf-b82b-0999047cb474, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1013613728663618013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013101361372866361801310136137286636180131013613728663618013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b30e55-d313-48ca-84dd-9b401c728e73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 503c21f3-4f2e-4406-92b4-72ef7270f05a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 503c21f3-4f2e-4406-92b4-72ef7270f05a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947360991577586790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790994736099157758679099473609915775867909947360991577586790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc645ec-4d20-4abf-b82b-0999047cb474, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bf22f39-2110-4db4-9a62-9891af80cd05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf22f39-2110-4db4-9a62-9891af80cd05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3275920820446387680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680327592082044638768032759208204463876803275920820446387680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 503c21f3-4f2e-4406-92b4-72ef7270f05a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b294d2-e7de-4565-baf0-5b836cb03700, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b294d2-e7de-4565-baf0-5b836cb03700, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14719494123669746519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519147194941236697465191471949412366974651914719494123669746519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf22f39-2110-4db4-9a62-9891af80cd05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e017b7be-07b9-460d-8e4a-18bbc78e25c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e017b7be-07b9-460d-8e4a-18bbc78e25c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9616362188116354474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474961636218811635447496163621881163544749616362188116354474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b294d2-e7de-4565-baf0-5b836cb03700, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549f19ca-9d77-48cc-9121-0810cae6ee45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549f19ca-9d77-48cc-9121-0810cae6ee45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799599877504314602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602147995998775043146021479959987750431460214799599877504314602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e017b7be-07b9-460d-8e4a-18bbc78e25c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f6ddd57-c1ef-4eec-ba14-a96c788be0fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6ddd57-c1ef-4eec-ba14-a96c788be0fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345818519856469295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295934581851985646929593458185198564692959345818519856469295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549f19ca-9d77-48cc-9121-0810cae6ee45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10df9c1b-4da2-4d9e-8ea3-1e9ef389fae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6ddd57-c1ef-4eec-ba14-a96c788be0fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10df9c1b-4da2-4d9e-8ea3-1e9ef389fae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1283082097361329858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858128308209736132985812830820973613298581283082097361329858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 130173b0-05ac-4fd5-ba29-7f5bd69e7acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130173b0-05ac-4fd5-ba29-7f5bd69e7acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6775346189807929483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483677534618980792948367753461898079294836775346189807929483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10df9c1b-4da2-4d9e-8ea3-1e9ef389fae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9867c62-74e9-4dcd-9ba8-de209b6030c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9867c62-74e9-4dcd-9ba8-de209b6030c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15419569264148348872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872154195692641483488721541956926414834887215419569264148348872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9867c62-74e9-4dcd-9ba8-de209b6030c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec40a34d-cc85-44ca-bcc7-a0b662bcc591, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec40a34d-cc85-44ca-bcc7-a0b662bcc591, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16554915092813117109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109165549150928131171091655491509281311710916554915092813117109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130173b0-05ac-4fd5-ba29-7f5bd69e7acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 621658ed-1211-4f65-a31d-d85c399c3b09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621658ed-1211-4f65-a31d-d85c399c3b09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2705410674196018133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133270541067419601813327054106741960181332705410674196018133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec40a34d-cc85-44ca-bcc7-a0b662bcc591, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0ff86a7-b6cf-42e4-aeb8-d6053ba833be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621658ed-1211-4f65-a31d-d85c399c3b09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ff86a7-b6cf-42e4-aeb8-d6053ba833be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13938316359091912097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097139383163590919120971393831635909191209713938316359091912097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f6ed9aa-4168-4915-8fdd-629cab741480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f6ed9aa-4168-4915-8fdd-629cab741480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 213162457211547657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657213162457211547657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ff86a7-b6cf-42e4-aeb8-d6053ba833be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df2b625c-a8df-4c62-8e33-779ffa1cf434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2b625c-a8df-4c62-8e33-779ffa1cf434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17762034411420032141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141177620344114200321411776203441142003214117762034411420032141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2b625c-a8df-4c62-8e33-779ffa1cf434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a6b762c-b200-4ff2-80d3-838a590250e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a6b762c-b200-4ff2-80d3-838a590250e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730809002285166060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060273080900228516606027308090022851660602730809002285166060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f6ed9aa-4168-4915-8fdd-629cab741480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 663cf7f4-f294-42ee-8367-0a0d677970a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663cf7f4-f294-42ee-8367-0a0d677970a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18048416426218787000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000180484164262187870001804841642621878700018048416426218787000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a6b762c-b200-4ff2-80d3-838a590250e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663cf7f4-f294-42ee-8367-0a0d677970a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2ccbda2-0a02-45c3-a0f4-ac2b54a25d77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ccbda2-0a02-45c3-a0f4-ac2b54a25d77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14571531492602075685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685145715314926020756851457153149260207568514571531492602075685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3358d5b0-c709-433a-b94f-64559c43819d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3358d5b0-c709-433a-b94f-64559c43819d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1811818885139369992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992181181888513936999218118188851393699921811818885139369992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ccbda2-0a02-45c3-a0f4-ac2b54a25d77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c563de7-291a-4e7d-8f1b-eacd1e889304, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c563de7-291a-4e7d-8f1b-eacd1e889304, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10806787157925188992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992108067871579251889921080678715792518899210806787157925188992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3358d5b0-c709-433a-b94f-64559c43819d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22f117f3-ed72-400f-a466-25cee3bb9c8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f117f3-ed72-400f-a466-25cee3bb9c8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1659354790241900280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280165935479024190028016593547902419002801659354790241900280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c563de7-291a-4e7d-8f1b-eacd1e889304, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0339f98d-89a9-4f76-a73e-800f810bab65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0339f98d-89a9-4f76-a73e-800f810bab65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11678277914215283562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562116782779142152835621167827791421528356211678277914215283562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f117f3-ed72-400f-a466-25cee3bb9c8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d952f79d-5073-44a2-8c42-746d217833e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d952f79d-5073-44a2-8c42-746d217833e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646500843041831703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703664650084304183170366465008430418317036646500843041831703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0339f98d-89a9-4f76-a73e-800f810bab65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b07d876-6114-4c85-b42f-43c6a7a38454, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b07d876-6114-4c85-b42f-43c6a7a38454, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8945621828773175619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619894562182877317561989456218287731756198945621828773175619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d952f79d-5073-44a2-8c42-746d217833e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b07d876-6114-4c85-b42f-43c6a7a38454, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60b9a7a5-a73b-44c3-8de0-57bdd8d5eb43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e235539-0f96-4116-bafc-7c753438cf6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e235539-0f96-4116-bafc-7c753438cf6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12470428181136760974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974124704281811367609741247042818113676097412470428181136760974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b9a7a5-a73b-44c3-8de0-57bdd8d5eb43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13733253100692980417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417137332531006929804171373325310069298041713733253100692980417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e235539-0f96-4116-bafc-7c753438cf6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 053e055f-eab1-4eac-95f2-6b1f5bab3f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 053e055f-eab1-4eac-95f2-6b1f5bab3f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383796622306451371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371238379662230645137123837966223064513712383796622306451371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b9a7a5-a73b-44c3-8de0-57bdd8d5eb43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 913659a1-f334-4e0e-af03-72a0342ea083, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913659a1-f334-4e0e-af03-72a0342ea083, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612355443816361664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664106123554438163616641061235544381636166410612355443816361664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 053e055f-eab1-4eac-95f2-6b1f5bab3f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f35631-76ae-4771-b07e-fdb2ecdebbf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913659a1-f334-4e0e-af03-72a0342ea083, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f35631-76ae-4771-b07e-fdb2ecdebbf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601262757275970425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425860126275727597042586012627572759704258601262757275970425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a197470-a6e9-49f3-a38f-170860af9452, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a197470-a6e9-49f3-a38f-170860af9452, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950083492888415174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174149500834928884151741495008349288841517414950083492888415174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f35631-76ae-4771-b07e-fdb2ecdebbf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a197470-a6e9-49f3-a38f-170860af9452, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81ef6764-9b67-4c52-8c71-c918670e5049, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ef6764-9b67-4c52-8c71-c918670e5049, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5140769846241721278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278514076984624172127851407698462417212785140769846241721278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80717bd2-da16-4f21-8061-e0c4d9ffcc57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80717bd2-da16-4f21-8061-e0c4d9ffcc57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4262314075998923507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507426231407599892350742623140759989235074262314075998923507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80717bd2-da16-4f21-8061-e0c4d9ffcc57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ec779c-11ef-4fc1-82b2-520b82b3fb15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ec779c-11ef-4fc1-82b2-520b82b3fb15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12616117276107818375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375126161172761078183751261611727610781837512616117276107818375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ef6764-9b67-4c52-8c71-c918670e5049, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3942af-a5dd-4657-a338-3c72bc8dc097, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3942af-a5dd-4657-a338-3c72bc8dc097, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7941650835023807314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314794165083502380731479416508350238073147941650835023807314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3942af-a5dd-4657-a338-3c72bc8dc097, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c807c60-6423-4a81-92c7-5af0b120915c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c807c60-6423-4a81-92c7-5af0b120915c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4498368992138939822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822449836899213893982244983689921389398224498368992138939822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ec779c-11ef-4fc1-82b2-520b82b3fb15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c2f8309-ef19-4a92-a0e8-1faa5f510fa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c807c60-6423-4a81-92c7-5af0b120915c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2f8309-ef19-4a92-a0e8-1faa5f510fa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7654457954384503712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712765445795438450371276544579543845037127654457954384503712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1567cd55-db30-43ad-8aa8-382375f46a57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1567cd55-db30-43ad-8aa8-382375f46a57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415344208928151044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044184153442089281510441841534420892815104418415344208928151044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2f8309-ef19-4a92-a0e8-1faa5f510fa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 195eff52-11ba-4a20-9f94-c86cc826c012, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195eff52-11ba-4a20-9f94-c86cc826c012, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891418895118935015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015989141889511893501598914188951189350159891418895118935015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1567cd55-db30-43ad-8aa8-382375f46a57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caf68186-ec5f-40ae-929f-a2ffeba93562, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195eff52-11ba-4a20-9f94-c86cc826c012, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf68186-ec5f-40ae-929f-a2ffeba93562, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15254736139029417633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633152547361390294176331525473613902941763315254736139029417633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3458f37e-14ee-4669-9827-b1415ef6c5d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3458f37e-14ee-4669-9827-b1415ef6c5d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8936702624108525408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408893670262410852540889367026241085254088936702624108525408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf68186-ec5f-40ae-929f-a2ffeba93562, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 315a831a-346e-454a-abcb-83c4fc20bf54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 315a831a-346e-454a-abcb-83c4fc20bf54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341930528239253823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823183419305282392538231834193052823925382318341930528239253823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3458f37e-14ee-4669-9827-b1415ef6c5d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52ed1350-63e7-4600-8556-ad364e2100c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ed1350-63e7-4600-8556-ad364e2100c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5004847417684255244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244500484741768425524450048474176842552445004847417684255244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 315a831a-346e-454a-abcb-83c4fc20bf54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846984db-ac06-495c-bd00-b6ad8318cff0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846984db-ac06-495c-bd00-b6ad8318cff0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756076734262554030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030775607673426255403077560767342625540307756076734262554030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ed1350-63e7-4600-8556-ad364e2100c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846984db-ac06-495c-bd00-b6ad8318cff0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 894a9c61-1b31-4aa7-84f8-faa43a0678e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894a9c61-1b31-4aa7-84f8-faa43a0678e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8240650486609179006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006824065048660917900682406504866091790068240650486609179006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 732b974a-c897-48b4-9263-812f3305f2bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732b974a-c897-48b4-9263-812f3305f2bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245386312288186004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004182453863122881860041824538631228818600418245386312288186004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732b974a-c897-48b4-9263-812f3305f2bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894a9c61-1b31-4aa7-84f8-faa43a0678e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea946293-c009-4721-b59c-e1174f1644c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea946293-c009-4721-b59c-e1174f1644c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17516568399747366821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821175165683997473668211751656839974736682117516568399747366821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ec0dc2-4168-470e-a6eb-5991c7035d0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ec0dc2-4168-470e-a6eb-5991c7035d0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348005450178840613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613103480054501788406131034800545017884061310348005450178840613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea946293-c009-4721-b59c-e1174f1644c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8ae0919-fad1-4513-9adf-9e11a9a0a752, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ae0919-fad1-4513-9adf-9e11a9a0a752, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7427596510599658890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890742759651059965889074275965105996588907427596510599658890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ec0dc2-4168-470e-a6eb-5991c7035d0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63777194-68df-4c9b-a3cc-b7b80993e094, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63777194-68df-4c9b-a3cc-b7b80993e094, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20644384272424795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795206443842724247952064438427242479520644384272424795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ae0919-fad1-4513-9adf-9e11a9a0a752, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ae84b68-f8b6-46f6-a140-e2b081cc3e85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ae84b68-f8b6-46f6-a140-e2b081cc3e85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7564735180896415391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391756473518089641539175647351808964153917564735180896415391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63777194-68df-4c9b-a3cc-b7b80993e094, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8313867a-5d06-44e2-934e-bdecf1ace82c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8313867a-5d06-44e2-934e-bdecf1ace82c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9506721615290495091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091950672161529049509195067216152904950919506721615290495091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8313867a-5d06-44e2-934e-bdecf1ace82c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8f961e-5c47-4991-909f-6c543f774ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8f961e-5c47-4991-909f-6c543f774ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976991884367540272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272997699188436754027299769918843675402729976991884367540272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ae84b68-f8b6-46f6-a140-e2b081cc3e85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf31d192-9764-48ee-96df-6ca66cb82df3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf31d192-9764-48ee-96df-6ca66cb82df3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118551271811948322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322711855127181194832271185512718119483227118551271811948322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8f961e-5c47-4991-909f-6c543f774ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b2cd7e-76fb-4012-b642-12a402c745c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b2cd7e-76fb-4012-b642-12a402c745c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5207910271334389982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982520791027133438998252079102713343899825207910271334389982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf31d192-9764-48ee-96df-6ca66cb82df3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa79d581-01ed-49e6-968f-5deaeddd713b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa79d581-01ed-49e6-968f-5deaeddd713b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2713455182385631062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062271345518238563106227134551823856310622713455182385631062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b2cd7e-76fb-4012-b642-12a402c745c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd5ac93-afd3-4d8e-905d-2bfa3167ed38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd5ac93-afd3-4d8e-905d-2bfa3167ed38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6499159143588604837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837649915914358860483764991591435886048376499159143588604837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa79d581-01ed-49e6-968f-5deaeddd713b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b13a20-43f1-4564-bc68-e313035113df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b13a20-43f1-4564-bc68-e313035113df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477627301260890231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231447762730126089023144776273012608902314477627301260890231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd5ac93-afd3-4d8e-905d-2bfa3167ed38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb42b76-8a33-45d1-aa03-a10f7454003c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb42b76-8a33-45d1-aa03-a10f7454003c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2639559138472942369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369263955913847294236926395591384729423692639559138472942369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b13a20-43f1-4564-bc68-e313035113df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1895a0a1-918f-4965-8508-9a207c838d99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1895a0a1-918f-4965-8508-9a207c838d99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879031571812218673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673158790315718122186731587903157181221867315879031571812218673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1895a0a1-918f-4965-8508-9a207c838d99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18531bc4-218c-4ba4-b62f-422fd1081a2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18531bc4-218c-4ba4-b62f-422fd1081a2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6983666518181997873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873698366651818199787369836665181819978736983666518181997873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb42b76-8a33-45d1-aa03-a10f7454003c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f5049e4-4e1f-49a1-9654-23b9ba36a177, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5049e4-4e1f-49a1-9654-23b9ba36a177, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16848992780425609047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047168489927804256090471684899278042560904716848992780425609047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18531bc4-218c-4ba4-b62f-422fd1081a2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aecc4f14-98af-4558-b1ec-88a1115810fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aecc4f14-98af-4558-b1ec-88a1115810fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6653145031886303015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015665314503188630301566531450318863030156653145031886303015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5049e4-4e1f-49a1-9654-23b9ba36a177, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 536ae601-aad6-4ae5-a1d3-ec1d1831787b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536ae601-aad6-4ae5-a1d3-ec1d1831787b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303318146156561507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507130331814615656150713033181461565615071303318146156561507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aecc4f14-98af-4558-b1ec-88a1115810fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914f4a4d-1c99-4f5f-bf7a-3fcdc2cc511c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914f4a4d-1c99-4f5f-bf7a-3fcdc2cc511c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9728843190934655461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461972884319093465546197288431909346554619728843190934655461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536ae601-aad6-4ae5-a1d3-ec1d1831787b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d945a343-5714-4ef9-b2b6-d09f1ec77e22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d945a343-5714-4ef9-b2b6-d09f1ec77e22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14896925636662907428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428148969256366629074281489692563666290742814896925636662907428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914f4a4d-1c99-4f5f-bf7a-3fcdc2cc511c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8043e4-347f-4c66-bb81-00c0931ceb48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8043e4-347f-4c66-bb81-00c0931ceb48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4145576211725066488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488414557621172506648841455762117250664884145576211725066488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d945a343-5714-4ef9-b2b6-d09f1ec77e22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8043e4-347f-4c66-bb81-00c0931ceb48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c64feff1-3845-45a3-a523-68a71d914a9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4564b77-58ac-4692-b58f-41ff77b38254, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c64feff1-3845-45a3-a523-68a71d914a9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4933956811241084103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103493395681124108410349339568112410841034933956811241084103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4564b77-58ac-4692-b58f-41ff77b38254, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 707053007325102641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641707053007325102641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c64feff1-3845-45a3-a523-68a71d914a9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4564b77-58ac-4692-b58f-41ff77b38254, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee564f73-01bc-47af-899e-7328479ccb58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee564f73-01bc-47af-899e-7328479ccb58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 869471884124174802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802869471884124174802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed33ea39-38cf-4e90-8ef9-cbcc6731bb6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed33ea39-38cf-4e90-8ef9-cbcc6731bb6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874922015569026260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260138749220155690262601387492201556902626013874922015569026260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee564f73-01bc-47af-899e-7328479ccb58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6dba82-a751-42fd-b62d-92753bfc7172, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6dba82-a751-42fd-b62d-92753bfc7172, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1289400886913910879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879128940088691391087912894008869139108791289400886913910879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed33ea39-38cf-4e90-8ef9-cbcc6731bb6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81d7023-d6f2-4365-856b-34ad58bf32a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81d7023-d6f2-4365-856b-34ad58bf32a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289008622151132657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657328900862215113265732890086221511326573289008622151132657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6dba82-a751-42fd-b62d-92753bfc7172, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d6fe31-93a7-46cc-874c-7c555af875b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d6fe31-93a7-46cc-874c-7c555af875b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15605826217852164080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080156058262178521640801560582621785216408015605826217852164080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81d7023-d6f2-4365-856b-34ad58bf32a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24f41285-3163-4532-ab97-556546366f9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24f41285-3163-4532-ab97-556546366f9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7447923692687946805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805744792369268794680574479236926879468057447923692687946805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d6fe31-93a7-46cc-874c-7c555af875b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa066215-854a-4710-9fc1-4db062f5f0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa066215-854a-4710-9fc1-4db062f5f0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11145980010513057939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939111459800105130579391114598001051305793911145980010513057939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24f41285-3163-4532-ab97-556546366f9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8e7c1bd-aad6-4cfb-90b5-beedd3c69bc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa066215-854a-4710-9fc1-4db062f5f0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c504230e-c131-40f2-b14e-365121cadbff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c504230e-c131-40f2-b14e-365121cadbff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7306292094607677326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326730629209460767732673062920946076773267306292094607677326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8e7c1bd-aad6-4cfb-90b5-beedd3c69bc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 546883341077550531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531546883341077550531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c504230e-c131-40f2-b14e-365121cadbff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a24ece6-dfd7-4a2d-81f8-7b2d838df7eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a24ece6-dfd7-4a2d-81f8-7b2d838df7eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9348018917690600927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927934801891769060092793480189176906009279348018917690600927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8e7c1bd-aad6-4cfb-90b5-beedd3c69bc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5430cc03-1fb5-458c-b252-4ac9e8503a2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5430cc03-1fb5-458c-b252-4ac9e8503a2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428531046547216009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009942853104654721600994285310465472160099428531046547216009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a24ece6-dfd7-4a2d-81f8-7b2d838df7eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2202dbb5-0191-4da3-88ad-12b5f2f8ee39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2202dbb5-0191-4da3-88ad-12b5f2f8ee39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1139256239709815417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417113925623970981541711392562397098154171139256239709815417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5430cc03-1fb5-458c-b252-4ac9e8503a2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dc928a-fb4e-41b1-8e73-b599de69bca5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dc928a-fb4e-41b1-8e73-b599de69bca5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4245444625029469196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196424544462502946919642454446250294691964245444625029469196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2202dbb5-0191-4da3-88ad-12b5f2f8ee39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34b6f67a-0aed-4c5e-a5e5-61fcd65a46cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44dc928a-fb4e-41b1-8e73-b599de69bca5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dda59213-8c21-4dcc-b4c9-4205a029b867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda59213-8c21-4dcc-b4c9-4205a029b867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195560818514803397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397319556081851480339731955608185148033973195560818514803397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34b6f67a-0aed-4c5e-a5e5-61fcd65a46cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922248901994644368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368392224890199464436839222489019946443683922248901994644368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda59213-8c21-4dcc-b4c9-4205a029b867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2ce1ad3-937d-4e0c-aa7d-b571b1abe35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ce1ad3-937d-4e0c-aa7d-b571b1abe35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026815083153874242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242110268150831538742421102681508315387424211026815083153874242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34b6f67a-0aed-4c5e-a5e5-61fcd65a46cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4eeba232-bf38-4be5-ba75-22e9d5fa7320, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eeba232-bf38-4be5-ba75-22e9d5fa7320, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992929503838521731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731599292950383852173159929295038385217315992929503838521731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ce1ad3-937d-4e0c-aa7d-b571b1abe35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1dbaec2-0beb-4785-afd0-1dca06ff55ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1dbaec2-0beb-4785-afd0-1dca06ff55ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8101246195719441947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947810124619571944194781012461957194419478101246195719441947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eeba232-bf38-4be5-ba75-22e9d5fa7320, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96739d35-1341-4c9b-82b9-5257e10a139e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96739d35-1341-4c9b-82b9-5257e10a139e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11033097903945386811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811110330979039453868111103309790394538681111033097903945386811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1dbaec2-0beb-4785-afd0-1dca06ff55ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69cc2034-e901-40b0-8c37-bf634a4b0fb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69cc2034-e901-40b0-8c37-bf634a4b0fb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4690745226190833845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845469074522619083384546907452261908338454690745226190833845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96739d35-1341-4c9b-82b9-5257e10a139e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69cc2034-e901-40b0-8c37-bf634a4b0fb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c96c4a65-acc1-450b-80a0-0fac7d766ec2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a4be7aa-828c-4cd2-990b-0f5dc9d165d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a4be7aa-828c-4cd2-990b-0f5dc9d165d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15763912032309345852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852157639120323093458521576391203230934585215763912032309345852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96c4a65-acc1-450b-80a0-0fac7d766ec2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205940545819466665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665102059405458194666651020594054581946666510205940545819466665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a4be7aa-828c-4cd2-990b-0f5dc9d165d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d700e974-7103-4cdb-b7cb-01ea34821769, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d700e974-7103-4cdb-b7cb-01ea34821769, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596133089479862291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291165961330894798622911659613308947986229116596133089479862291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96c4a65-acc1-450b-80a0-0fac7d766ec2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d56096e-8894-40ec-b534-2e2aacd31ae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d56096e-8894-40ec-b534-2e2aacd31ae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12283674102076858162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162122836741020768581621228367410207685816212283674102076858162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d700e974-7103-4cdb-b7cb-01ea34821769, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6a2cfb-034f-40eb-97c9-4ef83878599b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6a2cfb-034f-40eb-97c9-4ef83878599b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5043720942726377145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145504372094272637714550437209427263771455043720942726377145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d56096e-8894-40ec-b534-2e2aacd31ae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4287f452-1f59-43f9-a47f-49fdfa805b52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4287f452-1f59-43f9-a47f-49fdfa805b52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13708011402548829379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379137080114025488293791370801140254882937913708011402548829379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6a2cfb-034f-40eb-97c9-4ef83878599b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28d74a53-ee8f-4db6-9250-8e7fe69ad6bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d74a53-ee8f-4db6-9250-8e7fe69ad6bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516837751161812094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094851683775116181209485168377511618120948516837751161812094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4287f452-1f59-43f9-a47f-49fdfa805b52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b1284e-70cf-4b3c-b84f-faf163b2b735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b1284e-70cf-4b3c-b84f-faf163b2b735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12107885862649012000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000121078858626490120001210788586264901200012107885862649012000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d74a53-ee8f-4db6-9250-8e7fe69ad6bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ec3b3d-d569-482c-9bec-2274d9f92f20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ec3b3d-d569-482c-9bec-2274d9f92f20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 832606503755495529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529832606503755495529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b1284e-70cf-4b3c-b84f-faf163b2b735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05bbb0f2-121e-4f27-aa97-8fd9b1c94cdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bbb0f2-121e-4f27-aa97-8fd9b1c94cdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16725276039871084159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159167252760398710841591672527603987108415916725276039871084159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ec3b3d-d569-482c-9bec-2274d9f92f20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cd4f7e9-4f49-4910-b7b5-905a41a13930, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd4f7e9-4f49-4910-b7b5-905a41a13930, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825565635790812248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248825565635790812248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bbb0f2-121e-4f27-aa97-8fd9b1c94cdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efbc0718-8611-4e8c-a089-2042497a307c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbc0718-8611-4e8c-a089-2042497a307c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13339111293219225848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848133391112932192258481333911129321922584813339111293219225848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd4f7e9-4f49-4910-b7b5-905a41a13930, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecf5140d-116e-4047-a799-196e5c40a1fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf5140d-116e-4047-a799-196e5c40a1fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021076800416065000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000702107680041606500070210768004160650007021076800416065000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbc0718-8611-4e8c-a089-2042497a307c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e04af19b-3817-4863-bde7-64c1067b3b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e04af19b-3817-4863-bde7-64c1067b3b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8947338607053187484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484894733860705318748489473386070531874848947338607053187484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf5140d-116e-4047-a799-196e5c40a1fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e04af19b-3817-4863-bde7-64c1067b3b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3f28435-de75-4af7-a157-2b6dfcd724ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f28435-de75-4af7-a157-2b6dfcd724ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7238953110686674493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493723895311068667449372389531106866744937238953110686674493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83c4158a-bc47-421f-87f4-5742c18979fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c4158a-bc47-421f-87f4-5742c18979fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7410553926148119626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626741055392614811962674105539261481196267410553926148119626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f28435-de75-4af7-a157-2b6dfcd724ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1fc40e4-fb5b-45c5-869b-adbab5bd872f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fc40e4-fb5b-45c5-869b-adbab5bd872f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13991710098413879559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559139917100984138795591399171009841387955913991710098413879559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c4158a-bc47-421f-87f4-5742c18979fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2424ca4a-9b45-405c-8ba8-77bb61d6a7ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2424ca4a-9b45-405c-8ba8-77bb61d6a7ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2398670857400091245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245239867085740009124523986708574000912452398670857400091245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fc40e4-fb5b-45c5-869b-adbab5bd872f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8c4a0b1-abdf-4609-9f09-e23b7c33da22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2424ca4a-9b45-405c-8ba8-77bb61d6a7ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c4a0b1-abdf-4609-9f09-e23b7c33da22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14078740869813396903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903140787408698133969031407874086981339690314078740869813396903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c4a0b1-abdf-4609-9f09-e23b7c33da22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33cb05cb-d65d-4f68-a73a-3106d5f72d89, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33cb05cb-d65d-4f68-a73a-3106d5f72d89, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309426942229897666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666130942694222989766613094269422298976661309426942229897666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08c56c5-6921-4ec2-b0d3-1b6a119abc87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08c56c5-6921-4ec2-b0d3-1b6a119abc87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 777873480156498841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841777873480156498841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33cb05cb-d65d-4f68-a73a-3106d5f72d89, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f78bfa5-753a-4bfb-a338-8f3596c6d30b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08c56c5-6921-4ec2-b0d3-1b6a119abc87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b94e74-e0b8-4036-98c0-289d1fee57d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b94e74-e0b8-4036-98c0-289d1fee57d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866682172030484702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702986668217203048470298666821720304847029866682172030484702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f78bfa5-753a-4bfb-a338-8f3596c6d30b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975685694573530028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028129756856945735300281297568569457353002812975685694573530028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f78bfa5-753a-4bfb-a338-8f3596c6d30b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 691900af-dfd6-490c-bf96-d027e030653d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691900af-dfd6-490c-bf96-d027e030653d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12955783117952230428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428129557831179522304281295578311795223042812955783117952230428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b94e74-e0b8-4036-98c0-289d1fee57d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1d20162-29fd-44fd-a49b-34987bc8966d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d20162-29fd-44fd-a49b-34987bc8966d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3011255972757717554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554301125597275771755430112559727577175543011255972757717554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691900af-dfd6-490c-bf96-d027e030653d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdf5d6d-7a95-4f08-9194-f68f24b119a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdf5d6d-7a95-4f08-9194-f68f24b119a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2958723193738247428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428295872319373824742829587231937382474282958723193738247428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d20162-29fd-44fd-a49b-34987bc8966d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd1d0ccc-07db-4c2d-9a5c-a9023fc855bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd1d0ccc-07db-4c2d-9a5c-a9023fc855bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12421987813848146338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338124219878138481463381242198781384814633812421987813848146338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdf5d6d-7a95-4f08-9194-f68f24b119a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 068d70a3-d215-4261-8ad7-1a78bb97c46b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068d70a3-d215-4261-8ad7-1a78bb97c46b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3101620817301906890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890310162081730190689031016208173019068903101620817301906890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd1d0ccc-07db-4c2d-9a5c-a9023fc855bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068d70a3-d215-4261-8ad7-1a78bb97c46b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3c73018-e6a2-41aa-a224-b2e038c55e25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c73018-e6a2-41aa-a224-b2e038c55e25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11508642960548060180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180115086429605480601801150864296054806018011508642960548060180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbee6104-724c-45b4-9467-b857f98cd8f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbee6104-724c-45b4-9467-b857f98cd8f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16397029052768491285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285163970290527684912851639702905276849128516397029052768491285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c73018-e6a2-41aa-a224-b2e038c55e25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d463531-6adf-4f86-b465-37c544a5f059, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d463531-6adf-4f86-b465-37c544a5f059, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15472659020367167035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035154726590203671670351547265902036716703515472659020367167035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbee6104-724c-45b4-9467-b857f98cd8f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aaa4c5a-3a04-4b45-804a-a9de084237f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aaa4c5a-3a04-4b45-804a-a9de084237f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10086051235591080894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894100860512355910808941008605123559108089410086051235591080894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d463531-6adf-4f86-b465-37c544a5f059, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5faaf385-b4f5-47c5-b987-da4b68ae7fd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5faaf385-b4f5-47c5-b987-da4b68ae7fd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9756341551841300506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506975634155184130050697563415518413005069756341551841300506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aaa4c5a-3a04-4b45-804a-a9de084237f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 500a4462-2858-420d-8189-e3ce8e580736, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500a4462-2858-420d-8189-e3ce8e580736, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568855912840348926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926145688559128403489261456885591284034892614568855912840348926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5faaf385-b4f5-47c5-b987-da4b68ae7fd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8a43862-8341-4682-b3b4-08101d38dafd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a43862-8341-4682-b3b4-08101d38dafd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6115390593160925691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691611539059316092569161153905931609256916115390593160925691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500a4462-2858-420d-8189-e3ce8e580736, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be81c93-ba31-4a6b-8a6f-d552e2b01e8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a43862-8341-4682-b3b4-08101d38dafd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7f7fcd8-dbde-4b85-bd82-ddfa1a081952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f7fcd8-dbde-4b85-bd82-ddfa1a081952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12482567364790611887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887124825673647906118871248256736479061188712482567364790611887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be81c93-ba31-4a6b-8a6f-d552e2b01e8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15884752278573869582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582158847522785738695821588475227857386958215884752278573869582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f7fcd8-dbde-4b85-bd82-ddfa1a081952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 686db646-371f-4ca2-85b2-db27d15b2f3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 686db646-371f-4ca2-85b2-db27d15b2f3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2837503727131629155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155283750372713162915528375037271316291552837503727131629155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be81c93-ba31-4a6b-8a6f-d552e2b01e8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049eee51-3f00-4965-80c0-3833f732ccec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049eee51-3f00-4965-80c0-3833f732ccec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17532440188913536952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952175324401889135369521753244018891353695217532440188913536952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 686db646-371f-4ca2-85b2-db27d15b2f3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c5b62a5-1de9-4375-812a-580be913c7d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5b62a5-1de9-4375-812a-580be913c7d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13557064949052183381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381135570649490521833811355706494905218338113557064949052183381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049eee51-3f00-4965-80c0-3833f732ccec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67339304-85e1-49df-8934-9fbe26df3488, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67339304-85e1-49df-8934-9fbe26df3488, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11352906819037870817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817113529068190378708171135290681903787081711352906819037870817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5b62a5-1de9-4375-812a-580be913c7d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4769dea7-9928-43f4-ad83-5a77f2c41ff2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4769dea7-9928-43f4-ad83-5a77f2c41ff2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701660332323176981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981177016603323231769811770166033232317698117701660332323176981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67339304-85e1-49df-8934-9fbe26df3488, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06277a63-5a9a-42f6-95c9-5730b5eb9ed2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06277a63-5a9a-42f6-95c9-5730b5eb9ed2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150446649771557028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028115044664977155702811504466497715570281150446649771557028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4769dea7-9928-43f4-ad83-5a77f2c41ff2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e853889d-f307-4a5e-9efc-574feb556058, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e853889d-f307-4a5e-9efc-574feb556058, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14421684803384376403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403144216848033843764031442168480338437640314421684803384376403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06277a63-5a9a-42f6-95c9-5730b5eb9ed2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e5359e8-0693-44e9-a2b0-a0ab9603f976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5359e8-0693-44e9-a2b0-a0ab9603f976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11165533692680142430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430111655336926801424301116553369268014243011165533692680142430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e853889d-f307-4a5e-9efc-574feb556058, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a6fbf45-ea75-4965-b324-5de932c365e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6fbf45-ea75-4965-b324-5de932c365e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6213394912364450340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340621339491236445034062133949123644503406213394912364450340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5359e8-0693-44e9-a2b0-a0ab9603f976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0062d0bd-171e-4145-affc-ae896403c2f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0062d0bd-171e-4145-affc-ae896403c2f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620023623748875118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118562002362374887511856200236237488751185620023623748875118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6fbf45-ea75-4965-b324-5de932c365e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70b160ed-17bc-4e4d-930c-2ceab3db392c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b160ed-17bc-4e4d-930c-2ceab3db392c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12042386948304712027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027120423869483047120271204238694830471202712042386948304712027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b160ed-17bc-4e4d-930c-2ceab3db392c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9de636-7e58-4f36-a0b5-22208876d658, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9de636-7e58-4f36-a0b5-22208876d658, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8116005067193047520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520811600506719304752081160050671930475208116005067193047520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0062d0bd-171e-4145-affc-ae896403c2f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcea68ac-ec1d-41ca-80c0-ccfe047ad13a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea68ac-ec1d-41ca-80c0-ccfe047ad13a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17999383007681037518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518179993830076810375181799938300768103751817999383007681037518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9de636-7e58-4f36-a0b5-22208876d658, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 204b54df-6f6a-4e46-ad93-d72b4cf32e9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 204b54df-6f6a-4e46-ad93-d72b4cf32e9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12772451762480507817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817127724517624805078171277245176248050781712772451762480507817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea68ac-ec1d-41ca-80c0-ccfe047ad13a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d9939d9-20f3-4288-af43-8898d45157e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9939d9-20f3-4288-af43-8898d45157e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2206806855945333723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723220680685594533372322068068559453337232206806855945333723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 204b54df-6f6a-4e46-ad93-d72b4cf32e9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b1801b0-11b6-40ea-b9f1-20a2a5f6ae30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b1801b0-11b6-40ea-b9f1-20a2a5f6ae30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225505312571147282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282822550531257114728282255053125711472828225505312571147282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9939d9-20f3-4288-af43-8898d45157e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f03787c-344d-4382-98bb-6963bbf14522, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f03787c-344d-4382-98bb-6963bbf14522, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251970911708887580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580142519709117088875801425197091170888758014251970911708887580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f03787c-344d-4382-98bb-6963bbf14522, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f534a26-e3ed-410a-b547-6838df0a1952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f534a26-e3ed-410a-b547-6838df0a1952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16558482129182809481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481165584821291828094811655848212918280948116558482129182809481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b1801b0-11b6-40ea-b9f1-20a2a5f6ae30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099395bd-609b-4d0f-b9fd-e6c7102d24b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099395bd-609b-4d0f-b9fd-e6c7102d24b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054809966044393796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796110548099660443937961105480996604439379611054809966044393796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099395bd-609b-4d0f-b9fd-e6c7102d24b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50669298-9e12-44b0-9f7f-5e718507c520, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50669298-9e12-44b0-9f7f-5e718507c520, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756816753399302341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341475681675339930234147568167533993023414756816753399302341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f534a26-e3ed-410a-b547-6838df0a1952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffc8ee1c-93c2-4534-97bf-fcb5c9de5e24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc8ee1c-93c2-4534-97bf-fcb5c9de5e24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18137772667320360260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260181377726673203602601813777266732036026018137772667320360260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50669298-9e12-44b0-9f7f-5e718507c520, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d857221c-69cf-4001-8552-337b6a905c72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d857221c-69cf-4001-8552-337b6a905c72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 65347223325865449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449653472233258654496534722332586544965347223325865449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d857221c-69cf-4001-8552-337b6a905c72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9297a5a6-3791-4582-b01c-a73af0fac787, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9297a5a6-3791-4582-b01c-a73af0fac787, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173317101433853723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723171733171014338537231717331710143385372317173317101433853723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc8ee1c-93c2-4534-97bf-fcb5c9de5e24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9297a5a6-3791-4582-b01c-a73af0fac787, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7de7d7f5-04af-4aa1-8c28-e311127c09a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7de7d7f5-04af-4aa1-8c28-e311127c09a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208996398400078949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949620899639840007894962089963984000789496208996398400078949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e115d0d8-4ec8-4a99-a81d-07a200562dba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e115d0d8-4ec8-4a99-a81d-07a200562dba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947277528488614151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151169472775284886141511694727752848861415116947277528488614151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7de7d7f5-04af-4aa1-8c28-e311127c09a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 443fe029-4e4b-457a-8c75-92b4f022704b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443fe029-4e4b-457a-8c75-92b4f022704b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6088538521574502210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210608853852157450221060885385215745022106088538521574502210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e115d0d8-4ec8-4a99-a81d-07a200562dba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23c26ea6-246f-4c60-9a3d-b600d98f7721, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23c26ea6-246f-4c60-9a3d-b600d98f7721, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805646584380683725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725128056465843806837251280564658438068372512805646584380683725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443fe029-4e4b-457a-8c75-92b4f022704b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e7c03ad-edbf-470c-8f4f-05aa69ed647c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e7c03ad-edbf-470c-8f4f-05aa69ed647c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3554655554487899936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936355465555448789993635546555544878999363554655554487899936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23c26ea6-246f-4c60-9a3d-b600d98f7721, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb190d87-a602-421b-a62c-5d73a79a9afe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb190d87-a602-421b-a62c-5d73a79a9afe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17114184939904587946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946171141849399045879461711418493990458794617114184939904587946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e7c03ad-edbf-470c-8f4f-05aa69ed647c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e1c370-ed49-4257-9b07-a75bd3b77b51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e1c370-ed49-4257-9b07-a75bd3b77b51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461797351446940337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337446179735144694033744617973514469403374461797351446940337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb190d87-a602-421b-a62c-5d73a79a9afe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe2c884-a780-4f7e-936f-cb4c942fdadb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe2c884-a780-4f7e-936f-cb4c942fdadb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129088275689354224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224112908827568935422411290882756893542241129088275689354224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e1c370-ed49-4257-9b07-a75bd3b77b51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb1e1094-689e-425b-b28c-a55abc966a47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb1e1094-689e-425b-b28c-a55abc966a47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1255459526668197103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103125545952666819710312554595266681971031255459526668197103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe2c884-a780-4f7e-936f-cb4c942fdadb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e3cb145-fa5b-403b-a38f-d37b6c78a443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e3cb145-fa5b-403b-a38f-d37b6c78a443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096290060731179263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263160962900607311792631609629006073117926316096290060731179263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb1e1094-689e-425b-b28c-a55abc966a47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9dfd14c-1fb9-4aa8-ad10-fb7a79914436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9dfd14c-1fb9-4aa8-ad10-fb7a79914436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17064038722460813753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753170640387224608137531706403872246081375317064038722460813753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e3cb145-fa5b-403b-a38f-d37b6c78a443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9dfd14c-1fb9-4aa8-ad10-fb7a79914436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9520c4-8409-4018-a279-73d6f0e56605, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9520c4-8409-4018-a279-73d6f0e56605, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12432313961964847711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711124323139619648477111243231396196484771112432313961964847711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45718c9-87ec-4260-be09-ce6518092572, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45718c9-87ec-4260-be09-ce6518092572, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5959197455654604879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879595919745565460487959591974556546048795959197455654604879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9520c4-8409-4018-a279-73d6f0e56605, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed73fe08-0413-4367-adbd-4350955207dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed73fe08-0413-4367-adbd-4350955207dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760091917538179344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344576009191753817934457600919175381793445760091917538179344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45718c9-87ec-4260-be09-ce6518092572, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd40928b-d16a-4586-8f93-96a7253b3ba4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd40928b-d16a-4586-8f93-96a7253b3ba4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5756351704998126737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737575635170499812673757563517049981267375756351704998126737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed73fe08-0413-4367-adbd-4350955207dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9575c98c-581e-45d6-bf27-8830b21cea9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9575c98c-581e-45d6-bf27-8830b21cea9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13568135377702354594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594135681353777023545941356813537770235459413568135377702354594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd40928b-d16a-4586-8f93-96a7253b3ba4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 086eca94-6963-46b3-a81d-a020b5d03c59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 086eca94-6963-46b3-a81d-a020b5d03c59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 610189139670860820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820610189139670860820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9575c98c-581e-45d6-bf27-8830b21cea9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3854bb2-5a9f-4c5c-b317-c28ddae285d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 086eca94-6963-46b3-a81d-a020b5d03c59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3854bb2-5a9f-4c5c-b317-c28ddae285d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640983207229186162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162764098320722918616276409832072291861627640983207229186162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 756e7d98-d522-4169-9360-7a8e5d05ff0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756e7d98-d522-4169-9360-7a8e5d05ff0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15020640681198473714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714150206406811984737141502064068119847371415020640681198473714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3854bb2-5a9f-4c5c-b317-c28ddae285d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9aff88ed-05db-4a6a-9d30-bb104a5b9881, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aff88ed-05db-4a6a-9d30-bb104a5b9881, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76356170545316418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418763561705453164187635617054531641876356170545316418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756e7d98-d522-4169-9360-7a8e5d05ff0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b58d957-46fd-4b2e-8f5b-2e9fd857eb42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b58d957-46fd-4b2e-8f5b-2e9fd857eb42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17149943564418579758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758171499435644185797581714994356441857975817149943564418579758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aff88ed-05db-4a6a-9d30-bb104a5b9881, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 782e7a08-146f-463d-8ff2-35e1e5edfb15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782e7a08-146f-463d-8ff2-35e1e5edfb15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5880880897738797887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887588088089773879788758808808977387978875880880897738797887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b58d957-46fd-4b2e-8f5b-2e9fd857eb42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2423045-8c86-4ca6-bf6c-0e4a4d62805d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2423045-8c86-4ca6-bf6c-0e4a4d62805d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468558384830245439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439746855838483024543974685583848302454397468558384830245439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782e7a08-146f-463d-8ff2-35e1e5edfb15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a96819-a3d3-4aeb-9307-30a115bd109a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a96819-a3d3-4aeb-9307-30a115bd109a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217819127767599302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302172178191277675993021721781912776759930217217819127767599302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2423045-8c86-4ca6-bf6c-0e4a4d62805d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf2bb42a-f0c9-4c8e-886c-8d18b9e391c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf2bb42a-f0c9-4c8e-886c-8d18b9e391c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465169269785466463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463246516926978546646324651692697854664632465169269785466463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a96819-a3d3-4aeb-9307-30a115bd109a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7b4c21-0e09-47a2-af3e-4e7867a9dc7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7b4c21-0e09-47a2-af3e-4e7867a9dc7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12560751223649634310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310125607512236496343101256075122364963431012560751223649634310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf2bb42a-f0c9-4c8e-886c-8d18b9e391c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ad4c82e-e1d2-4c8e-a09e-c74b3ebdd3d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad4c82e-e1d2-4c8e-a09e-c74b3ebdd3d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2421226294663978316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316242122629466397831624212262946639783162421226294663978316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7b4c21-0e09-47a2-af3e-4e7867a9dc7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e62bc6d-d28a-4f61-a833-b986edf8dc55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e62bc6d-d28a-4f61-a833-b986edf8dc55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13414811058904071604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604134148110589040716041341481105890407160413414811058904071604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ad4c82e-e1d2-4c8e-a09e-c74b3ebdd3d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4690a93-8d16-4042-9a94-3ccb0192d703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4690a93-8d16-4042-9a94-3ccb0192d703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1611283895099684355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355161128389509968435516112838950996843551611283895099684355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e62bc6d-d28a-4f61-a833-b986edf8dc55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3db352e2-d885-492b-8044-79121a3a01e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db352e2-d885-492b-8044-79121a3a01e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368123344144727124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124143681233441447271241436812334414472712414368123344144727124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4690a93-8d16-4042-9a94-3ccb0192d703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed902e7-3139-4e61-94a0-88bec2b30537, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed902e7-3139-4e61-94a0-88bec2b30537, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4436846628259302895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895443684662825930289544368466282593028954436846628259302895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db352e2-d885-492b-8044-79121a3a01e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e95bb39-414a-472e-9d9d-a4d3d272df47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e95bb39-414a-472e-9d9d-a4d3d272df47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8223419821323421907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907822341982132342190782234198213234219078223419821323421907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed902e7-3139-4e61-94a0-88bec2b30537, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 871f0082-0ddf-4def-8b03-dad4b2ccbb15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871f0082-0ddf-4def-8b03-dad4b2ccbb15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695610812980303588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588166956108129803035881669561081298030358816695610812980303588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e95bb39-414a-472e-9d9d-a4d3d272df47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 751c9806-afb8-4344-82a7-59b31737b81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751c9806-afb8-4344-82a7-59b31737b81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14888031523195610085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085148880315231956100851488803152319561008514888031523195610085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871f0082-0ddf-4def-8b03-dad4b2ccbb15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 587dbbd2-248c-4114-a81d-df7f8afb983b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587dbbd2-248c-4114-a81d-df7f8afb983b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3603987290660951276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276360398729066095127636039872906609512763603987290660951276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751c9806-afb8-4344-82a7-59b31737b81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e1f39ad-ae37-42f5-a1f9-71d25984235c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e1f39ad-ae37-42f5-a1f9-71d25984235c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734161214861129876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876573416121486112987657341612148611298765734161214861129876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587dbbd2-248c-4114-a81d-df7f8afb983b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50a5df69-7cfe-40df-8823-e180d1a74723, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a5df69-7cfe-40df-8823-e180d1a74723, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2609469544374255635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635260946954437425563526094695443742556352609469544374255635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e1f39ad-ae37-42f5-a1f9-71d25984235c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81c88a44-0435-4608-b7fd-32f6c8aedc7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c88a44-0435-4608-b7fd-32f6c8aedc7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3694411655922890941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941369441165592289094136944116559228909413694411655922890941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a5df69-7cfe-40df-8823-e180d1a74723, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab814fa-38a8-4fd4-9fc9-51dabcf4d116, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab814fa-38a8-4fd4-9fc9-51dabcf4d116, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17311660828441756433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433173116608284417564331731166082844175643317311660828441756433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c88a44-0435-4608-b7fd-32f6c8aedc7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ec5730e-ec50-41e3-85d9-2abc81478464, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec5730e-ec50-41e3-85d9-2abc81478464, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8229421233174415414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414822942123317441541482294212331744154148229421233174415414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab814fa-38a8-4fd4-9fc9-51dabcf4d116, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba2634be-0c0b-4730-9503-62768af9179c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2634be-0c0b-4730-9503-62768af9179c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305897542642240646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646133058975426422406461330589754264224064613305897542642240646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec5730e-ec50-41e3-85d9-2abc81478464, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3494cbb1-81ca-4c15-92e7-f0cacf7a3c22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2634be-0c0b-4730-9503-62768af9179c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4d804c2-29c7-4ba2-8ffd-f582249db084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d804c2-29c7-4ba2-8ffd-f582249db084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14857948816803305145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145148579488168033051451485794881680330514514857948816803305145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3494cbb1-81ca-4c15-92e7-f0cacf7a3c22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14626628195275083797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797146266281952750837971462662819527508379714626628195275083797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d804c2-29c7-4ba2-8ffd-f582249db084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5af56ce-6d41-4805-8a76-4d2a58720be9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3494cbb1-81ca-4c15-92e7-f0cacf7a3c22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11770e27-78fe-4b5c-a90a-03bff6ecc796, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11770e27-78fe-4b5c-a90a-03bff6ecc796, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208231849715772169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169720823184971577216972082318497157721697208231849715772169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5af56ce-6d41-4805-8a76-4d2a58720be9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2706384916314268123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123270638491631426812327063849163142681232706384916314268123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11770e27-78fe-4b5c-a90a-03bff6ecc796, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e535c8db-8314-48f7-b1d6-9ccc6f271afe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e535c8db-8314-48f7-b1d6-9ccc6f271afe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880699076775558063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063388069907677555806338806990767755580633880699076775558063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5af56ce-6d41-4805-8a76-4d2a58720be9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d494ae07-c05b-41e1-984b-45e54c7b8847, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d494ae07-c05b-41e1-984b-45e54c7b8847, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14686987895463846931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931146869878954638469311468698789546384693114686987895463846931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e535c8db-8314-48f7-b1d6-9ccc6f271afe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23ed03a8-7546-4d28-afbc-00d04199ab41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ed03a8-7546-4d28-afbc-00d04199ab41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108871734229775743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743810887173422977574381088717342297757438108871734229775743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d494ae07-c05b-41e1-984b-45e54c7b8847, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd2f1728-11cb-4c55-8537-e60d884b4854, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2f1728-11cb-4c55-8537-e60d884b4854, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041582129242762785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785704158212924276278570415821292427627857041582129242762785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ed03a8-7546-4d28-afbc-00d04199ab41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ed07eb5-bbe7-4ac1-9285-f828c23e48c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2f1728-11cb-4c55-8537-e60d884b4854, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9f01a9e-47af-4ee1-b325-4aa7f5cd4a2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed07eb5-bbe7-4ac1-9285-f828c23e48c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5724556710948424878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878572455671094842487857245567109484248785724556710948424878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f01a9e-47af-4ee1-b325-4aa7f5cd4a2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14659110631556758637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637146591106315567586371465911063155675863714659110631556758637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed07eb5-bbe7-4ac1-9285-f828c23e48c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e492f175-715d-494d-8797-fa1d857dbb9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e492f175-715d-494d-8797-fa1d857dbb9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11094286690008917366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366110942866900089173661109428669000891736611094286690008917366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f01a9e-47af-4ee1-b325-4aa7f5cd4a2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d70f4991-6a6c-4e72-a13e-47ecf6111af3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70f4991-6a6c-4e72-a13e-47ecf6111af3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644598169324765228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228106445981693247652281064459816932476522810644598169324765228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e492f175-715d-494d-8797-fa1d857dbb9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c7fa77b-fede-40b1-9e31-45f5afdd0371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7fa77b-fede-40b1-9e31-45f5afdd0371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14123038176766099054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054141230381767660990541412303817676609905414123038176766099054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70f4991-6a6c-4e72-a13e-47ecf6111af3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2802eab9-ae5c-43cb-a9e7-3603107b8132, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2802eab9-ae5c-43cb-a9e7-3603107b8132, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15792807154357390723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723157928071543573907231579280715435739072315792807154357390723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7fa77b-fede-40b1-9e31-45f5afdd0371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a706558-698e-4088-b533-2a6989078110, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a706558-698e-4088-b533-2a6989078110, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10729746185577029165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165107297461855770291651072974618557702916510729746185577029165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2802eab9-ae5c-43cb-a9e7-3603107b8132, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ab56e41-ab7a-4a99-9b44-f4cd3186deac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ab56e41-ab7a-4a99-9b44-f4cd3186deac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073235465520881394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394120732354655208813941207323546552088139412073235465520881394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a706558-698e-4088-b533-2a6989078110, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9690f983-b7e5-4d2a-aca8-727389ba8022, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9690f983-b7e5-4d2a-aca8-727389ba8022, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10106857567849392764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764101068575678493927641010685756784939276410106857567849392764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ab56e41-ab7a-4a99-9b44-f4cd3186deac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d80c118-9fb5-41e3-b05e-0e30292e914d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d80c118-9fb5-41e3-b05e-0e30292e914d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3357920189090603128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128335792018909060312833579201890906031283357920189090603128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9690f983-b7e5-4d2a-aca8-727389ba8022, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6948420-b408-4a49-b494-30bdd6f04be7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6948420-b408-4a49-b494-30bdd6f04be7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5019425787982384641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641501942578798238464150194257879823846415019425787982384641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d80c118-9fb5-41e3-b05e-0e30292e914d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e8967f7-91b3-4a30-b966-6035c2cf4dab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8967f7-91b3-4a30-b966-6035c2cf4dab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503231434385723637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637950323143438572363795032314343857236379503231434385723637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6948420-b408-4a49-b494-30bdd6f04be7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 656b0a42-d986-48b9-9062-20fe883d9540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 656b0a42-d986-48b9-9062-20fe883d9540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497877250660716123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123249787725066071612324978772506607161232497877250660716123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8967f7-91b3-4a30-b966-6035c2cf4dab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8a2f9d4-47a6-49f0-9602-dd9b9dbf107a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a2f9d4-47a6-49f0-9602-dd9b9dbf107a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854303009486289269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269148543030094862892691485430300948628926914854303009486289269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 656b0a42-d986-48b9-9062-20fe883d9540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a534a0-47bf-4cac-9f41-1e1f756ddb34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a534a0-47bf-4cac-9f41-1e1f756ddb34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12605396094314944751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751126053960943149447511260539609431494475112605396094314944751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a2f9d4-47a6-49f0-9602-dd9b9dbf107a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02288365-45e8-4a07-9c79-296c7b55979e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02288365-45e8-4a07-9c79-296c7b55979e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6764330959068904337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337676433095906890433767643309590689043376764330959068904337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a534a0-47bf-4cac-9f41-1e1f756ddb34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2240930b-f60b-41e8-ba52-87d8178c5333, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2240930b-f60b-41e8-ba52-87d8178c5333, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2404961734157187778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778240496173415718777824049617341571877782404961734157187778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02288365-45e8-4a07-9c79-296c7b55979e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9faf62ec-b66a-45cb-a566-1d7da53a54bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9faf62ec-b66a-45cb-a566-1d7da53a54bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16304155611514656778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778163041556115146567781630415561151465677816304155611514656778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2240930b-f60b-41e8-ba52-87d8178c5333, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80b53acc-7bb5-47e6-b3fd-1bec1d4ad11b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9faf62ec-b66a-45cb-a566-1d7da53a54bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b53acc-7bb5-47e6-b3fd-1bec1d4ad11b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2875517310049183349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349287551731004918334928755173100491833492875517310049183349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 031e5e0d-3ddd-49ed-b6bd-807a77b9cb28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031e5e0d-3ddd-49ed-b6bd-807a77b9cb28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3064357061084624445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445306435706108462444530643570610846244453064357061084624445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b53acc-7bb5-47e6-b3fd-1bec1d4ad11b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031e5e0d-3ddd-49ed-b6bd-807a77b9cb28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aea12e9f-6515-492f-8055-b52fcb33ffb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ae6c50-99ea-4a0b-a7c8-c396eb9c9b70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea12e9f-6515-492f-8055-b52fcb33ffb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1429975378382109260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260142997537838210926014299753783821092601429975378382109260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ae6c50-99ea-4a0b-a7c8-c396eb9c9b70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975842518882301139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139129758425188823011391297584251888230113912975842518882301139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea12e9f-6515-492f-8055-b52fcb33ffb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7ee8d6-e6ed-4aa0-a505-bd08ff4a1fa7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7ee8d6-e6ed-4aa0-a505-bd08ff4a1fa7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058121310010570744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744100581213100105707441005812131001057074410058121310010570744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ae6c50-99ea-4a0b-a7c8-c396eb9c9b70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4ade28-4d26-4fc9-8cbb-2ac2728804b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4ade28-4d26-4fc9-8cbb-2ac2728804b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3694121089842546855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855369412108984254685536941210898425468553694121089842546855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7ee8d6-e6ed-4aa0-a505-bd08ff4a1fa7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 610be4ae-81a1-47b2-ab58-88d2ef4dadfa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610be4ae-81a1-47b2-ab58-88d2ef4dadfa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 433635229229262146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146433635229229262146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4ade28-4d26-4fc9-8cbb-2ac2728804b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce9d6570-9f16-44c1-8a60-68c51f118a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce9d6570-9f16-44c1-8a60-68c51f118a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10460611001750898556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556104606110017508985561046061100175089855610460611001750898556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610be4ae-81a1-47b2-ab58-88d2ef4dadfa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66b4da50-2474-4e4a-91a5-c9b621392143, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66b4da50-2474-4e4a-91a5-c9b621392143, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2205006864404734896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896220500686440473489622050068644047348962205006864404734896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce9d6570-9f16-44c1-8a60-68c51f118a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3932fb3e-8602-407c-b655-1f98ceccf51a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3932fb3e-8602-407c-b655-1f98ceccf51a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389461819964596017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017173894618199645960171738946181996459601717389461819964596017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66b4da50-2474-4e4a-91a5-c9b621392143, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd2b3cb3-7aab-4403-b964-8976c07818c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd2b3cb3-7aab-4403-b964-8976c07818c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5666818648502066768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768566681864850206676856668186485020667685666818648502066768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3932fb3e-8602-407c-b655-1f98ceccf51a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f46d9fc9-0f98-478d-814e-6bbfb07f0814, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46d9fc9-0f98-478d-814e-6bbfb07f0814, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13898004186104552670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670138980041861045526701389800418610455267013898004186104552670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd2b3cb3-7aab-4403-b964-8976c07818c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1305935-35f5-424d-ae9a-41f45ca999bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1305935-35f5-424d-ae9a-41f45ca999bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4409355048184294845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845440935504818429484544093550481842948454409355048184294845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1305935-35f5-424d-ae9a-41f45ca999bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 709d50f3-b7d1-4b68-8b71-4fce22899e82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709d50f3-b7d1-4b68-8b71-4fce22899e82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2103908354018405560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560210390835401840556021039083540184055602103908354018405560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46d9fc9-0f98-478d-814e-6bbfb07f0814, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19126374-d087-45ed-bc71-b9835849b56f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19126374-d087-45ed-bc71-b9835849b56f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7346510064196526836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836734651006419652683673465100641965268367346510064196526836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709d50f3-b7d1-4b68-8b71-4fce22899e82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80be68d-e93b-4b09-b932-e9dadd469a80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80be68d-e93b-4b09-b932-e9dadd469a80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492183396769777522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522249218339676977752224921833967697775222492183396769777522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19126374-d087-45ed-bc71-b9835849b56f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49316e7d-dcd5-4d9b-9d57-47030a6d5d5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49316e7d-dcd5-4d9b-9d57-47030a6d5d5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950063226447773946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946149500632264477739461495006322644777394614950063226447773946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80be68d-e93b-4b09-b932-e9dadd469a80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d79ae8-5279-4b46-9ca5-a3598c4287c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d79ae8-5279-4b46-9ca5-a3598c4287c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13561763127000012266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266135617631270000122661356176312700001226613561763127000012266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49316e7d-dcd5-4d9b-9d57-47030a6d5d5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2205551a-37a5-4b77-8223-1051ff114974, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2205551a-37a5-4b77-8223-1051ff114974, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1519910178180213649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649151991017818021364915199101781802136491519910178180213649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d79ae8-5279-4b46-9ca5-a3598c4287c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861c4502-8237-4436-8b70-9d3911f13a38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861c4502-8237-4436-8b70-9d3911f13a38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10174529909806232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232101745299098062321017452990980623210174529909806232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2205551a-37a5-4b77-8223-1051ff114974, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84a07646-e90b-429d-8017-a6d550584b11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a07646-e90b-429d-8017-a6d550584b11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11892348016598107869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869118923480165981078691189234801659810786911892348016598107869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861c4502-8237-4436-8b70-9d3911f13a38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4860bc1e-69cb-4596-bfe2-1a015dc9c9cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4860bc1e-69cb-4596-bfe2-1a015dc9c9cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12081822889557118862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862120818228895571188621208182288955711886212081822889557118862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a07646-e90b-429d-8017-a6d550584b11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f57891-f1f5-44aa-834a-bef6443efe6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f57891-f1f5-44aa-834a-bef6443efe6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8248359028997195567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567824835902899719556782483590289971955678248359028997195567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4860bc1e-69cb-4596-bfe2-1a015dc9c9cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84d6e41e-d2a7-4990-b57d-eebaf5454a6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d6e41e-d2a7-4990-b57d-eebaf5454a6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12874079558740534763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763128740795587405347631287407955874053476312874079558740534763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f57891-f1f5-44aa-834a-bef6443efe6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a784e06d-c66c-43c9-80dd-149cc6bb06a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a784e06d-c66c-43c9-80dd-149cc6bb06a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10770795669537153425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425107707956695371534251077079566953715342510770795669537153425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d6e41e-d2a7-4990-b57d-eebaf5454a6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da071e78-8b69-4313-a45e-33c6428a344e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da071e78-8b69-4313-a45e-33c6428a344e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842048438301516411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411148420484383015164111484204843830151641114842048438301516411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a784e06d-c66c-43c9-80dd-149cc6bb06a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eeed6ea-84ad-4acd-859f-b6af1e679168, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eeed6ea-84ad-4acd-859f-b6af1e679168, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773789401425330745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745477378940142533074547737894014253307454773789401425330745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da071e78-8b69-4313-a45e-33c6428a344e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef5311d6-07ee-4ad6-a2ce-e5f026637ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef5311d6-07ee-4ad6-a2ce-e5f026637ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17663096798652722730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730176630967986527227301766309679865272273017663096798652722730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eeed6ea-84ad-4acd-859f-b6af1e679168, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11bbe90-7414-431c-a9d1-a558918384b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11bbe90-7414-431c-a9d1-a558918384b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10466100512078930979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979104661005120789309791046610051207893097910466100512078930979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef5311d6-07ee-4ad6-a2ce-e5f026637ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5ce09a-e3e0-48e5-aac5-996716acd697, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5ce09a-e3e0-48e5-aac5-996716acd697, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066371153886609844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844206637115388660984420663711538866098442066371153886609844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5ce09a-e3e0-48e5-aac5-996716acd697, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec94d814-998c-4a8f-8bf4-426197123dc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec94d814-998c-4a8f-8bf4-426197123dc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13053456923942011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011130534569239420111305345692394201113053456923942011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11bbe90-7414-431c-a9d1-a558918384b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24bfe90c-d465-4d33-9ac3-f1abc44f82f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24bfe90c-d465-4d33-9ac3-f1abc44f82f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7468206098174770269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269746820609817477026974682060981747702697468206098174770269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec94d814-998c-4a8f-8bf4-426197123dc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68fedbfd-5b71-4f89-bd1d-65be780f8f8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68fedbfd-5b71-4f89-bd1d-65be780f8f8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8793512656222887759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759879351265622288775987935126562228877598793512656222887759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24bfe90c-d465-4d33-9ac3-f1abc44f82f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5a1bfdc-069f-4a3e-aefd-00e34010c23f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a1bfdc-069f-4a3e-aefd-00e34010c23f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9758661533191844081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081975866153319184408197586615331918440819758661533191844081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68fedbfd-5b71-4f89-bd1d-65be780f8f8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9744699d-f301-4585-a81f-e4af86fbd5c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9744699d-f301-4585-a81f-e4af86fbd5c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6303288997277386913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913630328899727738691363032889972773869136303288997277386913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a1bfdc-069f-4a3e-aefd-00e34010c23f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1048ccb3-45b6-45fe-8eda-b14bfa2580f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1048ccb3-45b6-45fe-8eda-b14bfa2580f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661439400851450198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198136614394008514501981366143940085145019813661439400851450198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9744699d-f301-4585-a81f-e4af86fbd5c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e9460ad-3761-4a6c-b36c-62df89b1f77e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9460ad-3761-4a6c-b36c-62df89b1f77e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492964228679076950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950249296422867907695024929642286790769502492964228679076950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1048ccb3-45b6-45fe-8eda-b14bfa2580f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a782e71-864c-4eaf-9726-4472bf06d687, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a782e71-864c-4eaf-9726-4472bf06d687, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8489145134399666550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550848914513439966655084891451343996665508489145134399666550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9460ad-3761-4a6c-b36c-62df89b1f77e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4936916-ce1d-40ba-86ae-0251375f1bf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4936916-ce1d-40ba-86ae-0251375f1bf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11992167087588258765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765119921670875882587651199216708758825876511992167087588258765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a782e71-864c-4eaf-9726-4472bf06d687, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 414face3-501d-41bd-95b1-a47284890b4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 414face3-501d-41bd-95b1-a47284890b4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6491948324387948475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475649194832438794847564919483243879484756491948324387948475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4936916-ce1d-40ba-86ae-0251375f1bf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0f27352-cf03-4b3a-b87c-e2b92542b5d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f27352-cf03-4b3a-b87c-e2b92542b5d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17736915178885262260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260177369151788852622601773691517888526226017736915178885262260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 414face3-501d-41bd-95b1-a47284890b4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f27352-cf03-4b3a-b87c-e2b92542b5d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e65ba987-86ed-4c99-b64b-88bbb17d7563, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65ba987-86ed-4c99-b64b-88bbb17d7563, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12193312241052464351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351121933122410524643511219331224105246435112193312241052464351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f999bec2-1b7d-433b-8399-fa11efc3c8a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f999bec2-1b7d-433b-8399-fa11efc3c8a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8095219633014325886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886809521963301432588680952196330143258868095219633014325886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65ba987-86ed-4c99-b64b-88bbb17d7563, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f999bec2-1b7d-433b-8399-fa11efc3c8a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b943c36-316f-4fc0-ba4a-b036ba17f010, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18faf040-86ac-43b4-92a1-1b49aaf0ba3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18faf040-86ac-43b4-92a1-1b49aaf0ba3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222791528212049911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911162227915282120499111622279152821204991116222791528212049911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b943c36-316f-4fc0-ba4a-b036ba17f010, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15449933773564853319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319154499337735648533191544993377356485331915449933773564853319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18faf040-86ac-43b4-92a1-1b49aaf0ba3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e9f71a-8cbc-4d30-9d70-c43d9f99a0c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e9f71a-8cbc-4d30-9d70-c43d9f99a0c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679887738613730910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910467988773861373091046798877386137309104679887738613730910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b943c36-316f-4fc0-ba4a-b036ba17f010, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d1006d3-0d34-43ca-9fff-2c3ac8df9bcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d1006d3-0d34-43ca-9fff-2c3ac8df9bcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14028823852836341148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148140288238528363411481402882385283634114814028823852836341148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e9f71a-8cbc-4d30-9d70-c43d9f99a0c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6b2b0fb-acba-4615-b789-6b0c90fac720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b2b0fb-acba-4615-b789-6b0c90fac720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554382518332739264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264255438251833273926425543825183327392642554382518332739264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d1006d3-0d34-43ca-9fff-2c3ac8df9bcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267f9af4-76cd-40b9-8834-966c2deb10ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267f9af4-76cd-40b9-8834-966c2deb10ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15447443204816911209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209154474432048169112091544744320481691120915447443204816911209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b2b0fb-acba-4615-b789-6b0c90fac720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75a7f41-1561-4f63-8832-d7cc4c8ee9dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75a7f41-1561-4f63-8832-d7cc4c8ee9dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16735185061117778461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461167351850611177784611673518506111777846116735185061117778461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267f9af4-76cd-40b9-8834-966c2deb10ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 764016b8-87ff-4c53-a9b4-b05bbc7d74b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764016b8-87ff-4c53-a9b4-b05bbc7d74b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2217169954770363764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764221716995477036376422171699547703637642217169954770363764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75a7f41-1561-4f63-8832-d7cc4c8ee9dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764016b8-87ff-4c53-a9b4-b05bbc7d74b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e331a0c0-252d-425d-bf3b-eafdcacf1b22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e331a0c0-252d-425d-bf3b-eafdcacf1b22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14518801790084566332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332145188017900845663321451880179008456633214518801790084566332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b327ca6-b0ee-4e9a-b2fa-c7db97e94430, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b327ca6-b0ee-4e9a-b2fa-c7db97e94430, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6814087513841010522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522681408751384101052268140875138410105226814087513841010522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e331a0c0-252d-425d-bf3b-eafdcacf1b22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59336372-87f1-4594-943c-0621235fa943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59336372-87f1-4594-943c-0621235fa943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16646550085149611006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006166465500851496110061664655008514961100616646550085149611006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b327ca6-b0ee-4e9a-b2fa-c7db97e94430, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 599f9ee1-155a-4596-88bf-50f9c689ef08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599f9ee1-155a-4596-88bf-50f9c689ef08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10916853182349264031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031109168531823492640311091685318234926403110916853182349264031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59336372-87f1-4594-943c-0621235fa943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54e32e27-9174-4424-9010-a37b76c567a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54e32e27-9174-4424-9010-a37b76c567a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16678203623419862100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100166782036234198621001667820362341986210016678203623419862100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599f9ee1-155a-4596-88bf-50f9c689ef08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a212486c-7114-4a2e-a608-be262e0dc3ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a212486c-7114-4a2e-a608-be262e0dc3ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10798804347511742103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103107988043475117421031079880434751174210310798804347511742103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54e32e27-9174-4424-9010-a37b76c567a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a212486c-7114-4a2e-a608-be262e0dc3ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d87b2e2d-033f-4993-8c6a-93074beaa225, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d87b2e2d-033f-4993-8c6a-93074beaa225, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1486261132822430799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799148626113282243079914862611328224307991486261132822430799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6493767-25f0-4853-a836-571576988634, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6493767-25f0-4853-a836-571576988634, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15338392704358073652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652153383927043580736521533839270435807365215338392704358073652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d87b2e2d-033f-4993-8c6a-93074beaa225, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6493767-25f0-4853-a836-571576988634, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 766294aa-2e7f-474d-a31f-11dc9dae773d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766294aa-2e7f-474d-a31f-11dc9dae773d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6958071772935391430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430695807177293539143069580717729353914306958071772935391430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca29e20-14a0-4738-91a3-5c8c9d484d21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca29e20-14a0-4738-91a3-5c8c9d484d21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10231759160926866525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525102317591609268665251023175916092686652510231759160926866525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766294aa-2e7f-474d-a31f-11dc9dae773d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a88d50e-c11c-4f38-a45f-7abf02bbbc63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca29e20-14a0-4738-91a3-5c8c9d484d21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b4f166-d662-44b7-89f0-bbd95a549c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b4f166-d662-44b7-89f0-bbd95a549c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12079179334056289067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067120791793340562890671207917933405628906712079179334056289067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a88d50e-c11c-4f38-a45f-7abf02bbbc63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9315986834836840349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349931598683483684034993159868348368403499315986834836840349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b4f166-d662-44b7-89f0-bbd95a549c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a88d50e-c11c-4f38-a45f-7abf02bbbc63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aff2e8f8-e096-4c82-831f-a8f3c88e931e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fed21ea-fd94-4a92-89f2-174205f9cd9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fed21ea-fd94-4a92-89f2-174205f9cd9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048025614179075082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082304802561417907508230480256141790750823048025614179075082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aff2e8f8-e096-4c82-831f-a8f3c88e931e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879554888825379923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923387955488882537992338795548888253799233879554888825379923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fed21ea-fd94-4a92-89f2-174205f9cd9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b3deb91-3d5a-4741-a055-d9c351a34a63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3deb91-3d5a-4741-a055-d9c351a34a63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207711687545192227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227172077116875451922271720771168754519222717207711687545192227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aff2e8f8-e096-4c82-831f-a8f3c88e931e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9548ff08-a872-4067-8f1d-aa93c1e91dd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9548ff08-a872-4067-8f1d-aa93c1e91dd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959507310115605091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091119595073101156050911195950731011560509111959507310115605091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3deb91-3d5a-4741-a055-d9c351a34a63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74c7002e-1cd9-4a66-befa-ca1995f7599d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c7002e-1cd9-4a66-befa-ca1995f7599d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17643017746936894519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519176430177469368945191764301774693689451917643017746936894519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9548ff08-a872-4067-8f1d-aa93c1e91dd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c933d4-c016-4a6e-82cd-005626211bc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c933d4-c016-4a6e-82cd-005626211bc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17195190017762221478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478171951900177622214781719519001776222147817195190017762221478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c7002e-1cd9-4a66-befa-ca1995f7599d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c933d4-c016-4a6e-82cd-005626211bc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 779b0369-389c-4d9c-a9c5-8efba668f484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89457484-f503-49e8-903d-f4dc8af36e24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89457484-f503-49e8-903d-f4dc8af36e24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401740475113068083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083540174047511306808354017404751130680835401740475113068083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779b0369-389c-4d9c-a9c5-8efba668f484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7292268016297785291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291729226801629778529172922680162977852917292268016297785291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 779b0369-389c-4d9c-a9c5-8efba668f484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ec7393-18d2-44ef-b7c3-213c049be543, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ec7393-18d2-44ef-b7c3-213c049be543, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12408760690588735915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915124087606905887359151240876069058873591512408760690588735915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89457484-f503-49e8-903d-f4dc8af36e24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1d6b0da-3237-4556-a9b1-d74e1d271883, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d6b0da-3237-4556-a9b1-d74e1d271883, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10845535562418220089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089108455355624182200891084553556241822008910845535562418220089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ec7393-18d2-44ef-b7c3-213c049be543, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31a03d74-bd33-4ae9-b1e7-bddd32efd989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a03d74-bd33-4ae9-b1e7-bddd32efd989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8259648583210414777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777825964858321041477782596485832104147778259648583210414777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d6b0da-3237-4556-a9b1-d74e1d271883, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 962d3e4c-013b-469c-b335-c2f6ab69bf58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962d3e4c-013b-469c-b335-c2f6ab69bf58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666166170533155547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547466616617053315554746661661705331555474666166170533155547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a03d74-bd33-4ae9-b1e7-bddd32efd989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bba3792-d8c3-48bc-bbc6-e5c49908e992, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bba3792-d8c3-48bc-bbc6-e5c49908e992, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17959607152238292246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246179596071522382922461795960715223829224617959607152238292246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962d3e4c-013b-469c-b335-c2f6ab69bf58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d003d33-fd77-4196-91a6-b0c3f13db837, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d003d33-fd77-4196-91a6-b0c3f13db837, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16657852575769404363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363166578525757694043631665785257576940436316657852575769404363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bba3792-d8c3-48bc-bbc6-e5c49908e992, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1dc3c1-45f5-4b2c-b54d-40c17736a2ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1dc3c1-45f5-4b2c-b54d-40c17736a2ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16524372091506677769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769165243720915066777691652437209150667776916524372091506677769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d003d33-fd77-4196-91a6-b0c3f13db837, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a33a3475-8217-4eae-9996-1601fe1edd94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33a3475-8217-4eae-9996-1601fe1edd94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5626631526025459844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844562663152602545984456266315260254598445626631526025459844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1dc3c1-45f5-4b2c-b54d-40c17736a2ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a67744db-4c0d-4344-bde9-1418dd4d16a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a67744db-4c0d-4344-bde9-1418dd4d16a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16945969094755660643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643169459690947556606431694596909475566064316945969094755660643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a67744db-4c0d-4344-bde9-1418dd4d16a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdd761f9-8eaa-483f-abf6-0cfb5afbdffb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd761f9-8eaa-483f-abf6-0cfb5afbdffb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4655678442169355485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485465567844216935548546556784421693554854655678442169355485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33a3475-8217-4eae-9996-1601fe1edd94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61ad8b37-d7cc-46cc-a544-311f28138ed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ad8b37-d7cc-46cc-a544-311f28138ed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13694027146109459518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518136940271461094595181369402714610945951813694027146109459518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd761f9-8eaa-483f-abf6-0cfb5afbdffb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a3efe87-fcf9-477a-b07f-5d22b1834312, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3efe87-fcf9-477a-b07f-5d22b1834312, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17669930044248002720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720176699300442480027201766993004424800272017669930044248002720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ad8b37-d7cc-46cc-a544-311f28138ed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45cf25f7-0a4f-41a0-b32c-5013e8026f09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45cf25f7-0a4f-41a0-b32c-5013e8026f09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12433321633234344000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000124333216332343440001243332163323434400012433321633234344000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3efe87-fcf9-477a-b07f-5d22b1834312, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da21b773-3734-477d-98ef-9a093f1ed245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da21b773-3734-477d-98ef-9a093f1ed245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3797003942957042829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829379700394295704282937970039429570428293797003942957042829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45cf25f7-0a4f-41a0-b32c-5013e8026f09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f705e991-0b12-40bb-8ded-de9f3efb36c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f705e991-0b12-40bb-8ded-de9f3efb36c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841845287585883748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748584184528758588374858418452875858837485841845287585883748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da21b773-3734-477d-98ef-9a093f1ed245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 092cfbe4-7419-4756-b06f-8fca806c79b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092cfbe4-7419-4756-b06f-8fca806c79b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9860163310715592982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982986016331071559298298601633107155929829860163310715592982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f705e991-0b12-40bb-8ded-de9f3efb36c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc529a7b-98d2-4541-8554-589cd2f9c6f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc529a7b-98d2-4541-8554-589cd2f9c6f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3066988791368689201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201306698879136868920130669887913686892013066988791368689201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092cfbe4-7419-4756-b06f-8fca806c79b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8633e1a9-c489-440b-82d6-7a8477aad5df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8633e1a9-c489-440b-82d6-7a8477aad5df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5215149377113534804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804521514937711353480452151493771135348045215149377113534804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc529a7b-98d2-4541-8554-589cd2f9c6f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 952298ca-80f3-41a3-b0f0-ec1344d13dfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952298ca-80f3-41a3-b0f0-ec1344d13dfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8992756939994133631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631899275693999413363189927569399941336318992756939994133631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8633e1a9-c489-440b-82d6-7a8477aad5df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96eec4a2-2f20-43ea-9ba6-31522d57fa11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96eec4a2-2f20-43ea-9ba6-31522d57fa11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6303124338601192095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095630312433860119209563031243386011920956303124338601192095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952298ca-80f3-41a3-b0f0-ec1344d13dfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89e400b4-c3c8-4c1e-9355-5194513f7d90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e400b4-c3c8-4c1e-9355-5194513f7d90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9990887597269788282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282999088759726978828299908875972697882829990887597269788282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96eec4a2-2f20-43ea-9ba6-31522d57fa11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275ce9b6-1890-450d-a6fa-5d1a759cf818, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275ce9b6-1890-450d-a6fa-5d1a759cf818, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371032237182191033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033103710322371821910331037103223718219103310371032237182191033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e400b4-c3c8-4c1e-9355-5194513f7d90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73b2d579-dbb4-42cf-86c5-1af24ef54a8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b2d579-dbb4-42cf-86c5-1af24ef54a8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18322537184242229630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630183225371842422296301832253718424222963018322537184242229630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275ce9b6-1890-450d-a6fa-5d1a759cf818, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed6e9395-87f7-4e4d-957d-e699774c7e62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed6e9395-87f7-4e4d-957d-e699774c7e62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874807301704335260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260148748073017043352601487480730170433526014874807301704335260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b2d579-dbb4-42cf-86c5-1af24ef54a8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdacdf5c-2b69-4c9b-9ce9-24251f7f7d7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdacdf5c-2b69-4c9b-9ce9-24251f7f7d7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13572176760729586308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308135721767607295863081357217676072958630813572176760729586308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed6e9395-87f7-4e4d-957d-e699774c7e62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1688b543-93da-4270-9365-d8f6ac13d521, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1688b543-93da-4270-9365-d8f6ac13d521, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9316602062926338965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965931660206292633896593166020629263389659316602062926338965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdacdf5c-2b69-4c9b-9ce9-24251f7f7d7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36717a59-62c9-4442-b389-97633390ce0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36717a59-62c9-4442-b389-97633390ce0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14975820892065843447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447149758208920658434471497582089206584344714975820892065843447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1688b543-93da-4270-9365-d8f6ac13d521, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9186c89d-ba50-4f79-a5be-82ed1ab27728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9186c89d-ba50-4f79-a5be-82ed1ab27728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925484746520782292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292292548474652078229229254847465207822922925484746520782292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36717a59-62c9-4442-b389-97633390ce0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f6cf614-2efa-44e1-aa8f-a9d93f452562, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6cf614-2efa-44e1-aa8f-a9d93f452562, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3013782487876542553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553301378248787654255330137824878765425533013782487876542553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9186c89d-ba50-4f79-a5be-82ed1ab27728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a5c8af-defb-4d52-80ff-5095d58eeae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a5c8af-defb-4d52-80ff-5095d58eeae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441184423281646669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669114411844232816466691144118442328164666911441184423281646669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6cf614-2efa-44e1-aa8f-a9d93f452562, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 616026ba-ee93-43ec-a941-90db76aac2ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a5c8af-defb-4d52-80ff-5095d58eeae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80b43095-06a0-480d-b032-15ff70b2255b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b43095-06a0-480d-b032-15ff70b2255b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318242899902627649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649153182428999026276491531824289990262764915318242899902627649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 616026ba-ee93-43ec-a941-90db76aac2ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187964895205706409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409818796489520570640981879648952057064098187964895205706409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b43095-06a0-480d-b032-15ff70b2255b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c31ab5c-240d-4058-8258-5abd2966bfba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 616026ba-ee93-43ec-a941-90db76aac2ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8ed53f1-e22b-4065-945e-6155cf8da438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c31ab5c-240d-4058-8258-5abd2966bfba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12520909275783991601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601125209092757839916011252090927578399160112520909275783991601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8ed53f1-e22b-4065-945e-6155cf8da438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 818876300855951789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789818876300855951789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c31ab5c-240d-4058-8258-5abd2966bfba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcc649aa-85db-4b0f-84bb-03bfa2d82f8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc649aa-85db-4b0f-84bb-03bfa2d82f8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15899361285770311380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380158993612857703113801589936128577031138015899361285770311380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8ed53f1-e22b-4065-945e-6155cf8da438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a423298a-dc44-4719-a20a-575fcca3e5e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a423298a-dc44-4719-a20a-575fcca3e5e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274532406530024105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105527453240653002410552745324065300241055274532406530024105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc649aa-85db-4b0f-84bb-03bfa2d82f8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ddcdb3-4e90-472b-a24c-49e8bbf72f49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ddcdb3-4e90-472b-a24c-49e8bbf72f49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777254312208200728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728277725431220820072827772543122082007282777254312208200728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a423298a-dc44-4719-a20a-575fcca3e5e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736ffaf2-8abe-4a4e-9c8f-42c5bcc574d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ddcdb3-4e90-472b-a24c-49e8bbf72f49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d11c74ac-586e-4ca6-a931-7c759b360fe7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11c74ac-586e-4ca6-a931-7c759b360fe7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965936624489606634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634396593662448960663439659366244896066343965936624489606634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736ffaf2-8abe-4a4e-9c8f-42c5bcc574d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3524446268313604616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616352444626831360461635244462683136046163524446268313604616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11c74ac-586e-4ca6-a931-7c759b360fe7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1db561e3-1f8a-497e-ac77-a8a839e0983e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1db561e3-1f8a-497e-ac77-a8a839e0983e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7116421655769760971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971711642165576976097171164216557697609717116421655769760971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736ffaf2-8abe-4a4e-9c8f-42c5bcc574d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88646139-0004-4297-a981-835b18e8828a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88646139-0004-4297-a981-835b18e8828a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7746435457798721414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414774643545779872141477464354577987214147746435457798721414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1db561e3-1f8a-497e-ac77-a8a839e0983e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72940bcf-9282-4512-bfcc-742c387b4baf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72940bcf-9282-4512-bfcc-742c387b4baf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916902496928402953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953991690249692840295399169024969284029539916902496928402953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88646139-0004-4297-a981-835b18e8828a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2be065ac-85ef-4052-87a5-ee497c1db350, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be065ac-85ef-4052-87a5-ee497c1db350, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12823689541880976163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163128236895418809761631282368954188097616312823689541880976163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72940bcf-9282-4512-bfcc-742c387b4baf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eda174f2-ff20-4b89-afd7-adaeccf4a2bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda174f2-ff20-4b89-afd7-adaeccf4a2bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11064141304674800377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377110641413046748003771106414130467480037711064141304674800377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be065ac-85ef-4052-87a5-ee497c1db350, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acdc5931-8c00-4812-a7e5-36b20ddf8df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdc5931-8c00-4812-a7e5-36b20ddf8df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135437373619263372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372913543737361926337291354373736192633729135437373619263372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda174f2-ff20-4b89-afd7-adaeccf4a2bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5f6cd5-aa83-48ec-9184-25e4386f7a75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5f6cd5-aa83-48ec-9184-25e4386f7a75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813816233760471426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426138138162337604714261381381623376047142613813816233760471426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdc5931-8c00-4812-a7e5-36b20ddf8df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe8298c-27ac-4198-9c95-ea50414442ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe8298c-27ac-4198-9c95-ea50414442ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393880701841835863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863339388070184183586333938807018418358633393880701841835863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5f6cd5-aa83-48ec-9184-25e4386f7a75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4c9863f-c9c6-47a7-bca0-d0965b060f75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c9863f-c9c6-47a7-bca0-d0965b060f75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605297294025271885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885116052972940252718851160529729402527188511605297294025271885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe8298c-27ac-4198-9c95-ea50414442ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0b59a89-58a2-476e-a676-5ceac0e21f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b59a89-58a2-476e-a676-5ceac0e21f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341822073083738681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681103418220730837386811034182207308373868110341822073083738681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c9863f-c9c6-47a7-bca0-d0965b060f75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c91922c-e13c-4dfe-98eb-f7d76561470e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c91922c-e13c-4dfe-98eb-f7d76561470e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10403461163409102159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159104034611634091021591040346116340910215910403461163409102159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b59a89-58a2-476e-a676-5ceac0e21f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1edbb3ef-c7c4-4498-af70-08797321929c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1edbb3ef-c7c4-4498-af70-08797321929c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5602819985436476624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624560281998543647662456028199854364766245602819985436476624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c91922c-e13c-4dfe-98eb-f7d76561470e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c71c1-e106-46bc-af53-5fb1557e75ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c71c1-e106-46bc-af53-5fb1557e75ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13846973689360966298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298138469736893609662981384697368936096629813846973689360966298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1edbb3ef-c7c4-4498-af70-08797321929c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c71c1-e106-46bc-af53-5fb1557e75ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe1fdab-18d2-4784-9826-c99ede2bca40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe1fdab-18d2-4784-9826-c99ede2bca40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12965696383486704127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127129656963834867041271296569638348670412712965696383486704127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3703b13b-f732-429d-82f4-a511d4399195, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3703b13b-f732-429d-82f4-a511d4399195, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8228960354741166350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350822896035474116635082289603547411663508228960354741166350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe1fdab-18d2-4784-9826-c99ede2bca40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f36ce07-5dec-484e-97e4-c2196c2c45b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f36ce07-5dec-484e-97e4-c2196c2c45b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1837168851880772877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877183716885188077287718371688518807728771837168851880772877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f36ce07-5dec-484e-97e4-c2196c2c45b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad209792-91e9-435e-a5a9-ea0ce4618343, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad209792-91e9-435e-a5a9-ea0ce4618343, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 748951747487401627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627748951747487401627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3703b13b-f732-429d-82f4-a511d4399195, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ea1f168-540c-4fa9-bb0e-14effde37919, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea1f168-540c-4fa9-bb0e-14effde37919, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12837123416166684197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197128371234161666841971283712341616668419712837123416166684197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad209792-91e9-435e-a5a9-ea0ce4618343, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb75a937-0dac-42eb-ace4-547eca28e3b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb75a937-0dac-42eb-ace4-547eca28e3b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15704980811543785184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184157049808115437851841570498081154378518415704980811543785184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea1f168-540c-4fa9-bb0e-14effde37919, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2809e080-7094-424a-802d-44db60a4b27b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2809e080-7094-424a-802d-44db60a4b27b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579463688435909155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155657946368843590915565794636884359091556579463688435909155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb75a937-0dac-42eb-ace4-547eca28e3b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f02a49b-42cb-4c07-815f-cd1bed8488ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f02a49b-42cb-4c07-815f-cd1bed8488ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5810887018450643651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651581088701845064365158108870184506436515810887018450643651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2809e080-7094-424a-802d-44db60a4b27b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9b01811-e547-42c7-b2a2-82277cedf078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b01811-e547-42c7-b2a2-82277cedf078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13724267265322707219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219137242672653227072191372426726532270721913724267265322707219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f02a49b-42cb-4c07-815f-cd1bed8488ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29ceea83-017a-44d7-9fad-1e8134272880, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ceea83-017a-44d7-9fad-1e8134272880, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3417997215529652927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927341799721552965292734179972155296529273417997215529652927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b01811-e547-42c7-b2a2-82277cedf078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3f991d-6ea7-459a-8caf-e8e0d8da3c37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3f991d-6ea7-459a-8caf-e8e0d8da3c37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9344949176315457499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499934494917631545749993449491763154574999344949176315457499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ceea83-017a-44d7-9fad-1e8134272880, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68dbf0c8-5863-48d5-abf4-32e3e7403700, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68dbf0c8-5863-48d5-abf4-32e3e7403700, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108867025109233090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090110886702510923309011088670251092330901108867025109233090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3f991d-6ea7-459a-8caf-e8e0d8da3c37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec326f61-2ef7-41e4-9490-e4a1055e0106, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec326f61-2ef7-41e4-9490-e4a1055e0106, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398106126418970337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337339810612641897033733981061264189703373398106126418970337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68dbf0c8-5863-48d5-abf4-32e3e7403700, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36bd895f-dd47-4769-9d9e-015003bfb5ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36bd895f-dd47-4769-9d9e-015003bfb5ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669041411270052749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749166904141127005274916690414112700527491669041411270052749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec326f61-2ef7-41e4-9490-e4a1055e0106, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f19a58-a6ec-4a77-9e84-50b587cbb8f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f19a58-a6ec-4a77-9e84-50b587cbb8f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12076481106268874586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586120764811062688745861207648110626887458612076481106268874586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36bd895f-dd47-4769-9d9e-015003bfb5ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92e97a3f-7f28-4432-a992-1e059228a4bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92e97a3f-7f28-4432-a992-1e059228a4bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561705203618891802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802956170520361889180295617052036188918029561705203618891802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f19a58-a6ec-4a77-9e84-50b587cbb8f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50cb71b0-58db-4e86-b5a3-48986db4acc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cb71b0-58db-4e86-b5a3-48986db4acc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17799297675496331238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238177992976754963312381779929767549633123817799297675496331238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92e97a3f-7f28-4432-a992-1e059228a4bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4bc6e12-ffb0-4bcf-abb2-ddb7669a3c96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bc6e12-ffb0-4bcf-abb2-ddb7669a3c96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10322025384704737199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199103220253847047371991032202538470473719910322025384704737199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bc6e12-ffb0-4bcf-abb2-ddb7669a3c96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3cbb16a-aa2e-49d0-9e8b-fc5b30a5f419, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cbb16a-aa2e-49d0-9e8b-fc5b30a5f419, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4188031926101871175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175418803192610187117541880319261018711754188031926101871175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cb71b0-58db-4e86-b5a3-48986db4acc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe69285c-747e-4e24-a701-1c56cb36851a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe69285c-747e-4e24-a701-1c56cb36851a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9937971163191706898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898993797116319170689899379711631917068989937971163191706898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cbb16a-aa2e-49d0-9e8b-fc5b30a5f419, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5da0199-4780-41cb-b6fb-256a113e0967, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5da0199-4780-41cb-b6fb-256a113e0967, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8952543946285569857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857895254394628556985789525439462855698578952543946285569857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe69285c-747e-4e24-a701-1c56cb36851a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e51ff6-14d3-44af-b237-6d750a8b76eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e51ff6-14d3-44af-b237-6d750a8b76eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072554862498577307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307180725548624985773071807255486249857730718072554862498577307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5da0199-4780-41cb-b6fb-256a113e0967, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 062d756b-e2cc-43d7-9e42-f8234652c671, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062d756b-e2cc-43d7-9e42-f8234652c671, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8170133492474089181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181817013349247408918181701334924740891818170133492474089181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e51ff6-14d3-44af-b237-6d750a8b76eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb7675b1-a1e7-45f9-97fa-c0bb965bc7a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7675b1-a1e7-45f9-97fa-c0bb965bc7a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9463993162912351108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108946399316291235110894639931629123511089463993162912351108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062d756b-e2cc-43d7-9e42-f8234652c671, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92f1a2b6-fbad-427d-97aa-d0f7fac780b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92f1a2b6-fbad-427d-97aa-d0f7fac780b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15873593002125906552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552158735930021259065521587359300212590655215873593002125906552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7675b1-a1e7-45f9-97fa-c0bb965bc7a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb07dbb0-99d5-4225-ba99-40196fcf5911, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb07dbb0-99d5-4225-ba99-40196fcf5911, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753872547810883362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362107538725478108833621075387254781088336210753872547810883362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92f1a2b6-fbad-427d-97aa-d0f7fac780b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b06331d-66fc-4028-945c-f0e558d050bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b06331d-66fc-4028-945c-f0e558d050bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4732839139089985516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516473283913908998551647328391390899855164732839139089985516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb07dbb0-99d5-4225-ba99-40196fcf5911, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5ff4dab-4602-4f3e-b17c-35638d827c0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ff4dab-4602-4f3e-b17c-35638d827c0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2655623024632492015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015265562302463249201526556230246324920152655623024632492015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b06331d-66fc-4028-945c-f0e558d050bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9026a2c-4819-4d07-a938-f6b6dbec82cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9026a2c-4819-4d07-a938-f6b6dbec82cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11844513174923789648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648118445131749237896481184451317492378964811844513174923789648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ff4dab-4602-4f3e-b17c-35638d827c0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63e0dcbd-8c10-412e-bdc5-9fc43dca2029, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e0dcbd-8c10-412e-bdc5-9fc43dca2029, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12470750975760013718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718124707509757600137181247075097576001371812470750975760013718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9026a2c-4819-4d07-a938-f6b6dbec82cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b653181-025d-4418-a18d-0a5e68ef19ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b653181-025d-4418-a18d-0a5e68ef19ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651787777557922182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182166517877775579221821665178777755792218216651787777557922182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e0dcbd-8c10-412e-bdc5-9fc43dca2029, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d85da77-9da2-478a-807d-9cf8d74230e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d85da77-9da2-478a-807d-9cf8d74230e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8658702493848092360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360865870249384809236086587024938480923608658702493848092360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d85da77-9da2-478a-807d-9cf8d74230e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1466b53b-6d83-463e-82f6-5b0c5948df1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1466b53b-6d83-463e-82f6-5b0c5948df1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9874457087036521071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071987445708703652107198744570870365210719874457087036521071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b653181-025d-4418-a18d-0a5e68ef19ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe4c1c8f-0fd3-491e-af9d-eab690f6bb7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe4c1c8f-0fd3-491e-af9d-eab690f6bb7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10561427203227101877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877105614272032271018771056142720322710187710561427203227101877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1466b53b-6d83-463e-82f6-5b0c5948df1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acbd1874-3fb9-445f-8c6d-9ef15b4de230, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acbd1874-3fb9-445f-8c6d-9ef15b4de230, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9454942040951352294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294945494204095135229494549420409513522949454942040951352294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acbd1874-3fb9-445f-8c6d-9ef15b4de230, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 767bdbf3-49b1-49b9-b9ae-d5fadaf9c612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767bdbf3-49b1-49b9-b9ae-d5fadaf9c612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430078510753384745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745114300785107533847451143007851075338474511430078510753384745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe4c1c8f-0fd3-491e-af9d-eab690f6bb7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d76fb226-10fa-48e2-aeb1-6a40ed748693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d76fb226-10fa-48e2-aeb1-6a40ed748693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10662288652762112638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638106622886527621126381066228865276211263810662288652762112638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767bdbf3-49b1-49b9-b9ae-d5fadaf9c612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 951a489e-f0b5-4eb2-b8cb-788e50932e1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 951a489e-f0b5-4eb2-b8cb-788e50932e1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893072588910711054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054489307258891071105448930725889107110544893072588910711054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d76fb226-10fa-48e2-aeb1-6a40ed748693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10941627-4fc0-45f6-b580-68a789882f20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10941627-4fc0-45f6-b580-68a789882f20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9141776616154396053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053914177661615439605391417766161543960539141776616154396053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 951a489e-f0b5-4eb2-b8cb-788e50932e1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bce1bf9-af99-4fc6-a52d-1757649bbd46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10941627-4fc0-45f6-b580-68a789882f20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee27665a-01aa-4e76-a503-dc799d8cf5e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee27665a-01aa-4e76-a503-dc799d8cf5e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11398635973693046209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209113986359736930462091139863597369304620911398635973693046209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bce1bf9-af99-4fc6-a52d-1757649bbd46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3188721547603629579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579318872154760362957931887215476036295793188721547603629579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee27665a-01aa-4e76-a503-dc799d8cf5e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9395271-d058-4725-aa93-98c5f6687c1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9395271-d058-4725-aa93-98c5f6687c1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10940608511146049065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065109406085111460490651094060851114604906510940608511146049065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bce1bf9-af99-4fc6-a52d-1757649bbd46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5115b9-5e61-41bb-a59f-1d98eb4d0c44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5115b9-5e61-41bb-a59f-1d98eb4d0c44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862979194834358180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180178629791948343581801786297919483435818017862979194834358180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9395271-d058-4725-aa93-98c5f6687c1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5295522-8bd0-4a6d-b587-9e118d4cd9be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5295522-8bd0-4a6d-b587-9e118d4cd9be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17230785362755997861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861172307853627559978611723078536275599786117230785362755997861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5115b9-5e61-41bb-a59f-1d98eb4d0c44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca22b0bd-9909-4e6d-9e25-510f5df385e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca22b0bd-9909-4e6d-9e25-510f5df385e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025709795845748268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268100257097958457482681002570979584574826810025709795845748268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5295522-8bd0-4a6d-b587-9e118d4cd9be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb1f38b9-c8ae-47bb-a493-32aca93f0597, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca22b0bd-9909-4e6d-9e25-510f5df385e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb1f38b9-c8ae-47bb-a493-32aca93f0597, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426953452142404326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326154269534521424043261542695345214240432615426953452142404326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 776a545e-9ecc-43cb-8dc6-432bed7482fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 776a545e-9ecc-43cb-8dc6-432bed7482fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1517461656300151225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225151746165630015122515174616563001512251517461656300151225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb1f38b9-c8ae-47bb-a493-32aca93f0597, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab7c77d-7647-4816-a23b-b44cfaffcf67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab7c77d-7647-4816-a23b-b44cfaffcf67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226224395068661849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849922622439506866184992262243950686618499226224395068661849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 776a545e-9ecc-43cb-8dc6-432bed7482fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77d4da48-9e9d-40e0-bb7d-f5005bec973a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d4da48-9e9d-40e0-bb7d-f5005bec973a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8513920028841597170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170851392002884159717085139200288415971708513920028841597170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab7c77d-7647-4816-a23b-b44cfaffcf67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03d12fd-a1d0-45be-b67f-fa2aed0c5cba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03d12fd-a1d0-45be-b67f-fa2aed0c5cba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3577510271587065932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932357751027158706593235775102715870659323577510271587065932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d4da48-9e9d-40e0-bb7d-f5005bec973a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d50cbc02-0be5-4933-82e3-c0f422bddff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50cbc02-0be5-4933-82e3-c0f422bddff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052068683214753837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837170520686832147538371705206868321475383717052068683214753837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03d12fd-a1d0-45be-b67f-fa2aed0c5cba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f960b096-7276-4d03-85fb-4ee7533b3b77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f960b096-7276-4d03-85fb-4ee7533b3b77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18042577155025714656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656180425771550257146561804257715502571465618042577155025714656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50cbc02-0be5-4933-82e3-c0f422bddff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f960b096-7276-4d03-85fb-4ee7533b3b77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eaa0b6d-8db0-4eaa-9f09-ba37e65ce78a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eaa0b6d-8db0-4eaa-9f09-ba37e65ce78a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1573886038971470768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768157388603897147076815738860389714707681573886038971470768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8b07c92-aa8d-4d31-affa-eef20c5ca52f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b07c92-aa8d-4d31-affa-eef20c5ca52f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6356803461140721037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037635680346114072103763568034611407210376356803461140721037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eaa0b6d-8db0-4eaa-9f09-ba37e65ce78a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5b099e-6ef7-4941-9d5d-1c4d61d4fe0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5b099e-6ef7-4941-9d5d-1c4d61d4fe0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3925226663401008732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732392522666340100873239252266634010087323925226663401008732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b07c92-aa8d-4d31-affa-eef20c5ca52f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3a74d7b-a4f7-4511-b9ed-f60267da0d93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a74d7b-a4f7-4511-b9ed-f60267da0d93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9011376543084076827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827901137654308407682790113765430840768279011376543084076827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5b099e-6ef7-4941-9d5d-1c4d61d4fe0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f2ac472-5cfa-4ce2-a08e-512e02b52711, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2ac472-5cfa-4ce2-a08e-512e02b52711, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484166980083453728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728248416698008345372824841669800834537282484166980083453728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2ac472-5cfa-4ce2-a08e-512e02b52711, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdfd4c96-877b-4965-96bd-3e61cdba51ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfd4c96-877b-4965-96bd-3e61cdba51ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2735992091403917909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909273599209140391790927359920914039179092735992091403917909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a74d7b-a4f7-4511-b9ed-f60267da0d93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97def0fc-d5b0-4636-9f46-e5edd829c2d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97def0fc-d5b0-4636-9f46-e5edd829c2d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12365054584542599782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782123650545845425997821236505458454259978212365054584542599782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfd4c96-877b-4965-96bd-3e61cdba51ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07661228-c72b-41ac-b763-3a94fe1b99bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97def0fc-d5b0-4636-9f46-e5edd829c2d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 560493b2-4c82-43d2-93ec-58cb2b1080f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560493b2-4c82-43d2-93ec-58cb2b1080f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303327936718235410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410130332793671823541013033279367182354101303327936718235410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07661228-c72b-41ac-b763-3a94fe1b99bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2144411344945025609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609214441134494502560921444113449450256092144411344945025609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07661228-c72b-41ac-b763-3a94fe1b99bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad79390a-0565-464a-9b31-5384e6f8e8a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad79390a-0565-464a-9b31-5384e6f8e8a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3671605190452612323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323367160519045261232336716051904526123233671605190452612323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560493b2-4c82-43d2-93ec-58cb2b1080f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a8ae96-43b8-464c-ad74-832350fb555b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a8ae96-43b8-464c-ad74-832350fb555b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8970578035752318949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949897057803575231894989705780357523189498970578035752318949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad79390a-0565-464a-9b31-5384e6f8e8a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fb76b2a-2a6f-4f0e-bca4-16ed403eb716, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb76b2a-2a6f-4f0e-bca4-16ed403eb716, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5025172349517759686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686502517234951775968650251723495177596865025172349517759686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a8ae96-43b8-464c-ad74-832350fb555b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ecaf68-2303-42a2-8f90-72bd59ea4a67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ecaf68-2303-42a2-8f90-72bd59ea4a67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14543976260803789565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565145439762608037895651454397626080378956514543976260803789565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb76b2a-2a6f-4f0e-bca4-16ed403eb716, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de71c809-ecc1-4461-978d-80685042b8bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de71c809-ecc1-4461-978d-80685042b8bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14996804432520378501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501149968044325203785011499680443252037850114996804432520378501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ecaf68-2303-42a2-8f90-72bd59ea4a67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff84ad80-0faa-4bd2-ab05-412f0d796693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff84ad80-0faa-4bd2-ab05-412f0d796693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15505814283338398607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607155058142833383986071550581428333839860715505814283338398607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de71c809-ecc1-4461-978d-80685042b8bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eabb29b7-b264-4c4b-9faa-11f061f8c872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabb29b7-b264-4c4b-9faa-11f061f8c872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11639111263566232425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425116391112635662324251163911126356623242511639111263566232425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff84ad80-0faa-4bd2-ab05-412f0d796693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b75584-e3d7-48ff-a649-50ad3c43d952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabb29b7-b264-4c4b-9faa-11f061f8c872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b75584-e3d7-48ff-a649-50ad3c43d952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929738596675381124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124159297385966753811241592973859667538112415929738596675381124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 036acb38-1a3b-42a3-99b0-a81ff900a978, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036acb38-1a3b-42a3-99b0-a81ff900a978, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14043646417695876534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534140436464176958765341404364641769587653414043646417695876534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b75584-e3d7-48ff-a649-50ad3c43d952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f9c15a1-9376-46fe-97de-10abb9e5db68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036acb38-1a3b-42a3-99b0-a81ff900a978, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9955025-5692-4901-a14f-46c46068089a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9955025-5692-4901-a14f-46c46068089a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6954797490961626531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531695479749096162653169547974909616265316954797490961626531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f9c15a1-9376-46fe-97de-10abb9e5db68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6497486182047728075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075649748618204772807564974861820477280756497486182047728075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9955025-5692-4901-a14f-46c46068089a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c024b92e-5980-483d-ba07-9815b98d8962, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c024b92e-5980-483d-ba07-9815b98d8962, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16062601277943912205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205160626012779439122051606260127794391220516062601277943912205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f9c15a1-9376-46fe-97de-10abb9e5db68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2173a545-1c88-42f1-8a78-86a78982bc62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2173a545-1c88-42f1-8a78-86a78982bc62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 556915970213596648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648556915970213596648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c024b92e-5980-483d-ba07-9815b98d8962, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd68f560-bc64-4fc7-81d3-47e6c6538d26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd68f560-bc64-4fc7-81d3-47e6c6538d26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11917337769760063080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080119173377697600630801191733776976006308011917337769760063080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd68f560-bc64-4fc7-81d3-47e6c6538d26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2173a545-1c88-42f1-8a78-86a78982bc62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b999ea1-a919-487a-b6b6-90395cedb066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b999ea1-a919-487a-b6b6-90395cedb066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15203261465345774926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926152032614653457749261520326146534577492615203261465345774926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd51d3d-5a20-4902-b95c-1a1c4443e1d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd51d3d-5a20-4902-b95c-1a1c4443e1d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728157989609086048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048177281579896090860481772815798960908604817728157989609086048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b999ea1-a919-487a-b6b6-90395cedb066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d865e21-0b78-49aa-9248-1909e11e40ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d865e21-0b78-49aa-9248-1909e11e40ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4061411512828148843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843406141151282814884340614115128281488434061411512828148843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd51d3d-5a20-4902-b95c-1a1c4443e1d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 339604c4-be24-45bc-9676-d971c38c065b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339604c4-be24-45bc-9676-d971c38c065b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12691739217315226092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092126917392173152260921269173921731522609212691739217315226092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d865e21-0b78-49aa-9248-1909e11e40ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67aa44e7-1671-4461-b253-3f236f0a98a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67aa44e7-1671-4461-b253-3f236f0a98a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702628440461881066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066170262844046188106617026284404618810661702628440461881066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339604c4-be24-45bc-9676-d971c38c065b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818f4113-2fd1-4889-9d52-f4f7dc1ac1f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67aa44e7-1671-4461-b253-3f236f0a98a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81df6b2-047b-4a70-808d-37ce49c4846e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81df6b2-047b-4a70-808d-37ce49c4846e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17555794841221921497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497175557948412219214971755579484122192149717555794841221921497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818f4113-2fd1-4889-9d52-f4f7dc1ac1f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18186939196712413362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362181869391967124133621818693919671241336218186939196712413362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818f4113-2fd1-4889-9d52-f4f7dc1ac1f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5815dd-3697-4f87-af22-e7e2ac80f6d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5815dd-3697-4f87-af22-e7e2ac80f6d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3875733953426552613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613387573395342655261338757339534265526133875733953426552613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81df6b2-047b-4a70-808d-37ce49c4846e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1d38b6b-010d-4838-9cc3-740f240f626e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d38b6b-010d-4838-9cc3-740f240f626e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5837786305590221264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264583778630559022126458377863055902212645837786305590221264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5815dd-3697-4f87-af22-e7e2ac80f6d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d38b6b-010d-4838-9cc3-740f240f626e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ca608ae-c9fc-49dc-8db9-4088a95fb736, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca608ae-c9fc-49dc-8db9-4088a95fb736, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16512948389017510375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375165129483890175103751651294838901751037516512948389017510375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74a5f374-11af-4213-9194-74912d6dfea6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a5f374-11af-4213-9194-74912d6dfea6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11408589529324689459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459114085895293246894591140858952932468945911408589529324689459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca608ae-c9fc-49dc-8db9-4088a95fb736, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff156bb1-e5ef-4469-a420-3be34d9a099b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff156bb1-e5ef-4469-a420-3be34d9a099b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9530969182704842572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572953096918270484257295309691827048425729530969182704842572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a5f374-11af-4213-9194-74912d6dfea6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd645683-41f3-46c6-9137-7dbea0def857, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd645683-41f3-46c6-9137-7dbea0def857, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11460547355483178775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775114605473554831787751146054735548317877511460547355483178775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff156bb1-e5ef-4469-a420-3be34d9a099b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46766a55-24df-44b8-9559-a5aa1acc34ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46766a55-24df-44b8-9559-a5aa1acc34ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11724584964349573864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864117245849643495738641172458496434957386411724584964349573864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd645683-41f3-46c6-9137-7dbea0def857, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7e241bf-c138-4e85-9f05-a98269a4f127, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e241bf-c138-4e85-9f05-a98269a4f127, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6606324526892773476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476660632452689277347666063245268927734766606324526892773476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46766a55-24df-44b8-9559-a5aa1acc34ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1673361b-636e-4981-ac28-972aad5c5779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1673361b-636e-4981-ac28-972aad5c5779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674460637388151360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360667446063738815136066744606373881513606674460637388151360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e241bf-c138-4e85-9f05-a98269a4f127, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ab209ac-28ee-4312-a4f1-a4617d4fef4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1673361b-636e-4981-ac28-972aad5c5779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab209ac-28ee-4312-a4f1-a4617d4fef4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2846113308494448231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231284611330849444823128461133084944482312846113308494448231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3b4f130-ea43-4bf5-91ef-9210e890167a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b4f130-ea43-4bf5-91ef-9210e890167a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17279586959114194354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354172795869591141943541727958695911419435417279586959114194354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab209ac-28ee-4312-a4f1-a4617d4fef4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61db8b45-9732-4210-a494-3acebb4c2ba1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61db8b45-9732-4210-a494-3acebb4c2ba1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13761517270518610181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181137615172705186101811376151727051861018113761517270518610181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b4f130-ea43-4bf5-91ef-9210e890167a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71a6e7ec-2b1e-4a8f-afda-ef3a177bcb93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a6e7ec-2b1e-4a8f-afda-ef3a177bcb93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12278699732362086444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444122786997323620864441227869973236208644412278699732362086444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61db8b45-9732-4210-a494-3acebb4c2ba1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 209e219d-18f0-4758-9bf3-7cb6775bd5e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209e219d-18f0-4758-9bf3-7cb6775bd5e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1170420741254512806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806117042074125451280611704207412545128061170420741254512806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a6e7ec-2b1e-4a8f-afda-ef3a177bcb93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d697e3c3-8e0e-42f7-a310-61f86b101a2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d697e3c3-8e0e-42f7-a310-61f86b101a2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 295504226832509787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787295504226832509787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209e219d-18f0-4758-9bf3-7cb6775bd5e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91f6e9be-1be5-46c2-bfb4-9a12dbfe45bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f6e9be-1be5-46c2-bfb4-9a12dbfe45bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798865903304642703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703798865903304642703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d697e3c3-8e0e-42f7-a310-61f86b101a2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea7bbff-13bb-4648-b6f3-fde24cdb55f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea7bbff-13bb-4648-b6f3-fde24cdb55f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9139159727606038526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526913915972760603852691391597276060385269139159727606038526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f6e9be-1be5-46c2-bfb4-9a12dbfe45bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36f04e30-9eb8-4557-b5e9-6df42780c8d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f04e30-9eb8-4557-b5e9-6df42780c8d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 614217507862789985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985614217507862789985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea7bbff-13bb-4648-b6f3-fde24cdb55f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f04e30-9eb8-4557-b5e9-6df42780c8d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f436d8e6-a96b-4a71-9003-4ccb5355dbb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6f7ac2-ed31-4d8f-88d8-164461885ec0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f436d8e6-a96b-4a71-9003-4ccb5355dbb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3842054272028782218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218384205427202878221838420542720287822183842054272028782218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6f7ac2-ed31-4d8f-88d8-164461885ec0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10956363432266979097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097109563634322669790971095636343226697909710956363432266979097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f436d8e6-a96b-4a71-9003-4ccb5355dbb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7a4209-c6f7-4134-bec6-2e39555f7dbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7a4209-c6f7-4134-bec6-2e39555f7dbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14883900587914260916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916148839005879142609161488390058791426091614883900587914260916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6f7ac2-ed31-4d8f-88d8-164461885ec0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfa0847e-5760-464a-b104-7706575c8e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa0847e-5760-464a-b104-7706575c8e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943691865070043774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774159436918650700437741594369186507004377415943691865070043774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7a4209-c6f7-4134-bec6-2e39555f7dbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3297d79-65ba-4905-ac34-3186dd34b789, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3297d79-65ba-4905-ac34-3186dd34b789, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107854281511372766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766151078542815113727661510785428151137276615107854281511372766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa0847e-5760-464a-b104-7706575c8e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 245526fd-ac17-4096-9ee2-50a69656229b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 245526fd-ac17-4096-9ee2-50a69656229b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15708668617885659989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989157086686178856599891570866861788565998915708668617885659989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3297d79-65ba-4905-ac34-3186dd34b789, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a73a69-dcd7-4976-ac57-103f4c3b2ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a73a69-dcd7-4976-ac57-103f4c3b2ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14160915504364181354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354141609155043641813541416091550436418135414160915504364181354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 245526fd-ac17-4096-9ee2-50a69656229b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61e33873-5fbe-40a0-976f-71417244c775, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e33873-5fbe-40a0-976f-71417244c775, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5904402580216171693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693590440258021617169359044025802161716935904402580216171693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a73a69-dcd7-4976-ac57-103f4c3b2ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f64763-f239-4704-9992-ec5b910a9774, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f64763-f239-4704-9992-ec5b910a9774, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15321333185010181428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428153213331850101814281532133318501018142815321333185010181428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e33873-5fbe-40a0-976f-71417244c775, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40371efc-7910-471e-8129-57ae4e754438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40371efc-7910-471e-8129-57ae4e754438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15542867873281204499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499155428678732812044991554286787328120449915542867873281204499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f64763-f239-4704-9992-ec5b910a9774, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40371efc-7910-471e-8129-57ae4e754438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c906141f-cf1b-4eef-bbfd-730a2a98421f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c906141f-cf1b-4eef-bbfd-730a2a98421f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390276895593510595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595539027689559351059553902768955935105955390276895593510595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c6ff76f-19af-4d0d-9977-8b6152142809, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c6ff76f-19af-4d0d-9977-8b6152142809, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12176547438994496316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316121765474389944963161217654743899449631612176547438994496316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c906141f-cf1b-4eef-bbfd-730a2a98421f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c6ff76f-19af-4d0d-9977-8b6152142809, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e6d04c-e54f-4835-a40e-695c3e270a85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e6d04c-e54f-4835-a40e-695c3e270a85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 799997624021806947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947799997624021806947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffdc789f-b6b8-45a5-ae18-763754543494, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdc789f-b6b8-45a5-ae18-763754543494, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7405109553304429522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522740510955330442952274051095533044295227405109553304429522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e6d04c-e54f-4835-a40e-695c3e270a85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4369b01b-9aa0-4fb6-9982-393af70a0efa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4369b01b-9aa0-4fb6-9982-393af70a0efa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12350237519469556550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550123502375194695565501235023751946955655012350237519469556550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdc789f-b6b8-45a5-ae18-763754543494, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e30f318-6bae-4cf6-875e-4362f86ad337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e30f318-6bae-4cf6-875e-4362f86ad337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2076686529694175002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002207668652969417500220766865296941750022076686529694175002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4369b01b-9aa0-4fb6-9982-393af70a0efa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f310c37-170e-4e16-8428-7abfca6e8200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f310c37-170e-4e16-8428-7abfca6e8200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2073916584432932580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580207391658443293258020739165844329325802073916584432932580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f310c37-170e-4e16-8428-7abfca6e8200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91809185-8589-49f0-a9c3-9d7f1658f19a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91809185-8589-49f0-a9c3-9d7f1658f19a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808078586848623335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335108080785868486233351080807858684862333510808078586848623335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e30f318-6bae-4cf6-875e-4362f86ad337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f8d2df-a224-43e6-b277-61f42739f095, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f8d2df-a224-43e6-b277-61f42739f095, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15307758988140516961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961153077589881405169611530775898814051696115307758988140516961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91809185-8589-49f0-a9c3-9d7f1658f19a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5e4f9f-37b3-4fd2-b13e-182c9eee4478, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5e4f9f-37b3-4fd2-b13e-182c9eee4478, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083239287241111237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237808323928724111123780832392872411112378083239287241111237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f8d2df-a224-43e6-b277-61f42739f095, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49a831a6-c1a3-4d4c-9d2b-91d2d791e37a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a831a6-c1a3-4d4c-9d2b-91d2d791e37a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225481547272973471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471122548154727297347112254815472729734711225481547272973471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5e4f9f-37b3-4fd2-b13e-182c9eee4478, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7abab7fa-4282-4578-a628-eee6fc9edeee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abab7fa-4282-4578-a628-eee6fc9edeee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7387266752222864632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632738726675222286463273872667522228646327387266752222864632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a831a6-c1a3-4d4c-9d2b-91d2d791e37a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9fa25f3-d953-4397-992c-db13791af681, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9fa25f3-d953-4397-992c-db13791af681, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2159015526588684450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450215901552658868445021590155265886844502159015526588684450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abab7fa-4282-4578-a628-eee6fc9edeee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66325f1c-456c-4e6a-9c8d-942240cdea3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66325f1c-456c-4e6a-9c8d-942240cdea3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13207567584221289713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713132075675842212897131320756758422128971313207567584221289713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9fa25f3-d953-4397-992c-db13791af681, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fc6c15e-561c-4dba-a878-a52a7624d05e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc6c15e-561c-4dba-a878-a52a7624d05e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1864672041820763180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180186467204182076318018646720418207631801864672041820763180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66325f1c-456c-4e6a-9c8d-942240cdea3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0fa301-fb29-4eb2-85b1-c40f1b743434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0fa301-fb29-4eb2-85b1-c40f1b743434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987145044257922260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260398714504425792226039871450442579222603987145044257922260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc6c15e-561c-4dba-a878-a52a7624d05e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a9146fe-7c6e-4ab9-80fa-5a0de971ea59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a9146fe-7c6e-4ab9-80fa-5a0de971ea59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 463346059336117973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973463346059336117973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0fa301-fb29-4eb2-85b1-c40f1b743434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb3057c2-2f9d-4109-8fc1-8f06777aaec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3057c2-2f9d-4109-8fc1-8f06777aaec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11360103548288682922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922113601035482886829221136010354828868292211360103548288682922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a9146fe-7c6e-4ab9-80fa-5a0de971ea59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e024d1e4-54b6-45d3-af0b-f2f3519f93aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e024d1e4-54b6-45d3-af0b-f2f3519f93aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842192690300732085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085784219269030073208578421926903007320857842192690300732085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3057c2-2f9d-4109-8fc1-8f06777aaec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6840e688-6d29-4812-81d1-b070edf7302b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6840e688-6d29-4812-81d1-b070edf7302b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11003704855917233053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053110037048559172330531100370485591723305311003704855917233053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e024d1e4-54b6-45d3-af0b-f2f3519f93aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 648cadeb-93d2-42e7-be51-0a7501d7ba3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 648cadeb-93d2-42e7-be51-0a7501d7ba3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4233937709019729650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650423393770901972965042339377090197296504233937709019729650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6840e688-6d29-4812-81d1-b070edf7302b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0eb1890b-ebc9-47cc-ab33-5ee1b4935722, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eb1890b-ebc9-47cc-ab33-5ee1b4935722, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9092496448525364501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501909249644852536450190924964485253645019092496448525364501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 648cadeb-93d2-42e7-be51-0a7501d7ba3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b60cfec-371c-4ed5-ab3c-f2368bc20f50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b60cfec-371c-4ed5-ab3c-f2368bc20f50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2044696252366131676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676204469625236613167620446962523661316762044696252366131676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eb1890b-ebc9-47cc-ab33-5ee1b4935722, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 633edd9f-5ad8-413b-afca-1dd62cc0e970, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633edd9f-5ad8-413b-afca-1dd62cc0e970, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538759577693718052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052155387595776937180521553875957769371805215538759577693718052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b60cfec-371c-4ed5-ab3c-f2368bc20f50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a345ccbc-bc43-4283-a3b2-b9fc5a4f191e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a345ccbc-bc43-4283-a3b2-b9fc5a4f191e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10964937518061011087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087109649375180610110871096493751806101108710964937518061011087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633edd9f-5ad8-413b-afca-1dd62cc0e970, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2fa7329-7a79-4e67-8d56-f8bbf98eaebe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fa7329-7a79-4e67-8d56-f8bbf98eaebe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3404129865914436289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289340412986591443628934041298659144362893404129865914436289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a345ccbc-bc43-4283-a3b2-b9fc5a4f191e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b329ea-4007-4411-b409-dad0bc2183aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b329ea-4007-4411-b409-dad0bc2183aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545320675627200003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003145453206756272000031454532067562720000314545320675627200003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fa7329-7a79-4e67-8d56-f8bbf98eaebe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11499753-85ee-4bb4-9930-1564346ded0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b329ea-4007-4411-b409-dad0bc2183aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f418eb96-9904-44fc-9a95-d6bc7eb26814, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11499753-85ee-4bb4-9930-1564346ded0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367636958147617726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726163676369581476177261636763695814761772616367636958147617726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f418eb96-9904-44fc-9a95-d6bc7eb26814, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1137389573495153999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999113738957349515399911373895734951539991137389573495153999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11499753-85ee-4bb4-9930-1564346ded0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8669acd-919f-4cae-a51d-a297f3db6b15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8669acd-919f-4cae-a51d-a297f3db6b15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478692471811705492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492347869247181170549234786924718117054923478692471811705492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f418eb96-9904-44fc-9a95-d6bc7eb26814, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6043de56-2fcb-43ea-9a14-9adcaa21f25f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6043de56-2fcb-43ea-9a14-9adcaa21f25f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11758613806199905750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750117586138061999057501175861380619990575011758613806199905750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8669acd-919f-4cae-a51d-a297f3db6b15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ba8a50-bf69-4180-9c1e-39ad4ce5c2a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ba8a50-bf69-4180-9c1e-39ad4ce5c2a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16966018361117537246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246169660183611175372461696601836111753724616966018361117537246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6043de56-2fcb-43ea-9a14-9adcaa21f25f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3192c5b-d5af-4be5-874e-fdd697864bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3192c5b-d5af-4be5-874e-fdd697864bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 549962674073086166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166549962674073086166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ba8a50-bf69-4180-9c1e-39ad4ce5c2a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a0b893-e96d-4a5f-bac8-24f6b4c7b337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a0b893-e96d-4a5f-bac8-24f6b4c7b337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 537430666244584322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322537430666244584322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3192c5b-d5af-4be5-874e-fdd697864bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdefc804-1b7a-4e0b-9f57-613c21f8f9b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdefc804-1b7a-4e0b-9f57-613c21f8f9b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12636219083670218372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372126362190836702183721263621908367021837212636219083670218372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a0b893-e96d-4a5f-bac8-24f6b4c7b337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 771297a2-699f-4182-b800-01b8b91a9aab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771297a2-699f-4182-b800-01b8b91a9aab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8604183836557715085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085860418383655771508586041838365577150858604183836557715085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdefc804-1b7a-4e0b-9f57-613c21f8f9b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e58583df-15e7-499d-9876-fdb5399db03c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e58583df-15e7-499d-9876-fdb5399db03c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6518172697729996255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255651817269772999625565181726977299962556518172697729996255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771297a2-699f-4182-b800-01b8b91a9aab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9332246-093c-40e1-9ca0-5d3b028ead47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9332246-093c-40e1-9ca0-5d3b028ead47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5819055438079809633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633581905543807980963358190554380798096335819055438079809633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e58583df-15e7-499d-9876-fdb5399db03c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e8c9703-467b-4b3a-9f91-aad60768e6fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8c9703-467b-4b3a-9f91-aad60768e6fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029037423333230012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012802903742333323001280290374233332300128029037423333230012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9332246-093c-40e1-9ca0-5d3b028ead47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a438b0b5-1ee6-495d-b32c-8665b4d15450, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a438b0b5-1ee6-495d-b32c-8665b4d15450, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5832552126120116918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918583255212612011691858325521261201169185832552126120116918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8c9703-467b-4b3a-9f91-aad60768e6fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad76d74-7a46-49fe-a93a-c42b9ecc1ad3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad76d74-7a46-49fe-a93a-c42b9ecc1ad3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4989949808011378173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173498994980801137817349899498080113781734989949808011378173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a438b0b5-1ee6-495d-b32c-8665b4d15450, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61c57f29-4d96-4946-ac5c-4f254950579e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c57f29-4d96-4946-ac5c-4f254950579e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15252614294214517383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383152526142942145173831525261429421451738315252614294214517383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad76d74-7a46-49fe-a93a-c42b9ecc1ad3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d85adab7-9a0d-4e82-b672-68355ef1eb3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85adab7-9a0d-4e82-b672-68355ef1eb3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18204821501800232180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180182048215018002321801820482150180023218018204821501800232180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c57f29-4d96-4946-ac5c-4f254950579e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27fb0dd-bc5f-4667-8d2c-89f3c3cd9eaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27fb0dd-bc5f-4667-8d2c-89f3c3cd9eaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012949937823516180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180100129499378235161801001294993782351618010012949937823516180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85adab7-9a0d-4e82-b672-68355ef1eb3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35f8ee0c-589f-467b-be1f-d15df31641e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f8ee0c-589f-467b-be1f-d15df31641e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1727303740693621348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348172730374069362134817273037406936213481727303740693621348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27fb0dd-bc5f-4667-8d2c-89f3c3cd9eaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ffa2064-3db4-4bb9-963f-198c9eba05db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ffa2064-3db4-4bb9-963f-198c9eba05db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12222282135798395123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123122222821357983951231222228213579839512312222282135798395123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f8ee0c-589f-467b-be1f-d15df31641e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6927b170-f062-416b-8276-3263249a9c05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6927b170-f062-416b-8276-3263249a9c05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5658102465906669481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481565810246590666948156581024659066694815658102465906669481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ffa2064-3db4-4bb9-963f-198c9eba05db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c93fd5f-0276-4dba-ba3a-34dbe857fc9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c93fd5f-0276-4dba-ba3a-34dbe857fc9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13004718978551469211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211130047189785514692111300471897855146921113004718978551469211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6927b170-f062-416b-8276-3263249a9c05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c93fd5f-0276-4dba-ba3a-34dbe857fc9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74da4cbc-8a8e-4e5e-8bad-6fa3123185d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74da4cbc-8a8e-4e5e-8bad-6fa3123185d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13192708025675545002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002131927080256755450021319270802567554500213192708025675545002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74da4cbc-8a8e-4e5e-8bad-6fa3123185d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8673f81-625a-4b26-9ff3-d9f5bd3cc8fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8673f81-625a-4b26-9ff3-d9f5bd3cc8fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1602813960599263778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778160281396059926377816028139605992637781602813960599263778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1315678b-816e-4704-b13b-f2f4ed2198b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1315678b-816e-4704-b13b-f2f4ed2198b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053979544940251237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237905397954494025123790539795449402512379053979544940251237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8673f81-625a-4b26-9ff3-d9f5bd3cc8fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d889aabd-577a-4687-adb1-838bbfacf38b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d889aabd-577a-4687-adb1-838bbfacf38b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8264920940192759401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401826492094019275940182649209401927594018264920940192759401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1315678b-816e-4704-b13b-f2f4ed2198b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99fcc8f9-4a3c-4ab5-b86b-43db58334ee6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99fcc8f9-4a3c-4ab5-b86b-43db58334ee6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11071346979846264425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425110713469798462644251107134697984626442511071346979846264425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d889aabd-577a-4687-adb1-838bbfacf38b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3196480a-fb2b-4aeb-8b3b-22cca088e75d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99fcc8f9-4a3c-4ab5-b86b-43db58334ee6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32c1ff0d-b832-41d5-ba59-df25a435c0d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c1ff0d-b832-41d5-ba59-df25a435c0d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14461245849063257000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000144612458490632570001446124584906325700014461245849063257000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3196480a-fb2b-4aeb-8b3b-22cca088e75d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101337516934673945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945181013375169346739451810133751693467394518101337516934673945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c1ff0d-b832-41d5-ba59-df25a435c0d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9906a2c2-0378-4398-bf37-0b66de9439e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9906a2c2-0378-4398-bf37-0b66de9439e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361305305855647706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706636130530585564770663613053058556477066361305305855647706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3196480a-fb2b-4aeb-8b3b-22cca088e75d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7aba91d-8fe1-49a8-8f94-5eebf2f82908, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7aba91d-8fe1-49a8-8f94-5eebf2f82908, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016559442792100551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551100165594427921005511001655944279210055110016559442792100551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9906a2c2-0378-4398-bf37-0b66de9439e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c818a3-518e-442b-9248-18eebfbd68b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c818a3-518e-442b-9248-18eebfbd68b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5260925033111028011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011526092503311102801152609250331110280115260925033111028011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7aba91d-8fe1-49a8-8f94-5eebf2f82908, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18c93681-72b0-4d5a-98bd-56acb1ce58b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c93681-72b0-4d5a-98bd-56acb1ce58b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2383275896979126377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377238327589697912637723832758969791263772383275896979126377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c93681-72b0-4d5a-98bd-56acb1ce58b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c818a3-518e-442b-9248-18eebfbd68b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39d8215e-15c4-491d-948b-e1f7be3f46a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d8215e-15c4-491d-948b-e1f7be3f46a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449077978583069854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854844907797858306985484490779785830698548449077978583069854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2924156f-a3a6-445a-96a8-a93e6edfc66d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2924156f-a3a6-445a-96a8-a93e6edfc66d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16454081346296008791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791164540813462960087911645408134629600879116454081346296008791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d8215e-15c4-491d-948b-e1f7be3f46a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcd65e60-4f7e-43c4-8553-3c82fd9d7717, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd65e60-4f7e-43c4-8553-3c82fd9d7717, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093508707849224804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804110935087078492248041109350870784922480411093508707849224804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2924156f-a3a6-445a-96a8-a93e6edfc66d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1b10cac-9656-48fd-b34c-64d6f54cc5f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b10cac-9656-48fd-b34c-64d6f54cc5f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771796309617822191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191977179630961782219197717963096178221919771796309617822191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd65e60-4f7e-43c4-8553-3c82fd9d7717, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3164f1a7-bafe-4afa-934d-d6173e09fa34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3164f1a7-bafe-4afa-934d-d6173e09fa34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14721623163488607114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114147216231634886071141472162316348860711414721623163488607114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b10cac-9656-48fd-b34c-64d6f54cc5f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 317efe42-f54c-433d-bd31-cb024c81d481, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317efe42-f54c-433d-bd31-cb024c81d481, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16931527039155901282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282169315270391559012821693152703915590128216931527039155901282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3164f1a7-bafe-4afa-934d-d6173e09fa34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abbdcf87-ec37-4678-97aa-23de56bf5c57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317efe42-f54c-433d-bd31-cb024c81d481, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbdcf87-ec37-4678-97aa-23de56bf5c57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227143421227064472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472142271434212270644721422714342122706447214227143421227064472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b702b5b-d07c-43e7-bd48-3815ba430503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b702b5b-d07c-43e7-bd48-3815ba430503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 126936947542259843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843126936947542259843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbdcf87-ec37-4678-97aa-23de56bf5c57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b702b5b-d07c-43e7-bd48-3815ba430503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0aa268-81fc-43fe-8a16-33b9cf293524, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e357a0-1876-4159-b19a-d598b71e067a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e357a0-1876-4159-b19a-d598b71e067a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156419069011971278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278101564190690119712781015641906901197127810156419069011971278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0aa268-81fc-43fe-8a16-33b9cf293524, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6748413209522310678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678674841320952231067867484132095223106786748413209522310678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e357a0-1876-4159-b19a-d598b71e067a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 140e9be1-8a0c-4037-8490-1c6b7b5668e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0aa268-81fc-43fe-8a16-33b9cf293524, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6e191f1-5c39-49d5-a73e-078ac7e23260, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140e9be1-8a0c-4037-8490-1c6b7b5668e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12422565054870753889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889124225650548707538891242256505487075388912422565054870753889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e191f1-5c39-49d5-a73e-078ac7e23260, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210063879229309114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114121006387922930911412100638792293091141210063879229309114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e191f1-5c39-49d5-a73e-078ac7e23260, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 928cabf5-73e9-4723-81d2-5ab9f946568d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140e9be1-8a0c-4037-8490-1c6b7b5668e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 928cabf5-73e9-4723-81d2-5ab9f946568d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908354715088056369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369159083547150880563691590835471508805636915908354715088056369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a96f7e14-2d21-42f4-bfbd-5bd5b0295806, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96f7e14-2d21-42f4-bfbd-5bd5b0295806, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6713921151932311621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621671392115193231162167139211519323116216713921151932311621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 928cabf5-73e9-4723-81d2-5ab9f946568d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96f7e14-2d21-42f4-bfbd-5bd5b0295806, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a45d524-54fe-40cc-b862-74f5d4136cad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3bd9a5-ec7f-4c5b-a545-9520e59cdb88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3bd9a5-ec7f-4c5b-a545-9520e59cdb88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15071440623461203691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691150714406234612036911507144062346120369115071440623461203691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a45d524-54fe-40cc-b862-74f5d4136cad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17950040555279380413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413179500405552793804131795004055527938041317950040555279380413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3bd9a5-ec7f-4c5b-a545-9520e59cdb88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f011ccd2-3e5b-4510-afb5-b5e9f17229b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f011ccd2-3e5b-4510-afb5-b5e9f17229b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4613663514998406856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856461366351499840685646136635149984068564613663514998406856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a45d524-54fe-40cc-b862-74f5d4136cad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 951dbdd6-0c88-400c-8ad4-c95825f171df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 951dbdd6-0c88-400c-8ad4-c95825f171df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696350360149082274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274769635036014908227476963503601490822747696350360149082274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f011ccd2-3e5b-4510-afb5-b5e9f17229b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa9a22e-f0a4-4339-97f6-14533d40abad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa9a22e-f0a4-4339-97f6-14533d40abad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10497544049413105626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626104975440494131056261049754404941310562610497544049413105626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 951dbdd6-0c88-400c-8ad4-c95825f171df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e784a8f4-f875-4095-a321-1bf2ba00162d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e784a8f4-f875-4095-a321-1bf2ba00162d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18099179207388409106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106180991792073884091061809917920738840910618099179207388409106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa9a22e-f0a4-4339-97f6-14533d40abad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53201837-758e-4287-8352-7e53e9fa9ef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53201837-758e-4287-8352-7e53e9fa9ef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16894748038413833872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872168947480384138338721689474803841383387216894748038413833872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e784a8f4-f875-4095-a321-1bf2ba00162d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfd00810-fa12-4156-9145-b860a679b37c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd00810-fa12-4156-9145-b860a679b37c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9997256749786491561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561999725674978649156199972567497864915619997256749786491561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53201837-758e-4287-8352-7e53e9fa9ef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9c28ddd-f898-42f1-a22a-0416fe4e0007, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c28ddd-f898-42f1-a22a-0416fe4e0007, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2415352090462016670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670241535209046201667024153520904620166702415352090462016670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd00810-fa12-4156-9145-b860a679b37c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c4b62cc-5d2e-4327-abc3-b00dfe6c5c22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c4b62cc-5d2e-4327-abc3-b00dfe6c5c22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894066672609368500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500108940666726093685001089406667260936850010894066672609368500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c28ddd-f898-42f1-a22a-0416fe4e0007, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25942bca-00d6-471b-9449-14b5df65c84e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25942bca-00d6-471b-9449-14b5df65c84e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952904332420460749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749395290433242046074939529043324204607493952904332420460749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c4b62cc-5d2e-4327-abc3-b00dfe6c5c22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8b8f706-99d9-49d4-8faf-4fd3738d47ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8b8f706-99d9-49d4-8faf-4fd3738d47ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16731681456934659849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849167316814569346598491673168145693465984916731681456934659849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25942bca-00d6-471b-9449-14b5df65c84e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8b8f706-99d9-49d4-8faf-4fd3738d47ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46980338-ec9f-469e-8006-5c2e0e732213, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94acd8de-3e48-4a38-bf82-5417b3142345, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94acd8de-3e48-4a38-bf82-5417b3142345, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11355256356971359999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999113552563569713599991135525635697135999911355256356971359999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46980338-ec9f-469e-8006-5c2e0e732213, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008999522633266876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876200899952263326687620089995226332668762008999522633266876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94acd8de-3e48-4a38-bf82-5417b3142345, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8b1ebc-7cb0-4d6e-b65e-82b1f4e5a4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8b1ebc-7cb0-4d6e-b65e-82b1f4e5a4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6182194581264221617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617618219458126422161761821945812642216176182194581264221617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46980338-ec9f-469e-8006-5c2e0e732213, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85369851-ce52-4579-8cd5-5c105015df4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85369851-ce52-4579-8cd5-5c105015df4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1470160910441232689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689147016091044123268914701609104412326891470160910441232689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8b1ebc-7cb0-4d6e-b65e-82b1f4e5a4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2285944-a993-4621-99c2-bf8d4048a614, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2285944-a993-4621-99c2-bf8d4048a614, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15548491380829226074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074155484913808292260741554849138082922607415548491380829226074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85369851-ce52-4579-8cd5-5c105015df4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc74287c-bb8f-4bd4-95b9-9dff11feeb30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc74287c-bb8f-4bd4-95b9-9dff11feeb30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2730037149387128188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188273003714938712818827300371493871281882730037149387128188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc74287c-bb8f-4bd4-95b9-9dff11feeb30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2285944-a993-4621-99c2-bf8d4048a614, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c166f0-dda8-42d2-81d1-b07432d8b3b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c166f0-dda8-42d2-81d1-b07432d8b3b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12861704407292117548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548128617044072921175481286170440729211754812861704407292117548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b330d68-2c2d-4f22-a6bb-6941e8f56247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b330d68-2c2d-4f22-a6bb-6941e8f56247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 941932692889000817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817941932692889000817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c166f0-dda8-42d2-81d1-b07432d8b3b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b330d68-2c2d-4f22-a6bb-6941e8f56247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 632299ec-6978-4b59-862e-29e5c0022262, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77b1bf26-6218-4907-8d48-39b8e0089838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b1bf26-6218-4907-8d48-39b8e0089838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10878110223414759550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550108781102234147595501087811022341475955010878110223414759550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632299ec-6978-4b59-862e-29e5c0022262, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13752851164290671218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218137528511642906712181375285116429067121813752851164290671218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b1bf26-6218-4907-8d48-39b8e0089838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2253b9ae-d353-40f8-be82-603d102fa093, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632299ec-6978-4b59-862e-29e5c0022262, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ad21fa-58c0-41cd-8a24-62269c012a48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ad21fa-58c0-41cd-8a24-62269c012a48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7299348668365873110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110729934866836587311072993486683658731107299348668365873110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2253b9ae-d353-40f8-be82-603d102fa093, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15146859047724621313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313151468590477246213131514685904772462131315146859047724621313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ad21fa-58c0-41cd-8a24-62269c012a48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f20cae3-d5b1-48b7-8a2b-ab740a01cca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f20cae3-d5b1-48b7-8a2b-ab740a01cca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15943209373466671655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655159432093734666716551594320937346667165515943209373466671655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2253b9ae-d353-40f8-be82-603d102fa093, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdfcf9ad-8573-4459-baeb-3677d9af091a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfcf9ad-8573-4459-baeb-3677d9af091a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1469767885718589234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234146976788571858923414697678857185892341469767885718589234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f20cae3-d5b1-48b7-8a2b-ab740a01cca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfcf9ad-8573-4459-baeb-3677d9af091a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b31199c-5f01-4007-b789-f7ac9bd328d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b31199c-5f01-4007-b789-f7ac9bd328d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15196564833704849850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850151965648337048498501519656483370484985015196564833704849850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7748ae00-94b2-472a-a93b-7fa8e24b99e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7748ae00-94b2-472a-a93b-7fa8e24b99e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491072495287135405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405154910724952871354051549107249528713540515491072495287135405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b31199c-5f01-4007-b789-f7ac9bd328d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7748ae00-94b2-472a-a93b-7fa8e24b99e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d444d2fd-2761-456f-9385-63d00f2028e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d444d2fd-2761-456f-9385-63d00f2028e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837875808833460108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108148378758088334601081483787580883346010814837875808833460108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48875af0-534a-4cfd-8d10-4df076502e6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48875af0-534a-4cfd-8d10-4df076502e6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15466892906982056267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267154668929069820562671546689290698205626715466892906982056267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d444d2fd-2761-456f-9385-63d00f2028e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3ed9525-2d3e-4a06-8949-298830b37f87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ed9525-2d3e-4a06-8949-298830b37f87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1230941812342279928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928123094181234227992812309418123422799281230941812342279928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48875af0-534a-4cfd-8d10-4df076502e6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c012a8f-44ed-4df3-b3bc-552e12a54da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c012a8f-44ed-4df3-b3bc-552e12a54da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12562901434249005539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539125629014342490055391256290143424900553912562901434249005539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ed9525-2d3e-4a06-8949-298830b37f87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c012a8f-44ed-4df3-b3bc-552e12a54da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a8553c7-ff3d-4aa1-b975-3811d7484d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a8553c7-ff3d-4aa1-b975-3811d7484d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419726037252623776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776184197260372526237761841972603725262377618419726037252623776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70474983-3e3c-422b-8d0a-f2544ae375ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70474983-3e3c-422b-8d0a-f2544ae375ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7249512948997205102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102724951294899720510272495129489972051027249512948997205102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a8553c7-ff3d-4aa1-b975-3811d7484d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 205f0ac9-71f2-438d-8d1b-93ba3308c811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205f0ac9-71f2-438d-8d1b-93ba3308c811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11494784375119898348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348114947843751198983481149478437511989834811494784375119898348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70474983-3e3c-422b-8d0a-f2544ae375ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ea68a10-3197-4ee6-9f77-5da191467ea7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea68a10-3197-4ee6-9f77-5da191467ea7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10852190743433205857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857108521907434332058571085219074343320585710852190743433205857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205f0ac9-71f2-438d-8d1b-93ba3308c811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67171a64-1a51-46a4-9450-c7d3c214bf00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67171a64-1a51-46a4-9450-c7d3c214bf00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14539227085425084886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886145392270854250848861453922708542508488614539227085425084886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea68a10-3197-4ee6-9f77-5da191467ea7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cbbf610-837a-4e05-a4a8-058d8394f527, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbbf610-837a-4e05-a4a8-058d8394f527, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033355444098742717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717130333554440987427171303335544409874271713033355444098742717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67171a64-1a51-46a4-9450-c7d3c214bf00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91080f6c-de64-4672-85dd-d25a8a5a82fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91080f6c-de64-4672-85dd-d25a8a5a82fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7545071802593891940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940754507180259389194075450718025938919407545071802593891940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91080f6c-de64-4672-85dd-d25a8a5a82fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a7a8dc8-9e9f-473f-b818-4186f6eba5a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7a8dc8-9e9f-473f-b818-4186f6eba5a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13050196799642442958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958130501967996424429581305019679964244295813050196799642442958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbbf610-837a-4e05-a4a8-058d8394f527, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ca0dafe-ed9f-49b8-8fa5-09c2db13585f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca0dafe-ed9f-49b8-8fa5-09c2db13585f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629950970120407996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996116299509701204079961162995097012040799611629950970120407996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7a8dc8-9e9f-473f-b818-4186f6eba5a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 892ddd00-378d-4b45-be82-b86ee59a0985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892ddd00-378d-4b45-be82-b86ee59a0985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072507385597614569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569180725073855976145691807250738559761456918072507385597614569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca0dafe-ed9f-49b8-8fa5-09c2db13585f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf729a90-41ac-4796-ad87-937839be4c04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf729a90-41ac-4796-ad87-937839be4c04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5167913546434469477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477516791354643446947751679135464344694775167913546434469477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892ddd00-378d-4b45-be82-b86ee59a0985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b0942d-5b73-4a9c-9d15-d921f3a9e95e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b0942d-5b73-4a9c-9d15-d921f3a9e95e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556220480687020064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064955622048068702006495562204806870200649556220480687020064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf729a90-41ac-4796-ad87-937839be4c04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cfe2152-a1c9-4f04-9aa9-0e4255002a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cfe2152-a1c9-4f04-9aa9-0e4255002a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248409096862288404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404162484090968622884041624840909686228840416248409096862288404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cfe2152-a1c9-4f04-9aa9-0e4255002a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b0942d-5b73-4a9c-9d15-d921f3a9e95e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78588685-3736-4f1d-88ba-e995f9cc9196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78588685-3736-4f1d-88ba-e995f9cc9196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787388108474169916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916147873881084741699161478738810847416991614787388108474169916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeeff25e-e622-430f-a2aa-8d49f01c2e51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeeff25e-e622-430f-a2aa-8d49f01c2e51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4228174737898015865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865422817473789801586542281747378980158654228174737898015865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78588685-3736-4f1d-88ba-e995f9cc9196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19da6f5-235d-4f22-a16f-b8966612cf25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19da6f5-235d-4f22-a16f-b8966612cf25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924868511043555242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242692486851104355524269248685110435552426924868511043555242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeeff25e-e622-430f-a2aa-8d49f01c2e51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 657dd0ca-5655-469c-9fd9-90ed08b583e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 657dd0ca-5655-469c-9fd9-90ed08b583e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6828857965574623302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302682885796557462330268288579655746233026828857965574623302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19da6f5-235d-4f22-a16f-b8966612cf25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cc59dcb-630d-4bdb-92ff-7ae6f53c703a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc59dcb-630d-4bdb-92ff-7ae6f53c703a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9042287184650490351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351904228718465049035190422871846504903519042287184650490351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 657dd0ca-5655-469c-9fd9-90ed08b583e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6911ee3-036f-4910-836f-17e7fd19fff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc59dcb-630d-4bdb-92ff-7ae6f53c703a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c496348-9814-4209-b3c0-5f856a8a685a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c496348-9814-4209-b3c0-5f856a8a685a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11497187224285580698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698114971872242855806981149718722428558069811497187224285580698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6911ee3-036f-4910-836f-17e7fd19fff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9347507295870373325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325934750729587037332593475072958703733259347507295870373325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c496348-9814-4209-b3c0-5f856a8a685a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 617b5b47-345d-4f2d-a1a1-8ee6c3848437, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617b5b47-345d-4f2d-a1a1-8ee6c3848437, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5328136602555644911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911532813660255564491153281366025556449115328136602555644911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6911ee3-036f-4910-836f-17e7fd19fff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 830dea92-67f0-437d-a753-5bb4f3f1363b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830dea92-67f0-437d-a753-5bb4f3f1363b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7073117642501496582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582707311764250149658270731176425014965827073117642501496582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617b5b47-345d-4f2d-a1a1-8ee6c3848437, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b308ee53-e198-4a6d-a37e-6511709ef089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b308ee53-e198-4a6d-a37e-6511709ef089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784932006326700057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057978493200632670005797849320063267000579784932006326700057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830dea92-67f0-437d-a753-5bb4f3f1363b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb716c11-d2b0-492b-a491-d6af50f5a08c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb716c11-d2b0-492b-a491-d6af50f5a08c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 654651879460422296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296654651879460422296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b308ee53-e198-4a6d-a37e-6511709ef089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f108cac-599f-439b-9288-cfdddafe61ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f108cac-599f-439b-9288-cfdddafe61ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12980613622475639369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369129806136224756393691298061362247563936912980613622475639369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb716c11-d2b0-492b-a491-d6af50f5a08c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fcfa2d6-0917-44e2-ab74-11e23c8f23da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fcfa2d6-0917-44e2-ab74-11e23c8f23da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13181572718838813193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193131815727188388131931318157271883881319313181572718838813193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f108cac-599f-439b-9288-cfdddafe61ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51dabdfb-5c12-41c6-8f83-ed84b068d748, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dabdfb-5c12-41c6-8f83-ed84b068d748, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13750455526949723418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418137504555269497234181375045552694972341813750455526949723418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fcfa2d6-0917-44e2-ab74-11e23c8f23da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcb1fee-996a-42bc-8571-12d1a067ced7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcb1fee-996a-42bc-8571-12d1a067ced7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348174160628785382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382173481741606287853821734817416062878538217348174160628785382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dabdfb-5c12-41c6-8f83-ed84b068d748, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d24200d-465f-4abc-932c-721b4507eacd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d24200d-465f-4abc-932c-721b4507eacd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1816760901393205094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094181676090139320509418167609013932050941816760901393205094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcb1fee-996a-42bc-8571-12d1a067ced7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b430fd0-d0c4-4c71-89da-cbabc6d360e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b430fd0-d0c4-4c71-89da-cbabc6d360e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16101774941399578349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349161017749413995783491610177494139957834916101774941399578349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d24200d-465f-4abc-932c-721b4507eacd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2633c870-d96e-40e0-9598-f82e91acd838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2633c870-d96e-40e0-9598-f82e91acd838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15557112572360466129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129155571125723604661291555711257236046612915557112572360466129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b430fd0-d0c4-4c71-89da-cbabc6d360e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6ab0fab-4616-4ea6-8207-5b1d2a81aa72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ab0fab-4616-4ea6-8207-5b1d2a81aa72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443639990856360888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888544363999085636088854436399908563608885443639990856360888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ab0fab-4616-4ea6-8207-5b1d2a81aa72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2633c870-d96e-40e0-9598-f82e91acd838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b3b464-a1d6-49cc-8084-821e04461ed5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b3b464-a1d6-49cc-8084-821e04461ed5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16877230613057635911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911168772306130576359111687723061305763591116877230613057635911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a101034-2177-4ffb-912c-0cb68cd1b111, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a101034-2177-4ffb-912c-0cb68cd1b111, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7197137175769046814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814719713717576904681471971371757690468147197137175769046814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a101034-2177-4ffb-912c-0cb68cd1b111, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cecc22af-64ed-4b99-90bb-d378f42f1cf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cecc22af-64ed-4b99-90bb-d378f42f1cf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13002906293417476729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729130029062934174767291300290629341747672913002906293417476729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b3b464-a1d6-49cc-8084-821e04461ed5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1be3d48-dc9e-41e0-8ef0-7ebacb1a8479, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1be3d48-dc9e-41e0-8ef0-7ebacb1a8479, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1716704045479902476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476171670404547990247617167040454799024761716704045479902476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cecc22af-64ed-4b99-90bb-d378f42f1cf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aba8a2b-1b52-4ce5-989a-e8f2d8d5756f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba8a2b-1b52-4ce5-989a-e8f2d8d5756f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7430240108585111009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009743024010858511100974302401085851110097430240108585111009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1be3d48-dc9e-41e0-8ef0-7ebacb1a8479, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e3bf37-95b8-4aae-a59b-dfdd58258cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e3bf37-95b8-4aae-a59b-dfdd58258cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11359976827494311703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703113599768274943117031135997682749431170311359976827494311703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba8a2b-1b52-4ce5-989a-e8f2d8d5756f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0200a57b-b9a9-4ab8-9f8e-8920127386eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0200a57b-b9a9-4ab8-9f8e-8920127386eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17862834908456694211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211178628349084566942111786283490845669421117862834908456694211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e3bf37-95b8-4aae-a59b-dfdd58258cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b1c474-840f-4771-ba3d-240ae4b71534, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b1c474-840f-4771-ba3d-240ae4b71534, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2220272317533187405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405222027231753318740522202723175331874052220272317533187405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0200a57b-b9a9-4ab8-9f8e-8920127386eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b8b5a9-b3a3-4ba0-b636-4fabc4bdd37a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b8b5a9-b3a3-4ba0-b636-4fabc4bdd37a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6215092880330939589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589621509288033093958962150928803309395896215092880330939589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b1c474-840f-4771-ba3d-240ae4b71534, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98321472-affa-4bf5-94d1-c4dc9de6d481, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98321472-affa-4bf5-94d1-c4dc9de6d481, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9445599022055382275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275944559902205538227594455990220553822759445599022055382275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b8b5a9-b3a3-4ba0-b636-4fabc4bdd37a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 862f01e6-cafb-4d80-a007-a3c814deb03d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 862f01e6-cafb-4d80-a007-a3c814deb03d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13809386197122039335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335138093861971220393351380938619712203933513809386197122039335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98321472-affa-4bf5-94d1-c4dc9de6d481, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd52ecc-0424-4e27-af7b-56b40f4c1336, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd52ecc-0424-4e27-af7b-56b40f4c1336, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14113252132545376836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836141132521325453768361411325213254537683614113252132545376836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 862f01e6-cafb-4d80-a007-a3c814deb03d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d6dcd3-4605-4139-b4b8-039164e7fad8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d6dcd3-4605-4139-b4b8-039164e7fad8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1390361743105721583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583139036174310572158313903617431057215831390361743105721583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd52ecc-0424-4e27-af7b-56b40f4c1336, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 985b4623-f7eb-4666-833d-2c4e516668ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985b4623-f7eb-4666-833d-2c4e516668ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306256515378312112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112530625651537831211253062565153783121125306256515378312112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d6dcd3-4605-4139-b4b8-039164e7fad8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fa6d777-4cf0-4d3e-a79e-e3bb2d32cfaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa6d777-4cf0-4d3e-a79e-e3bb2d32cfaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15092234866691451701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701150922348666914517011509223486669145170115092234866691451701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985b4623-f7eb-4666-833d-2c4e516668ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3278c243-e4e4-4315-a905-9271e3676407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3278c243-e4e4-4315-a905-9271e3676407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11609893515114674300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300116098935151146743001160989351511467430011609893515114674300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3278c243-e4e4-4315-a905-9271e3676407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d596696-fb08-4da8-88b7-4138f91fc209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d596696-fb08-4da8-88b7-4138f91fc209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3730316676269870963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963373031667626987096337303166762698709633730316676269870963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa6d777-4cf0-4d3e-a79e-e3bb2d32cfaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 186250a2-4f34-4244-96d0-35148532ecce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186250a2-4f34-4244-96d0-35148532ecce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10285326858834583992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992102853268588345839921028532685883458399210285326858834583992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d596696-fb08-4da8-88b7-4138f91fc209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 583243cb-8c94-4ea9-9bfb-6f1a290f26bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583243cb-8c94-4ea9-9bfb-6f1a290f26bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11143446203415578457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457111434462034155784571114344620341557845711143446203415578457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186250a2-4f34-4244-96d0-35148532ecce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844ffeb5-2e9f-449b-bdbc-63b0d4779371, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844ffeb5-2e9f-449b-bdbc-63b0d4779371, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863906323520293557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557118639063235202935571186390632352029355711863906323520293557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583243cb-8c94-4ea9-9bfb-6f1a290f26bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b34319c-cb3e-45e8-97a0-1154b99942b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b34319c-cb3e-45e8-97a0-1154b99942b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16283991171143831100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100162839911711438311001628399117114383110016283991171143831100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844ffeb5-2e9f-449b-bdbc-63b0d4779371, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8690091-2c71-4ea4-b263-fc3aadd134b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8690091-2c71-4ea4-b263-fc3aadd134b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823973251960879307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307182397325196087930718239732519608793071823973251960879307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b34319c-cb3e-45e8-97a0-1154b99942b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf49bb1-3881-4a09-bbf1-fc12894753b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf49bb1-3881-4a09-bbf1-fc12894753b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6745897351555540776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776674589735155554077667458973515555407766745897351555540776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8690091-2c71-4ea4-b263-fc3aadd134b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b73b04-bc27-409d-847b-e5c63cf14e68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b73b04-bc27-409d-847b-e5c63cf14e68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019147389234134847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847170191473892341348471701914738923413484717019147389234134847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf49bb1-3881-4a09-bbf1-fc12894753b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 325ccf11-5728-4c18-9b9d-b3436449c765, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325ccf11-5728-4c18-9b9d-b3436449c765, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080174771599538619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619908017477159953861990801747715995386199080174771599538619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b73b04-bc27-409d-847b-e5c63cf14e68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9019180c-d7a3-4618-a5ff-58ad264d6973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9019180c-d7a3-4618-a5ff-58ad264d6973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5932661229610508685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685593266122961050868559326612296105086855932661229610508685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325ccf11-5728-4c18-9b9d-b3436449c765, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa6f07ad-a11f-47b9-8d74-073810dd81e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6f07ad-a11f-47b9-8d74-073810dd81e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10313221003429308796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796103132210034293087961031322100342930879610313221003429308796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9019180c-d7a3-4618-a5ff-58ad264d6973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5984231f-f65d-4f84-9644-cae0d5349656, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5984231f-f65d-4f84-9644-cae0d5349656, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196216439267508601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601619621643926750860161962164392675086016196216439267508601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6f07ad-a11f-47b9-8d74-073810dd81e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 382b0764-8c3d-47c8-85a7-b342fe9a8f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 382b0764-8c3d-47c8-85a7-b342fe9a8f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321058216894092013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013732105821689409201373210582168940920137321058216894092013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5984231f-f65d-4f84-9644-cae0d5349656, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72caa303-f24d-4e70-a372-730b97a5fc29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72caa303-f24d-4e70-a372-730b97a5fc29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7644122851774426366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366764412285177442636676441228517744263667644122851774426366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 382b0764-8c3d-47c8-85a7-b342fe9a8f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c88e673-ad0b-4b7d-ae28-357658922851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c88e673-ad0b-4b7d-ae28-357658922851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16293132908533225074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074162931329085332250741629313290853322507416293132908533225074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72caa303-f24d-4e70-a372-730b97a5fc29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f1a41d-aac1-4842-a69e-0dce03d7abf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f1a41d-aac1-4842-a69e-0dce03d7abf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1329408610528020323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323132940861052802032313294086105280203231329408610528020323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c88e673-ad0b-4b7d-ae28-357658922851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d968b36-cae4-4362-9e74-a53250cbf351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d968b36-cae4-4362-9e74-a53250cbf351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17714797972882154168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168177147979728821541681771479797288215416817714797972882154168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f1a41d-aac1-4842-a69e-0dce03d7abf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d968b36-cae4-4362-9e74-a53250cbf351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 660410c0-9413-4e6c-9084-79eaf7fa371a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 660410c0-9413-4e6c-9084-79eaf7fa371a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15489308135093025771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771154893081350930257711548930813509302577115489308135093025771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d46f396f-15b1-4928-b13f-af948a808dda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d46f396f-15b1-4928-b13f-af948a808dda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9267388371662066324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324926738837166206632492673883716620663249267388371662066324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d46f396f-15b1-4928-b13f-af948a808dda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1061f0c-ca75-4e56-801a-1a1bf7ad3578, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1061f0c-ca75-4e56-801a-1a1bf7ad3578, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4996578072223386868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868499657807222338686849965780722233868684996578072223386868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 660410c0-9413-4e6c-9084-79eaf7fa371a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6af19ee-b7a9-4596-826a-f2d8c8855a65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6af19ee-b7a9-4596-826a-f2d8c8855a65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15513627153774583769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769155136271537745837691551362715377458376915513627153774583769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1061f0c-ca75-4e56-801a-1a1bf7ad3578, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f52fa80d-0b7a-4231-94ee-acac6c678949, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52fa80d-0b7a-4231-94ee-acac6c678949, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2131336612978181188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188213133661297818118821313366129781811882131336612978181188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6af19ee-b7a9-4596-826a-f2d8c8855a65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca6d6730-6821-4ef5-92bd-b251afae968a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6d6730-6821-4ef5-92bd-b251afae968a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18297997081243769353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353182979970812437693531829799708124376935318297997081243769353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52fa80d-0b7a-4231-94ee-acac6c678949, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2aa5383-c844-4cf6-ac5b-dc1184691a2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2aa5383-c844-4cf6-ac5b-dc1184691a2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257000294190192890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890182570002941901928901825700029419019289018257000294190192890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6d6730-6821-4ef5-92bd-b251afae968a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d56717ad-7a72-4c1d-8c2b-c47be6e1179b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56717ad-7a72-4c1d-8c2b-c47be6e1179b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13818221768530949978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978138182217685309499781381822176853094997813818221768530949978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2aa5383-c844-4cf6-ac5b-dc1184691a2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e8734e2-2eeb-4eec-ba9f-e62775d5851c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8734e2-2eeb-4eec-ba9f-e62775d5851c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 417081570699680942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942417081570699680942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56717ad-7a72-4c1d-8c2b-c47be6e1179b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e65d46b9-84bf-45bd-b5dc-7a78a945d0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8734e2-2eeb-4eec-ba9f-e62775d5851c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65d46b9-84bf-45bd-b5dc-7a78a945d0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17860814417139720830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830178608144171397208301786081441713972083017860814417139720830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36103485-4d16-4db9-8bcf-b463a3435ee9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36103485-4d16-4db9-8bcf-b463a3435ee9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5837409815409991078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078583740981540999107858374098154099910785837409815409991078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65d46b9-84bf-45bd-b5dc-7a78a945d0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a51e4-d67f-4190-8524-460b4430f851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a51e4-d67f-4190-8524-460b4430f851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15807119026048021083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083158071190260480210831580711902604802108315807119026048021083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36103485-4d16-4db9-8bcf-b463a3435ee9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ac5efc-c136-4727-98f5-6c9d516a313f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ac5efc-c136-4727-98f5-6c9d516a313f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8710370934852804722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722871037093485280472287103709348528047228710370934852804722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a51e4-d67f-4190-8524-460b4430f851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac28e928-9c3f-428f-8e0d-a95005b6d2a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac28e928-9c3f-428f-8e0d-a95005b6d2a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6956391519611967330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330695639151961196733069563915196119673306956391519611967330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ac5efc-c136-4727-98f5-6c9d516a313f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f1667d-d4e1-45d5-b3a4-24c8a0a82ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f1667d-d4e1-45d5-b3a4-24c8a0a82ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5258507607087947807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807525850760708794780752585076070879478075258507607087947807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac28e928-9c3f-428f-8e0d-a95005b6d2a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147b2de4-ea4a-4d92-8b69-599c7dcfa98e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147b2de4-ea4a-4d92-8b69-599c7dcfa98e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811744603506628786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786128117446035066287861281174460350662878612811744603506628786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f1667d-d4e1-45d5-b3a4-24c8a0a82ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1189b6d2-e43e-44b4-8d86-95877195ec60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1189b6d2-e43e-44b4-8d86-95877195ec60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5507430602968405065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065550743060296840506555074306029684050655507430602968405065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147b2de4-ea4a-4d92-8b69-599c7dcfa98e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f90441ba-90ce-4177-9dbe-4fc1d6398324, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f90441ba-90ce-4177-9dbe-4fc1d6398324, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5643706155264006559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559564370615526400655956437061552640065595643706155264006559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1189b6d2-e43e-44b4-8d86-95877195ec60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b04d141-6240-4508-911e-1c9e15922e20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b04d141-6240-4508-911e-1c9e15922e20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445441362403704944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944544544136240370494454454413624037049445445441362403704944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f90441ba-90ce-4177-9dbe-4fc1d6398324, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a9b5ee-6815-469f-83dd-684101639832, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a9b5ee-6815-469f-83dd-684101639832, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727969988719970007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007727969988719970007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b04d141-6240-4508-911e-1c9e15922e20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0f7ed58-64de-4ef1-b03e-a69e2b9f2db3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f7ed58-64de-4ef1-b03e-a69e2b9f2db3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 404127137702180189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189404127137702180189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a9b5ee-6815-469f-83dd-684101639832, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 255b5db5-413b-4f2e-b554-08eef2c0e083, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255b5db5-413b-4f2e-b554-08eef2c0e083, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1266824161776544100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100126682416177654410012668241617765441001266824161776544100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f7ed58-64de-4ef1-b03e-a69e2b9f2db3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f043de6-fecb-4c46-9e48-03bcce6c7ba9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f043de6-fecb-4c46-9e48-03bcce6c7ba9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17705587778771718069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069177055877787717180691770558777877171806917705587778771718069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255b5db5-413b-4f2e-b554-08eef2c0e083, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e764f80e-e52c-4081-bc11-9c74ea3f7395, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e764f80e-e52c-4081-bc11-9c74ea3f7395, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3446715363415535311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311344671536341553531134467153634155353113446715363415535311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f043de6-fecb-4c46-9e48-03bcce6c7ba9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b394c0b4-9c8b-4b64-8dd2-684d3d61b998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b394c0b4-9c8b-4b64-8dd2-684d3d61b998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1897433380399979134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134189743338039997913418974333803999791341897433380399979134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e764f80e-e52c-4081-bc11-9c74ea3f7395, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e361de7-7ffd-4050-bf5c-27c18f1db04a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e361de7-7ffd-4050-bf5c-27c18f1db04a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16644936367853262022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022166449363678532620221664493636785326202216644936367853262022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b394c0b4-9c8b-4b64-8dd2-684d3d61b998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de750a7-c6c0-468e-bc60-c618f8488ec2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de750a7-c6c0-468e-bc60-c618f8488ec2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115400508718714741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741311540050871871474131154005087187147413115400508718714741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e361de7-7ffd-4050-bf5c-27c18f1db04a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84a98446-6eb6-4548-b40b-baa0997e32ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a98446-6eb6-4548-b40b-baa0997e32ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 978968793558012199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199978968793558012199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de750a7-c6c0-468e-bc60-c618f8488ec2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dddf42e-5b68-41dc-8b0d-ff34724bc465, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dddf42e-5b68-41dc-8b0d-ff34724bc465, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12416667597253449893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893124166675972534498931241666759725344989312416667597253449893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a98446-6eb6-4548-b40b-baa0997e32ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0bc9542-7b19-4895-bf46-1c14ea072438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0bc9542-7b19-4895-bf46-1c14ea072438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9086960342664080468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468908696034266408046890869603426640804689086960342664080468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dddf42e-5b68-41dc-8b0d-ff34724bc465, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab6b9ec6-4eec-457f-a205-1037cc15acdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6b9ec6-4eec-457f-a205-1037cc15acdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292367099136567346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346529236709913656734652923670991365673465292367099136567346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0bc9542-7b19-4895-bf46-1c14ea072438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fde45b9-fd38-4598-9368-162a1f7de56e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fde45b9-fd38-4598-9368-162a1f7de56e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5020760977846998385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385502076097784699838550207609778469983855020760977846998385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6b9ec6-4eec-457f-a205-1037cc15acdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03d759c9-6a94-48c2-a321-d6198ee164cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d759c9-6a94-48c2-a321-d6198ee164cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5118163623085035177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177511816362308503517751181636230850351775118163623085035177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fde45b9-fd38-4598-9368-162a1f7de56e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a031dd7-a332-4d66-8569-88a3d190baaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a031dd7-a332-4d66-8569-88a3d190baaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784579387795090935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935678457938779509093567845793877950909356784579387795090935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d759c9-6a94-48c2-a321-d6198ee164cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d24661-ab39-4b15-8610-996005e6f3b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d24661-ab39-4b15-8610-996005e6f3b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1993639728975420179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179199363972897542017919936397289754201791993639728975420179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a031dd7-a332-4d66-8569-88a3d190baaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad68ce9-12cc-438a-9caa-a7b00928de22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad68ce9-12cc-438a-9caa-a7b00928de22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13810310078139243265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265138103100781392432651381031007813924326513810310078139243265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad68ce9-12cc-438a-9caa-a7b00928de22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60442af5-e5ef-4bfe-9a2c-4b0a57afd932, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60442af5-e5ef-4bfe-9a2c-4b0a57afd932, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100581673656027398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398100581673656027398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d24661-ab39-4b15-8610-996005e6f3b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2e770a-1389-4a31-8572-fedece983c6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2e770a-1389-4a31-8572-fedece983c6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556599267880787292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292125565992678807872921255659926788078729212556599267880787292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60442af5-e5ef-4bfe-9a2c-4b0a57afd932, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 356c6799-0919-46a7-a87a-c5be5b088a4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356c6799-0919-46a7-a87a-c5be5b088a4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9278578427553086099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099927857842755308609992785784275530860999278578427553086099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2e770a-1389-4a31-8572-fedece983c6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f21cf6-2d53-4d87-98df-4b7cc72fb3f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f21cf6-2d53-4d87-98df-4b7cc72fb3f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54673795747028043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043546737957470280435467379574702804354673795747028043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356c6799-0919-46a7-a87a-c5be5b088a4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f3eafb7-45e2-433b-a19a-0c8618fe841d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3eafb7-45e2-433b-a19a-0c8618fe841d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588066648620848521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521658806664862084852165880666486208485216588066648620848521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f21cf6-2d53-4d87-98df-4b7cc72fb3f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5866d58-ed5c-402e-8c48-ab33b00a2935, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5866d58-ed5c-402e-8c48-ab33b00a2935, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352453942940981619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619135245394294098161913524539429409816191352453942940981619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3eafb7-45e2-433b-a19a-0c8618fe841d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ff38043-9fdd-44e3-b060-f7992db365de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff38043-9fdd-44e3-b060-f7992db365de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1639276811398705696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696163927681139870569616392768113987056961639276811398705696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5866d58-ed5c-402e-8c48-ab33b00a2935, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9e18cf9-86b8-4a59-bfeb-fa32c7ba39d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e18cf9-86b8-4a59-bfeb-fa32c7ba39d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10367860293658800380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380103678602936588003801036786029365880038010367860293658800380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff38043-9fdd-44e3-b060-f7992db365de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60979799-2d22-4e69-b961-9af6188f5483, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60979799-2d22-4e69-b961-9af6188f5483, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14927935125009305645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645149279351250093056451492793512500930564514927935125009305645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e18cf9-86b8-4a59-bfeb-fa32c7ba39d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffaf2e3e-903b-4426-a004-34ac4d86b899, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffaf2e3e-903b-4426-a004-34ac4d86b899, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15298727115319606760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760152987271153196067601529872711531960676015298727115319606760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffaf2e3e-903b-4426-a004-34ac4d86b899, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5116dddf-3a26-4b5f-8de4-d6adc988060c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5116dddf-3a26-4b5f-8de4-d6adc988060c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16239610600992443410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410162396106009924434101623961060099244341016239610600992443410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60979799-2d22-4e69-b961-9af6188f5483, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded412ac-86dc-4f34-9c7b-067de342d42c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded412ac-86dc-4f34-9c7b-067de342d42c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756582040118302594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594675658204011830259467565820401183025946756582040118302594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5116dddf-3a26-4b5f-8de4-d6adc988060c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd6e915-c8dc-4e34-bf85-623969ffb6d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd6e915-c8dc-4e34-bf85-623969ffb6d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1881819635946843629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629188181963594684362918818196359468436291881819635946843629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded412ac-86dc-4f34-9c7b-067de342d42c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8186110-0e03-4967-bc89-8b527288e1e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8186110-0e03-4967-bc89-8b527288e1e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035575457435467730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730203557545743546773020355754574354677302035575457435467730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd6e915-c8dc-4e34-bf85-623969ffb6d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57b3739a-f9b5-476d-9540-4162f8e7cd34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b3739a-f9b5-476d-9540-4162f8e7cd34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174706522302827681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681174706522302827681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8186110-0e03-4967-bc89-8b527288e1e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f64f219-8fb9-4f57-a782-6a00b73f7f75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f64f219-8fb9-4f57-a782-6a00b73f7f75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18325214920289425012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012183252149202894250121832521492028942501218325214920289425012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b3739a-f9b5-476d-9540-4162f8e7cd34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5ad6bb-d2cd-4464-9013-7a51fa2c4073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5ad6bb-d2cd-4464-9013-7a51fa2c4073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10857744835873324016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016108577448358733240161085774483587332401610857744835873324016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f64f219-8fb9-4f57-a782-6a00b73f7f75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5ad6bb-d2cd-4464-9013-7a51fa2c4073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b5c3eb4-d1dc-43a0-8dcb-d48864b73f69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5c3eb4-d1dc-43a0-8dcb-d48864b73f69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13840960718387564266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266138409607183875642661384096071838756426613840960718387564266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9196098-0bb4-4ffb-8510-3bbce42b89f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9196098-0bb4-4ffb-8510-3bbce42b89f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5640434545401220828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828564043454540122082856404345454012208285640434545401220828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5c3eb4-d1dc-43a0-8dcb-d48864b73f69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a139f75e-59c1-4948-ad51-d02ab7f4d05b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a139f75e-59c1-4948-ad51-d02ab7f4d05b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006612958485248667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667700661295848524866770066129584852486677006612958485248667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9196098-0bb4-4ffb-8510-3bbce42b89f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d21ac5-586e-437f-a46d-5f47af2b2b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d21ac5-586e-437f-a46d-5f47af2b2b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12967820863769046002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002129678208637690460021296782086376904600212967820863769046002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a139f75e-59c1-4948-ad51-d02ab7f4d05b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44df425f-986b-447f-97b6-3266991a1d3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44df425f-986b-447f-97b6-3266991a1d3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6100546742392023823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823610054674239202382361005467423920238236100546742392023823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44df425f-986b-447f-97b6-3266991a1d3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7640026-4c3b-4f14-bf07-2c5ec617164b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7640026-4c3b-4f14-bf07-2c5ec617164b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546738951354805606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606754673895135480560675467389513548056067546738951354805606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d21ac5-586e-437f-a46d-5f47af2b2b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7640026-4c3b-4f14-bf07-2c5ec617164b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3d85819-b68a-4e12-8e5c-0fc9aa965933, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d85819-b68a-4e12-8e5c-0fc9aa965933, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1672234906859988806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806167223490685998880616722349068599888061672234906859988806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 014e4b10-c5c4-47d9-a4ae-198a1f83a772, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014e4b10-c5c4-47d9-a4ae-198a1f83a772, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2004003672554052308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308200400367255405230820040036725540523082004003672554052308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d85819-b68a-4e12-8e5c-0fc9aa965933, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014e4b10-c5c4-47d9-a4ae-198a1f83a772, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944e7554-51da-4745-9b99-ef8cb7673206, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944e7554-51da-4745-9b99-ef8cb7673206, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 565544089585513847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847565544089585513847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f72af04-274a-4c92-86ba-3c956388ea3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f72af04-274a-4c92-86ba-3c956388ea3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12008066745742591969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969120080667457425919691200806674574259196912008066745742591969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944e7554-51da-4745-9b99-ef8cb7673206, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5016a93-099f-49cb-9d9c-20e05f792ed6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5016a93-099f-49cb-9d9c-20e05f792ed6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9249335252979838006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006924933525297983800692493352529798380069249335252979838006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f72af04-274a-4c92-86ba-3c956388ea3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43b4e7da-046b-4afa-bcaf-25f1dea223ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43b4e7da-046b-4afa-bcaf-25f1dea223ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12349822256031531302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302123498222560315313021234982225603153130212349822256031531302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43b4e7da-046b-4afa-bcaf-25f1dea223ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df2b5f2d-d256-4dd9-92b0-72ca88f19d13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2b5f2d-d256-4dd9-92b0-72ca88f19d13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925332562561449935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935149253325625614499351492533256256144993514925332562561449935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5016a93-099f-49cb-9d9c-20e05f792ed6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcc5dbe0-0166-4343-8ed8-aea69749ceac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcc5dbe0-0166-4343-8ed8-aea69749ceac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548977051302965826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826145489770513029658261454897705130296582614548977051302965826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2b5f2d-d256-4dd9-92b0-72ca88f19d13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 235d5c97-d398-4816-aef1-8bb1bb604177, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 235d5c97-d398-4816-aef1-8bb1bb604177, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9811497936401691442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442981149793640169144298114979364016914429811497936401691442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcc5dbe0-0166-4343-8ed8-aea69749ceac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd9be214-92fe-407e-988b-be51999a05df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9be214-92fe-407e-988b-be51999a05df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6918620938783930136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136691862093878393013669186209387839301366918620938783930136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 235d5c97-d398-4816-aef1-8bb1bb604177, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58f8210d-c526-4c00-af4f-bf1a979303f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58f8210d-c526-4c00-af4f-bf1a979303f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12442426244075418272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272124424262440754182721244242624407541827212442426244075418272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9be214-92fe-407e-988b-be51999a05df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06631696-98de-4388-bc86-5c39c9758fb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06631696-98de-4388-bc86-5c39c9758fb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 701681072660091077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077701681072660091077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58f8210d-c526-4c00-af4f-bf1a979303f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4d68ff-0bdb-4e41-87c2-6423b5333cf2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4d68ff-0bdb-4e41-87c2-6423b5333cf2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15617355816253953870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870156173558162539538701561735581625395387015617355816253953870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06631696-98de-4388-bc86-5c39c9758fb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f23835d1-084b-40ee-8db9-46782bd8a1c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f23835d1-084b-40ee-8db9-46782bd8a1c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3325253156894324639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639332525315689432463933252531568943246393325253156894324639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4d68ff-0bdb-4e41-87c2-6423b5333cf2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad60d92-d2e3-4843-97a9-8bc212056aaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad60d92-d2e3-4843-97a9-8bc212056aaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141641276294101355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355181416412762941013551814164127629410135518141641276294101355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f23835d1-084b-40ee-8db9-46782bd8a1c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfaa1a30-6c3e-4a90-90ba-630b2298fed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfaa1a30-6c3e-4a90-90ba-630b2298fed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17283631916156157638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638172836319161561576381728363191615615763817283631916156157638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad60d92-d2e3-4843-97a9-8bc212056aaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bab8dc8-567f-464c-98a6-6769e00196d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bab8dc8-567f-464c-98a6-6769e00196d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6366278186022989649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649636627818602298964963662781860229896496366278186022989649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfaa1a30-6c3e-4a90-90ba-630b2298fed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79f9a415-cab0-4cfe-87d2-bdf7c9a6007e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bab8dc8-567f-464c-98a6-6769e00196d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca8c4172-c539-4df1-8fea-20ed815cf2b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8c4172-c539-4df1-8fea-20ed815cf2b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553803669865679568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568455380366986567956845538036698656795684553803669865679568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f9a415-cab0-4cfe-87d2-bdf7c9a6007e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488918047910963468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468148891804791096346814889180479109634681488918047910963468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8c4172-c539-4df1-8fea-20ed815cf2b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51810bef-fcbf-4005-9e46-ffe302340ff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51810bef-fcbf-4005-9e46-ffe302340ff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6810384936107988213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213681038493610798821368103849361079882136810384936107988213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f9a415-cab0-4cfe-87d2-bdf7c9a6007e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d6c9a9f-6aa8-4311-abca-b64bd8e67869, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6c9a9f-6aa8-4311-abca-b64bd8e67869, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13183021042627111636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636131830210426271116361318302104262711163613183021042627111636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51810bef-fcbf-4005-9e46-ffe302340ff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3abe9e76-eac7-4665-ac80-26afbf294876, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abe9e76-eac7-4665-ac80-26afbf294876, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099841422674486736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736209984142267448673620998414226744867362099841422674486736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6c9a9f-6aa8-4311-abca-b64bd8e67869, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e288a2-05d8-4c3a-ada3-fac787416f86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e288a2-05d8-4c3a-ada3-fac787416f86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1659070849881650779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779165907084988165077916590708498816507791659070849881650779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abe9e76-eac7-4665-ac80-26afbf294876, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e952700b-762b-4230-a90e-58c3603a6f49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e952700b-762b-4230-a90e-58c3603a6f49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7929046937715643248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248792904693771564324879290469377156432487929046937715643248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e288a2-05d8-4c3a-ada3-fac787416f86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cba2f10-884b-470a-977b-7cdd72a46dbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cba2f10-884b-470a-977b-7cdd72a46dbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3051299361025327404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404305129936102532740430512993610253274043051299361025327404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e952700b-762b-4230-a90e-58c3603a6f49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cba2f10-884b-470a-977b-7cdd72a46dbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e737dd43-0598-4f26-b0ee-91c933b75e4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e737dd43-0598-4f26-b0ee-91c933b75e4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886211415662484141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141168862114156624841411688621141566248414116886211415662484141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3437dfde-e26f-4797-91aa-e6da08acf0e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3437dfde-e26f-4797-91aa-e6da08acf0e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615665353547658033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033161566535354765803316156653535476580331615665353547658033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e737dd43-0598-4f26-b0ee-91c933b75e4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7372c6e-0006-45ea-b580-b6d8dedc8dd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7372c6e-0006-45ea-b580-b6d8dedc8dd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14597674913853242877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877145976749138532428771459767491385324287714597674913853242877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3437dfde-e26f-4797-91aa-e6da08acf0e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd0462b-36c6-4a13-8b37-705b5fde0cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd0462b-36c6-4a13-8b37-705b5fde0cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823350449103306469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469168233504491033064691682335044910330646916823350449103306469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7372c6e-0006-45ea-b580-b6d8dedc8dd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3ac745-9335-42f7-857c-3ac55475f60f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3ac745-9335-42f7-857c-3ac55475f60f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4503917757940956500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500450391775794095650045039177579409565004503917757940956500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd0462b-36c6-4a13-8b37-705b5fde0cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53ea9be5-c973-4950-b7fe-8d5f7857cb77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ea9be5-c973-4950-b7fe-8d5f7857cb77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9313500616305795429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429931350061630579542993135006163057954299313500616305795429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3ac745-9335-42f7-857c-3ac55475f60f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b614ea82-6e62-462c-965a-6ae165efbabd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b614ea82-6e62-462c-965a-6ae165efbabd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13565883664583950789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789135658836645839507891356588366458395078913565883664583950789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ea9be5-c973-4950-b7fe-8d5f7857cb77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3b65997-eed3-4280-a4a8-15d88aa89684, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b65997-eed3-4280-a4a8-15d88aa89684, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2139461070826345628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628213946107082634562821394610708263456282139461070826345628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b614ea82-6e62-462c-965a-6ae165efbabd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84f9742e-35c0-4606-94e5-feb9a95028e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84f9742e-35c0-4606-94e5-feb9a95028e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196844495757789856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856171968444957577898561719684449575778985617196844495757789856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b65997-eed3-4280-a4a8-15d88aa89684, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a67556d-5818-49e8-aa7b-198f0108e0b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a67556d-5818-49e8-aa7b-198f0108e0b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7693737740140749242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242769373774014074924276937377401407492427693737740140749242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84f9742e-35c0-4606-94e5-feb9a95028e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bbf30b1-24da-43d3-a757-8025c9c7472c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bbf30b1-24da-43d3-a757-8025c9c7472c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823881266155628349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349158238812661556283491582388126615562834915823881266155628349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a67556d-5818-49e8-aa7b-198f0108e0b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d006eb05-20ac-45b7-8197-65cbc74bd770, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d006eb05-20ac-45b7-8197-65cbc74bd770, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11585308651114966698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698115853086511149666981158530865111496669811585308651114966698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bbf30b1-24da-43d3-a757-8025c9c7472c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 628c0f68-b11e-46ef-bc81-241d7db18cd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628c0f68-b11e-46ef-bc81-241d7db18cd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18312041694246281254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254183120416942462812541831204169424628125418312041694246281254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d006eb05-20ac-45b7-8197-65cbc74bd770, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945a405e-4ae0-4757-849b-5082568d7d00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945a405e-4ae0-4757-849b-5082568d7d00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708787969783057965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965107087879697830579651070878796978305796510708787969783057965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628c0f68-b11e-46ef-bc81-241d7db18cd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e90fb5f7-2d61-43b5-9957-e95b57d24ed6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e90fb5f7-2d61-43b5-9957-e95b57d24ed6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697263968234631851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851176972639682346318511769726396823463185117697263968234631851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945a405e-4ae0-4757-849b-5082568d7d00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5130418a-aed5-40a1-afec-a5199ca7fded, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5130418a-aed5-40a1-afec-a5199ca7fded, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138060065183510047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047141380600651835100471413806006518351004714138060065183510047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e90fb5f7-2d61-43b5-9957-e95b57d24ed6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74951f96-4946-4aa0-95ba-7d9d7755cf31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74951f96-4946-4aa0-95ba-7d9d7755cf31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378181943664372047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047337818194366437204733781819436643720473378181943664372047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5130418a-aed5-40a1-afec-a5199ca7fded, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f82612e-eaad-4e24-b441-2cec002d3b65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f82612e-eaad-4e24-b441-2cec002d3b65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13217705568833811012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012132177055688338110121321770556883381101213217705568833811012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74951f96-4946-4aa0-95ba-7d9d7755cf31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcff25c3-990b-4c46-b65c-81c4ec2529ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcff25c3-990b-4c46-b65c-81c4ec2529ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6438682034280717413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413643868203428071741364386820342807174136438682034280717413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f82612e-eaad-4e24-b441-2cec002d3b65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b8ed702-78cf-4bf7-9ade-3ae962ca2641, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b8ed702-78cf-4bf7-9ade-3ae962ca2641, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3536305050364353843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843353630505036435384335363050503643538433536305050364353843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcff25c3-990b-4c46-b65c-81c4ec2529ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5409bd02-603a-47a9-be51-7b3a3ba84f02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5409bd02-603a-47a9-be51-7b3a3ba84f02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3822784567986878037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037382278456798687803738227845679868780373822784567986878037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b8ed702-78cf-4bf7-9ade-3ae962ca2641, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cdda53-87f3-45b3-8979-9663109aa480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cdda53-87f3-45b3-8979-9663109aa480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9938823603065195919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919993882360306519591999388236030651959199938823603065195919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5409bd02-603a-47a9-be51-7b3a3ba84f02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58af4c5-0971-4ee9-a82c-a48756c1bb4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58af4c5-0971-4ee9-a82c-a48756c1bb4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7591974317261994378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378759197431726199437875919743172619943787591974317261994378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cdda53-87f3-45b3-8979-9663109aa480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad02cf12-58a8-4f9f-8c21-c9fae5fc0a8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad02cf12-58a8-4f9f-8c21-c9fae5fc0a8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17644615696902094835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835176446156969020948351764461569690209483517644615696902094835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58af4c5-0971-4ee9-a82c-a48756c1bb4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04777c76-0c46-44b3-bf27-da1861666d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04777c76-0c46-44b3-bf27-da1861666d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12704760976997187803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803127047609769971878031270476097699718780312704760976997187803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad02cf12-58a8-4f9f-8c21-c9fae5fc0a8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36fb447d-a2fd-47af-8211-d8c48de6ce65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36fb447d-a2fd-47af-8211-d8c48de6ce65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12536912500978910775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775125369125009789107751253691250097891077512536912500978910775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04777c76-0c46-44b3-bf27-da1861666d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4984453-a833-4195-af4f-967bdad2fd7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4984453-a833-4195-af4f-967bdad2fd7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443064736589824128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128134430647365898241281344306473658982412813443064736589824128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36fb447d-a2fd-47af-8211-d8c48de6ce65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b883d43b-fecc-427c-8e4a-3b91166bd33a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b883d43b-fecc-427c-8e4a-3b91166bd33a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619347929637282733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733661934792963728273366193479296372827336619347929637282733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4984453-a833-4195-af4f-967bdad2fd7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7373a83-a001-48c5-8b14-643d3d9059bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7373a83-a001-48c5-8b14-643d3d9059bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319100522288580610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610931910052228858061093191005222885806109319100522288580610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b883d43b-fecc-427c-8e4a-3b91166bd33a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3da5febb-8107-43a1-8daf-d51bd75df135, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da5febb-8107-43a1-8daf-d51bd75df135, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419004246628776752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752134190042466287767521341900424662877675213419004246628776752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7373a83-a001-48c5-8b14-643d3d9059bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f555a19-1eaa-4385-9cb5-e7121af888b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f555a19-1eaa-4385-9cb5-e7121af888b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770585506343183518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518167705855063431835181677058550634318351816770585506343183518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da5febb-8107-43a1-8daf-d51bd75df135, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 604f61d2-68dc-492c-b874-d2dfd83f506f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 604f61d2-68dc-492c-b874-d2dfd83f506f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5313374293663082475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475531337429366308247553133742936630824755313374293663082475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f555a19-1eaa-4385-9cb5-e7121af888b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d098a205-5c42-4e70-9bba-cbca28efe61f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d098a205-5c42-4e70-9bba-cbca28efe61f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029208493580672418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418180292084935806724181802920849358067241818029208493580672418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 604f61d2-68dc-492c-b874-d2dfd83f506f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35f0553c-39eb-457d-ad08-5b5ffe6ab8d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f0553c-39eb-457d-ad08-5b5ffe6ab8d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13485952549599638598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598134859525495996385981348595254959963859813485952549599638598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d098a205-5c42-4e70-9bba-cbca28efe61f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8226331a-a7e9-46d7-822c-3bfdee84234c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8226331a-a7e9-46d7-822c-3bfdee84234c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11526712277094237987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987115267122770942379871152671227709423798711526712277094237987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f0553c-39eb-457d-ad08-5b5ffe6ab8d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b1a96b0-9d4f-42af-89bf-b44458b51beb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1a96b0-9d4f-42af-89bf-b44458b51beb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5790492098312727200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200579049209831272720057904920983127272005790492098312727200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8226331a-a7e9-46d7-822c-3bfdee84234c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8693d20-6bbe-4a15-9d0d-8d9e3d4796fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8693d20-6bbe-4a15-9d0d-8d9e3d4796fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6579918009640841109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109657991800964084110965799180096408411096579918009640841109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1a96b0-9d4f-42af-89bf-b44458b51beb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fe2b071-410a-48b0-a523-b18338917a64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe2b071-410a-48b0-a523-b18338917a64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14778994631603645999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999147789946316036459991477899463160364599914778994631603645999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8693d20-6bbe-4a15-9d0d-8d9e3d4796fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e718557a-c80e-4fe0-a3cd-135ca7bd3d55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e718557a-c80e-4fe0-a3cd-135ca7bd3d55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17682733339212244582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582176827333392122445821768273333921224458217682733339212244582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe2b071-410a-48b0-a523-b18338917a64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee7883d-e753-4470-a8b7-7f30707c47e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee7883d-e753-4470-a8b7-7f30707c47e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414203449885641324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324144142034498856413241441420344988564132414414203449885641324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e718557a-c80e-4fe0-a3cd-135ca7bd3d55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9395140-ba8a-4a52-8340-466bbe2a7ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9395140-ba8a-4a52-8340-466bbe2a7ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332864987217235883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883233286498721723588323328649872172358832332864987217235883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee7883d-e753-4470-a8b7-7f30707c47e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57a23342-1cc3-4687-b2e4-1b2fc716041d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57a23342-1cc3-4687-b2e4-1b2fc716041d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843707496343961077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077484370749634396107748437074963439610774843707496343961077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9395140-ba8a-4a52-8340-466bbe2a7ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0979eba-f9e7-4b10-a8e5-02d6beb68cfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0979eba-f9e7-4b10-a8e5-02d6beb68cfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735003751524175781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781127350037515241757811273500375152417578112735003751524175781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57a23342-1cc3-4687-b2e4-1b2fc716041d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4cc9455-169d-4829-9ef2-89db12f8ed9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4cc9455-169d-4829-9ef2-89db12f8ed9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4226995218832852989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989422699521883285298942269952188328529894226995218832852989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0979eba-f9e7-4b10-a8e5-02d6beb68cfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d789dca-36d0-4be3-8cc3-d3fbdd6c9548, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d789dca-36d0-4be3-8cc3-d3fbdd6c9548, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9987827649212758821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821998782764921275882199878276492127588219987827649212758821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4cc9455-169d-4829-9ef2-89db12f8ed9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b01cf2c-57f9-42f4-b136-9394f79010c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b01cf2c-57f9-42f4-b136-9394f79010c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193927773303163328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328181939277733031633281819392777330316332818193927773303163328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d789dca-36d0-4be3-8cc3-d3fbdd6c9548, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82461cc0-42c8-4114-b344-b43022d373b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82461cc0-42c8-4114-b344-b43022d373b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11092301360955939802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802110923013609559398021109230136095593980211092301360955939802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b01cf2c-57f9-42f4-b136-9394f79010c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355d78d5-a440-4ea1-b7fc-fe4573e24c3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355d78d5-a440-4ea1-b7fc-fe4573e24c3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813586508542384505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505108135865085423845051081358650854238450510813586508542384505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82461cc0-42c8-4114-b344-b43022d373b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355d78d5-a440-4ea1-b7fc-fe4573e24c3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dcb70a9-5f11-4a04-b53e-1df8e36055a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcb70a9-5f11-4a04-b53e-1df8e36055a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13982675897747993410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410139826758977479934101398267589774799341013982675897747993410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43293cfb-f608-4878-aa5a-c34bd9907477, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43293cfb-f608-4878-aa5a-c34bd9907477, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 408677906148381806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806408677906148381806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcb70a9-5f11-4a04-b53e-1df8e36055a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108aac65-db52-43f6-877c-b5a653338ce8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108aac65-db52-43f6-877c-b5a653338ce8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176497671235456603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603717649767123545660371764976712354566037176497671235456603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43293cfb-f608-4878-aa5a-c34bd9907477, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8a8103c-0d20-4ed9-aac8-f7cd5cb971c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a8103c-0d20-4ed9-aac8-f7cd5cb971c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14923902566394347421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421149239025663943474211492390256639434742114923902566394347421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108aac65-db52-43f6-877c-b5a653338ce8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e449b5ac-f444-4cb5-8c29-d355ee2a068b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e449b5ac-f444-4cb5-8c29-d355ee2a068b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766523512425751354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354976652351242575135497665235124257513549766523512425751354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a8103c-0d20-4ed9-aac8-f7cd5cb971c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aba05d7b-e4ad-42c8-ad2b-8ac215388d9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aba05d7b-e4ad-42c8-ad2b-8ac215388d9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1306996618446399304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304130699661844639930413069966184463993041306996618446399304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e449b5ac-f444-4cb5-8c29-d355ee2a068b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aba05d7b-e4ad-42c8-ad2b-8ac215388d9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5998134-be7a-47df-b45a-6a1a007292ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5998134-be7a-47df-b45a-6a1a007292ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16882752180930255571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571168827521809302555711688275218093025557116882752180930255571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53bdfb3d-195c-4194-8185-35175b83c347, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53bdfb3d-195c-4194-8185-35175b83c347, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16869817285402858037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037168698172854028580371686981728540285803716869817285402858037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5998134-be7a-47df-b45a-6a1a007292ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bfb206c-045a-4262-850a-68086c0a7c75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bfb206c-045a-4262-850a-68086c0a7c75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8384308308694220197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197838430830869422019783843083086942201978384308308694220197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53bdfb3d-195c-4194-8185-35175b83c347, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4bb18d3-8117-42b7-a91b-115c212ec973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4bb18d3-8117-42b7-a91b-115c212ec973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898869054763087310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310148988690547630873101489886905476308731014898869054763087310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bfb206c-045a-4262-850a-68086c0a7c75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8347145b-a548-4116-9df2-43af9b8a0b70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8347145b-a548-4116-9df2-43af9b8a0b70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784759082359544714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714137847590823595447141378475908235954471413784759082359544714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4bb18d3-8117-42b7-a91b-115c212ec973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad90221d-3b48-4bfb-8245-cb65cbf414e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8347145b-a548-4116-9df2-43af9b8a0b70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad90221d-3b48-4bfb-8245-cb65cbf414e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948439480508771210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210179484394805087712101794843948050877121017948439480508771210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67951542-019e-4e33-9b9e-c893ccc826e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67951542-019e-4e33-9b9e-c893ccc826e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3420676876076868797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797342067687607686879734206768760768687973420676876076868797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad90221d-3b48-4bfb-8245-cb65cbf414e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7c39796-e651-4535-a3e8-c1aae2332c02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67951542-019e-4e33-9b9e-c893ccc826e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e165dd7-e14b-4473-9158-bd127292858a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e165dd7-e14b-4473-9158-bd127292858a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317311197851869903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903531731119785186990353173111978518699035317311197851869903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c39796-e651-4535-a3e8-c1aae2332c02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078957928736285723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723407895792873628572340789579287362857234078957928736285723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e165dd7-e14b-4473-9158-bd127292858a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 710445e4-1bf6-419d-ba49-6e7372096406, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c39796-e651-4535-a3e8-c1aae2332c02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be4f5eba-1cfe-4e75-b4b0-159d0a4d335c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be4f5eba-1cfe-4e75-b4b0-159d0a4d335c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13398774518749459702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702133987745187494597021339877451874945970213398774518749459702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710445e4-1bf6-419d-ba49-6e7372096406, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18405082755909833248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248184050827559098332481840508275590983324818405082755909833248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be4f5eba-1cfe-4e75-b4b0-159d0a4d335c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2d387af-b86d-48ef-a8ad-3264eb871a53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d387af-b86d-48ef-a8ad-3264eb871a53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2373447604347826742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742237344760434782674223734476043478267422373447604347826742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710445e4-1bf6-419d-ba49-6e7372096406, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a4b3116-97b1-4cf3-870b-cf16b3699a12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4b3116-97b1-4cf3-870b-cf16b3699a12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679661833269214863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863126796618332692148631267966183326921486312679661833269214863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d387af-b86d-48ef-a8ad-3264eb871a53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 865a8e94-f812-4c88-9619-2a31c081cb75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 865a8e94-f812-4c88-9619-2a31c081cb75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3644632368811693843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843364463236881169384336446323688116938433644632368811693843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4b3116-97b1-4cf3-870b-cf16b3699a12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e148f0-b981-4ec1-bfcd-e1a8dfd2f61c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e148f0-b981-4ec1-bfcd-e1a8dfd2f61c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546442610942840590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590954644261094284059095464426109428405909546442610942840590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 865a8e94-f812-4c88-9619-2a31c081cb75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed1250fc-cec3-4d08-8456-682b19df5c68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1250fc-cec3-4d08-8456-682b19df5c68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14572494113427200515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515145724941134272005151457249411342720051514572494113427200515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e148f0-b981-4ec1-bfcd-e1a8dfd2f61c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e44554-7da9-4ecc-a376-2f50770b460b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e44554-7da9-4ecc-a376-2f50770b460b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4251016070350368063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063425101607035036806342510160703503680634251016070350368063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1250fc-cec3-4d08-8456-682b19df5c68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 232727bb-eb5d-4c70-98e3-1c385d553c44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232727bb-eb5d-4c70-98e3-1c385d553c44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558781020372592352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352555878102037259235255587810203725923525558781020372592352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e44554-7da9-4ecc-a376-2f50770b460b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 421e2107-b5df-420b-9b01-fc662a98cfe1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421e2107-b5df-420b-9b01-fc662a98cfe1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9967371149367172138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138996737114936717213899673711493671721389967371149367172138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232727bb-eb5d-4c70-98e3-1c385d553c44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f70d9df8-9b6d-43c7-8579-04f4fc7e3662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70d9df8-9b6d-43c7-8579-04f4fc7e3662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5384235430281676503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503538423543028167650353842354302816765035384235430281676503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421e2107-b5df-420b-9b01-fc662a98cfe1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 494f1ff3-077d-4bda-ac03-51868d163b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 494f1ff3-077d-4bda-ac03-51868d163b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490781393525251979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979749078139352525197974907813935252519797490781393525251979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70d9df8-9b6d-43c7-8579-04f4fc7e3662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48ebb35b-5724-4374-b35b-990327640f7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ebb35b-5724-4374-b35b-990327640f7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13157102600208201237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237131571026002082012371315710260020820123713157102600208201237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 494f1ff3-077d-4bda-ac03-51868d163b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29431321-f2cb-4a92-93b5-e4a789e7aa43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29431321-f2cb-4a92-93b5-e4a789e7aa43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10828781244741513368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368108287812447415133681082878124474151336810828781244741513368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ebb35b-5724-4374-b35b-990327640f7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12ebe1f3-b8d2-4cf2-ad83-82d94168eb2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ebe1f3-b8d2-4cf2-ad83-82d94168eb2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11698054339911201991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991116980543399112019911169805433991120199111698054339911201991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29431321-f2cb-4a92-93b5-e4a789e7aa43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bec0e4c-467c-489b-93bc-ae812d6e6eb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bec0e4c-467c-489b-93bc-ae812d6e6eb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17853787331515019741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741178537873315150197411785378733151501974117853787331515019741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ebe1f3-b8d2-4cf2-ad83-82d94168eb2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 000405ad-78be-4766-ac9c-d244717b63a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000405ad-78be-4766-ac9c-d244717b63a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964424566238092623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623296442456623809262329644245662380926232964424566238092623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bec0e4c-467c-489b-93bc-ae812d6e6eb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce22b835-c792-4e49-8436-8feaf132fd31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce22b835-c792-4e49-8436-8feaf132fd31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 849305896631050193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193849305896631050193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000405ad-78be-4766-ac9c-d244717b63a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3aa06bbd-64c9-41b1-8f3b-fca9f13303f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa06bbd-64c9-41b1-8f3b-fca9f13303f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6461241171650426235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235646124117165042623564612411716504262356461241171650426235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce22b835-c792-4e49-8436-8feaf132fd31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa06bbd-64c9-41b1-8f3b-fca9f13303f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf6af7e7-dd07-4ba8-8b73-a899feb4b799, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6af7e7-dd07-4ba8-8b73-a899feb4b799, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784947454132743684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684784947454132743684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9a78046-4be6-4526-8264-ccf4c398711b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a78046-4be6-4526-8264-ccf4c398711b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319792175156865332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332153197921751568653321531979217515686533215319792175156865332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6af7e7-dd07-4ba8-8b73-a899feb4b799, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f0cac0-6a99-40a6-bcf0-1b00fb98ef61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f0cac0-6a99-40a6-bcf0-1b00fb98ef61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12150967848142840806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806121509678481428408061215096784814284080612150967848142840806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a78046-4be6-4526-8264-ccf4c398711b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d90df3c9-3a78-41e6-a045-52ce80a35591, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90df3c9-3a78-41e6-a045-52ce80a35591, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385112677036300773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773838511267703630077383851126770363007738385112677036300773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f0cac0-6a99-40a6-bcf0-1b00fb98ef61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a07f15e-6194-4492-9ec5-b5b29d45cb69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a07f15e-6194-4492-9ec5-b5b29d45cb69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 254036720141129066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066254036720141129066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90df3c9-3a78-41e6-a045-52ce80a35591, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da53a37-86c0-4313-bb20-2cd05203a076, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a07f15e-6194-4492-9ec5-b5b29d45cb69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f6a4e7d-4d1c-458f-a04e-c1ac9491172e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da53a37-86c0-4313-bb20-2cd05203a076, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776202783725207168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168177620278372520716817762027837252071681776202783725207168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6a4e7d-4d1c-458f-a04e-c1ac9491172e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109426598391393988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988109426598391393988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da53a37-86c0-4313-bb20-2cd05203a076, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6a4e7d-4d1c-458f-a04e-c1ac9491172e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa668a5b-9545-46ec-a398-028130982482, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c9b191e-0248-4caf-8651-3bfd0bba54c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa668a5b-9545-46ec-a398-028130982482, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925614085823664212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212292561408582366421229256140858236642122925614085823664212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c9b191e-0248-4caf-8651-3bfd0bba54c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400871698886640348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348144008716988866403481440087169888664034814400871698886640348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa668a5b-9545-46ec-a398-028130982482, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ce0241-6834-47e7-b8b7-805553cf39ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c9b191e-0248-4caf-8651-3bfd0bba54c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea5b4a83-4d72-4412-b52c-71b13af1e119, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5b4a83-4d72-4412-b52c-71b13af1e119, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13570313980717115775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775135703139807171157751357031398071711577513570313980717115775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ce0241-6834-47e7-b8b7-805553cf39ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11706211408739456881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881117062114087394568811170621140873945688111706211408739456881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ce0241-6834-47e7-b8b7-805553cf39ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5145730-721e-4463-bd36-38bb92d91106, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5145730-721e-4463-bd36-38bb92d91106, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4990081016569452971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971499008101656945297149900810165694529714990081016569452971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5b4a83-4d72-4412-b52c-71b13af1e119, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342f2503-4fec-409b-9646-cb5fbf744b88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342f2503-4fec-409b-9646-cb5fbf744b88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12474315653758825962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962124743156537588259621247431565375882596212474315653758825962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5145730-721e-4463-bd36-38bb92d91106, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78c69016-2dbf-4d73-a6f8-9dbc1e139f9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c69016-2dbf-4d73-a6f8-9dbc1e139f9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1872206588550954423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423187220658855095442318722065885509544231872206588550954423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342f2503-4fec-409b-9646-cb5fbf744b88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2daee7e-de18-4f31-bf40-dbaad6909d0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2daee7e-de18-4f31-bf40-dbaad6909d0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16973751804825465673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673169737518048254656731697375180482546567316973751804825465673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c69016-2dbf-4d73-a6f8-9dbc1e139f9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77c13899-591b-4e8d-994b-f51d4beb33eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77c13899-591b-4e8d-994b-f51d4beb33eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4280761696402171796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796428076169640217179642807616964021717964280761696402171796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2daee7e-de18-4f31-bf40-dbaad6909d0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714cee51-158b-444b-a83f-21a9f9c1bd97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714cee51-158b-444b-a83f-21a9f9c1bd97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2805958195726553103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103280595819572655310328059581957265531032805958195726553103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77c13899-591b-4e8d-994b-f51d4beb33eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b396b6b7-b176-45be-8bbe-734365089c42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b396b6b7-b176-45be-8bbe-734365089c42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068744333539378850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850506874433353937885050687443335393788505068744333539378850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714cee51-158b-444b-a83f-21a9f9c1bd97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d975e747-4ba9-4e3c-b7aa-3afc18f3e009, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d975e747-4ba9-4e3c-b7aa-3afc18f3e009, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9845639347758198213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213984563934775819821398456393477581982139845639347758198213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b396b6b7-b176-45be-8bbe-734365089c42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9a70e15-0a77-4a84-8994-7c4e40ad6c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a70e15-0a77-4a84-8994-7c4e40ad6c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4739987332473058685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685473998733247305868547399873324730586854739987332473058685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d975e747-4ba9-4e3c-b7aa-3afc18f3e009, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963b2625-a85c-4588-978b-2672bcfaa2ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963b2625-a85c-4588-978b-2672bcfaa2ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18014806320217010164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164180148063202170101641801480632021701016418014806320217010164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a70e15-0a77-4a84-8994-7c4e40ad6c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e98898bf-2a71-4514-8c96-18f58bda56b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e98898bf-2a71-4514-8c96-18f58bda56b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794949215196102066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066127949492151961020661279494921519610206612794949215196102066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963b2625-a85c-4588-978b-2672bcfaa2ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 359a5f82-54d2-4958-b54b-5cfdde28341e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 359a5f82-54d2-4958-b54b-5cfdde28341e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3511328633508108944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944351132863350810894435113286335081089443511328633508108944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e98898bf-2a71-4514-8c96-18f58bda56b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c27899b3-3c2f-4cb1-a160-28b35b1ac939, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27899b3-3c2f-4cb1-a160-28b35b1ac939, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10144196357982138075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075101441963579821380751014419635798213807510144196357982138075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 359a5f82-54d2-4958-b54b-5cfdde28341e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b07b8c-a0f5-4827-81b0-0c32b98602aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b07b8c-a0f5-4827-81b0-0c32b98602aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8383442144650977941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941838344214465097794183834421446509779418383442144650977941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27899b3-3c2f-4cb1-a160-28b35b1ac939, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b6e29ba-72a9-4939-8678-faf48a4fc692, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b6e29ba-72a9-4939-8678-faf48a4fc692, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3945882933450628760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760394588293345062876039458829334506287603945882933450628760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b07b8c-a0f5-4827-81b0-0c32b98602aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 449cf89d-006e-42cf-9dac-8b59b7876eb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 449cf89d-006e-42cf-9dac-8b59b7876eb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6610453288437615105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105661045328843761510566104532884376151056610453288437615105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b6e29ba-72a9-4939-8678-faf48a4fc692, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aea017de-16c2-42e1-aa96-3df35c9f1995, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea017de-16c2-42e1-aa96-3df35c9f1995, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16702830725577088123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123167028307255770881231670283072557708812316702830725577088123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 449cf89d-006e-42cf-9dac-8b59b7876eb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 566cfa39-5963-4295-b0a3-89fbaf55e084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea017de-16c2-42e1-aa96-3df35c9f1995, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2cfc54e-a2b3-4ac3-9de8-42a6d035e4d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2cfc54e-a2b3-4ac3-9de8-42a6d035e4d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15924587464918750073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073159245874649187500731592458746491875007315924587464918750073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566cfa39-5963-4295-b0a3-89fbaf55e084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15005054094539792440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440150050540945397924401500505409453979244015005054094539792440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2cfc54e-a2b3-4ac3-9de8-42a6d035e4d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664ee999-3f4a-4804-8474-ca083e9d55f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664ee999-3f4a-4804-8474-ca083e9d55f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2779003009904105620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620277900300990410562027790030099041056202779003009904105620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566cfa39-5963-4295-b0a3-89fbaf55e084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe48116-4712-46c5-8d08-cdd6d62013d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe48116-4712-46c5-8d08-cdd6d62013d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9858084149157881956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956985808414915788195698580841491578819569858084149157881956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664ee999-3f4a-4804-8474-ca083e9d55f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efd87eb6-841e-4fc3-85d7-02be62a558d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd87eb6-841e-4fc3-85d7-02be62a558d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16844479140167301368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368168444791401673013681684447914016730136816844479140167301368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe48116-4712-46c5-8d08-cdd6d62013d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0ba6f23-62f0-4956-901f-e7ba8b8459cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ba6f23-62f0-4956-901f-e7ba8b8459cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4207113954053889303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303420711395405388930342071139540538893034207113954053889303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd87eb6-841e-4fc3-85d7-02be62a558d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c925b2a2-8708-43ab-a98a-55369c9945df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c925b2a2-8708-43ab-a98a-55369c9945df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6224590540661671368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368622459054066167136862245905406616713686224590540661671368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ba6f23-62f0-4956-901f-e7ba8b8459cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8fec9ff-9637-4a5b-b319-adf84751f1f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8fec9ff-9637-4a5b-b319-adf84751f1f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18168511584690988339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339181685115846909883391816851158469098833918168511584690988339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c925b2a2-8708-43ab-a98a-55369c9945df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b4df57-5f3c-4e5f-84fd-687e3325ffd7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b4df57-5f3c-4e5f-84fd-687e3325ffd7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2997561183077233707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707299756118307723370729975611830772337072997561183077233707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8fec9ff-9637-4a5b-b319-adf84751f1f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b1d096a-2c72-4ca0-aa4e-0de69ce21f4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1d096a-2c72-4ca0-aa4e-0de69ce21f4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318687353136131609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609103186873531361316091031868735313613160910318687353136131609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b4df57-5f3c-4e5f-84fd-687e3325ffd7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eefd150e-cf7c-4f38-b2ef-94e6762e953c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1d096a-2c72-4ca0-aa4e-0de69ce21f4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02ea7f41-422a-409a-a9e6-d0f2e6cbeab9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ea7f41-422a-409a-a9e6-d0f2e6cbeab9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735160711574874277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277973516071157487427797351607115748742779735160711574874277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefd150e-cf7c-4f38-b2ef-94e6762e953c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8997197563699602808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808899719756369960280889971975636996028088997197563699602808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ea7f41-422a-409a-a9e6-d0f2e6cbeab9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f980ae-fab6-4b9d-a1c8-a8f4a4d5daa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f980ae-fab6-4b9d-a1c8-a8f4a4d5daa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906438848677448043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043390643884867744804339064388486774480433906438848677448043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefd150e-cf7c-4f38-b2ef-94e6762e953c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8099630-ed09-4167-a071-b9f367ee79b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8099630-ed09-4167-a071-b9f367ee79b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292115865839645185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185529211586583964518552921158658396451855292115865839645185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f980ae-fab6-4b9d-a1c8-a8f4a4d5daa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2598d7be-937c-4584-b540-5b14346e6698, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2598d7be-937c-4584-b540-5b14346e6698, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16961341801696880173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173169613418016968801731696134180169688017316961341801696880173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8099630-ed09-4167-a071-b9f367ee79b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cee422a-6f68-490d-9952-eae6373b143c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cee422a-6f68-490d-9952-eae6373b143c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14169084193022610894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894141690841930226108941416908419302261089414169084193022610894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cee422a-6f68-490d-9952-eae6373b143c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0a0410-5a4d-4000-8885-b8fb45537217, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0a0410-5a4d-4000-8885-b8fb45537217, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15315066192066716858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858153150661920667168581531506619206671685815315066192066716858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2598d7be-937c-4584-b540-5b14346e6698, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35429d6e-2af3-44d5-a219-c07df4013ad7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35429d6e-2af3-44d5-a219-c07df4013ad7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16002418686611604964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964160024186866116049641600241868661160496416002418686611604964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0a0410-5a4d-4000-8885-b8fb45537217, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb7ba345-8bb1-44a2-a9bc-c907acb991ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7ba345-8bb1-44a2-a9bc-c907acb991ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4881323888633503851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851488132388863350385148813238886335038514881323888633503851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35429d6e-2af3-44d5-a219-c07df4013ad7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5351aa46-9892-4078-8351-7ea44f35c87b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5351aa46-9892-4078-8351-7ea44f35c87b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2234683064813704802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802223468306481370480222346830648137048022234683064813704802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7ba345-8bb1-44a2-a9bc-c907acb991ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60048b1f-8be3-477c-b188-1e7e2e029a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60048b1f-8be3-477c-b188-1e7e2e029a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7201935761302466081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081720193576130246608172019357613024660817201935761302466081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5351aa46-9892-4078-8351-7ea44f35c87b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60048b1f-8be3-477c-b188-1e7e2e029a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c791a42-104e-4cbf-83bd-a2b9c8503ff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c791a42-104e-4cbf-83bd-a2b9c8503ff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772493117571118889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889157724931175711188891577249311757111888915772493117571118889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2dac03c-61a1-43f1-9177-f1c87fe9f33b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2dac03c-61a1-43f1-9177-f1c87fe9f33b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16620740901884569458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458166207409018845694581662074090188456945816620740901884569458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c791a42-104e-4cbf-83bd-a2b9c8503ff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93d3678b-d2e7-42b7-8183-72b22f2f0f4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d3678b-d2e7-42b7-8183-72b22f2f0f4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6618530141010326126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126661853014101032612666185301410103261266618530141010326126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2dac03c-61a1-43f1-9177-f1c87fe9f33b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e13d10d-d8d8-4b67-804e-1d8ce33a9a77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e13d10d-d8d8-4b67-804e-1d8ce33a9a77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243951171230911413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413424395117123091141342439511712309114134243951171230911413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d3678b-d2e7-42b7-8183-72b22f2f0f4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 286b8b8a-c973-48d3-b643-86eddfe2f3ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286b8b8a-c973-48d3-b643-86eddfe2f3ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384781768720426389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389238478176872042638923847817687204263892384781768720426389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e13d10d-d8d8-4b67-804e-1d8ce33a9a77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7919a310-8b2a-490b-8e3b-55e5055f4077, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7919a310-8b2a-490b-8e3b-55e5055f4077, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889042551574485797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797118890425515744857971188904255157448579711889042551574485797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286b8b8a-c973-48d3-b643-86eddfe2f3ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7919a310-8b2a-490b-8e3b-55e5055f4077, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24646055-fcf4-4f82-8ee5-026a41903db6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24646055-fcf4-4f82-8ee5-026a41903db6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409274238290134657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657144092742382901346571440927423829013465714409274238290134657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caa3fac2-c110-47a6-931a-c29c1eedcdf1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa3fac2-c110-47a6-931a-c29c1eedcdf1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399772036885367873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873163997720368853678731639977203688536787316399772036885367873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24646055-fcf4-4f82-8ee5-026a41903db6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e133e12b-e8cb-4cd3-9b89-84912d2c7519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e133e12b-e8cb-4cd3-9b89-84912d2c7519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13424020124937596508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508134240201249375965081342402012493759650813424020124937596508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa3fac2-c110-47a6-931a-c29c1eedcdf1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 970cb6f6-fc25-4d06-a696-99909c496265, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970cb6f6-fc25-4d06-a696-99909c496265, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7735730271406653272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272773573027140665327277357302714066532727735730271406653272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e133e12b-e8cb-4cd3-9b89-84912d2c7519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b49267-6daf-48aa-b792-efdc150086e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b49267-6daf-48aa-b792-efdc150086e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16957475509526370444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444169574755095263704441695747550952637044416957475509526370444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970cb6f6-fc25-4d06-a696-99909c496265, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d7f5843-f561-4759-ba2a-e8d2e0fb1624, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7f5843-f561-4759-ba2a-e8d2e0fb1624, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7552936337260781552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552755293633726078155275529363372607815527552936337260781552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b49267-6daf-48aa-b792-efdc150086e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c430f831-b596-4194-9d6f-a10a336ba834, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c430f831-b596-4194-9d6f-a10a336ba834, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275452801738803772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772122754528017388037721227545280173880377212275452801738803772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7f5843-f561-4759-ba2a-e8d2e0fb1624, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 213ca5f2-1e12-42bb-a51d-c7b80c7cca7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213ca5f2-1e12-42bb-a51d-c7b80c7cca7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1049400602984010725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725104940060298401072510494006029840107251049400602984010725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c430f831-b596-4194-9d6f-a10a336ba834, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4104fc6-301f-4b0e-8c30-64676045ab79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4104fc6-301f-4b0e-8c30-64676045ab79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5620632831076485651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651562063283107648565156206328310764856515620632831076485651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213ca5f2-1e12-42bb-a51d-c7b80c7cca7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06169e0a-25f1-4ffa-b240-42fd7e0b48ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06169e0a-25f1-4ffa-b240-42fd7e0b48ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14504958278056752401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401145049582780567524011450495827805675240114504958278056752401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4104fc6-301f-4b0e-8c30-64676045ab79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 565d9b98-8ccd-4ca4-97c4-a318d15626ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565d9b98-8ccd-4ca4-97c4-a318d15626ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10182567862896983007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007101825678628969830071018256786289698300710182567862896983007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06169e0a-25f1-4ffa-b240-42fd7e0b48ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30fe1bed-442d-4bbb-a13a-7eda5fc4a1f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fe1bed-442d-4bbb-a13a-7eda5fc4a1f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7275461959819872158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158727546195981987215872754619598198721587275461959819872158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565d9b98-8ccd-4ca4-97c4-a318d15626ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85db62c-5f3d-4bb5-b8c9-0c319e62d87b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85db62c-5f3d-4bb5-b8c9-0c319e62d87b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6511924448148175348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348651192444814817534865119244481481753486511924448148175348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fe1bed-442d-4bbb-a13a-7eda5fc4a1f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a249df-c384-44b7-a13f-7c2cfba5fd12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a249df-c384-44b7-a13f-7c2cfba5fd12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16545762875958278300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300165457628759582783001654576287595827830016545762875958278300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85db62c-5f3d-4bb5-b8c9-0c319e62d87b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e3d674a-5367-42e6-b8e4-0c4f63387394, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e3d674a-5367-42e6-b8e4-0c4f63387394, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11010500767671379360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360110105007676713793601101050076767137936011010500767671379360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a249df-c384-44b7-a13f-7c2cfba5fd12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a73f08d-f07b-42fd-b2fe-9b2c932c0a18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a73f08d-f07b-42fd-b2fe-9b2c932c0a18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7454043803590501378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378745404380359050137874540438035905013787454043803590501378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e3d674a-5367-42e6-b8e4-0c4f63387394, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab502829-0fa9-4a2b-96e8-b1de8344fbae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab502829-0fa9-4a2b-96e8-b1de8344fbae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14524633605082487981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981145246336050824879811452463360508248798114524633605082487981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a73f08d-f07b-42fd-b2fe-9b2c932c0a18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c46c057-6c03-400e-aeaa-a034bcbead34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c46c057-6c03-400e-aeaa-a034bcbead34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186133581935916259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259151861335819359162591518613358193591625915186133581935916259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab502829-0fa9-4a2b-96e8-b1de8344fbae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 151ec52c-8c1c-4c54-b464-bc68516567d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151ec52c-8c1c-4c54-b464-bc68516567d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8868956726943447443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443886895672694344744388689567269434474438868956726943447443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c46c057-6c03-400e-aeaa-a034bcbead34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8342dff8-db2a-497d-a7ea-4b3c595cbe56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8342dff8-db2a-497d-a7ea-4b3c595cbe56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18306662581790408030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030183066625817904080301830666258179040803018306662581790408030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151ec52c-8c1c-4c54-b464-bc68516567d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4d731a2-ad0d-4760-8f99-d5e21b2e775b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d731a2-ad0d-4760-8f99-d5e21b2e775b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16139359119111116373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373161393591191111163731613935911911111637316139359119111116373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8342dff8-db2a-497d-a7ea-4b3c595cbe56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a4a02de-01b8-44bc-ae1c-c5b2a0c32afd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a4a02de-01b8-44bc-ae1c-c5b2a0c32afd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7209713354946763904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904720971335494676390472097133549467639047209713354946763904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a4a02de-01b8-44bc-ae1c-c5b2a0c32afd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5103b5b9-6a6d-4c5a-91c3-2b1759cf9981, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d731a2-ad0d-4760-8f99-d5e21b2e775b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93caba12-ad76-4bc1-880f-50a2eb9731aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93caba12-ad76-4bc1-880f-50a2eb9731aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7149879649781048605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605714987964978104860571498796497810486057149879649781048605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5103b5b9-6a6d-4c5a-91c3-2b1759cf9981, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4790190864803741842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842479019086480374184247901908648037418424790190864803741842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5103b5b9-6a6d-4c5a-91c3-2b1759cf9981, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ba02ffe-65f1-47b1-a792-c6fe5e8c7ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba02ffe-65f1-47b1-a792-c6fe5e8c7ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16194630548683466065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065161946305486834660651619463054868346606516194630548683466065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93caba12-ad76-4bc1-880f-50a2eb9731aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44b72164-488f-4777-8469-bcbc59559656, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b72164-488f-4777-8469-bcbc59559656, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10809935843885919606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606108099358438859196061080993584388591960610809935843885919606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba02ffe-65f1-47b1-a792-c6fe5e8c7ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40b43627-e86d-4314-b950-f69e237eaad0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b43627-e86d-4314-b950-f69e237eaad0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1751289362649397494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494175128936264939749417512893626493974941751289362649397494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b72164-488f-4777-8469-bcbc59559656, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6501de9f-f73d-484d-9c31-b6af993e3d42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6501de9f-f73d-484d-9c31-b6af993e3d42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11778789559863716994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994117787895598637169941177878955986371699411778789559863716994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b43627-e86d-4314-b950-f69e237eaad0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a69b0cf-5b08-45a4-968b-6c086e5bc1d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a69b0cf-5b08-45a4-968b-6c086e5bc1d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1581151720007298093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093158115172000729809315811517200072980931581151720007298093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6501de9f-f73d-484d-9c31-b6af993e3d42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd09362d-e211-4e7d-8623-c0ba8400bb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd09362d-e211-4e7d-8623-c0ba8400bb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13527372984781746783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783135273729847817467831352737298478174678313527372984781746783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a69b0cf-5b08-45a4-968b-6c086e5bc1d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c5795eb-2964-40ad-a630-ba7fcea74f44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c5795eb-2964-40ad-a630-ba7fcea74f44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924083410862688968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968109240834108626889681092408341086268896810924083410862688968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd09362d-e211-4e7d-8623-c0ba8400bb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69b49326-a11a-4216-8109-7d63b55cb28f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69b49326-a11a-4216-8109-7d63b55cb28f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5501526823999958450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450550152682399995845055015268239999584505501526823999958450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c5795eb-2964-40ad-a630-ba7fcea74f44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d360b18-b1db-4892-a488-b1bdf88ba05e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d360b18-b1db-4892-a488-b1bdf88ba05e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5411905655199604367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367541190565519960436754119056551996043675411905655199604367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69b49326-a11a-4216-8109-7d63b55cb28f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4702be7a-dbea-4c60-a249-39d1592ff4d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4702be7a-dbea-4c60-a249-39d1592ff4d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11809944737256077248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248118099447372560772481180994473725607724811809944737256077248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d360b18-b1db-4892-a488-b1bdf88ba05e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 255a2bb5-c24c-4980-82a7-4357ef83226e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 255a2bb5-c24c-4980-82a7-4357ef83226e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1583520153905796948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948158352015390579694815835201539057969481583520153905796948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4702be7a-dbea-4c60-a249-39d1592ff4d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89864d74-5c66-47eb-876c-97fc4fde193a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89864d74-5c66-47eb-876c-97fc4fde193a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14265839827137801076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076142658398271378010761426583982713780107614265839827137801076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 255a2bb5-c24c-4980-82a7-4357ef83226e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a295c9-c004-45a9-87a2-e499d739a90e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a295c9-c004-45a9-87a2-e499d739a90e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17600767548819792203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203176007675488197922031760076754881979220317600767548819792203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89864d74-5c66-47eb-876c-97fc4fde193a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fb5892e-619d-4e83-acbf-96d483887abc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fb5892e-619d-4e83-acbf-96d483887abc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6896804807559067431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431689680480755906743168968048075590674316896804807559067431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a295c9-c004-45a9-87a2-e499d739a90e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2444f52a-91bb-488e-b275-ffdeca7a5c4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2444f52a-91bb-488e-b275-ffdeca7a5c4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345922294016000050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050153459222940160000501534592229401600005015345922294016000050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2444f52a-91bb-488e-b275-ffdeca7a5c4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ac914d8-1f03-4331-b831-5bbce3802acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fb5892e-619d-4e83-acbf-96d483887abc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68534820-5982-425d-9f3d-dce00d009706, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac914d8-1f03-4331-b831-5bbce3802acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784787435743987963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963678478743574398796367847874357439879636784787435743987963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68534820-5982-425d-9f3d-dce00d009706, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1896746136369272516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516189674613636927251618967461363692725161896746136369272516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68534820-5982-425d-9f3d-dce00d009706, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98d21bc4-b6c4-4c01-ab1b-a2f57ed3058d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d21bc4-b6c4-4c01-ab1b-a2f57ed3058d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399285811086243142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142173992858110862431421739928581108624314217399285811086243142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac914d8-1f03-4331-b831-5bbce3802acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 366aa75d-2f35-4bc3-a5d9-45fcab9329d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366aa75d-2f35-4bc3-a5d9-45fcab9329d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 35280330784119747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747352803307841197473528033078411974735280330784119747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d21bc4-b6c4-4c01-ab1b-a2f57ed3058d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366aa75d-2f35-4bc3-a5d9-45fcab9329d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84662142-18e8-4628-aa4f-8b072b9ff004, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84662142-18e8-4628-aa4f-8b072b9ff004, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6965597822193014569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569696559782219301456969655978221930145696965597822193014569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84662142-18e8-4628-aa4f-8b072b9ff004, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65f8b67a-f06c-4e1b-a9a3-d6173791091a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f8b67a-f06c-4e1b-a9a3-d6173791091a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7248605917847153820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820724860591784715382072486059178471538207248605917847153820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e58eb9b-b43d-4529-9be3-0dd165c565ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e58eb9b-b43d-4529-9be3-0dd165c565ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9349595847676346580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580934959584767634658093495958476763465809349595847676346580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e58eb9b-b43d-4529-9be3-0dd165c565ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4b60876-013d-44d5-becb-e6efaf4da358, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b60876-013d-44d5-becb-e6efaf4da358, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4443318349556420052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052444331834955642005244433183495564200524443318349556420052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f8b67a-f06c-4e1b-a9a3-d6173791091a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c352def-055e-43b0-b84f-86d89140d058, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b60876-013d-44d5-becb-e6efaf4da358, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96b97535-fa62-4f2b-840c-df24a18069f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c352def-055e-43b0-b84f-86d89140d058, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4410818145202878328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328441081814520287832844108181452028783284410818145202878328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b97535-fa62-4f2b-840c-df24a18069f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 879894868614323771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771879894868614323771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c352def-055e-43b0-b84f-86d89140d058, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03521b7-08f8-470a-a8cb-d5ad347e0ea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b97535-fa62-4f2b-840c-df24a18069f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03521b7-08f8-470a-a8cb-d5ad347e0ea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5422116622721756218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218542211662272175621854221166227217562185422116622721756218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ffab715-1201-4abd-86a5-171eb03c5b4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ffab715-1201-4abd-86a5-171eb03c5b4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7615315531120192089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089761531553112019208976153155311201920897615315531120192089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03521b7-08f8-470a-a8cb-d5ad347e0ea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e19261-538b-406f-acea-1795228aecc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e19261-538b-406f-acea-1795228aecc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14344778341581763058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058143447783415817630581434477834158176305814344778341581763058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ffab715-1201-4abd-86a5-171eb03c5b4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4da19f2e-6c8b-497c-96be-67daf7741d93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e19261-538b-406f-acea-1795228aecc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da19f2e-6c8b-497c-96be-67daf7741d93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10737711865877898488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488107377118658778984881073771186587789848810737711865877898488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a81518a-6a61-49f9-9f07-e97f6e3203f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a81518a-6a61-49f9-9f07-e97f6e3203f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6163537549618359366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366616353754961835936661635375496183593666163537549618359366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da19f2e-6c8b-497c-96be-67daf7741d93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a81518a-6a61-49f9-9f07-e97f6e3203f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e17ebd60-8aa1-4437-ba58-ee5a278dbc86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e17ebd60-8aa1-4437-ba58-ee5a278dbc86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17405513352126364057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057174055133521263640571740551335212636405717405513352126364057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a9eb6b7-a454-48aa-9560-076dba2d6a74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9eb6b7-a454-48aa-9560-076dba2d6a74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17687532493910764260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260176875324939107642601768753249391076426017687532493910764260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e17ebd60-8aa1-4437-ba58-ee5a278dbc86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7863192a-5568-488e-b626-fb99b1989750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9eb6b7-a454-48aa-9560-076dba2d6a74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d05033-bd68-416c-82cf-9eb6fda469fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d05033-bd68-416c-82cf-9eb6fda469fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055186500967078481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481170551865009670784811705518650096707848117055186500967078481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7863192a-5568-488e-b626-fb99b1989750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804605190069020608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608180460519006902060818046051900690206081804605190069020608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d05033-bd68-416c-82cf-9eb6fda469fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e5710eb-3133-4033-b529-1c3e89aa2564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7863192a-5568-488e-b626-fb99b1989750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3c5ac94-f7c9-4e4e-b591-029cf9c01b6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3c5ac94-f7c9-4e4e-b591-029cf9c01b6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1091031505250699147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147109103150525069914710910315052506991471091031505250699147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5710eb-3133-4033-b529-1c3e89aa2564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812364642496115594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594381236464249611559438123646424961155943812364642496115594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3c5ac94-f7c9-4e4e-b591-029cf9c01b6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5710eb-3133-4033-b529-1c3e89aa2564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c88f1e63-8be2-4b49-b608-4a1d2e0d652e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1777c9a9-3ac9-4944-8797-467bf8cc8d8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c88f1e63-8be2-4b49-b608-4a1d2e0d652e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426830886830871271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271342683088683087127134268308868308712713426830886830871271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1777c9a9-3ac9-4944-8797-467bf8cc8d8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109397159786221184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184510939715978622118451093971597862211845109397159786221184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1777c9a9-3ac9-4944-8797-467bf8cc8d8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fd5ca9c-483c-4bd8-beb3-e6c9b5123267, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c88f1e63-8be2-4b49-b608-4a1d2e0d652e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16f2ce53-197d-4af6-9208-0822c644139d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd5ca9c-483c-4bd8-beb3-e6c9b5123267, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109672712063429507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507109672712063429507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f2ce53-197d-4af6-9208-0822c644139d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5498739285775274840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840549873928577527484054987392857752748405498739285775274840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd5ca9c-483c-4bd8-beb3-e6c9b5123267, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ff6998-dcd7-4bd6-bafb-11e0064d766a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ff6998-dcd7-4bd6-bafb-11e0064d766a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5372406076841095816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816537240607684109581653724060768410958165372406076841095816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f2ce53-197d-4af6-9208-0822c644139d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcfbe87d-d16f-4be3-9828-fbd0b743a3cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcfbe87d-d16f-4be3-9828-fbd0b743a3cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3853416666084490992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992385341666608449099238534166660844909923853416666084490992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ff6998-dcd7-4bd6-bafb-11e0064d766a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb96ad5b-e898-4920-a615-5f13ea6b1659, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb96ad5b-e898-4920-a615-5f13ea6b1659, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13418651379919941514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514134186513799199415141341865137991994151413418651379919941514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcfbe87d-d16f-4be3-9828-fbd0b743a3cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75f4ad0-0fc7-4abe-8d6b-c8653c6bdfe3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75f4ad0-0fc7-4abe-8d6b-c8653c6bdfe3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097817540509716352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352409781754050971635240978175405097163524097817540509716352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75f4ad0-0fc7-4abe-8d6b-c8653c6bdfe3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef47e57-4006-4831-94b3-74fb5b450409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef47e57-4006-4831-94b3-74fb5b450409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5642501960111459607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607564250196011145960756425019601114596075642501960111459607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb96ad5b-e898-4920-a615-5f13ea6b1659, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cbfadef-a3f8-4c3b-a0a8-e14324e9460b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbfadef-a3f8-4c3b-a0a8-e14324e9460b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10514678511001769782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782105146785110017697821051467851100176978210514678511001769782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef47e57-4006-4831-94b3-74fb5b450409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32335652-4d57-4098-92af-40d7ac348dfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32335652-4d57-4098-92af-40d7ac348dfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16694680762203948983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983166946807622039489831669468076220394898316694680762203948983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbfadef-a3f8-4c3b-a0a8-e14324e9460b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82c7a988-31bc-4fb4-a102-774039203d8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82c7a988-31bc-4fb4-a102-774039203d8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762174855211091382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382376217485521109138237621748552110913823762174855211091382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32335652-4d57-4098-92af-40d7ac348dfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cc0eef5-0fb3-40a1-a80d-9e665f3fa642, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc0eef5-0fb3-40a1-a80d-9e665f3fa642, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16433569572556548329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329164335695725565483291643356957255654832916433569572556548329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82c7a988-31bc-4fb4-a102-774039203d8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20f84624-20a4-4ffd-84db-f67eaf1346d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f84624-20a4-4ffd-84db-f67eaf1346d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600850764614703332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332160085076461470333216008507646147033321600850764614703332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc0eef5-0fb3-40a1-a80d-9e665f3fa642, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe800852-0a55-4c05-8d6b-751e5ceed6d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe800852-0a55-4c05-8d6b-751e5ceed6d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12911429906827588170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170129114299068275881701291142990682758817012911429906827588170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f84624-20a4-4ffd-84db-f67eaf1346d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2dc7f8a-7b23-415c-aa5c-f7ad8d704131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2dc7f8a-7b23-415c-aa5c-f7ad8d704131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6301844218531049507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507630184421853104950763018442185310495076301844218531049507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2dc7f8a-7b23-415c-aa5c-f7ad8d704131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3652037e-b907-4b84-9e17-4d2a921909e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe800852-0a55-4c05-8d6b-751e5ceed6d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c094631-29fa-4533-a1b6-cbcfada607dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c094631-29fa-4533-a1b6-cbcfada607dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3680086333093642242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242368008633309364224236800863330936422423680086333093642242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3652037e-b907-4b84-9e17-4d2a921909e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 856897210788588660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660856897210788588660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c094631-29fa-4533-a1b6-cbcfada607dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f507d94b-0ba2-459b-bdf5-1fbbf8c1327f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f507d94b-0ba2-459b-bdf5-1fbbf8c1327f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17669397872716573323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323176693978727165733231766939787271657332317669397872716573323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3652037e-b907-4b84-9e17-4d2a921909e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f507d94b-0ba2-459b-bdf5-1fbbf8c1327f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4a010f2-ea56-42bd-b5db-a6ad326fddbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a010f2-ea56-42bd-b5db-a6ad326fddbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9512893043768353564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564951289304376835356495128930437683535649512893043768353564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dab7c91-5ce6-4266-9943-ac690faffd1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dab7c91-5ce6-4266-9943-ac690faffd1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9299283485368613942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942929928348536861394292992834853686139429299283485368613942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a010f2-ea56-42bd-b5db-a6ad326fddbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9075f293-a5b8-4705-8dab-1c21491ea825, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9075f293-a5b8-4705-8dab-1c21491ea825, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964576306570266940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940496457630657026694049645763065702669404964576306570266940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dab7c91-5ce6-4266-9943-ac690faffd1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c3d37a-dfc1-4bf4-8e60-23f1f414eea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c3d37a-dfc1-4bf4-8e60-23f1f414eea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315819464577496206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206143158194645774962061431581946457749620614315819464577496206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9075f293-a5b8-4705-8dab-1c21491ea825, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12b89ce6-ffb3-438f-8bca-5d26a6126ada, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b89ce6-ffb3-438f-8bca-5d26a6126ada, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16324013381685533295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295163240133816855332951632401338168553329516324013381685533295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c3d37a-dfc1-4bf4-8e60-23f1f414eea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca85d7e4-dad8-46fc-b7f7-85726e74f7b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca85d7e4-dad8-46fc-b7f7-85726e74f7b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17615757194547179257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257176157571945471792571761575719454717925717615757194547179257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b89ce6-ffb3-438f-8bca-5d26a6126ada, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66d54b3f-5372-4065-b423-733abc1ff6df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d54b3f-5372-4065-b423-733abc1ff6df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13363933399052128743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743133639333990521287431336393339905212874313363933399052128743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca85d7e4-dad8-46fc-b7f7-85726e74f7b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bace16f0-6ffb-4777-9135-e40dc5529d4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bace16f0-6ffb-4777-9135-e40dc5529d4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10767911086258195531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531107679110862581955311076791108625819553110767911086258195531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d54b3f-5372-4065-b423-733abc1ff6df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d63a3661-e174-46aa-b2c6-4f896945ae2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63a3661-e174-46aa-b2c6-4f896945ae2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13977545658147677738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738139775456581476777381397754565814767773813977545658147677738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bace16f0-6ffb-4777-9135-e40dc5529d4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e083011f-3f1b-46f3-8d61-d060cbb9ef31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e083011f-3f1b-46f3-8d61-d060cbb9ef31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472770615600880524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524947277061560088052494727706156008805249472770615600880524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63a3661-e174-46aa-b2c6-4f896945ae2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f98a9511-6f6c-446d-9dbe-a8d9ed9e892f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f98a9511-6f6c-446d-9dbe-a8d9ed9e892f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10049994766077715220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220100499947660777152201004999476607771522010049994766077715220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e083011f-3f1b-46f3-8d61-d060cbb9ef31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c3a766-07f7-4aba-b88a-d0f2ca5b0838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c3a766-07f7-4aba-b88a-d0f2ca5b0838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2763567665577986639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639276356766557798663927635676655779866392763567665577986639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f98a9511-6f6c-446d-9dbe-a8d9ed9e892f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d2cc07-a0b7-44d9-a3ba-a9b671094b33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d2cc07-a0b7-44d9-a3ba-a9b671094b33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852243469388442515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515185224346938844251518522434693884425151852243469388442515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c3a766-07f7-4aba-b88a-d0f2ca5b0838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 192d4564-083e-45a9-969a-bc6cdb238f38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192d4564-083e-45a9-969a-bc6cdb238f38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6294636848710932659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659629463684871093265962946368487109326596294636848710932659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d2cc07-a0b7-44d9-a3ba-a9b671094b33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24280f94-98eb-41b1-abf3-5ce44ecaca52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24280f94-98eb-41b1-abf3-5ce44ecaca52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621435184004705287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287116214351840047052871162143518400470528711621435184004705287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192d4564-083e-45a9-969a-bc6cdb238f38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9011d0b-e4f3-44cd-8aa0-1c863dddea73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9011d0b-e4f3-44cd-8aa0-1c863dddea73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742636630805585804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804177426366308055858041774263663080558580417742636630805585804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24280f94-98eb-41b1-abf3-5ce44ecaca52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 714563cf-1391-470c-bc89-72d81684f762, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714563cf-1391-470c-bc89-72d81684f762, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17570890225540369814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814175708902255403698141757089022554036981417570890225540369814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9011d0b-e4f3-44cd-8aa0-1c863dddea73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bff47cd-c083-4293-ae16-a858001a6f04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bff47cd-c083-4293-ae16-a858001a6f04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17855621117867125606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606178556211178671256061785562111786712560617855621117867125606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714563cf-1391-470c-bc89-72d81684f762, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f1406f-b5b1-4b67-8c9c-276a784aa0e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f1406f-b5b1-4b67-8c9c-276a784aa0e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4350120914366681853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853435012091436668185343501209143666818534350120914366681853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bff47cd-c083-4293-ae16-a858001a6f04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8619f20-6b03-4a64-bd91-75ef7dba8283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8619f20-6b03-4a64-bd91-75ef7dba8283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12605209139389729874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874126052091393897298741260520913938972987412605209139389729874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f1406f-b5b1-4b67-8c9c-276a784aa0e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c2b92f-f353-4eb4-bacb-a8e40a2013de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c2b92f-f353-4eb4-bacb-a8e40a2013de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 256999793416175644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644256999793416175644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8619f20-6b03-4a64-bd91-75ef7dba8283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 415d610b-55b4-4579-9799-a4f0dc103771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415d610b-55b4-4579-9799-a4f0dc103771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12672169574548550500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500126721695745485505001267216957454855050012672169574548550500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c2b92f-f353-4eb4-bacb-a8e40a2013de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84a20eb6-1f92-490c-902d-8b4bb66d6f93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a20eb6-1f92-490c-902d-8b4bb66d6f93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7363253993213838250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250736325399321383825073632539932138382507363253993213838250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415d610b-55b4-4579-9799-a4f0dc103771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97dfbc47-bc8d-4761-92b2-c3d415696971, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97dfbc47-bc8d-4761-92b2-c3d415696971, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13873238544805224943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943138732385448052249431387323854480522494313873238544805224943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a20eb6-1f92-490c-902d-8b4bb66d6f93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44a4d229-02c2-434e-aead-43a6e2758244, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44a4d229-02c2-434e-aead-43a6e2758244, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1958503641297677171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171195850364129767717119585036412976771711958503641297677171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97dfbc47-bc8d-4761-92b2-c3d415696971, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f27c32e7-4fd9-4060-9bce-d85dd24752f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f27c32e7-4fd9-4060-9bce-d85dd24752f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6405734253770187458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458640573425377018745864057342537701874586405734253770187458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44a4d229-02c2-434e-aead-43a6e2758244, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1234546d-9785-431d-87c8-f5603f97ce23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1234546d-9785-431d-87c8-f5603f97ce23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9382998276127580140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140938299827612758014093829982761275801409382998276127580140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f27c32e7-4fd9-4060-9bce-d85dd24752f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ea1b72-e7c1-46b9-b47c-f40b0545f124, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ea1b72-e7c1-46b9-b47c-f40b0545f124, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12016449049442547411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411120164490494425474111201644904944254741112016449049442547411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1234546d-9785-431d-87c8-f5603f97ce23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9117dde-1c1e-4d60-80d8-7f26f39bba95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9117dde-1c1e-4d60-80d8-7f26f39bba95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12815195229178793450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450128151952291787934501281519522917879345012815195229178793450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ea1b72-e7c1-46b9-b47c-f40b0545f124, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9117dde-1c1e-4d60-80d8-7f26f39bba95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f65f673-33cc-4edb-9b24-952a1586f71f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f65f673-33cc-4edb-9b24-952a1586f71f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8267995481685237550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550826799548168523755082679954816852375508267995481685237550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6375017c-7fac-454d-85d7-dd93255e568e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6375017c-7fac-454d-85d7-dd93255e568e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7187756877038737036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036718775687703873703671877568770387370367187756877038737036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f65f673-33cc-4edb-9b24-952a1586f71f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6afb2af0-f7a1-43b8-9e14-0440a69c5abd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6375017c-7fac-454d-85d7-dd93255e568e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afb2af0-f7a1-43b8-9e14-0440a69c5abd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16558115532676878967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967165581155326768789671655811553267687896716558115532676878967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e69752-7b17-4545-8e1b-ee592771cbe7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e69752-7b17-4545-8e1b-ee592771cbe7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251228896868209853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853182512288968682098531825122889686820985318251228896868209853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afb2af0-f7a1-43b8-9e14-0440a69c5abd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26573614-b4d3-41b2-b43e-2cac92f2c8af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26573614-b4d3-41b2-b43e-2cac92f2c8af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912821010814615561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561129128210108146155611291282101081461556112912821010814615561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e69752-7b17-4545-8e1b-ee592771cbe7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a09ce70-e3c7-4738-815b-22fd18c7c8e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a09ce70-e3c7-4738-815b-22fd18c7c8e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9626761016206987626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626962676101620698762696267610162069876269626761016206987626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26573614-b4d3-41b2-b43e-2cac92f2c8af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7037ffa-f1e4-460c-9e20-cee19770914d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7037ffa-f1e4-460c-9e20-cee19770914d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17759947612397238151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151177599476123972381511775994761239723815117759947612397238151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a09ce70-e3c7-4738-815b-22fd18c7c8e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6444ad0-e7c7-4cef-ab91-5f90e497e5a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6444ad0-e7c7-4cef-ab91-5f90e497e5a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17377755175963032567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567173777551759630325671737775517596303256717377755175963032567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7037ffa-f1e4-460c-9e20-cee19770914d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 380fb505-4247-4f62-aa20-8f94b529e735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380fb505-4247-4f62-aa20-8f94b529e735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617560050659599927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927126175600506595999271261756005065959992712617560050659599927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380fb505-4247-4f62-aa20-8f94b529e735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16cfff9f-26b2-4f60-8912-47455ce2e341, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16cfff9f-26b2-4f60-8912-47455ce2e341, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5722671461925524087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087572267146192552408757226714619255240875722671461925524087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6444ad0-e7c7-4cef-ab91-5f90e497e5a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd430f96-af23-4b1a-814a-a1e4b443b720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd430f96-af23-4b1a-814a-a1e4b443b720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5978566199595530959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959597856619959553095959785661995955309595978566199595530959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16cfff9f-26b2-4f60-8912-47455ce2e341, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d80bdc5a-28c4-4b94-98a5-b630b997d383, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80bdc5a-28c4-4b94-98a5-b630b997d383, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7318968851544721202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202731896885154472120273189688515447212027318968851544721202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd430f96-af23-4b1a-814a-a1e4b443b720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3646987b-ef84-4011-9207-d04d40b366a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3646987b-ef84-4011-9207-d04d40b366a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17877442792781054323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323178774427927810543231787744279278105432317877442792781054323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80bdc5a-28c4-4b94-98a5-b630b997d383, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac9d654e-8146-4134-9d62-5a6d8e23a088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9d654e-8146-4134-9d62-5a6d8e23a088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2428908041949413318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318242890804194941331824289080419494133182428908041949413318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3646987b-ef84-4011-9207-d04d40b366a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28bcd147-48c9-403f-a213-858ed96a8f64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28bcd147-48c9-403f-a213-858ed96a8f64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10450453261792011070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070104504532617920110701045045326179201107010450453261792011070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9d654e-8146-4134-9d62-5a6d8e23a088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eba54a3-d96f-4196-86fc-c644e0aa7fab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eba54a3-d96f-4196-86fc-c644e0aa7fab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402652903799481997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997104026529037994819971040265290379948199710402652903799481997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28bcd147-48c9-403f-a213-858ed96a8f64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc76f8a3-29c1-4233-beb9-837b7ab58e26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc76f8a3-29c1-4233-beb9-837b7ab58e26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5655275057313124271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271565527505731312427156552750573131242715655275057313124271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eba54a3-d96f-4196-86fc-c644e0aa7fab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e25d30c-f80f-4099-9f70-574d51db134e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e25d30c-f80f-4099-9f70-574d51db134e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5851598927842914026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026585159892784291402658515989278429140265851598927842914026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e25d30c-f80f-4099-9f70-574d51db134e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc76f8a3-29c1-4233-beb9-837b7ab58e26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 990fd5d1-19ba-40d0-ac75-b129fa9af81d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990fd5d1-19ba-40d0-ac75-b129fa9af81d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1031711660880320617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617103171166088032061710317116608803206171031711660880320617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba530e70-eeb3-447b-b508-39b2259dae01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba530e70-eeb3-447b-b508-39b2259dae01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18125531903405616396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396181255319034056163961812553190340561639618125531903405616396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990fd5d1-19ba-40d0-ac75-b129fa9af81d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76d5ef2a-a2f4-4d6f-b5aa-83c8089f6bbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d5ef2a-a2f4-4d6f-b5aa-83c8089f6bbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7629553403390406720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720762955340339040672076295534033904067207629553403390406720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba530e70-eeb3-447b-b508-39b2259dae01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60c0ee6b-03c4-433f-9b47-b2a497c00bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c0ee6b-03c4-433f-9b47-b2a497c00bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4371155955753466044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044437115595575346604443711559557534660444371155955753466044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d5ef2a-a2f4-4d6f-b5aa-83c8089f6bbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b46253a-7645-4cfd-958a-a14a7dcbfc67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b46253a-7645-4cfd-958a-a14a7dcbfc67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12928419427221240586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586129284194272212405861292841942722124058612928419427221240586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c0ee6b-03c4-433f-9b47-b2a497c00bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b46253a-7645-4cfd-958a-a14a7dcbfc67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265007ee-7497-4268-b756-943e7db9e3b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265007ee-7497-4268-b756-943e7db9e3b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 72097697998471421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421720976979984714217209769799847142172097697998471421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a868c24-52f4-48d3-bc43-9445fb5ef349, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a868c24-52f4-48d3-bc43-9445fb5ef349, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5285289742312545514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514528528974231254551452852897423125455145285289742312545514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265007ee-7497-4268-b756-943e7db9e3b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bd190da-11c8-4c0c-9948-6a09e617c5a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd190da-11c8-4c0c-9948-6a09e617c5a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12345126243488095011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011123451262434880950111234512624348809501112345126243488095011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a868c24-52f4-48d3-bc43-9445fb5ef349, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8e7bf27-123e-4b00-88de-8c1148e1d2af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8e7bf27-123e-4b00-88de-8c1148e1d2af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7777137169352681817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817777713716935268181777771371693526818177777137169352681817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd190da-11c8-4c0c-9948-6a09e617c5a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed128808-7723-4144-a45f-9aa0b21a1aae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed128808-7723-4144-a45f-9aa0b21a1aae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288805087488988461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461112888050874889884611128880508748898846111288805087488988461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8e7bf27-123e-4b00-88de-8c1148e1d2af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a215adf2-f0b0-4c73-bff9-15e30ec16d45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a215adf2-f0b0-4c73-bff9-15e30ec16d45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2496791154498556152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152249679115449855615224967911544985561522496791154498556152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed128808-7723-4144-a45f-9aa0b21a1aae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a215adf2-f0b0-4c73-bff9-15e30ec16d45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63a5864a-52d1-4097-8d63-1d897140152b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a5864a-52d1-4097-8d63-1d897140152b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14886680861864801389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389148866808618648013891488668086186480138914886680861864801389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47b50992-253c-494c-b5c5-a8d241b706c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b50992-253c-494c-b5c5-a8d241b706c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16945612371882247492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492169456123718822474921694561237188224749216945612371882247492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a5864a-52d1-4097-8d63-1d897140152b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f17cf1bb-e0db-4d92-a903-9a0e01ae197d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f17cf1bb-e0db-4d92-a903-9a0e01ae197d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460411860832240379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379246041186083224037924604118608322403792460411860832240379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b50992-253c-494c-b5c5-a8d241b706c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 099a2d54-4914-4500-beeb-a281371ec04b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099a2d54-4914-4500-beeb-a281371ec04b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18100047091377972696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696181000470913779726961810004709137797269618100047091377972696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f17cf1bb-e0db-4d92-a903-9a0e01ae197d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 768a85c4-ae4f-4674-b6de-8cb5850bdb54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768a85c4-ae4f-4674-b6de-8cb5850bdb54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12276890380742610617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617122768903807426106171227689038074261061712276890380742610617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099a2d54-4914-4500-beeb-a281371ec04b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81530c28-5fae-4932-88ec-ef7bb2f3ac1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81530c28-5fae-4932-88ec-ef7bb2f3ac1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4791016564376183588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588479101656437618358847910165643761835884791016564376183588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768a85c4-ae4f-4674-b6de-8cb5850bdb54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5058d4d1-38e0-4e4d-9ddc-38391189b2f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5058d4d1-38e0-4e4d-9ddc-38391189b2f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10833112380480188767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767108331123804801887671083311238048018876710833112380480188767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81530c28-5fae-4932-88ec-ef7bb2f3ac1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8e6b5a3-3212-4ecf-8ae6-a9fda01149a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e6b5a3-3212-4ecf-8ae6-a9fda01149a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171213801800595713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713217121380180059571321712138018005957132171213801800595713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5058d4d1-38e0-4e4d-9ddc-38391189b2f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a97d0d-64a1-4f91-b28e-11ae0db5e4b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a97d0d-64a1-4f91-b28e-11ae0db5e4b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011987368615831069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069501198736861583106950119873686158310695011987368615831069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e6b5a3-3212-4ecf-8ae6-a9fda01149a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a832bfb6-8ad2-4130-a18e-1bedbb7e4a80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a832bfb6-8ad2-4130-a18e-1bedbb7e4a80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191431614325632516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516119143161432563251611914316143256325161191431614325632516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a97d0d-64a1-4f91-b28e-11ae0db5e4b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf4e25f-4525-4781-9dc3-dd6f078521b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf4e25f-4525-4781-9dc3-dd6f078521b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762391178272247174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174167623911782722471741676239117827224717416762391178272247174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a832bfb6-8ad2-4130-a18e-1bedbb7e4a80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a008981a-4c0b-46fd-a906-07974ce7151c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a008981a-4c0b-46fd-a906-07974ce7151c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6082994241623313449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449608299424162331344960829942416233134496082994241623313449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf4e25f-4525-4781-9dc3-dd6f078521b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79f6c7ca-1a2f-48ba-ae14-f51d0f58ed26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f6c7ca-1a2f-48ba-ae14-f51d0f58ed26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11535395590655427816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816115353955906554278161153539559065542781611535395590655427816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a008981a-4c0b-46fd-a906-07974ce7151c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dde9f9c-26b1-4541-b184-cfd5c8d03525, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dde9f9c-26b1-4541-b184-cfd5c8d03525, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8479292892730786660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660847929289273078666084792928927307866608479292892730786660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f6c7ca-1a2f-48ba-ae14-f51d0f58ed26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaf7b38-9dfb-43cd-8a8b-dc43d3b77a47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaf7b38-9dfb-43cd-8a8b-dc43d3b77a47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364258917855811138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138364258917855811138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dde9f9c-26b1-4541-b184-cfd5c8d03525, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4582a1e0-69e8-4244-a6cb-da8e5b339e12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4582a1e0-69e8-4244-a6cb-da8e5b339e12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8034541871412628460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460803454187141262846080345418714126284608034541871412628460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaf7b38-9dfb-43cd-8a8b-dc43d3b77a47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b68ee91a-00cd-4ca8-a69b-39a426642a9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68ee91a-00cd-4ca8-a69b-39a426642a9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4029847893145527053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053402984789314552705340298478931455270534029847893145527053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4582a1e0-69e8-4244-a6cb-da8e5b339e12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6a22971-8013-44a2-b005-f8d010da732d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a22971-8013-44a2-b005-f8d010da732d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909261867423611181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181169092618674236111811690926186742361118116909261867423611181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68ee91a-00cd-4ca8-a69b-39a426642a9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6314446-0910-4ad5-9e5d-50a40b699a6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6314446-0910-4ad5-9e5d-50a40b699a6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13955324121054547530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530139553241210545475301395532412105454753013955324121054547530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a22971-8013-44a2-b005-f8d010da732d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 455d7032-940a-4f5c-81b6-8cd8a29c1321, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 455d7032-940a-4f5c-81b6-8cd8a29c1321, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9938025135805208542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542993802513580520854299380251358052085429938025135805208542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6314446-0910-4ad5-9e5d-50a40b699a6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37ecbdc3-93ea-4712-9087-86ca5567a7fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ecbdc3-93ea-4712-9087-86ca5567a7fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805182140408832994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994980518214040883299498051821404088329949805182140408832994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 455d7032-940a-4f5c-81b6-8cd8a29c1321, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 862291ef-b7c3-45b7-9c2d-a9c3be000866, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 862291ef-b7c3-45b7-9c2d-a9c3be000866, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10274584679609518028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028102745846796095180281027458467960951802810274584679609518028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ecbdc3-93ea-4712-9087-86ca5567a7fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7422e8e-7ffc-491d-8795-9e35f0682c7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7422e8e-7ffc-491d-8795-9e35f0682c7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7282456808400163251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251728245680840016325172824568084001632517282456808400163251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 862291ef-b7c3-45b7-9c2d-a9c3be000866, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08eca6b8-88f0-4500-8e18-f7c765da6bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08eca6b8-88f0-4500-8e18-f7c765da6bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9577639667266971660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660957763966726697166095776396672669716609577639667266971660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7422e8e-7ffc-491d-8795-9e35f0682c7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db6e646b-59db-4f3a-b40c-7410c96d6587, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6e646b-59db-4f3a-b40c-7410c96d6587, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9982561577154661299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299998256157715466129999825615771546612999982561577154661299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08eca6b8-88f0-4500-8e18-f7c765da6bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16652669-d0e4-4eff-987d-a4117177fa66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16652669-d0e4-4eff-987d-a4117177fa66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15108802928930045898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898151088029289300458981510880292893004589815108802928930045898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6e646b-59db-4f3a-b40c-7410c96d6587, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20573d5-5eaf-4765-9ec2-df4c86fe4952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20573d5-5eaf-4765-9ec2-df4c86fe4952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14890678165844484353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353148906781658444843531489067816584448435314890678165844484353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16652669-d0e4-4eff-987d-a4117177fa66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a358308e-cbc7-46cd-8d4f-24ec24f241e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20573d5-5eaf-4765-9ec2-df4c86fe4952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0fd0b0b-4e9e-4c5f-8033-8a33bf35b867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0fd0b0b-4e9e-4c5f-8033-8a33bf35b867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678611219830151623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623967861121983015162396786112198301516239678611219830151623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a358308e-cbc7-46cd-8d4f-24ec24f241e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7747424297299185255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255774742429729918525577474242972991852557747424297299185255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0fd0b0b-4e9e-4c5f-8033-8a33bf35b867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73b4b464-3c4e-45cb-8731-9f0d51296bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73b4b464-3c4e-45cb-8731-9f0d51296bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17591470152137434316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316175914701521374343161759147015213743431617591470152137434316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a358308e-cbc7-46cd-8d4f-24ec24f241e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73b4b464-3c4e-45cb-8731-9f0d51296bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c29d67d6-22cf-4082-8b9f-6ac881024aa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c29d67d6-22cf-4082-8b9f-6ac881024aa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2113869368662091799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799211386936866209179921138693686620917992113869368662091799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79769501-f277-4ee7-a42e-37aaa0c1648f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79769501-f277-4ee7-a42e-37aaa0c1648f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1843874552302380968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968184387455230238096818438745523023809681843874552302380968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c29d67d6-22cf-4082-8b9f-6ac881024aa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ef67f9f-683a-4045-b8ee-ae3a67ef9726, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef67f9f-683a-4045-b8ee-ae3a67ef9726, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9058369224675041745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745905836922467504174590583692246750417459058369224675041745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79769501-f277-4ee7-a42e-37aaa0c1648f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7720c3d1-9a25-4fec-9940-6c16bbe51fda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7720c3d1-9a25-4fec-9940-6c16bbe51fda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548565796095877599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599454856579609587759945485657960958775994548565796095877599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef67f9f-683a-4045-b8ee-ae3a67ef9726, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2273e0d-07f8-4bd4-930e-b5680f6655a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2273e0d-07f8-4bd4-930e-b5680f6655a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302895622236127284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284130289562223612728413028956222361272841302895622236127284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7720c3d1-9a25-4fec-9940-6c16bbe51fda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, babaa6e0-c384-41f3-876b-6e14fc20ab09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, babaa6e0-c384-41f3-876b-6e14fc20ab09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12087953985809948627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627120879539858099486271208795398580994862712087953985809948627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2273e0d-07f8-4bd4-930e-b5680f6655a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95737238-e917-41be-afd6-eca72a6e9ae9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95737238-e917-41be-afd6-eca72a6e9ae9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10606960291036713656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656106069602910367136561060696029103671365610606960291036713656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, babaa6e0-c384-41f3-876b-6e14fc20ab09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8f4c4f4-73fe-4e5a-b4ea-3d862e00d188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95737238-e917-41be-afd6-eca72a6e9ae9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7a51b04-8e0d-4d48-8051-f039fcbb2d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f4c4f4-73fe-4e5a-b4ea-3d862e00d188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216752376967234762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762721675237696723476272167523769672347627216752376967234762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7a51b04-8e0d-4d48-8051-f039fcbb2d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4061814616778508943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943406181461677850894340618146167785089434061814616778508943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f4c4f4-73fe-4e5a-b4ea-3d862e00d188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98272ff7-fb63-4805-bfa2-a249b69398f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98272ff7-fb63-4805-bfa2-a249b69398f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17727853859495446152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152177278538594954461521772785385949544615217727853859495446152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7a51b04-8e0d-4d48-8051-f039fcbb2d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389b2730-bb6b-4e08-8cf9-35df924c92e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389b2730-bb6b-4e08-8cf9-35df924c92e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16533154320387314929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929165331543203873149291653315432038731492916533154320387314929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98272ff7-fb63-4805-bfa2-a249b69398f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02960c01-b5e8-4c92-86ac-687de669537d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02960c01-b5e8-4c92-86ac-687de669537d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17467577112392270168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168174675771123922701681746757711239227016817467577112392270168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389b2730-bb6b-4e08-8cf9-35df924c92e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3835eac5-9053-42ec-9a7a-a3847dce5314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3835eac5-9053-42ec-9a7a-a3847dce5314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17071954189946796798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798170719541899467967981707195418994679679817071954189946796798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02960c01-b5e8-4c92-86ac-687de669537d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3c1f77d-c590-4c24-9b7c-4980437fc860, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c1f77d-c590-4c24-9b7c-4980437fc860, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320749894747328010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010132074989474732801013207498947473280101320749894747328010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3835eac5-9053-42ec-9a7a-a3847dce5314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1efd5b9-bee1-492d-90bc-b1dad344bb0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1efd5b9-bee1-492d-90bc-b1dad344bb0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15289054250129536044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044152890542501295360441528905425012953604415289054250129536044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c1f77d-c590-4c24-9b7c-4980437fc860, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1efd5b9-bee1-492d-90bc-b1dad344bb0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08343f8-fb17-488d-90ac-608035b7bdd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2a70d85-7384-47c6-9d6c-bdee061eac99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a70d85-7384-47c6-9d6c-bdee061eac99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3010956340190532544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544301095634019053254430109563401905325443010956340190532544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08343f8-fb17-488d-90ac-608035b7bdd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7690867277948910585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585769086727794891058576908672779489105857690867277948910585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a70d85-7384-47c6-9d6c-bdee061eac99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d7edae9-7c68-4800-b313-34e2b3d1f60c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7edae9-7c68-4800-b313-34e2b3d1f60c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3083708874007627229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229308370887400762722930837088740076272293083708874007627229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08343f8-fb17-488d-90ac-608035b7bdd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0c2b29c-7355-4ad2-ac44-42093024cf57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c2b29c-7355-4ad2-ac44-42093024cf57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556073129014966767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767145560731290149667671455607312901496676714556073129014966767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7edae9-7c68-4800-b313-34e2b3d1f60c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afd666e7-e993-444d-a010-e8fe44cda1f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afd666e7-e993-444d-a010-e8fe44cda1f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10446959426342684723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723104469594263426847231044695942634268472310446959426342684723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afd666e7-e993-444d-a010-e8fe44cda1f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c2b29c-7355-4ad2-ac44-42093024cf57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77d34bdd-0f3c-4e0e-9ad5-9d10d943b5ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d34bdd-0f3c-4e0e-9ad5-9d10d943b5ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151413811829322302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302151413811829322302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd138f0b-e8ec-495d-ad2a-c2cfd8c4a62e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd138f0b-e8ec-495d-ad2a-c2cfd8c4a62e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1832447951313327102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102183244795131332710218324479513133271021832447951313327102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d34bdd-0f3c-4e0e-9ad5-9d10d943b5ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5158532-0c6c-4b62-9c65-5f9d9885d0db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5158532-0c6c-4b62-9c65-5f9d9885d0db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571575975413021652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652557157597541302165255715759754130216525571575975413021652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd138f0b-e8ec-495d-ad2a-c2cfd8c4a62e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4aca129f-fac3-4d51-ae8d-00698772874a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aca129f-fac3-4d51-ae8d-00698772874a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3784852868755924949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949378485286875592494937848528687559249493784852868755924949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5158532-0c6c-4b62-9c65-5f9d9885d0db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c83fc9d-11c1-4af6-a13d-33af35e9d473, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c83fc9d-11c1-4af6-a13d-33af35e9d473, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13573820817624943026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026135738208176249430261357382081762494302613573820817624943026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aca129f-fac3-4d51-ae8d-00698772874a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92d0f225-b036-4e50-885f-4d3dfe7d76ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d0f225-b036-4e50-885f-4d3dfe7d76ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8920221976174846651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651892022197617484665189202219761748466518920221976174846651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c83fc9d-11c1-4af6-a13d-33af35e9d473, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f11c28-5100-42e7-8077-e0aac3eb1649, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f11c28-5100-42e7-8077-e0aac3eb1649, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15816791163344971133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133158167911633449711331581679116334497113315816791163344971133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d0f225-b036-4e50-885f-4d3dfe7d76ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91e6605-763f-4029-937b-7b0c089d9bbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91e6605-763f-4029-937b-7b0c089d9bbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11998733864312224549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549119987338643122245491199873386431222454911998733864312224549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f11c28-5100-42e7-8077-e0aac3eb1649, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d60bdb02-d5ae-4c37-8e7f-307040a87811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60bdb02-d5ae-4c37-8e7f-307040a87811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12698611985584438998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998126986119855844389981269861198558443899812698611985584438998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91e6605-763f-4029-937b-7b0c089d9bbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dea399-2a12-458e-9b78-472124026c28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dea399-2a12-458e-9b78-472124026c28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1164884074165613022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022116488407416561302211648840741656130221164884074165613022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60bdb02-d5ae-4c37-8e7f-307040a87811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dea399-2a12-458e-9b78-472124026c28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbb6fb21-f992-432b-8687-45b2a1cd4048, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb6fb21-f992-432b-8687-45b2a1cd4048, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2376164443607690964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964237616444360769096423761644436076909642376164443607690964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb9640c-26b7-4c20-b3b8-56ed0b727a01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb9640c-26b7-4c20-b3b8-56ed0b727a01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5178530618913121243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243517853061891312124351785306189131212435178530618913121243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb6fb21-f992-432b-8687-45b2a1cd4048, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c37924ab-c073-4dec-b048-77c9028578c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37924ab-c073-4dec-b048-77c9028578c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7007217477540005699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699700721747754000569970072174775400056997007217477540005699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb9640c-26b7-4c20-b3b8-56ed0b727a01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6c86a3e-3a40-4ec5-acf4-773118ee90f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c86a3e-3a40-4ec5-acf4-773118ee90f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9596572181179066962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962959657218117906696295965721811790669629596572181179066962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37924ab-c073-4dec-b048-77c9028578c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd972d4f-ce25-4cdb-8221-4a26da42c460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd972d4f-ce25-4cdb-8221-4a26da42c460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13046707232324127303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303130467072323241273031304670723232412730313046707232324127303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c86a3e-3a40-4ec5-acf4-773118ee90f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec786244-7f71-481b-8411-2eb27c8963d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec786244-7f71-481b-8411-2eb27c8963d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15523196732788294722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722155231967327882947221552319673278829472215523196732788294722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd972d4f-ce25-4cdb-8221-4a26da42c460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05464564-45a6-407d-9e98-262d47409a4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05464564-45a6-407d-9e98-262d47409a4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10168135087059492621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621101681350870594926211016813508705949262110168135087059492621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec786244-7f71-481b-8411-2eb27c8963d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5300e56-8c53-43d2-aecb-8d09b0daa189, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5300e56-8c53-43d2-aecb-8d09b0daa189, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5381623800775451638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638538162380077545163853816238007754516385381623800775451638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05464564-45a6-407d-9e98-262d47409a4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d12417aa-1303-49a1-b82d-a2825a274619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12417aa-1303-49a1-b82d-a2825a274619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9333434935152355856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856933343493515235585693334349351523558569333434935152355856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5300e56-8c53-43d2-aecb-8d09b0daa189, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb6f7a4e-fd04-4772-80bd-fbdfda83c0f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6f7a4e-fd04-4772-80bd-fbdfda83c0f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318751951736152445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445331875195173615244533187519517361524453318751951736152445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12417aa-1303-49a1-b82d-a2825a274619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22332465-8a28-4c12-9559-41cb7db66bcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22332465-8a28-4c12-9559-41cb7db66bcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7947482248342453490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490794748224834245349079474822483424534907947482248342453490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6f7a4e-fd04-4772-80bd-fbdfda83c0f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 482740ed-1887-4bbf-9f27-fe4470ca39df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482740ed-1887-4bbf-9f27-fe4470ca39df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13683957462655805598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598136839574626558055981368395746265580559813683957462655805598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22332465-8a28-4c12-9559-41cb7db66bcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5adbe8-972e-40e4-8bbc-78beca4650ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5adbe8-972e-40e4-8bbc-78beca4650ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3176439375450563016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016317643937545056301631764393754505630163176439375450563016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482740ed-1887-4bbf-9f27-fe4470ca39df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69ae471d-f302-4e07-b999-dd296f4132fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69ae471d-f302-4e07-b999-dd296f4132fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11219579614472376941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941112195796144723769411121957961447237694111219579614472376941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5adbe8-972e-40e4-8bbc-78beca4650ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cfb5c5d-76ed-4c46-98cd-98ee2905dfa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfb5c5d-76ed-4c46-98cd-98ee2905dfa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12947862418715012591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591129478624187150125911294786241871501259112947862418715012591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69ae471d-f302-4e07-b999-dd296f4132fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50c110b9-d0e6-40ed-bb76-a287ec13e373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c110b9-d0e6-40ed-bb76-a287ec13e373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 328182713154973468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468328182713154973468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfb5c5d-76ed-4c46-98cd-98ee2905dfa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c110b9-d0e6-40ed-bb76-a287ec13e373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37211fc7-91e7-465b-a663-34bef206362b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37211fc7-91e7-465b-a663-34bef206362b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13400582946467114668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668134005829464671146681340058294646711466813400582946467114668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024d0684-7c2c-42c0-9287-8808204f37bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024d0684-7c2c-42c0-9287-8808204f37bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13946861034882469745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745139468610348824697451394686103488246974513946861034882469745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024d0684-7c2c-42c0-9287-8808204f37bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f4689f-55b6-4fbf-926e-4200a827b6c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f4689f-55b6-4fbf-926e-4200a827b6c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683518919927414660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660168351891992741466016835189199274146601683518919927414660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37211fc7-91e7-465b-a663-34bef206362b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35ccde79-665e-49dc-afc0-5083be2e8d6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ccde79-665e-49dc-afc0-5083be2e8d6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096349869575410776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776409634986957541077640963498695754107764096349869575410776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f4689f-55b6-4fbf-926e-4200a827b6c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d83064f3-1f2c-4b3a-ac18-11c1c5757ab2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d83064f3-1f2c-4b3a-ac18-11c1c5757ab2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301738603731662321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321830173860373166232183017386037316623218301738603731662321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ccde79-665e-49dc-afc0-5083be2e8d6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a253ff7a-9632-48ca-af2c-6a8268bf2bb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a253ff7a-9632-48ca-af2c-6a8268bf2bb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13475330274238920731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731134753302742389207311347533027423892073113475330274238920731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d83064f3-1f2c-4b3a-ac18-11c1c5757ab2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efec913a-4910-4083-9fad-9184665f6d6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efec913a-4910-4083-9fad-9184665f6d6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593556224035065479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479359355622403506547935935562240350654793593556224035065479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a253ff7a-9632-48ca-af2c-6a8268bf2bb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe9ee31-057a-45dc-b4eb-7ec6efe2f200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe9ee31-057a-45dc-b4eb-7ec6efe2f200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374308687517968663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663737430868751796866373743086875179686637374308687517968663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efec913a-4910-4083-9fad-9184665f6d6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f079b912-6da6-4fd5-914d-4ad0e3d940d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f079b912-6da6-4fd5-914d-4ad0e3d940d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756317428609465349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349107563174286094653491075631742860946534910756317428609465349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe9ee31-057a-45dc-b4eb-7ec6efe2f200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18dc9d0d-0132-45b4-836f-ac19d7f8e747, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18dc9d0d-0132-45b4-836f-ac19d7f8e747, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9652920934124840348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348965292093412484034896529209341248403489652920934124840348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f079b912-6da6-4fd5-914d-4ad0e3d940d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21072749-43e0-4fce-813f-9591911b66e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21072749-43e0-4fce-813f-9591911b66e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13832311525697475233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233138323115256974752331383231152569747523313832311525697475233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18dc9d0d-0132-45b4-836f-ac19d7f8e747, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60eb5e21-c113-433c-8bbd-7089cade6bbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21072749-43e0-4fce-813f-9591911b66e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65bc9933-6f31-4354-a345-0ff244c75a73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65bc9933-6f31-4354-a345-0ff244c75a73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7374095922713861044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044737409592271386104473740959227138610447374095922713861044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60eb5e21-c113-433c-8bbd-7089cade6bbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253954481297914941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941132539544812979149411325395448129791494113253954481297914941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65bc9933-6f31-4354-a345-0ff244c75a73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baa3ef09-ef32-44b0-9460-911a533b0a07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa3ef09-ef32-44b0-9460-911a533b0a07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381990072186693624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624438199007218669362443819900721866936244381990072186693624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60eb5e21-c113-433c-8bbd-7089cade6bbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dccf9a4b-91b7-4769-9908-0f2b7ee8cf86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccf9a4b-91b7-4769-9908-0f2b7ee8cf86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4531476307347833487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487453147630734783348745314763073478334874531476307347833487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccf9a4b-91b7-4769-9908-0f2b7ee8cf86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d063082-b054-468d-b0b7-6d518f939453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d063082-b054-468d-b0b7-6d518f939453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4741255288263044190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190474125528826304419047412552882630441904741255288263044190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa3ef09-ef32-44b0-9460-911a533b0a07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2b7f7a9-93bc-46d9-a13b-1a332f4145d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b7f7a9-93bc-46d9-a13b-1a332f4145d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11998254013773503457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457119982540137735034571199825401377350345711998254013773503457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d063082-b054-468d-b0b7-6d518f939453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62c84253-4843-4601-a792-6580d06c0e7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c84253-4843-4601-a792-6580d06c0e7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5047089556669258052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052504708955666925805250470895566692580525047089556669258052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b7f7a9-93bc-46d9-a13b-1a332f4145d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da814761-26be-4e3c-b4c0-2e016e3325a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da814761-26be-4e3c-b4c0-2e016e3325a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3105230525291965130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130310523052529196513031052305252919651303105230525291965130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c84253-4843-4601-a792-6580d06c0e7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7200db2-1704-457d-8d91-a6205a7e3b34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7200db2-1704-457d-8d91-a6205a7e3b34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9942008978313006860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860994200897831300686099420089783130068609942008978313006860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da814761-26be-4e3c-b4c0-2e016e3325a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de1f3426-3100-467f-a88b-b8147ffc5ff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de1f3426-3100-467f-a88b-b8147ffc5ff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292612848845367259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259829261284884536725982926128488453672598292612848845367259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7200db2-1704-457d-8d91-a6205a7e3b34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37925e42-f520-496d-9d4f-961bad5dd254, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37925e42-f520-496d-9d4f-961bad5dd254, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3143680015482434304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304314368001548243430431436800154824343043143680015482434304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de1f3426-3100-467f-a88b-b8147ffc5ff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceee0822-b22c-46cf-b815-d80fb6dfaaf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceee0822-b22c-46cf-b815-d80fb6dfaaf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10498721457650875698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698104987214576508756981049872145765087569810498721457650875698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37925e42-f520-496d-9d4f-961bad5dd254, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceee0822-b22c-46cf-b815-d80fb6dfaaf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bde2bf31-7195-4b24-bb2e-4a4da9d2e962, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d330e280-715b-4fde-be73-2586a3f7b2e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d330e280-715b-4fde-be73-2586a3f7b2e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3152911847858175832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832315291184785817583231529118478581758323152911847858175832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde2bf31-7195-4b24-bb2e-4a4da9d2e962, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949350226323455218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218129493502263234552181294935022632345521812949350226323455218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d330e280-715b-4fde-be73-2586a3f7b2e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f613f90-2243-4883-b6bd-785fde8e9fcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f613f90-2243-4883-b6bd-785fde8e9fcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5465529911304407840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840546552991130440784054655299113044078405465529911304407840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde2bf31-7195-4b24-bb2e-4a4da9d2e962, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8704a617-e636-4485-9479-70946f52976a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f613f90-2243-4883-b6bd-785fde8e9fcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a545c1b-07ce-4a44-b72a-54587e0d9cad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a545c1b-07ce-4a44-b72a-54587e0d9cad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578011427230146099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099578011427230146099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8704a617-e636-4485-9479-70946f52976a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566937003811958516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516856693700381195851685669370038119585168566937003811958516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a545c1b-07ce-4a44-b72a-54587e0d9cad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d591faf-7b0f-4adb-995a-6c2683d4620b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d591faf-7b0f-4adb-995a-6c2683d4620b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6446513102344311404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404644651310234431140464465131023443114046446513102344311404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8704a617-e636-4485-9479-70946f52976a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf2bd3e2-e43f-452b-b2f0-5718b761f5dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2bd3e2-e43f-452b-b2f0-5718b761f5dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15145375745324800662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662151453757453248006621514537574532480066215145375745324800662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d591faf-7b0f-4adb-995a-6c2683d4620b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02579815-cb67-4608-8217-344d4cee568a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02579815-cb67-4608-8217-344d4cee568a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1021540753480209197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197102154075348020919710215407534802091971021540753480209197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2bd3e2-e43f-452b-b2f0-5718b761f5dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a0c4208-3f31-4c02-b434-75544be95488, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0c4208-3f31-4c02-b434-75544be95488, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3435642688559404583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583343564268855940458334356426885594045833435642688559404583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02579815-cb67-4608-8217-344d4cee568a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64cf831c-5bd9-476e-b7b5-510e496ed000, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64cf831c-5bd9-476e-b7b5-510e496ed000, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2138410112480084883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883213841011248008488321384101124800848832138410112480084883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0c4208-3f31-4c02-b434-75544be95488, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e686ce-ddf5-4d43-97ad-baf62d16ec10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e686ce-ddf5-4d43-97ad-baf62d16ec10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15736898721805891356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356157368987218058913561573689872180589135615736898721805891356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64cf831c-5bd9-476e-b7b5-510e496ed000, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9227fabf-2288-4c59-99de-48b357939612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9227fabf-2288-4c59-99de-48b357939612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 944285510715657949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949944285510715657949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e686ce-ddf5-4d43-97ad-baf62d16ec10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec05c9a4-d4e7-4fef-bce6-a20a2e3ac0c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec05c9a4-d4e7-4fef-bce6-a20a2e3ac0c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5717305187656375928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928571730518765637592857173051876563759285717305187656375928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9227fabf-2288-4c59-99de-48b357939612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa4d0bb-ea7a-4ca0-a3ab-3cfece0ba76f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa4d0bb-ea7a-4ca0-a3ab-3cfece0ba76f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591441682000270391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391145914416820002703911459144168200027039114591441682000270391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec05c9a4-d4e7-4fef-bce6-a20a2e3ac0c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62cf59d7-46b6-4ce7-9a40-47ade83158d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62cf59d7-46b6-4ce7-9a40-47ade83158d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6399901454240049194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194639990145424004919463999014542400491946399901454240049194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa4d0bb-ea7a-4ca0-a3ab-3cfece0ba76f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc325df-38d8-42a5-a5e5-ed76bbef5f00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc325df-38d8-42a5-a5e5-ed76bbef5f00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 574636985509584156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156574636985509584156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62cf59d7-46b6-4ce7-9a40-47ade83158d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ca8131a-54e4-4af8-9c7b-5e14b9aa1e04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc325df-38d8-42a5-a5e5-ed76bbef5f00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e59c17-8425-4bd8-94e5-0bb8324a6ee3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca8131a-54e4-4af8-9c7b-5e14b9aa1e04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13221005362265794543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543132210053622657945431322100536226579454313221005362265794543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e59c17-8425-4bd8-94e5-0bb8324a6ee3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7988493507832808361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361798849350783280836179884935078328083617988493507832808361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca8131a-54e4-4af8-9c7b-5e14b9aa1e04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c745ab8c-6339-4de5-a9ba-25123b0cf09a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c745ab8c-6339-4de5-a9ba-25123b0cf09a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544526992487993582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582754452699248799358275445269924879935827544526992487993582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e59c17-8425-4bd8-94e5-0bb8324a6ee3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83aa06ba-937e-4699-9ed4-26e5970be691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83aa06ba-937e-4699-9ed4-26e5970be691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6830685726480231782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782683068572648023178268306857264802317826830685726480231782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c745ab8c-6339-4de5-a9ba-25123b0cf09a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a548e7cc-f175-4b19-8c0d-5ea6f02d9b2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a548e7cc-f175-4b19-8c0d-5ea6f02d9b2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12857698479410975281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281128576984794109752811285769847941097528112857698479410975281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83aa06ba-937e-4699-9ed4-26e5970be691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1921a613-e166-4e04-abd8-df2535824e6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1921a613-e166-4e04-abd8-df2535824e6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13992311945857514606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606139923119458575146061399231194585751460613992311945857514606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a548e7cc-f175-4b19-8c0d-5ea6f02d9b2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85acd7fc-c6c9-4e17-8b24-61dcfa547122, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85acd7fc-c6c9-4e17-8b24-61dcfa547122, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143677189850376071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071131436771898503760711314367718985037607113143677189850376071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1921a613-e166-4e04-abd8-df2535824e6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3adeec66-a4f5-4899-b84e-66596ed120d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3adeec66-a4f5-4899-b84e-66596ed120d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13434825897831515561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561134348258978315155611343482589783151556113434825897831515561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85acd7fc-c6c9-4e17-8b24-61dcfa547122, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce6467f0-dad1-497c-9732-bee4d84a1932, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6467f0-dad1-497c-9732-bee4d84a1932, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 93716755341392989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989937167553413929899371675534139298993716755341392989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3adeec66-a4f5-4899-b84e-66596ed120d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce86783c-9522-4d4b-8b1b-ecc5d0bd803c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce86783c-9522-4d4b-8b1b-ecc5d0bd803c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963329209855558009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009169633292098555580091696332920985555800916963329209855558009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6467f0-dad1-497c-9732-bee4d84a1932, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce86783c-9522-4d4b-8b1b-ecc5d0bd803c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd2980b2-0399-424d-99bb-059712f11bf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd2980b2-0399-424d-99bb-059712f11bf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17577703595187268010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010175777035951872680101757770359518726801017577703595187268010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5987077-2d14-4381-91b9-1d2d05c84bdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5987077-2d14-4381-91b9-1d2d05c84bdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9244290856103908586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586924429085610390858692442908561039085869244290856103908586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5987077-2d14-4381-91b9-1d2d05c84bdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3518cb6a-ec5d-4047-b516-85be199ea95b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd2980b2-0399-424d-99bb-059712f11bf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e35c10b4-3467-4838-b30e-f3d993531235, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e35c10b4-3467-4838-b30e-f3d993531235, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933635958014448313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313119336359580144483131193363595801444831311933635958014448313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3518cb6a-ec5d-4047-b516-85be199ea95b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14618501408448430013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013146185014084484300131461850140844843001314618501408448430013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e35c10b4-3467-4838-b30e-f3d993531235, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6525e9d0-780a-428c-90b4-1688e5354065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6525e9d0-780a-428c-90b4-1688e5354065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530856719144639947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947553085671914463994755308567191446399475530856719144639947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3518cb6a-ec5d-4047-b516-85be199ea95b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89261e70-8a90-4c4b-bb9a-043aa3c402dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6525e9d0-780a-428c-90b4-1688e5354065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8922617b-fd50-4c97-a600-150978cb4bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8922617b-fd50-4c97-a600-150978cb4bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336430317641146871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871733643031764114687173364303176411468717336430317641146871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89261e70-8a90-4c4b-bb9a-043aa3c402dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13650613094374489276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276136506130943744892761365061309437448927613650613094374489276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8922617b-fd50-4c97-a600-150978cb4bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0420bb5f-16eb-4c53-afe2-f7ec31393530, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0420bb5f-16eb-4c53-afe2-f7ec31393530, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11402135173811050926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926114021351738110509261140213517381105092611402135173811050926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89261e70-8a90-4c4b-bb9a-043aa3c402dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df462ceb-0220-4681-ae3f-c8c9f466d227, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df462ceb-0220-4681-ae3f-c8c9f466d227, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891380299936940641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641989138029993694064198913802999369406419891380299936940641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0420bb5f-16eb-4c53-afe2-f7ec31393530, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8af15e44-c2d8-400d-8448-a8f42eb702ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af15e44-c2d8-400d-8448-a8f42eb702ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3382101388492943656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656338210138849294365633821013884929436563382101388492943656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df462ceb-0220-4681-ae3f-c8c9f466d227, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81daaa9-3ce4-4b1d-beae-ddb6edb2516f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81daaa9-3ce4-4b1d-beae-ddb6edb2516f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13251018382130773505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505132510183821307735051325101838213077350513251018382130773505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af15e44-c2d8-400d-8448-a8f42eb702ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c61ebd8-cb67-477f-98bf-3b861f889ed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c61ebd8-cb67-477f-98bf-3b861f889ed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13835876356013254597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597138358763560132545971383587635601325459713835876356013254597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c61ebd8-cb67-477f-98bf-3b861f889ed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b813b44c-a7da-4e53-9461-da66c9d76f86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b813b44c-a7da-4e53-9461-da66c9d76f86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085388104325515259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259908538810432551525990853881043255152599085388104325515259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81daaa9-3ce4-4b1d-beae-ddb6edb2516f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da41439-6414-4765-8eb7-b9e935f1e472, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da41439-6414-4765-8eb7-b9e935f1e472, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17996972882256207317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317179969728822562073171799697288225620731717996972882256207317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b813b44c-a7da-4e53-9461-da66c9d76f86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 499fd0a2-2784-4018-8e16-c10c7f32f52e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499fd0a2-2784-4018-8e16-c10c7f32f52e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5734087371358549061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061573408737135854906157340873713585490615734087371358549061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da41439-6414-4765-8eb7-b9e935f1e472, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c111de91-dcde-47ee-a685-a6e2b9e59d79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499fd0a2-2784-4018-8e16-c10c7f32f52e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc1c5fa2-f28c-41b9-98ea-a67d913ad6c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c111de91-dcde-47ee-a685-a6e2b9e59d79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1102058381031027600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600110205838103102760011020583810310276001102058381031027600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc1c5fa2-f28c-41b9-98ea-a67d913ad6c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2846344234651650758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758284634423465165075828463442346516507582846344234651650758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c111de91-dcde-47ee-a685-a6e2b9e59d79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e681bd-bd59-41f2-bedb-1b6371175247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e681bd-bd59-41f2-bedb-1b6371175247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111041204405480284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284111041204405480284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc1c5fa2-f28c-41b9-98ea-a67d913ad6c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e7677c-3304-45dc-adcd-cd851a8eb310, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e681bd-bd59-41f2-bedb-1b6371175247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e7677c-3304-45dc-adcd-cd851a8eb310, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15631591058373610899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899156315910583736108991563159105837361089915631591058373610899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc7a71f6-34a0-4396-8eaf-3fef352e46b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7a71f6-34a0-4396-8eaf-3fef352e46b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1790397402784111989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989179039740278411198917903974027841119891790397402784111989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e7677c-3304-45dc-adcd-cd851a8eb310, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af103b1-f108-4f53-a706-fdcd3f872a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af103b1-f108-4f53-a706-fdcd3f872a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18326638960463448322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322183266389604634483221832663896046344832218326638960463448322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7a71f6-34a0-4396-8eaf-3fef352e46b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b581e58b-e0d4-4a78-bf42-ec2b2e7af8f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b581e58b-e0d4-4a78-bf42-ec2b2e7af8f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839196061163786368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368158391960611637863681583919606116378636815839196061163786368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0af103b1-f108-4f53-a706-fdcd3f872a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b3440e9-611f-4980-a7ce-9dd7156250ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3440e9-611f-4980-a7ce-9dd7156250ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1957677447839411881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881195767744783941188119576774478394118811957677447839411881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b581e58b-e0d4-4a78-bf42-ec2b2e7af8f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3c27c83-8749-4fa2-b937-6a883a6c9f5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c27c83-8749-4fa2-b937-6a883a6c9f5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574997886293663406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406457499788629366340645749978862936634064574997886293663406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3440e9-611f-4980-a7ce-9dd7156250ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0abced29-3053-4182-981a-de300719e57f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c27c83-8749-4fa2-b937-6a883a6c9f5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e06b854-b60e-44aa-b1ca-d2cb5967252e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e06b854-b60e-44aa-b1ca-d2cb5967252e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16274787567643953075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075162747875676439530751627478756764395307516274787567643953075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abced29-3053-4182-981a-de300719e57f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14630011778211270679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679146300117782112706791463001177821127067914630011778211270679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e06b854-b60e-44aa-b1ca-d2cb5967252e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05af77c0-1689-41c4-b9a8-9ad38c61634a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05af77c0-1689-41c4-b9a8-9ad38c61634a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4866738102553317591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591486673810255331759148667381025533175914866738102553317591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abced29-3053-4182-981a-de300719e57f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98d72e21-aa7f-4b44-b5cc-6f5629dbc007, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d72e21-aa7f-4b44-b5cc-6f5629dbc007, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18325856226702308127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127183258562267023081271832585622670230812718325856226702308127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05af77c0-1689-41c4-b9a8-9ad38c61634a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820eb4be-7b0d-40f7-8b53-eacbe31584f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820eb4be-7b0d-40f7-8b53-eacbe31584f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 429140698011731032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032429140698011731032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d72e21-aa7f-4b44-b5cc-6f5629dbc007, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d895235f-7487-4fa1-b3ed-cf9ff0847163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d895235f-7487-4fa1-b3ed-cf9ff0847163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6778263854509832383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383677826385450983238367782638545098323836778263854509832383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820eb4be-7b0d-40f7-8b53-eacbe31584f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6853b2-14f8-4d30-9aa6-bd18fe40e41f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6853b2-14f8-4d30-9aa6-bd18fe40e41f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9936304825958431447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447993630482595843144799363048259584314479936304825958431447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d895235f-7487-4fa1-b3ed-cf9ff0847163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd9a027-d189-41bb-90de-bf5fb1f6f6cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd9a027-d189-41bb-90de-bf5fb1f6f6cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684221763202957986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986668422176320295798666842217632029579866684221763202957986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6853b2-14f8-4d30-9aa6-bd18fe40e41f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984294cc-4b3e-4e69-ae85-c3571ec3145d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984294cc-4b3e-4e69-ae85-c3571ec3145d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3462735529431049990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990346273552943104999034627355294310499903462735529431049990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd9a027-d189-41bb-90de-bf5fb1f6f6cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc9cde2-f2aa-481c-8501-5c4459795e28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc9cde2-f2aa-481c-8501-5c4459795e28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3331409299606803786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786333140929960680378633314092996068037863331409299606803786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984294cc-4b3e-4e69-ae85-c3571ec3145d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21c70d69-c08f-4cc2-8f64-06ea460c96fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c70d69-c08f-4cc2-8f64-06ea460c96fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16603974192479644426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426166039741924796444261660397419247964442616603974192479644426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc9cde2-f2aa-481c-8501-5c4459795e28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5813eb62-7026-4067-8bd6-0fda4eac3be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5813eb62-7026-4067-8bd6-0fda4eac3be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 107480918516044484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484107480918516044484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c70d69-c08f-4cc2-8f64-06ea460c96fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ecd2098-2f4e-41a1-af83-425b5c2dfa10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecd2098-2f4e-41a1-af83-425b5c2dfa10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15437075966010606405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405154370759660106064051543707596601060640515437075966010606405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5813eb62-7026-4067-8bd6-0fda4eac3be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1007ec0d-a08e-477a-9255-858f968f41b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1007ec0d-a08e-477a-9255-858f968f41b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1908534172717936740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740190853417271793674019085341727179367401908534172717936740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecd2098-2f4e-41a1-af83-425b5c2dfa10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84288c2c-3b57-45c5-9e00-751e8e1c52ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84288c2c-3b57-45c5-9e00-751e8e1c52ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12927338728847442564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564129273387288474425641292733872884744256412927338728847442564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1007ec0d-a08e-477a-9255-858f968f41b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b98c5b39-feee-4c7a-9f16-ea742cd1f65a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b98c5b39-feee-4c7a-9f16-ea742cd1f65a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11999278816453137825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825119992788164531378251199927881645313782511999278816453137825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84288c2c-3b57-45c5-9e00-751e8e1c52ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d323fdf-f3b1-45ea-a433-243f1b22400e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d323fdf-f3b1-45ea-a433-243f1b22400e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9372668229224519731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731937266822922451973193726682292245197319372668229224519731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b98c5b39-feee-4c7a-9f16-ea742cd1f65a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb8e421a-03f3-4cce-ab14-c987a056172e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8e421a-03f3-4cce-ab14-c987a056172e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15806984365838007005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005158069843658380070051580698436583800700515806984365838007005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d323fdf-f3b1-45ea-a433-243f1b22400e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7281cff1-f11c-4a18-bb8d-9fee23de70e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7281cff1-f11c-4a18-bb8d-9fee23de70e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5352490540041738724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724535249054004173872453524905400417387245352490540041738724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8e421a-03f3-4cce-ab14-c987a056172e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1ecde66-c612-4780-a7f4-174637f36db0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ecde66-c612-4780-a7f4-174637f36db0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16403730600499593166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166164037306004995931661640373060049959316616403730600499593166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7281cff1-f11c-4a18-bb8d-9fee23de70e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3808ffd-03b5-4d65-b78f-5a338ecc1503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3808ffd-03b5-4d65-b78f-5a338ecc1503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616391974405161097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097861639197440516109786163919744051610978616391974405161097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ecde66-c612-4780-a7f4-174637f36db0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f9ffedc-cbd7-4a2a-8ed6-ad12ff94f0a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f9ffedc-cbd7-4a2a-8ed6-ad12ff94f0a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2682057498389410900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900268205749838941090026820574983894109002682057498389410900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3808ffd-03b5-4d65-b78f-5a338ecc1503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6807d8f-d649-44ef-9d0d-4ba9dce1aeb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6807d8f-d649-44ef-9d0d-4ba9dce1aeb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3886012569861297659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659388601256986129765938860125698612976593886012569861297659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f9ffedc-cbd7-4a2a-8ed6-ad12ff94f0a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79eb8bd4-9cc3-49d8-b613-2ecd986d4e62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79eb8bd4-9cc3-49d8-b613-2ecd986d4e62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6402038015166462625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625640203801516646262564020380151664626256402038015166462625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6807d8f-d649-44ef-9d0d-4ba9dce1aeb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a20e5af1-2eee-435c-8ee1-b1177c6cee02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20e5af1-2eee-435c-8ee1-b1177c6cee02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132715399941960346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346813271539994196034681327153999419603468132715399941960346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79eb8bd4-9cc3-49d8-b613-2ecd986d4e62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84b657d6-0d6b-4cda-9fe5-9529b210050b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b657d6-0d6b-4cda-9fe5-9529b210050b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374969538927903181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181113749695389279031811137496953892790318111374969538927903181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20e5af1-2eee-435c-8ee1-b1177c6cee02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c748a47-6b96-4514-accc-ca371cd6cc0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c748a47-6b96-4514-accc-ca371cd6cc0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4284941444922584234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234428494144492258423442849414449225842344284941444922584234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b657d6-0d6b-4cda-9fe5-9529b210050b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b103b796-b36e-44b9-ad38-cd9e5d403cb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b103b796-b36e-44b9-ad38-cd9e5d403cb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14086091906363595477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477140860919063635954771408609190636359547714086091906363595477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c748a47-6b96-4514-accc-ca371cd6cc0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2b892f6-f794-4d0b-823f-c17244f11d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b892f6-f794-4d0b-823f-c17244f11d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9181404634299805937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937918140463429980593791814046342998059379181404634299805937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b103b796-b36e-44b9-ad38-cd9e5d403cb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b892f6-f794-4d0b-823f-c17244f11d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 309e9ed1-c837-4e85-8110-f4e4f59f6f22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 309e9ed1-c837-4e85-8110-f4e4f59f6f22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15819634096904297852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852158196340969042978521581963409690429785215819634096904297852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc84b5a3-2455-4eae-b60d-0d31d5e1fa5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc84b5a3-2455-4eae-b60d-0d31d5e1fa5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632865371256449162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162106328653712564491621063286537125644916210632865371256449162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 309e9ed1-c837-4e85-8110-f4e4f59f6f22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52394a20-dc4f-4e5f-8f4d-eb8022d2805b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52394a20-dc4f-4e5f-8f4d-eb8022d2805b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3159319190620502609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609315931919062050260931593191906205026093159319190620502609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc84b5a3-2455-4eae-b60d-0d31d5e1fa5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f1d140-cd13-4f6a-a25e-aa16c8a88bd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f1d140-cd13-4f6a-a25e-aa16c8a88bd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10357859731284352154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154103578597312843521541035785973128435215410357859731284352154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52394a20-dc4f-4e5f-8f4d-eb8022d2805b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 482cbbd6-8757-4714-9a85-2ee238cd1968, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482cbbd6-8757-4714-9a85-2ee238cd1968, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237738539410088447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447123773853941008844712377385394100884471237738539410088447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f1d140-cd13-4f6a-a25e-aa16c8a88bd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ae27cc4-f583-420c-b7e8-4ad956d9b1ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ae27cc4-f583-420c-b7e8-4ad956d9b1ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11490388346690504700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700114903883466905047001149038834669050470011490388346690504700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482cbbd6-8757-4714-9a85-2ee238cd1968, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8178a223-e7f1-43bc-be85-b97ce2075f5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8178a223-e7f1-43bc-be85-b97ce2075f5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5266572484957623372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372526657248495762337252665724849576233725266572484957623372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ae27cc4-f583-420c-b7e8-4ad956d9b1ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcbd4593-143e-44d3-9456-01b8d50c9141, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbd4593-143e-44d3-9456-01b8d50c9141, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2955932807093171214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214295593280709317121429559328070931712142955932807093171214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8178a223-e7f1-43bc-be85-b97ce2075f5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a018209c-58cf-4118-a2bb-f63516741101, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a018209c-58cf-4118-a2bb-f63516741101, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1804293954470748723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723180429395447074872318042939544707487231804293954470748723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbd4593-143e-44d3-9456-01b8d50c9141, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e888f50f-00d5-44fd-b26e-d29a3ca3e2d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e888f50f-00d5-44fd-b26e-d29a3ca3e2d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6420073071394022880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880642007307139402288064200730713940228806420073071394022880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a018209c-58cf-4118-a2bb-f63516741101, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4a711c7-5fee-49b8-8810-68958c93a6e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a711c7-5fee-49b8-8810-68958c93a6e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168410147824401148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148516841014782440114851684101478244011485168410147824401148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e888f50f-00d5-44fd-b26e-d29a3ca3e2d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c0b97d5-e258-4953-8394-2ac941968710, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c0b97d5-e258-4953-8394-2ac941968710, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8043653265533056652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652804365326553305665280436532655330566528043653265533056652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a711c7-5fee-49b8-8810-68958c93a6e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b50cb8ea-42d7-4b66-ae0d-fa85f0b8bfeb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50cb8ea-42d7-4b66-ae0d-fa85f0b8bfeb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11743826077064701449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449117438260770647014491174382607706470144911743826077064701449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50cb8ea-42d7-4b66-ae0d-fa85f0b8bfeb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07a8a327-e4dd-4a6d-96df-729538a39c14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07a8a327-e4dd-4a6d-96df-729538a39c14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343090467745150015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015123430904677451500151234309046774515001512343090467745150015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07a8a327-e4dd-4a6d-96df-729538a39c14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b082036-e967-4523-b74b-2269b2bb7b21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b082036-e967-4523-b74b-2269b2bb7b21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4938264459033634017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017493826445903363401749382644590336340174938264459033634017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c0b97d5-e258-4953-8394-2ac941968710, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 001c3358-9cca-4927-af77-a1287407324e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001c3358-9cca-4927-af77-a1287407324e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12195804059114847957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957121958040591148479571219580405911484795712195804059114847957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b082036-e967-4523-b74b-2269b2bb7b21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b4bd6b4-97c4-4baa-9739-7d868a50127c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b4bd6b4-97c4-4baa-9739-7d868a50127c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9111762312725819415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415911176231272581941591117623127258194159111762312725819415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001c3358-9cca-4927-af77-a1287407324e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5723bcfc-fe64-438e-b36f-5cdd50ac10cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5723bcfc-fe64-438e-b36f-5cdd50ac10cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15336108460416855320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320153361084604168553201533610846041685532015336108460416855320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b4bd6b4-97c4-4baa-9739-7d868a50127c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5723bcfc-fe64-438e-b36f-5cdd50ac10cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6e77ec-315e-41ff-949e-7de1566b6d7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6e77ec-315e-41ff-949e-7de1566b6d7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18249836870058560316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316182498368700585603161824983687005856031618249836870058560316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db3b379b-c1f3-46a7-ae51-197cc1f3c8e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3b379b-c1f3-46a7-ae51-197cc1f3c8e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16613481460700685258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258166134814607006852581661348146070068525816613481460700685258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6e77ec-315e-41ff-949e-7de1566b6d7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35deb455-cb82-46a3-a172-a391ae9e83da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35deb455-cb82-46a3-a172-a391ae9e83da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9757172932536759334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334975717293253675933497571729325367593349757172932536759334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3b379b-c1f3-46a7-ae51-197cc1f3c8e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e979cdc-3e4b-4e32-872a-2fb2d35b06ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e979cdc-3e4b-4e32-872a-2fb2d35b06ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5088686401816585253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253508868640181658525350886864018165852535088686401816585253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35deb455-cb82-46a3-a172-a391ae9e83da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17e18441-e8a5-4d6a-83b6-e5a2fb750316, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e18441-e8a5-4d6a-83b6-e5a2fb750316, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2251059663726828189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189225105966372682818922510596637268281892251059663726828189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e979cdc-3e4b-4e32-872a-2fb2d35b06ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f4a710c-1b9b-4d16-bc5a-f8241809f545, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4a710c-1b9b-4d16-bc5a-f8241809f545, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147350638936180173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173131473506389361801731314735063893618017313147350638936180173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e18441-e8a5-4d6a-83b6-e5a2fb750316, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 113ba3e4-30e2-40be-92a2-b2e00b3b9616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113ba3e4-30e2-40be-92a2-b2e00b3b9616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193711176315441351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351193711176315441351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4a710c-1b9b-4d16-bc5a-f8241809f545, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ede4546f-0efd-4fd7-aa0f-df7c93521643, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede4546f-0efd-4fd7-aa0f-df7c93521643, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10856261776696242708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708108562617766962427081085626177669624270810856261776696242708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113ba3e4-30e2-40be-92a2-b2e00b3b9616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b974da80-af94-4952-8a01-87dce053734d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b974da80-af94-4952-8a01-87dce053734d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414479137053360068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068541447913705336006854144791370533600685414479137053360068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede4546f-0efd-4fd7-aa0f-df7c93521643, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf25fd0b-2b69-450e-91d1-a15b16359104, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf25fd0b-2b69-450e-91d1-a15b16359104, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10329461299332977009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009103294612993329770091032946129933297700910329461299332977009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b974da80-af94-4952-8a01-87dce053734d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b0b1d5-64bb-4be7-9437-cf7fb05d45b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b0b1d5-64bb-4be7-9437-cf7fb05d45b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9880551305456157525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525988055130545615752598805513054561575259880551305456157525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf25fd0b-2b69-450e-91d1-a15b16359104, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b0b1d5-64bb-4be7-9437-cf7fb05d45b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9051f373-da5f-4856-a1bb-48eb7475a832, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9051f373-da5f-4856-a1bb-48eb7475a832, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11195041219323095859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859111950412193230958591119504121932309585911195041219323095859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a410d9d-28c7-494f-a259-8501add0613e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a410d9d-28c7-494f-a259-8501add0613e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915280427683788564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564491528042768378856449152804276837885644915280427683788564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a410d9d-28c7-494f-a259-8501add0613e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ee0747-1bb0-48e0-a65d-be289b2daaf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ee0747-1bb0-48e0-a65d-be289b2daaf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713565400485472414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414713565400485472414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9051f373-da5f-4856-a1bb-48eb7475a832, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4490c9c3-151f-4a41-9714-45b0d44af448, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4490c9c3-151f-4a41-9714-45b0d44af448, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8433884156158748945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945843388415615874894584338841561587489458433884156158748945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ee0747-1bb0-48e0-a65d-be289b2daaf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5be480b6-7ca9-4b22-ad4a-aa088a241322, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be480b6-7ca9-4b22-ad4a-aa088a241322, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1120688922194429048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048112068892219442904811206889221944290481120688922194429048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4490c9c3-151f-4a41-9714-45b0d44af448, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be480b6-7ca9-4b22-ad4a-aa088a241322, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d51fafd-16ef-46a8-b3ff-2fd221d6d703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d51fafd-16ef-46a8-b3ff-2fd221d6d703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12371385354035986332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332123713853540359863321237138535403598633212371385354035986332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7055c762-8015-4870-8e07-c415500c85c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7055c762-8015-4870-8e07-c415500c85c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390488890230593395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395339048889023059339533904888902305933953390488890230593395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d51fafd-16ef-46a8-b3ff-2fd221d6d703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a478c23-1ca8-489e-aad1-aa4261a18e94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a478c23-1ca8-489e-aad1-aa4261a18e94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996653942877644649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649109966539428776446491099665394287764464910996653942877644649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7055c762-8015-4870-8e07-c415500c85c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de22464-78d1-48c0-aed3-a418b35a90c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a478c23-1ca8-489e-aad1-aa4261a18e94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08f322c4-3859-4423-8206-d1dd37f7fa95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f322c4-3859-4423-8206-d1dd37f7fa95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9192854462021773538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538919285446202177353891928544620217735389192854462021773538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de22464-78d1-48c0-aed3-a418b35a90c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667229026689565484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484156672290266895654841566722902668956548415667229026689565484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f322c4-3859-4423-8206-d1dd37f7fa95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4630f83-7eb4-4d95-86e8-d72a28fba99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4630f83-7eb4-4d95-86e8-d72a28fba99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15901300562690603009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009159013005626906030091590130056269060300915901300562690603009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de22464-78d1-48c0-aed3-a418b35a90c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f04b7f0-9d41-46a1-b5cc-546fb12bf5a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f04b7f0-9d41-46a1-b5cc-546fb12bf5a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9986240023672435710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710998624002367243571099862400236724357109986240023672435710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4630f83-7eb4-4d95-86e8-d72a28fba99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 926fd479-fbc2-452b-b38b-3e71d814b5a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926fd479-fbc2-452b-b38b-3e71d814b5a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16708091511750338028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028167080915117503380281670809151175033802816708091511750338028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f04b7f0-9d41-46a1-b5cc-546fb12bf5a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1133e478-8d38-4714-a0b2-fe5fcbf16306, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1133e478-8d38-4714-a0b2-fe5fcbf16306, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3428118354403087829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829342811835440308782934281183544030878293428118354403087829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926fd479-fbc2-452b-b38b-3e71d814b5a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad0ddaf-1e95-44fb-a179-55ab3cca9262, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad0ddaf-1e95-44fb-a179-55ab3cca9262, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14635037434687670381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381146350374346876703811463503743468767038114635037434687670381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1133e478-8d38-4714-a0b2-fe5fcbf16306, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 475083d1-f4c8-4b74-ac2a-a59413ebc349, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 475083d1-f4c8-4b74-ac2a-a59413ebc349, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6762693692685605689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689676269369268560568967626936926856056896762693692685605689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad0ddaf-1e95-44fb-a179-55ab3cca9262, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e610587-e229-4bd7-828c-baac35d3a1e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e610587-e229-4bd7-828c-baac35d3a1e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3191511211841668973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973319151121184166897331915112118416689733191511211841668973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 475083d1-f4c8-4b74-ac2a-a59413ebc349, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ff0a41-64f6-4882-93d4-0dc4690607dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ff0a41-64f6-4882-93d4-0dc4690607dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699006196273188660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660269900619627318866026990061962731886602699006196273188660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e610587-e229-4bd7-828c-baac35d3a1e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfd9e024-d4cc-4e14-a11d-385b77b0fdab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd9e024-d4cc-4e14-a11d-385b77b0fdab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4931494657076270085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085493149465707627008549314946570762700854931494657076270085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ff0a41-64f6-4882-93d4-0dc4690607dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c9fb76-92e0-4c79-b681-d483d802412f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c9fb76-92e0-4c79-b681-d483d802412f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987966679774354067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067398796667977435406739879666797743540673987966679774354067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd9e024-d4cc-4e14-a11d-385b77b0fdab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0192ebc3-79d1-437b-a3f7-2b5fbd93290d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0192ebc3-79d1-437b-a3f7-2b5fbd93290d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4357508917085982877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877435750891708598287743575089170859828774357508917085982877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c9fb76-92e0-4c79-b681-d483d802412f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a0bcb80-6b46-4d90-b6fa-062f3d1b749a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a0bcb80-6b46-4d90-b6fa-062f3d1b749a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345767717468232274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274153457677174682322741534576771746823227415345767717468232274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0192ebc3-79d1-437b-a3f7-2b5fbd93290d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a686c8-4546-427a-b7af-21eee36c0af8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a686c8-4546-427a-b7af-21eee36c0af8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 477410101461945933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933477410101461945933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a0bcb80-6b46-4d90-b6fa-062f3d1b749a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d9b7e4-4116-4c13-b6d0-e63149defde8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d9b7e4-4116-4c13-b6d0-e63149defde8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13211513386151655302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302132115133861516553021321151338615165530213211513386151655302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a686c8-4546-427a-b7af-21eee36c0af8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0e86d77-593b-4a5f-b33f-82e147c35a4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e86d77-593b-4a5f-b33f-82e147c35a4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5510100982859805683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683551010098285980568355101009828598056835510100982859805683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d9b7e4-4116-4c13-b6d0-e63149defde8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcb5ec2f-3f6f-4fb0-b1a4-af761aa2abbd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcb5ec2f-3f6f-4fb0-b1a4-af761aa2abbd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398275695089573750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750183982756950895737501839827569508957375018398275695089573750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e86d77-593b-4a5f-b33f-82e147c35a4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e24d4b9c-386f-4a91-9941-1be58495d9bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24d4b9c-386f-4a91-9941-1be58495d9bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16995841627065390983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983169958416270653909831699584162706539098316995841627065390983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcb5ec2f-3f6f-4fb0-b1a4-af761aa2abbd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d360532c-989a-4f1c-98a8-fe9292779146, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d360532c-989a-4f1c-98a8-fe9292779146, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6014958612085137237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237601495861208513723760149586120851372376014958612085137237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24d4b9c-386f-4a91-9941-1be58495d9bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e68c28be-fe11-4a98-9e62-91bc51c14493, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68c28be-fe11-4a98-9e62-91bc51c14493, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096195794300621961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961409619579430062196140961957943006219614096195794300621961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d360532c-989a-4f1c-98a8-fe9292779146, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4d424f5-bb43-47c7-8e8d-d2713e0ed084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d424f5-bb43-47c7-8e8d-d2713e0ed084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6072663679976970172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172607266367997697017260726636799769701726072663679976970172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68c28be-fe11-4a98-9e62-91bc51c14493, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43ff9ec1-f707-479d-bc56-841e2bff0c1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d424f5-bb43-47c7-8e8d-d2713e0ed084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5d6379b-4378-4c61-8a2e-cd884eec7c24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d6379b-4378-4c61-8a2e-cd884eec7c24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8150868312211361223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223815086831221136122381508683122113612238150868312211361223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ff9ec1-f707-479d-bc56-841e2bff0c1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10967994894614084833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833109679948946140848331096799489461408483310967994894614084833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d6379b-4378-4c61-8a2e-cd884eec7c24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a20a067-66bc-4688-a60d-bedd143ff6fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ff9ec1-f707-479d-bc56-841e2bff0c1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2aa1b59c-9fc3-4a16-bcec-bb2d50ad13a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa1b59c-9fc3-4a16-bcec-bb2d50ad13a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13064369790714389915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915130643697907143899151306436979071438991513064369790714389915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a20a067-66bc-4688-a60d-bedd143ff6fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18098135168309760313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313180981351683097603131809813516830976031318098135168309760313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a20a067-66bc-4688-a60d-bedd143ff6fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1383838c-1bd6-42fe-9199-fd6f7de0b1bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1383838c-1bd6-42fe-9199-fd6f7de0b1bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 866027289468682461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461866027289468682461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa1b59c-9fc3-4a16-bcec-bb2d50ad13a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3835b134-1b0c-40da-90e3-f0310e32179b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3835b134-1b0c-40da-90e3-f0310e32179b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16334714518309615094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094163347145183096150941633471451830961509416334714518309615094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1383838c-1bd6-42fe-9199-fd6f7de0b1bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff0b6709-935c-4f8a-8935-e19926125b5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff0b6709-935c-4f8a-8935-e19926125b5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12112648994906949952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952121126489949069499521211264899490694995212112648994906949952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3835b134-1b0c-40da-90e3-f0310e32179b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e9750d5-002d-4b13-b59e-9e6ff0dc5f28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9750d5-002d-4b13-b59e-9e6ff0dc5f28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422855687537342704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704104228556875373427041042285568753734270410422855687537342704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9750d5-002d-4b13-b59e-9e6ff0dc5f28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df681772-5b80-458d-bd52-d461304a6ead, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df681772-5b80-458d-bd52-d461304a6ead, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16650494506493589201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201166504945064935892011665049450649358920116650494506493589201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff0b6709-935c-4f8a-8935-e19926125b5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df681772-5b80-458d-bd52-d461304a6ead, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cd32a07-fce1-4f04-a68c-0de22a9d3824, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd32a07-fce1-4f04-a68c-0de22a9d3824, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16015222314580393285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285160152223145803932851601522231458039328516015222314580393285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e0425bc-33f3-4a5d-8a31-ab26ea4b8701, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0425bc-33f3-4a5d-8a31-ab26ea4b8701, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832609102654833535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535783260910265483353578326091026548335357832609102654833535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd32a07-fce1-4f04-a68c-0de22a9d3824, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a6f1129-82af-4559-a2ec-3bb87a040157, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6f1129-82af-4559-a2ec-3bb87a040157, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7080513400337484416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416708051340033748441670805134003374844167080513400337484416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0425bc-33f3-4a5d-8a31-ab26ea4b8701, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c052cf9-8ca3-48e9-8c0e-30574f4d61e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c052cf9-8ca3-48e9-8c0e-30574f4d61e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17113927054511151042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042171139270545111510421711392705451115104217113927054511151042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6f1129-82af-4559-a2ec-3bb87a040157, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18e15c32-eb7a-4782-8f7f-445f0df010be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e15c32-eb7a-4782-8f7f-445f0df010be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894533314011906230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230138945333140119062301389453331401190623013894533314011906230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c052cf9-8ca3-48e9-8c0e-30574f4d61e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bdc6407-c623-4924-aa9d-09b7b3b358d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bdc6407-c623-4924-aa9d-09b7b3b358d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14842821440735522515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515148428214407355225151484282144073552251514842821440735522515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e15c32-eb7a-4782-8f7f-445f0df010be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09a869cb-0b80-4645-aab5-217816ed5212, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a869cb-0b80-4645-aab5-217816ed5212, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14610374784971571251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251146103747849715712511461037478497157125114610374784971571251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bdc6407-c623-4924-aa9d-09b7b3b358d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3bc8b42-1dc3-4eb9-aafd-8ae916619677, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3bc8b42-1dc3-4eb9-aafd-8ae916619677, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17296998793018434761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761172969987930184347611729699879301843476117296998793018434761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3bc8b42-1dc3-4eb9-aafd-8ae916619677, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff9fb36f-c916-408e-b12b-263b402bda2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a869cb-0b80-4645-aab5-217816ed5212, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66fdc95c-1d32-4842-8d36-e9b7660e9201, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fdc95c-1d32-4842-8d36-e9b7660e9201, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3459731485696265347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347345973148569626534734597314856962653473459731485696265347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9fb36f-c916-408e-b12b-263b402bda2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9462575236852766555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555946257523685276655594625752368527665559462575236852766555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fdc95c-1d32-4842-8d36-e9b7660e9201, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 330bf8f9-a01e-46d9-9b7e-e11462b76ac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330bf8f9-a01e-46d9-9b7e-e11462b76ac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12572663332411449668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668125726633324114496681257266333241144966812572663332411449668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9fb36f-c916-408e-b12b-263b402bda2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c05017d-bba0-414f-96d4-4179ec7f6f1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 330bf8f9-a01e-46d9-9b7e-e11462b76ac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72cf0de8-82fa-449a-8468-cc4821402f87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c05017d-bba0-414f-96d4-4179ec7f6f1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17990607019231740998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998179906070192317409981799060701923174099817990607019231740998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cf0de8-82fa-449a-8468-cc4821402f87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3814522808961355494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494381452280896135549438145228089613554943814522808961355494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c05017d-bba0-414f-96d4-4179ec7f6f1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d403c74-104f-4f4c-8736-d5c9baffafc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d403c74-104f-4f4c-8736-d5c9baffafc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13951014877172414520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520139510148771724145201395101487717241452013951014877172414520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cf0de8-82fa-449a-8468-cc4821402f87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6676ea1-4268-42c6-8efd-47a15694178d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6676ea1-4268-42c6-8efd-47a15694178d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8104231617231283633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633810423161723128363381042316172312836338104231617231283633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d403c74-104f-4f4c-8736-d5c9baffafc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1878cff4-2fd8-4d52-b53f-36093b38259e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1878cff4-2fd8-4d52-b53f-36093b38259e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5246490256415741173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173524649025641574117352464902564157411735246490256415741173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6676ea1-4268-42c6-8efd-47a15694178d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2ecd1c9-94a4-4082-87a8-161f6c178fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ecd1c9-94a4-4082-87a8-161f6c178fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16601501705612255817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817166015017056122558171660150170561225581716601501705612255817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1878cff4-2fd8-4d52-b53f-36093b38259e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec1696fa-7b95-47a1-bba7-d24e2fdb863a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1696fa-7b95-47a1-bba7-d24e2fdb863a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318346924551322959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959103183469245513229591031834692455132295910318346924551322959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ecd1c9-94a4-4082-87a8-161f6c178fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e439f719-4c13-41b2-86c2-b605eec6c785, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e439f719-4c13-41b2-86c2-b605eec6c785, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351342725741254470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470535134272574125447053513427257412544705351342725741254470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1696fa-7b95-47a1-bba7-d24e2fdb863a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d72da297-e5ea-4b76-bdd6-c350d1bcf622, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d72da297-e5ea-4b76-bdd6-c350d1bcf622, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066091288421254573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573206609128842125457320660912884212545732066091288421254573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e439f719-4c13-41b2-86c2-b605eec6c785, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d89c84af-6cc2-4d66-b187-57e3b3752068, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d89c84af-6cc2-4d66-b187-57e3b3752068, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307436043644198938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938113074360436441989381130743604364419893811307436043644198938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d72da297-e5ea-4b76-bdd6-c350d1bcf622, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fabd9a3e-d4d6-4ed0-8720-cc6d4d1f231c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fabd9a3e-d4d6-4ed0-8720-cc6d4d1f231c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283838298761323731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731528383829876132373152838382987613237315283838298761323731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d89c84af-6cc2-4d66-b187-57e3b3752068, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25edef19-9c38-4611-b677-0fac0df51fd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25edef19-9c38-4611-b677-0fac0df51fd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7247981682545957847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847724798168254595784772479816825459578477247981682545957847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fabd9a3e-d4d6-4ed0-8720-cc6d4d1f231c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb80f7c6-1451-4667-ba43-dc38aab37132, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb80f7c6-1451-4667-ba43-dc38aab37132, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16230214083956824920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920162302140839568249201623021408395682492016230214083956824920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25edef19-9c38-4611-b677-0fac0df51fd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b437b1b-910f-4d41-8ca1-1b52cefe9fce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b437b1b-910f-4d41-8ca1-1b52cefe9fce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1667505764141772497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497166750576414177249716675057641417724971667505764141772497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb80f7c6-1451-4667-ba43-dc38aab37132, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3266a04-d864-488d-bfc4-05f7a88a62a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b437b1b-910f-4d41-8ca1-1b52cefe9fce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbe14219-1bff-4481-b72b-10ebddbce8e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe14219-1bff-4481-b72b-10ebddbce8e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11286441211235262632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632112864412112352626321128644121123526263211286441211235262632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3266a04-d864-488d-bfc4-05f7a88a62a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17105378389548587811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811171053783895485878111710537838954858781117105378389548587811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe14219-1bff-4481-b72b-10ebddbce8e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2c35e81-09ce-478e-9163-41ccceaaf035, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c35e81-09ce-478e-9163-41ccceaaf035, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4790386519795620574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574479038651979562057447903865197956205744790386519795620574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3266a04-d864-488d-bfc4-05f7a88a62a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd4f02fc-b664-47e6-aeaa-628b3687d7f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4f02fc-b664-47e6-aeaa-628b3687d7f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12653322486492266696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696126533224864922666961265332248649226669612653322486492266696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c35e81-09ce-478e-9163-41ccceaaf035, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4f02fc-b664-47e6-aeaa-628b3687d7f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf3a4db-9a16-48c1-a630-489c0adb126d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf3a4db-9a16-48c1-a630-489c0adb126d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 813512630344165894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894813512630344165894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93770bed-6d3d-4abe-9cf0-651f7ad0079b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93770bed-6d3d-4abe-9cf0-651f7ad0079b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399972094794430600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600239997209479443060023999720947944306002399972094794430600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93770bed-6d3d-4abe-9cf0-651f7ad0079b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ac51e88-824e-486d-8b7f-b9fa478a6e6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac51e88-824e-486d-8b7f-b9fa478a6e6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6756901237765100739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739675690123776510073967569012377651007396756901237765100739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf3a4db-9a16-48c1-a630-489c0adb126d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cac5ed25-5797-482c-b7c6-bf930eadd351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac5ed25-5797-482c-b7c6-bf930eadd351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8894141476728879847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847889414147672887984788941414767288798478894141476728879847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac51e88-824e-486d-8b7f-b9fa478a6e6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f25ee66-a630-401b-89f5-22d3910f4dc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f25ee66-a630-401b-89f5-22d3910f4dc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319610990323898600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600153196109903238986001531961099032389860015319610990323898600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac5ed25-5797-482c-b7c6-bf930eadd351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f25ee66-a630-401b-89f5-22d3910f4dc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67161898-9dcb-4278-bd3c-ed0908536cec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67161898-9dcb-4278-bd3c-ed0908536cec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428575207591498573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573542857520759149857354285752075914985735428575207591498573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2270b48-cdb9-4cb7-866d-f5ac799d9842, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2270b48-cdb9-4cb7-866d-f5ac799d9842, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194843341145114646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646101948433411451146461019484334114511464610194843341145114646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67161898-9dcb-4278-bd3c-ed0908536cec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4343440e-4b91-4063-9715-0285093d9c15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4343440e-4b91-4063-9715-0285093d9c15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3227685030106234947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947322768503010623494732276850301062349473227685030106234947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2270b48-cdb9-4cb7-866d-f5ac799d9842, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcaa0133-df77-4ac8-b376-dc9ed36e289c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcaa0133-df77-4ac8-b376-dc9ed36e289c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15266511249488638200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200152665112494886382001526651124948863820015266511249488638200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4343440e-4b91-4063-9715-0285093d9c15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a33f99-0c24-461c-b3c7-f14b2ccea131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a33f99-0c24-461c-b3c7-f14b2ccea131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10844631068688884248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248108446310686888842481084463106868888424810844631068688884248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcaa0133-df77-4ac8-b376-dc9ed36e289c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a569bf2-b463-4a8f-8415-eee3d6ab6c5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a569bf2-b463-4a8f-8415-eee3d6ab6c5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4946690117699512802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802494669011769951280249466901176995128024946690117699512802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a33f99-0c24-461c-b3c7-f14b2ccea131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ab4a924-a4ab-49f7-9b23-f8abda6e11df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab4a924-a4ab-49f7-9b23-f8abda6e11df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415685415939644957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957114156854159396449571141568541593964495711415685415939644957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a569bf2-b463-4a8f-8415-eee3d6ab6c5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4c5539d-d9b2-4012-a704-0d4c33a63ee0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c5539d-d9b2-4012-a704-0d4c33a63ee0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3655425851735020730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730365542585173502073036554258517350207303655425851735020730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab4a924-a4ab-49f7-9b23-f8abda6e11df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 965096c7-68a3-4481-8290-2680fe813d3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c5539d-d9b2-4012-a704-0d4c33a63ee0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 965096c7-68a3-4481-8290-2680fe813d3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2532636397067516934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934253263639706751693425326363970675169342532636397067516934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e11f3cd-6ea3-49e6-87c3-54b95696fbaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e11f3cd-6ea3-49e6-87c3-54b95696fbaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5260472347820440381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381526047234782044038152604723478204403815260472347820440381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 965096c7-68a3-4481-8290-2680fe813d3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8179b471-f606-4897-a3f6-d3da3fa6839c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8179b471-f606-4897-a3f6-d3da3fa6839c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12669568014300538459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459126695680143005384591266956801430053845912669568014300538459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e11f3cd-6ea3-49e6-87c3-54b95696fbaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd43393d-6917-45f1-aa09-991b836d9b78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd43393d-6917-45f1-aa09-991b836d9b78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6036450834748979564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564603645083474897956460364508347489795646036450834748979564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8179b471-f606-4897-a3f6-d3da3fa6839c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b2c46e-64b9-4a22-8137-a2a15f501841, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b2c46e-64b9-4a22-8137-a2a15f501841, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6116758964657234157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157611675896465723415761167589646572341576116758964657234157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd43393d-6917-45f1-aa09-991b836d9b78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ecd06d2-b158-44ea-9c0b-9a222dac434b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecd06d2-b158-44ea-9c0b-9a222dac434b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13546193331072864669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669135461933310728646691354619333107286466913546193331072864669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecd06d2-b158-44ea-9c0b-9a222dac434b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9088ac18-6272-4446-9d74-d28ba5cef65e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9088ac18-6272-4446-9d74-d28ba5cef65e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11580107301055127242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242115801073010551272421158010730105512724211580107301055127242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b2c46e-64b9-4a22-8137-a2a15f501841, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34ab2f08-f7a4-4512-b9a5-148c20032fe5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34ab2f08-f7a4-4512-b9a5-148c20032fe5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18424134717296152239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239184241347172961522391842413471729615223918424134717296152239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9088ac18-6272-4446-9d74-d28ba5cef65e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa1508fa-5bdb-43c4-94c6-f1e05891c8be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1508fa-5bdb-43c4-94c6-f1e05891c8be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7610546752919389339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339761054675291938933976105467529193893397610546752919389339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34ab2f08-f7a4-4512-b9a5-148c20032fe5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84ac7576-0410-4290-98b0-f6846bb88164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ac7576-0410-4290-98b0-f6846bb88164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12767289861139782026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026127672898611397820261276728986113978202612767289861139782026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1508fa-5bdb-43c4-94c6-f1e05891c8be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9985817-d2c6-45f3-9015-86871be95fb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9985817-d2c6-45f3-9015-86871be95fb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16649313249124044166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166166493132491240441661664931324912404416616649313249124044166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ac7576-0410-4290-98b0-f6846bb88164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9985817-d2c6-45f3-9015-86871be95fb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce5fd772-3c29-4dee-9a98-8292564e6df2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce5fd772-3c29-4dee-9a98-8292564e6df2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2198317500968353773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773219831750096835377321983175009683537732198317500968353773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af48b2e8-0351-4007-8d7d-b63da8935391, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af48b2e8-0351-4007-8d7d-b63da8935391, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067444123748267597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597706744412374826759770674441237482675977067444123748267597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce5fd772-3c29-4dee-9a98-8292564e6df2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97c2682b-9b9d-43b2-a114-68d30776ebe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c2682b-9b9d-43b2-a114-68d30776ebe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925343170821974328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328992534317082197432899253431708219743289925343170821974328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af48b2e8-0351-4007-8d7d-b63da8935391, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d6daa02-810d-443a-87f1-adafbfbaa078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d6daa02-810d-443a-87f1-adafbfbaa078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589806801924138016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016258980680192413801625898068019241380162589806801924138016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c2682b-9b9d-43b2-a114-68d30776ebe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f53368e-ab96-4319-b02b-0e6135d5d4f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f53368e-ab96-4319-b02b-0e6135d5d4f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8035144087353622810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810803514408735362281080351440873536228108035144087353622810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d6daa02-810d-443a-87f1-adafbfbaa078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7da54b89-a01b-40ee-b533-5309993eed1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da54b89-a01b-40ee-b533-5309993eed1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288530000891178001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001122885300008911780011228853000089117800112288530000891178001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f53368e-ab96-4319-b02b-0e6135d5d4f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 694e8cae-c2d2-4c0b-a7da-275c8b6ade76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694e8cae-c2d2-4c0b-a7da-275c8b6ade76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6983497986008190379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379698349798600819037969834979860081903796983497986008190379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da54b89-a01b-40ee-b533-5309993eed1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e0a7fa5-9b98-441e-8576-575dfd3b40cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0a7fa5-9b98-441e-8576-575dfd3b40cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16430625361092930319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319164306253610929303191643062536109293031916430625361092930319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694e8cae-c2d2-4c0b-a7da-275c8b6ade76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e89a4ef-340b-4f61-b4be-d9006a18f61d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e89a4ef-340b-4f61-b4be-d9006a18f61d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647468527432410831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831126474685274324108311264746852743241083112647468527432410831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0a7fa5-9b98-441e-8576-575dfd3b40cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e89a4ef-340b-4f61-b4be-d9006a18f61d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ceb75e0-0e5b-4a2c-98e1-50d6713c7a8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ceb75e0-0e5b-4a2c-98e1-50d6713c7a8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4833697199667643703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703483369719966764370348336971996676437034833697199667643703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39dabf4c-5021-4116-803e-ab8fd541af83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39dabf4c-5021-4116-803e-ab8fd541af83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517634080766541426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426251763408076654142625176340807665414262517634080766541426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ceb75e0-0e5b-4a2c-98e1-50d6713c7a8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c107f36a-c68d-4584-9332-a0d34bfcc8cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39dabf4c-5021-4116-803e-ab8fd541af83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c107f36a-c68d-4584-9332-a0d34bfcc8cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743779817123813354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354157437798171238133541574377981712381335415743779817123813354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3015e4a-4ac7-42f1-8e5b-67c053d0b07a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3015e4a-4ac7-42f1-8e5b-67c053d0b07a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098070551970567265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265140980705519705672651409807055197056726514098070551970567265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c107f36a-c68d-4584-9332-a0d34bfcc8cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1bfb0a3-d7d0-4e7d-b315-ddddec318b92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1bfb0a3-d7d0-4e7d-b315-ddddec318b92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409182951840209824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824144091829518402098241440918295184020982414409182951840209824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3015e4a-4ac7-42f1-8e5b-67c053d0b07a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d218b05-ecec-46a3-996a-a5ca75ed64bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d218b05-ecec-46a3-996a-a5ca75ed64bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369377257269388064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064103693772572693880641036937725726938806410369377257269388064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1bfb0a3-d7d0-4e7d-b315-ddddec318b92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef338ecf-0c4c-4426-9d82-b5802c0bc69a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef338ecf-0c4c-4426-9d82-b5802c0bc69a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415529706435325741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741114155297064353257411141552970643532574111415529706435325741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d218b05-ecec-46a3-996a-a5ca75ed64bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a29af4fa-aeee-4508-afc2-a5e3380bffa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a29af4fa-aeee-4508-afc2-a5e3380bffa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093681715618338710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710110936817156183387101109368171561833871011093681715618338710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef338ecf-0c4c-4426-9d82-b5802c0bc69a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348f2da2-459f-4ba1-a335-fe63dc253764, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348f2da2-459f-4ba1-a335-fe63dc253764, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 435618068395732987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987435618068395732987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a29af4fa-aeee-4508-afc2-a5e3380bffa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a332ba3-6135-43d6-a96c-0fab76e73fe5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a332ba3-6135-43d6-a96c-0fab76e73fe5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2970867004758188412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412297086700475818841229708670047581884122970867004758188412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348f2da2-459f-4ba1-a335-fe63dc253764, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4fbe0b4-d788-480e-8726-1eab42077fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fbe0b4-d788-480e-8726-1eab42077fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 169966096923467846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846169966096923467846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a332ba3-6135-43d6-a96c-0fab76e73fe5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 637747e1-9ac0-4e45-9ecf-4b982b187998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637747e1-9ac0-4e45-9ecf-4b982b187998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15061659992167713218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218150616599921677132181506165999216771321815061659992167713218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fbe0b4-d788-480e-8726-1eab42077fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae0ddb24-0a85-4dd0-b159-ea754b366b98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637747e1-9ac0-4e45-9ecf-4b982b187998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0329b8-18db-4b65-a7ee-2ed6415f465b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0329b8-18db-4b65-a7ee-2ed6415f465b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668621351654036221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221176686213516540362211766862135165403622117668621351654036221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae0ddb24-0a85-4dd0-b159-ea754b366b98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17380133465459006085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085173801334654590060851738013346545900608517380133465459006085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0329b8-18db-4b65-a7ee-2ed6415f465b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2550330-b315-4a04-b7bd-002b5307477e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2550330-b315-4a04-b7bd-002b5307477e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11295672380032820150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150112956723800328201501129567238003282015011295672380032820150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae0ddb24-0a85-4dd0-b159-ea754b366b98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1502f2fe-d032-4258-a309-90e69935e19f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1502f2fe-d032-4258-a309-90e69935e19f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085779550201965957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957160857795502019659571608577955020196595716085779550201965957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2550330-b315-4a04-b7bd-002b5307477e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9196dc5-219a-4e7e-ba8c-217bd891971e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9196dc5-219a-4e7e-ba8c-217bd891971e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274308816984417708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708132743088169844177081327430881698441770813274308816984417708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1502f2fe-d032-4258-a309-90e69935e19f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9196dc5-219a-4e7e-ba8c-217bd891971e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c7cdf79-6a33-4bcd-9d81-a8024715dc72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c7cdf79-6a33-4bcd-9d81-a8024715dc72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8822263150763038739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739882226315076303873988222631507630387398822263150763038739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9af856f-bdb5-4b9c-a368-a32ae898b361, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9af856f-bdb5-4b9c-a368-a32ae898b361, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2185875205156575315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315218587520515657531521858752051565753152185875205156575315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c7cdf79-6a33-4bcd-9d81-a8024715dc72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a606494-57e4-4186-97f7-5f3220bf3650, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a606494-57e4-4186-97f7-5f3220bf3650, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646698575039719869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869176466985750397198691764669857503971986917646698575039719869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9af856f-bdb5-4b9c-a368-a32ae898b361, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 595e82ab-20bc-4f09-bdb9-d53a70381c98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595e82ab-20bc-4f09-bdb9-d53a70381c98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2972879899129249504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504297287989912924950429728798991292495042972879899129249504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a606494-57e4-4186-97f7-5f3220bf3650, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba551e83-695c-49a9-bf0d-da5ddaff7443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba551e83-695c-49a9-bf0d-da5ddaff7443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9492123975199375801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801949212397519937580194921239751993758019492123975199375801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595e82ab-20bc-4f09-bdb9-d53a70381c98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18e073a2-ca3b-4e68-bba0-da17eadf0e11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e073a2-ca3b-4e68-bba0-da17eadf0e11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16539267638869878147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147165392676388698781471653926763886987814716539267638869878147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba551e83-695c-49a9-bf0d-da5ddaff7443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5bb4d84-de73-4b06-81ab-73d0e644c753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5bb4d84-de73-4b06-81ab-73d0e644c753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8120821525027236548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548812082152502723654881208215250272365488120821525027236548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e073a2-ca3b-4e68-bba0-da17eadf0e11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc35534-8d64-4f32-9197-960f740aa65b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc35534-8d64-4f32-9197-960f740aa65b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16588497270512751569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569165884972705127515691658849727051275156916588497270512751569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5bb4d84-de73-4b06-81ab-73d0e644c753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4892fcfb-4011-46bd-98ea-b69fc59e43bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4892fcfb-4011-46bd-98ea-b69fc59e43bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9653491983887131165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165965349198388713116596534919838871311659653491983887131165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc35534-8d64-4f32-9197-960f740aa65b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cae20d1-04ce-43ad-abfa-bd7d361e56a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cae20d1-04ce-43ad-abfa-bd7d361e56a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16082332214872888922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922160823322148728889221608233221487288892216082332214872888922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4892fcfb-4011-46bd-98ea-b69fc59e43bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e9bf52b-dca8-47bb-b8af-cc9922c103e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9bf52b-dca8-47bb-b8af-cc9922c103e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5681479365811527842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842568147936581152784256814793658115278425681479365811527842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cae20d1-04ce-43ad-abfa-bd7d361e56a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 775c86c2-d70a-4f1a-aff7-adf5c1a93e4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 775c86c2-d70a-4f1a-aff7-adf5c1a93e4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058067929292187006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006100580679292921870061005806792929218700610058067929292187006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9bf52b-dca8-47bb-b8af-cc9922c103e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9124c1b-20e9-4ad1-b0b7-c48e31d6b82d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9124c1b-20e9-4ad1-b0b7-c48e31d6b82d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719647958839092963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963177196479588390929631771964795883909296317719647958839092963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 775c86c2-d70a-4f1a-aff7-adf5c1a93e4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25fa52c3-f197-40e3-a060-6f520c210715, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25fa52c3-f197-40e3-a060-6f520c210715, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13624403860475246904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904136244038604752469041362440386047524690413624403860475246904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9124c1b-20e9-4ad1-b0b7-c48e31d6b82d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbf2b32-4c90-4a8c-bb8b-046d6328a5b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbf2b32-4c90-4a8c-bb8b-046d6328a5b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16337901187635331506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506163379011876353315061633790118763533150616337901187635331506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25fa52c3-f197-40e3-a060-6f520c210715, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74e967ba-7f93-4dbc-8568-12552802c09c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e967ba-7f93-4dbc-8568-12552802c09c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603527577555180065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065176035275775551800651760352757755518006517603527577555180065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbf2b32-4c90-4a8c-bb8b-046d6328a5b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f11e80d5-1e37-49d2-9869-04e8d711a28f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11e80d5-1e37-49d2-9869-04e8d711a28f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126917495023854640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640612691749502385464061269174950238546406126917495023854640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e967ba-7f93-4dbc-8568-12552802c09c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f21145d0-9517-4a0a-b6ed-c04820cf6baa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f21145d0-9517-4a0a-b6ed-c04820cf6baa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4387083044405469567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567438708304440546956743870830444054695674387083044405469567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11e80d5-1e37-49d2-9869-04e8d711a28f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63554d9c-7cea-464a-abfd-780121ba5fd4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63554d9c-7cea-464a-abfd-780121ba5fd4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561209327068100679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679561209327068100679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f21145d0-9517-4a0a-b6ed-c04820cf6baa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f3226e9-1d15-46ef-bd0e-361b68bd784e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3226e9-1d15-46ef-bd0e-361b68bd784e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11129148263398491874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874111291482633984918741112914826339849187411129148263398491874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3226e9-1d15-46ef-bd0e-361b68bd784e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43bfb5d7-af68-4661-ab1f-f3ad5abb1002, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43bfb5d7-af68-4661-ab1f-f3ad5abb1002, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376073632027892730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730123760736320278927301237607363202789273012376073632027892730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63554d9c-7cea-464a-abfd-780121ba5fd4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c366145-ba03-4c26-aa19-068869538bb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43bfb5d7-af68-4661-ab1f-f3ad5abb1002, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c366145-ba03-4c26-aa19-068869538bb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7962925593191441028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028796292559319144102879629255931914410287962925593191441028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8de8733f-e71a-4c41-a3d3-bef9b5d19f37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de8733f-e71a-4c41-a3d3-bef9b5d19f37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16816114358795829160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160168161143587958291601681611435879582916016816114358795829160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c366145-ba03-4c26-aa19-068869538bb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb78d23d-7f49-480f-9b7c-8ce0c8934552, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb78d23d-7f49-480f-9b7c-8ce0c8934552, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14765977971267826358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358147659779712678263581476597797126782635814765977971267826358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de8733f-e71a-4c41-a3d3-bef9b5d19f37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389e4caf-fb0e-4761-a5bf-24d868637e3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389e4caf-fb0e-4761-a5bf-24d868637e3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17637470240015695272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272176374702400156952721763747024001569527217637470240015695272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb78d23d-7f49-480f-9b7c-8ce0c8934552, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cfb3b1a-f38e-4eb5-bdff-af52ac90fcbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cfb3b1a-f38e-4eb5-bdff-af52ac90fcbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14543725118668281929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929145437251186682819291454372511866828192914543725118668281929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389e4caf-fb0e-4761-a5bf-24d868637e3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c132e25-2cb8-4147-855b-3a6d065afc17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c132e25-2cb8-4147-855b-3a6d065afc17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1090848754623896681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681109084875462389668110908487546238966811090848754623896681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cfb3b1a-f38e-4eb5-bdff-af52ac90fcbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 736bb4ca-77cd-449f-95ca-c0edc1b8e438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736bb4ca-77cd-449f-95ca-c0edc1b8e438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696794676904707135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135106967946769047071351069679467690470713510696794676904707135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c132e25-2cb8-4147-855b-3a6d065afc17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85231e6a-4b9d-4786-a273-bccf49bf258c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85231e6a-4b9d-4786-a273-bccf49bf258c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6746830430267676618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618674683043026767661867468304302676766186746830430267676618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736bb4ca-77cd-449f-95ca-c0edc1b8e438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8ffa0a-41a1-4b9b-982b-357dab74fa6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8ffa0a-41a1-4b9b-982b-357dab74fa6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10090329144918565099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099100903291449185650991009032914491856509910090329144918565099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85231e6a-4b9d-4786-a273-bccf49bf258c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e61d7e2-2585-42b4-84fb-79707b3354f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e61d7e2-2585-42b4-84fb-79707b3354f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2315950155727554429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429231595015572755442923159501557275544292315950155727554429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8ffa0a-41a1-4b9b-982b-357dab74fa6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92fab4d2-bdd6-4cd2-a2d2-3944617602c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fab4d2-bdd6-4cd2-a2d2-3944617602c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4610911937660373764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764461091193766037376446109119376603737644610911937660373764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e61d7e2-2585-42b4-84fb-79707b3354f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fab4d2-bdd6-4cd2-a2d2-3944617602c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7af97f8d-959d-4d74-995a-e64686e1cd4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba164f69-4b0e-49ca-9a6a-c91593ee8435, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af97f8d-959d-4d74-995a-e64686e1cd4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14987779122218209641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641149877791222182096411498777912221820964114987779122218209641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba164f69-4b0e-49ca-9a6a-c91593ee8435, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289827481399483221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221328982748139948322132898274813994832213289827481399483221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af97f8d-959d-4d74-995a-e64686e1cd4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaa3c903-4ed8-48e6-bd21-7a767f391b17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa3c903-4ed8-48e6-bd21-7a767f391b17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18219851364675890941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941182198513646758909411821985136467589094118219851364675890941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba164f69-4b0e-49ca-9a6a-c91593ee8435, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9a39c40-31b8-46a6-902a-abf2f14eded2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a39c40-31b8-46a6-902a-abf2f14eded2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572333833133777250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250157233383313377725015723338331337772501572333833133777250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa3c903-4ed8-48e6-bd21-7a767f391b17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d7d8f23-6ce0-4d7d-9c9d-5a90782712c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7d8f23-6ce0-4d7d-9c9d-5a90782712c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14371017972566565302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302143710179725665653021437101797256656530214371017972566565302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a39c40-31b8-46a6-902a-abf2f14eded2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21d5fe4f-2ecd-46ff-94f2-04baf229f3d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d5fe4f-2ecd-46ff-94f2-04baf229f3d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897018578100695639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639789701857810069563978970185781006956397897018578100695639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7d8f23-6ce0-4d7d-9c9d-5a90782712c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe3caf29-3f91-4fc8-b6ee-b7903902dace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3caf29-3f91-4fc8-b6ee-b7903902dace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 911970519884436395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395911970519884436395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d5fe4f-2ecd-46ff-94f2-04baf229f3d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a187c38-c0c2-45dd-ac27-fcd00af41fbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a187c38-c0c2-45dd-ac27-fcd00af41fbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6278710354722842097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097627871035472284209762787103547228420976278710354722842097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3caf29-3f91-4fc8-b6ee-b7903902dace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfdc1f0a-1063-44d6-a3cc-79c4e7b6cf43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfdc1f0a-1063-44d6-a3cc-79c4e7b6cf43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8883738872068504473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473888373887206850447388837388720685044738883738872068504473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a187c38-c0c2-45dd-ac27-fcd00af41fbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87f2f6d9-6eb8-4562-82d2-63ec5c3c4db1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfdc1f0a-1063-44d6-a3cc-79c4e7b6cf43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d542679d-22f4-4959-adc3-f3effebd31e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d542679d-22f4-4959-adc3-f3effebd31e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10768715298760878262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262107687152987608782621076871529876087826210768715298760878262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87f2f6d9-6eb8-4562-82d2-63ec5c3c4db1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300490886563161017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017153004908865631610171530049088656316101715300490886563161017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d542679d-22f4-4959-adc3-f3effebd31e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9a3847d-14ea-4236-a3aa-dee29a96ef23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a3847d-14ea-4236-a3aa-dee29a96ef23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062336098168722825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825706233609816872282570623360981687228257062336098168722825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87f2f6d9-6eb8-4562-82d2-63ec5c3c4db1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f61584a-06e6-4833-8a27-b53fe79c15a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f61584a-06e6-4833-8a27-b53fe79c15a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13043836149274097350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350130438361492740973501304383614927409735013043836149274097350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a3847d-14ea-4236-a3aa-dee29a96ef23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b854af-497c-48dd-830a-66a4a774f9c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b854af-497c-48dd-830a-66a4a774f9c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6965705350260675183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183696570535026067518369657053502606751836965705350260675183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f61584a-06e6-4833-8a27-b53fe79c15a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9dddc4-b8a5-420b-ae93-2fbf1d66cac3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9dddc4-b8a5-420b-ae93-2fbf1d66cac3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471261596454684639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639154712615964546846391547126159645468463915471261596454684639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b854af-497c-48dd-830a-66a4a774f9c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9dddc4-b8a5-420b-ae93-2fbf1d66cac3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0879f09d-624d-4583-9dff-cdcaa88438a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93fb13d3-689e-4014-a71b-930f2538f23a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93fb13d3-689e-4014-a71b-930f2538f23a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16121328765537579862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862161213287655375798621612132876553757986216121328765537579862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0879f09d-624d-4583-9dff-cdcaa88438a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341038089664863992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992103410380896648639921034103808966486399210341038089664863992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93fb13d3-689e-4014-a71b-930f2538f23a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9de52085-7f59-4710-916c-db035a6276d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de52085-7f59-4710-916c-db035a6276d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210202331574263982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982321020233157426398232102023315742639823210202331574263982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0879f09d-624d-4583-9dff-cdcaa88438a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de52085-7f59-4710-916c-db035a6276d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 280793d5-d780-4cd0-adf1-4c2779f8368d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280793d5-d780-4cd0-adf1-4c2779f8368d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501104559030444544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544175011045590304445441750110455903044454417501104559030444544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78593b93-e222-4913-a232-6ac4d41796b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78593b93-e222-4913-a232-6ac4d41796b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10382225555070673964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964103822255550706739641038222555507067396410382225555070673964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280793d5-d780-4cd0-adf1-4c2779f8368d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0763880-f157-4dc9-917c-eb6d9120616b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0763880-f157-4dc9-917c-eb6d9120616b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11791118536641912138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138117911185366419121381179111853664191213811791118536641912138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78593b93-e222-4913-a232-6ac4d41796b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f16d8bb-be08-47e6-961b-974d827ab9c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f16d8bb-be08-47e6-961b-974d827ab9c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9656701043772027127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127965670104377202712796567010437720271279656701043772027127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0763880-f157-4dc9-917c-eb6d9120616b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48b21129-496a-4a22-82cc-b4b8b79adafe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b21129-496a-4a22-82cc-b4b8b79adafe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3284819839287927012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012328481983928792701232848198392879270123284819839287927012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f16d8bb-be08-47e6-961b-974d827ab9c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc81b52-ddfc-488d-9ecd-b81778f8015a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc81b52-ddfc-488d-9ecd-b81778f8015a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186936365993991567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567151869363659939915671518693636599399156715186936365993991567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b21129-496a-4a22-82cc-b4b8b79adafe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1427eb8-c128-4143-9529-d051f6af5f5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1427eb8-c128-4143-9529-d051f6af5f5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13649461720379182202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202136494617203791822021364946172037918220213649461720379182202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc81b52-ddfc-488d-9ecd-b81778f8015a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 939d8a6f-7079-4ea2-8229-06c27c697c56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 939d8a6f-7079-4ea2-8229-06c27c697c56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17185413027511769026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026171854130275117690261718541302751176902617185413027511769026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1427eb8-c128-4143-9529-d051f6af5f5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1eb62d9-6c44-4eb6-980f-0fdb67f33b15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1eb62d9-6c44-4eb6-980f-0fdb67f33b15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4977084729979427259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259497708472997942725949770847299794272594977084729979427259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 939d8a6f-7079-4ea2-8229-06c27c697c56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e56bc61b-e7dc-40f5-8b40-08798b103e13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56bc61b-e7dc-40f5-8b40-08798b103e13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9280637415488426090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090928063741548842609092806374154884260909280637415488426090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56bc61b-e7dc-40f5-8b40-08798b103e13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34af4798-e681-48d2-93ed-8390255f2a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34af4798-e681-48d2-93ed-8390255f2a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981645515712728460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460149816455157127284601498164551571272846014981645515712728460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1eb62d9-6c44-4eb6-980f-0fdb67f33b15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63aa3499-01f3-4f9f-892c-a959599c6b1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63aa3499-01f3-4f9f-892c-a959599c6b1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16557122450753303175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175165571224507533031751655712245075330317516557122450753303175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34af4798-e681-48d2-93ed-8390255f2a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97f6d783-2c87-4c9e-8851-7687f01fc0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97f6d783-2c87-4c9e-8851-7687f01fc0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10493442163408562868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868104934421634085628681049344216340856286810493442163408562868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63aa3499-01f3-4f9f-892c-a959599c6b1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea5ea82-beb9-4ac2-abe0-fe5c33f05592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea5ea82-beb9-4ac2-abe0-fe5c33f05592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9806458932890038409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409980645893289003840998064589328900384099806458932890038409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97f6d783-2c87-4c9e-8851-7687f01fc0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47868278-7cb1-4b7b-a61a-c555224468ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47868278-7cb1-4b7b-a61a-c555224468ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13739531281951479778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778137395312819514797781373953128195147977813739531281951479778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea5ea82-beb9-4ac2-abe0-fe5c33f05592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f427f3b7-86d0-4ecc-b9a5-a309ecac04f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f427f3b7-86d0-4ecc-b9a5-a309ecac04f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13965011619857426238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238139650116198574262381396501161985742623813965011619857426238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47868278-7cb1-4b7b-a61a-c555224468ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ec6d834-778f-47fd-82d9-460f947670cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ec6d834-778f-47fd-82d9-460f947670cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290579478898065083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083729057947889806508372905794788980650837290579478898065083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f427f3b7-86d0-4ecc-b9a5-a309ecac04f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4eb0bc1-556d-48f1-91eb-49a390935445, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4eb0bc1-556d-48f1-91eb-49a390935445, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386349222746188714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714838634922274618871483863492227461887148386349222746188714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ec6d834-778f-47fd-82d9-460f947670cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c604a2b6-268d-4322-a85a-37b2699e37cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c604a2b6-268d-4322-a85a-37b2699e37cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1336504058500237941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941133650405850023794113365040585002379411336504058500237941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4eb0bc1-556d-48f1-91eb-49a390935445, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b2edd64-2f16-48d4-8d4f-23b7df7151ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b2edd64-2f16-48d4-8d4f-23b7df7151ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5037471599608747134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134503747159960874713450374715996087471345037471599608747134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b2edd64-2f16-48d4-8d4f-23b7df7151ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5eef53b-4f21-4274-af89-add7d1875466, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5eef53b-4f21-4274-af89-add7d1875466, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916290019312820721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721159162900193128207211591629001931282072115916290019312820721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5eef53b-4f21-4274-af89-add7d1875466, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291eeba7-a8d3-44c9-99a9-163702a5a3bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291eeba7-a8d3-44c9-99a9-163702a5a3bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18343228603986630554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554183432286039866305541834322860398663055418343228603986630554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291eeba7-a8d3-44c9-99a9-163702a5a3bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43af98b4-93d3-466c-9d47-f5d63e57c564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43af98b4-93d3-466c-9d47-f5d63e57c564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742271233620115203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203177422712336201152031774227123362011520317742271233620115203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c604a2b6-268d-4322-a85a-37b2699e37cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f893c4-e983-48af-84d5-f32526eb0165, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f893c4-e983-48af-84d5-f32526eb0165, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10755760872143893515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515107557608721438935151075576087214389351510755760872143893515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43af98b4-93d3-466c-9d47-f5d63e57c564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f893c4-e983-48af-84d5-f32526eb0165, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31ccc6f6-14e2-4502-9132-62f81f3f831b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ccc6f6-14e2-4502-9132-62f81f3f831b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15395158655832217177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177153951586558322171771539515865583221717715395158655832217177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58702c94-c189-4851-a10e-f94b3b7d9196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58702c94-c189-4851-a10e-f94b3b7d9196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4800901136532643877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877480090113653264387748009011365326438774800901136532643877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ccc6f6-14e2-4502-9132-62f81f3f831b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d6bbc4e-814e-4a6b-a2f2-fb3b972ad740, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6bbc4e-814e-4a6b-a2f2-fb3b972ad740, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13925359842984626722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722139253598429846267221392535984298462672213925359842984626722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58702c94-c189-4851-a10e-f94b3b7d9196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1c669ec-9257-4a72-92f1-8f0aae77d93e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c669ec-9257-4a72-92f1-8f0aae77d93e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1798068962470748265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265179806896247074826517980689624707482651798068962470748265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6bbc4e-814e-4a6b-a2f2-fb3b972ad740, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f26f8c24-2321-48a4-b681-49295bfbb415, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26f8c24-2321-48a4-b681-49295bfbb415, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708910289765965082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082270891028976596508227089102897659650822708910289765965082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c669ec-9257-4a72-92f1-8f0aae77d93e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b5339ef-3ddc-4b98-adb7-477331bdfe07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5339ef-3ddc-4b98-adb7-477331bdfe07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15138534101245080683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683151385341012450806831513853410124508068315138534101245080683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26f8c24-2321-48a4-b681-49295bfbb415, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1140e12-3b7a-4f8c-ab68-38a33bb63253, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1140e12-3b7a-4f8c-ab68-38a33bb63253, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13853959574884400871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871138539595748844008711385395957488440087113853959574884400871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5339ef-3ddc-4b98-adb7-477331bdfe07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c653f93d-549a-45f2-ac9c-cb52adbc75de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c653f93d-549a-45f2-ac9c-cb52adbc75de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17510295517098785456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456175102955170987854561751029551709878545617510295517098785456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1140e12-3b7a-4f8c-ab68-38a33bb63253, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76da1fbd-ab96-4c3c-861a-be6897ea6257, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76da1fbd-ab96-4c3c-861a-be6897ea6257, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900814426510671680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680990081442651067168099008144265106716809900814426510671680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c653f93d-549a-45f2-ac9c-cb52adbc75de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76e9e65e-3704-4bc7-9dfa-b7a8c584bf42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e9e65e-3704-4bc7-9dfa-b7a8c584bf42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301973521219913628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628173019735212199136281730197352121991362817301973521219913628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76da1fbd-ab96-4c3c-861a-be6897ea6257, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a14a5a1-86fd-4d57-8a02-f31b60a9877f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a14a5a1-86fd-4d57-8a02-f31b60a9877f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757879086089959790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790675787908608995979067578790860899597906757879086089959790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e9e65e-3704-4bc7-9dfa-b7a8c584bf42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d69f3bb-7d5a-46ee-8fbd-c69c1783d40e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d69f3bb-7d5a-46ee-8fbd-c69c1783d40e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7002813325183749900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900700281332518374990070028133251837499007002813325183749900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a14a5a1-86fd-4d57-8a02-f31b60a9877f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2d25a1-1870-476e-9f6c-e7bfd28e1c8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2d25a1-1870-476e-9f6c-e7bfd28e1c8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17148676580094978648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648171486765800949786481714867658009497864817148676580094978648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d69f3bb-7d5a-46ee-8fbd-c69c1783d40e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf84528-04d8-4543-8728-5f13b4b2d23c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf84528-04d8-4543-8728-5f13b4b2d23c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350312067780783021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021113503120677807830211135031206778078302111350312067780783021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2d25a1-1870-476e-9f6c-e7bfd28e1c8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b981b653-903d-4dfd-9019-a1404dcb9aa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b981b653-903d-4dfd-9019-a1404dcb9aa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764648238678183701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701127646482386781837011276464823867818370112764648238678183701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf84528-04d8-4543-8728-5f13b4b2d23c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df4bc157-b1ae-4d3c-b565-6cb2440f3054, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4bc157-b1ae-4d3c-b565-6cb2440f3054, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13857989706224191780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780138579897062241917801385798970622419178013857989706224191780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b981b653-903d-4dfd-9019-a1404dcb9aa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f4a3ffe-96e3-43b4-81af-3e33dd387a8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4a3ffe-96e3-43b4-81af-3e33dd387a8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14091223272668399159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159140912232726683991591409122327266839915914091223272668399159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4bc157-b1ae-4d3c-b565-6cb2440f3054, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8426915a-15b6-48a8-b932-e1d6ca9a6126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8426915a-15b6-48a8-b932-e1d6ca9a6126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447368614477057904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904644736861447705790464473686144770579046447368614477057904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4a3ffe-96e3-43b4-81af-3e33dd387a8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55fd6251-79e7-4bb8-9d55-30c61361352f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fd6251-79e7-4bb8-9d55-30c61361352f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2285894048329947974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974228589404832994797422858940483299479742285894048329947974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8426915a-15b6-48a8-b932-e1d6ca9a6126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96bb2a7f-2b3d-4727-9346-8e85ccfdaf82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bb2a7f-2b3d-4727-9346-8e85ccfdaf82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565089894651570471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471125650898946515704711256508989465157047112565089894651570471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fd6251-79e7-4bb8-9d55-30c61361352f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7502e3-ddda-4c95-b8ff-92660ba21953, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7502e3-ddda-4c95-b8ff-92660ba21953, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17158825934874727493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493171588259348747274931715882593487472749317158825934874727493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bb2a7f-2b3d-4727-9346-8e85ccfdaf82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e20ac71-bd4d-4ea6-a366-010e25ee9f2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e20ac71-bd4d-4ea6-a366-010e25ee9f2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151396964301810399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399515139696430181039951513969643018103995151396964301810399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7502e3-ddda-4c95-b8ff-92660ba21953, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a1baf57-76c2-4419-b6e9-ed84d311b75b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a1baf57-76c2-4419-b6e9-ed84d311b75b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 507742185513605249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249507742185513605249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e20ac71-bd4d-4ea6-a366-010e25ee9f2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53d8301e-c9e1-4342-8ebf-469440df82c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d8301e-c9e1-4342-8ebf-469440df82c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13191412298412982133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133131914122984129821331319141229841298213313191412298412982133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a1baf57-76c2-4419-b6e9-ed84d311b75b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79495dff-5862-4eb0-a675-48cc4059c1fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79495dff-5862-4eb0-a675-48cc4059c1fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 723459342680554840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840723459342680554840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d8301e-c9e1-4342-8ebf-469440df82c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03197feb-095e-44f8-a2e9-52c5f3401a41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03197feb-095e-44f8-a2e9-52c5f3401a41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6277931298590321526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526627793129859032152662779312985903215266277931298590321526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79495dff-5862-4eb0-a675-48cc4059c1fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd6e218-6d61-4da5-9748-1bc59fc09e65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd6e218-6d61-4da5-9748-1bc59fc09e65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692065707139149269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269176920657071391492691769206570713914926917692065707139149269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03197feb-095e-44f8-a2e9-52c5f3401a41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bde3eee-051a-49a5-99b7-d41005961edd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bde3eee-051a-49a5-99b7-d41005961edd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182742477191587719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719518274247719158771951827424771915877195182742477191587719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd6e218-6d61-4da5-9748-1bc59fc09e65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 528bbf1b-3bf2-4b1e-a905-b34b0e77a19f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 528bbf1b-3bf2-4b1e-a905-b34b0e77a19f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6987484674226265536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536698748467422626553669874846742262655366987484674226265536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bde3eee-051a-49a5-99b7-d41005961edd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b757564a-f35a-4719-b57b-856aac0a3c24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b757564a-f35a-4719-b57b-856aac0a3c24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16644228935501769887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887166442289355017698871664422893550176988716644228935501769887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 528bbf1b-3bf2-4b1e-a905-b34b0e77a19f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e5fa670-1f98-4a0c-bd65-679ae4d6a702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5fa670-1f98-4a0c-bd65-679ae4d6a702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835962351832483816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816183596235183248381618359623518324838161835962351832483816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b757564a-f35a-4719-b57b-856aac0a3c24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49ae53bb-835f-480d-9dd9-791a71ff72e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ae53bb-835f-480d-9dd9-791a71ff72e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 918167595817217183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183918167595817217183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5fa670-1f98-4a0c-bd65-679ae4d6a702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec8a97bc-ecb3-4021-8723-561cb8cddfc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8a97bc-ecb3-4021-8723-561cb8cddfc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5020007733955514525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525502000773395551452550200077339555145255020007733955514525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8a97bc-ecb3-4021-8723-561cb8cddfc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86d44777-e0e8-4caa-b309-b041b22cba98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ae53bb-835f-480d-9dd9-791a71ff72e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15997264-df9a-4bc3-860e-8e9521840564, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d44777-e0e8-4caa-b309-b041b22cba98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7030984937522622730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730703098493752262273070309849375226227307030984937522622730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15997264-df9a-4bc3-860e-8e9521840564, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10791678857431819064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064107916788574318190641079167885743181906410791678857431819064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d44777-e0e8-4caa-b309-b041b22cba98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d54e117-8989-4d6d-90a6-d51c4ca417a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d54e117-8989-4d6d-90a6-d51c4ca417a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2495967498489536561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561249596749848953656124959674984895365612495967498489536561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15997264-df9a-4bc3-860e-8e9521840564, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e17843b-24a1-406e-ad0c-aca82e2e85b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e17843b-24a1-406e-ad0c-aca82e2e85b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12317816470099613168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168123178164700996131681231781647009961316812317816470099613168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d54e117-8989-4d6d-90a6-d51c4ca417a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1a12f7c-8f97-4497-8dab-e1f264651047, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e17843b-24a1-406e-ad0c-aca82e2e85b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a12f7c-8f97-4497-8dab-e1f264651047, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060461199020766223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223806046119902076622380604611990207662238060461199020766223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 829f9a81-c3fe-48cd-86cc-ec7f69ddf014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 829f9a81-c3fe-48cd-86cc-ec7f69ddf014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7568429627446421436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436756842962744642143675684296274464214367568429627446421436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a12f7c-8f97-4497-8dab-e1f264651047, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c9c1dec-0506-44c8-880f-94e31f4a33ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9c1dec-0506-44c8-880f-94e31f4a33ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4810158026878272843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843481015802687827284348101580268782728434810158026878272843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 829f9a81-c3fe-48cd-86cc-ec7f69ddf014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d34414c-dab0-4700-8cdd-2be0a32a9592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d34414c-dab0-4700-8cdd-2be0a32a9592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16466286536662544275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275164662865366625442751646628653666254427516466286536662544275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9c1dec-0506-44c8-880f-94e31f4a33ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70138483-c2d7-49c0-972e-a2bed60d88d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d34414c-dab0-4700-8cdd-2be0a32a9592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87d93a95-5365-4af4-b933-53b1775fe62f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87d93a95-5365-4af4-b933-53b1775fe62f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18206522934418468109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109182065229344184681091820652293441846810918206522934418468109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70138483-c2d7-49c0-972e-a2bed60d88d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8798027556564453133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133879802755656445313387980275565644531338798027556564453133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87d93a95-5365-4af4-b933-53b1775fe62f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e5c0395-7668-4c29-a84e-908d1e2c92f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5c0395-7668-4c29-a84e-908d1e2c92f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11578423092749638321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321115784230927496383211157842309274963832111578423092749638321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70138483-c2d7-49c0-972e-a2bed60d88d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 678ce559-6930-4766-90b9-ddd14827727a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 678ce559-6930-4766-90b9-ddd14827727a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 344744784200031965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965344744784200031965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 678ce559-6930-4766-90b9-ddd14827727a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fe28bfa-a62a-423d-ba50-c78459af7b9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe28bfa-a62a-423d-ba50-c78459af7b9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964383687188265263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263159643836871882652631596438368718826526315964383687188265263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5c0395-7668-4c29-a84e-908d1e2c92f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b51d8d8e-c183-43d4-b289-6d1d91e8773b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51d8d8e-c183-43d4-b289-6d1d91e8773b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8012673378459594685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685801267337845959468580126733784595946858012673378459594685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe28bfa-a62a-423d-ba50-c78459af7b9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d71bc3c-c714-4e6e-bd23-9c76df587b71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d71bc3c-c714-4e6e-bd23-9c76df587b71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1902040883253637221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221190204088325363722119020408832536372211902040883253637221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51d8d8e-c183-43d4-b289-6d1d91e8773b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff4de662-1aa5-48fc-8647-a3f003ab084c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff4de662-1aa5-48fc-8647-a3f003ab084c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14079429311372290132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132140794293113722901321407942931137229013214079429311372290132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d71bc3c-c714-4e6e-bd23-9c76df587b71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98041837-78ba-48f1-84c9-cd5ee30201aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98041837-78ba-48f1-84c9-cd5ee30201aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4467507810043010589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589446750781004301058944675078100430105894467507810043010589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff4de662-1aa5-48fc-8647-a3f003ab084c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d349b3-8853-4076-bcd9-1327c10aad90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d349b3-8853-4076-bcd9-1327c10aad90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714121733002519482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482107141217330025194821071412173300251948210714121733002519482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98041837-78ba-48f1-84c9-cd5ee30201aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d349b3-8853-4076-bcd9-1327c10aad90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 049ed0b3-f768-4459-8213-8648959cb307, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907d20b7-c897-44ef-9df8-1dca859b1361, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907d20b7-c897-44ef-9df8-1dca859b1361, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5548712133973121008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008554871213397312100855487121339731210085548712133973121008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049ed0b3-f768-4459-8213-8648959cb307, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101007751861515579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579510100775186151557951010077518615155795101007751861515579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907d20b7-c897-44ef-9df8-1dca859b1361, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16417b35-ba7a-4721-813b-ccb1ddad4bed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16417b35-ba7a-4721-813b-ccb1ddad4bed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11544690872569419953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953115446908725694199531154469087256941995311544690872569419953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049ed0b3-f768-4459-8213-8648959cb307, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29866e5e-fe60-418f-a3e6-d54bf6289f19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29866e5e-fe60-418f-a3e6-d54bf6289f19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10857677858976302677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677108576778589763026771085767785897630267710857677858976302677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16417b35-ba7a-4721-813b-ccb1ddad4bed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd090118-0cdd-4778-8b9c-ee670b2b062c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29866e5e-fe60-418f-a3e6-d54bf6289f19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5af1171-872a-4c9d-b0d6-b198041fcf72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5af1171-872a-4c9d-b0d6-b198041fcf72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13094261056854982437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437130942610568549824371309426105685498243713094261056854982437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd090118-0cdd-4778-8b9c-ee670b2b062c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4925561477622213260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260492556147762221326049255614776222132604925561477622213260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5af1171-872a-4c9d-b0d6-b198041fcf72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f12e25-cf8a-499c-9ba8-a439ab2fb0e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f12e25-cf8a-499c-9ba8-a439ab2fb0e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757183311603625240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240127571833116036252401275718331160362524012757183311603625240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd090118-0cdd-4778-8b9c-ee670b2b062c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff3f62c3-b85c-4754-abe6-f1ab8e743aab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3f62c3-b85c-4754-abe6-f1ab8e743aab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3436998148359776290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290343699814835977629034369981483597762903436998148359776290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f12e25-cf8a-499c-9ba8-a439ab2fb0e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b58a2e-6292-4af2-b40f-b52e0d01587d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b58a2e-6292-4af2-b40f-b52e0d01587d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647850182755693677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677564785018275569367756478501827556936775647850182755693677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3f62c3-b85c-4754-abe6-f1ab8e743aab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b448dde-3e19-4880-8fd9-7722f2eb0e02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b448dde-3e19-4880-8fd9-7722f2eb0e02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12814511703921507263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263128145117039215072631281451170392150726312814511703921507263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b58a2e-6292-4af2-b40f-b52e0d01587d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2efb5c6-226e-4915-9dbb-798c7dc49da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2efb5c6-226e-4915-9dbb-798c7dc49da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6016290104254427845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845601629010425442784560162901042544278456016290104254427845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b448dde-3e19-4880-8fd9-7722f2eb0e02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1707ed2-5db2-428f-8156-faa414d180b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2efb5c6-226e-4915-9dbb-798c7dc49da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96df0e4e-4802-4b0c-9479-bd765df12696, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96df0e4e-4802-4b0c-9479-bd765df12696, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2919357613186394294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294291935761318639429429193576131863942942919357613186394294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1707ed2-5db2-428f-8156-faa414d180b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13384273812354550911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911133842738123545509111338427381235455091113384273812354550911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96df0e4e-4802-4b0c-9479-bd765df12696, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44d412a-6efc-4ea6-a55c-658b30cc6fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44d412a-6efc-4ea6-a55c-658b30cc6fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596542733264701062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062759654273326470106275965427332647010627596542733264701062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1707ed2-5db2-428f-8156-faa414d180b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cac594e-37ae-4141-a73b-12713aa39c7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cac594e-37ae-4141-a73b-12713aa39c7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6264391813406784836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836626439181340678483662643918134067848366264391813406784836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44d412a-6efc-4ea6-a55c-658b30cc6fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6181b7fa-93c2-4ff8-8b98-5382f325e148, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6181b7fa-93c2-4ff8-8b98-5382f325e148, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2129034785876605977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977212903478587660597721290347858766059772129034785876605977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cac594e-37ae-4141-a73b-12713aa39c7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58db8d67-8507-4a73-8447-d1c804e1d966, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58db8d67-8507-4a73-8447-d1c804e1d966, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321835067825986008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008163218350678259860081632183506782598600816321835067825986008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6181b7fa-93c2-4ff8-8b98-5382f325e148, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5360664c-fb67-4655-99f6-a693fb5052b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5360664c-fb67-4655-99f6-a693fb5052b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3506126988931654305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305350612698893165430535061269889316543053506126988931654305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58db8d67-8507-4a73-8447-d1c804e1d966, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9638ea02-eef6-43c7-ae63-b653b4d81633, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9638ea02-eef6-43c7-ae63-b653b4d81633, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8767817349358207094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094876781734935820709487678173493582070948767817349358207094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5360664c-fb67-4655-99f6-a693fb5052b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725a16e8-7dad-4a88-9004-7d2a78617937, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725a16e8-7dad-4a88-9004-7d2a78617937, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7019634933571817764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764701963493357181776470196349335718177647019634933571817764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9638ea02-eef6-43c7-ae63-b653b4d81633, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62f826fc-bf9f-4fb5-b3af-1111cc30570e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f826fc-bf9f-4fb5-b3af-1111cc30570e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9573072111927753433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433957307211192775343395730721119277534339573072111927753433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725a16e8-7dad-4a88-9004-7d2a78617937, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1850a77-9a8e-453f-bb28-5dd7bdb925b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1850a77-9a8e-453f-bb28-5dd7bdb925b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4699526814355337805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805469952681435533780546995268143553378054699526814355337805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f826fc-bf9f-4fb5-b3af-1111cc30570e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 325d532d-f5f5-48e0-ae21-8925b38a9e59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325d532d-f5f5-48e0-ae21-8925b38a9e59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438852415346764824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824438852415346764824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1850a77-9a8e-453f-bb28-5dd7bdb925b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb350ca8-74a3-4051-8ff3-1eff375cabc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb350ca8-74a3-4051-8ff3-1eff375cabc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6207053803955227359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359620705380395522735962070538039552273596207053803955227359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325d532d-f5f5-48e0-ae21-8925b38a9e59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c6c4eff-cfdc-42fc-b9c2-05cf32203994, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c6c4eff-cfdc-42fc-b9c2-05cf32203994, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2054492596957494893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893205449259695749489320544925969574948932054492596957494893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb350ca8-74a3-4051-8ff3-1eff375cabc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a1ae706-b9d4-4c2f-b3f5-d22dbe083001, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1ae706-b9d4-4c2f-b3f5-d22dbe083001, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 496283526359054200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200496283526359054200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c6c4eff-cfdc-42fc-b9c2-05cf32203994, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31497ff0-2783-4042-bd96-9518f761a38f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31497ff0-2783-4042-bd96-9518f761a38f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4654659183433452010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010465465918343345201046546591834334520104654659183433452010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1ae706-b9d4-4c2f-b3f5-d22dbe083001, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a14450b3-9ee5-4cda-88e6-f3cdfe7c255a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a14450b3-9ee5-4cda-88e6-f3cdfe7c255a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 705650834903284695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695705650834903284695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31497ff0-2783-4042-bd96-9518f761a38f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ce4e4a-5090-41fb-9cf8-244c666aaa64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ce4e4a-5090-41fb-9cf8-244c666aaa64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17590817530024893834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834175908175300248938341759081753002489383417590817530024893834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a14450b3-9ee5-4cda-88e6-f3cdfe7c255a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0540ba6d-f57a-4404-8b5c-bc3a5c5b0b50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0540ba6d-f57a-4404-8b5c-bc3a5c5b0b50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 706833380567901108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108706833380567901108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ce4e4a-5090-41fb-9cf8-244c666aaa64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e63b8be-5362-423e-9bd1-3528f14afb12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e63b8be-5362-423e-9bd1-3528f14afb12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112514042235234163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163711251404223523416371125140422352341637112514042235234163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0540ba6d-f57a-4404-8b5c-bc3a5c5b0b50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8581b5b4-727d-4203-911e-bcfd1b30a878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8581b5b4-727d-4203-911e-bcfd1b30a878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6979871976466626583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583697987197646662658369798719764666265836979871976466626583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8581b5b4-727d-4203-911e-bcfd1b30a878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d643678-68db-4eb7-998b-8d989e939991, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d643678-68db-4eb7-998b-8d989e939991, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2505885324909023131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131250588532490902313125058853249090231312505885324909023131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e63b8be-5362-423e-9bd1-3528f14afb12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf78ca0-45b1-4fe5-bb7d-ac1bb81f2ae9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf78ca0-45b1-4fe5-bb7d-ac1bb81f2ae9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3487631361363494385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385348763136136349438534876313613634943853487631361363494385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d643678-68db-4eb7-998b-8d989e939991, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67603efb-e09c-4fea-a354-bff37d702cc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67603efb-e09c-4fea-a354-bff37d702cc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5675159080092271440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440567515908009227144056751590800922714405675159080092271440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf78ca0-45b1-4fe5-bb7d-ac1bb81f2ae9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58d7a10-5467-448f-9638-7b3d07213fba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58d7a10-5467-448f-9638-7b3d07213fba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18291333525604989063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063182913335256049890631829133352560498906318291333525604989063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67603efb-e09c-4fea-a354-bff37d702cc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ef41f2a-4269-481d-8e65-9d26b637b34c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef41f2a-4269-481d-8e65-9d26b637b34c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14309367084758398977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977143093670847583989771430936708475839897714309367084758398977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58d7a10-5467-448f-9638-7b3d07213fba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6930494-ed68-4483-afdc-7458ca58b6e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6930494-ed68-4483-afdc-7458ca58b6e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1761689776760117062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062176168977676011706217616897767601170621761689776760117062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef41f2a-4269-481d-8e65-9d26b637b34c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2abe4e-8e74-4177-929f-e72c2b7e0088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2abe4e-8e74-4177-929f-e72c2b7e0088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021419050239611216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216130214190502396112161302141905023961121613021419050239611216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6930494-ed68-4483-afdc-7458ca58b6e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc2f5b59-656a-47da-b48e-4308b723b25f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2f5b59-656a-47da-b48e-4308b723b25f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8201994676892789682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682820199467689278968282019946768927896828201994676892789682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2abe4e-8e74-4177-929f-e72c2b7e0088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10c9e81-380d-473e-9fb2-c12d9b2c0ecf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10c9e81-380d-473e-9fb2-c12d9b2c0ecf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2525556429384446113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113252555642938444611325255564293844461132525556429384446113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2f5b59-656a-47da-b48e-4308b723b25f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0783007-5b24-481e-aaea-252d15adbe3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0783007-5b24-481e-aaea-252d15adbe3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15948498876768291290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290159484988767682912901594849887676829129015948498876768291290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10c9e81-380d-473e-9fb2-c12d9b2c0ecf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8510b6d1-525d-49d4-826d-8383cfcfb9bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0783007-5b24-481e-aaea-252d15adbe3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 229728c2-b90b-4612-9ffe-ebd978251711, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229728c2-b90b-4612-9ffe-ebd978251711, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408375763590656612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612174083757635906566121740837576359065661217408375763590656612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8510b6d1-525d-49d4-826d-8383cfcfb9bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4622446554701933416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416462244655470193341646224465547019334164622446554701933416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229728c2-b90b-4612-9ffe-ebd978251711, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b42ea67d-721d-4a9d-b9cf-adc36ad34498, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42ea67d-721d-4a9d-b9cf-adc36ad34498, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4398003513730582496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496439800351373058249643980035137305824964398003513730582496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8510b6d1-525d-49d4-826d-8383cfcfb9bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85cfcb6-85c4-47dc-ac8c-9843f1a5ff91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85cfcb6-85c4-47dc-ac8c-9843f1a5ff91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17822540747218289407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407178225407472182894071782254074721828940717822540747218289407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42ea67d-721d-4a9d-b9cf-adc36ad34498, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e96fcd0-5678-4c40-87c4-17adad8c26c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e96fcd0-5678-4c40-87c4-17adad8c26c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 380449360314960823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823380449360314960823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85cfcb6-85c4-47dc-ac8c-9843f1a5ff91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e914b80-3c02-403e-8475-2b23b57adc3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e914b80-3c02-403e-8475-2b23b57adc3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6553637716381715249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249655363771638171524965536377163817152496553637716381715249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e96fcd0-5678-4c40-87c4-17adad8c26c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b4758b-58c8-4fe7-9390-2d15c7830a5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b4758b-58c8-4fe7-9390-2d15c7830a5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925997886307983214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214192599788630798321419259978863079832141925997886307983214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b4758b-58c8-4fe7-9390-2d15c7830a5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcba7911-0480-4461-8087-b534517c6976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcba7911-0480-4461-8087-b534517c6976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241862432929216829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829122418624329292168291224186243292921682912241862432929216829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e914b80-3c02-403e-8475-2b23b57adc3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40cb4769-6cc9-4473-a8c0-b028b06dfce6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40cb4769-6cc9-4473-a8c0-b028b06dfce6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7546560862524223613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613754656086252422361375465608625242236137546560862524223613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcba7911-0480-4461-8087-b534517c6976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4592e4-dd2c-441f-98ba-745aedeef0e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4592e4-dd2c-441f-98ba-745aedeef0e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202181305077989698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698520218130507798969852021813050779896985202181305077989698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4592e4-dd2c-441f-98ba-745aedeef0e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7455a6d8-5829-447e-be12-c13c491d2907, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7455a6d8-5829-447e-be12-c13c491d2907, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788691750571786239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239127886917505717862391278869175057178623912788691750571786239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7455a6d8-5829-447e-be12-c13c491d2907, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161aefe8-8a70-44e2-b18f-665ad2346b6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161aefe8-8a70-44e2-b18f-665ad2346b6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 350648389816574596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596350648389816574596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161aefe8-8a70-44e2-b18f-665ad2346b6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f194e330-3f85-427c-b8ed-bd61d3ffb943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f194e330-3f85-427c-b8ed-bd61d3ffb943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1634631857848210071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071163463185784821007116346318578482100711634631857848210071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f194e330-3f85-427c-b8ed-bd61d3ffb943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2e2a5c2-7de8-4428-b5f1-506e74338446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2e2a5c2-7de8-4428-b5f1-506e74338446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900559756555263529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529990055975655526352999005597565552635299900559756555263529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40cb4769-6cc9-4473-a8c0-b028b06dfce6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7727c92b-796a-4d64-a3c8-fcad5c3415cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7727c92b-796a-4d64-a3c8-fcad5c3415cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4028896314124686327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327402889631412468632740288963141246863274028896314124686327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2e2a5c2-7de8-4428-b5f1-506e74338446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd9f4e76-4443-4300-8888-60b7b29c28d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9f4e76-4443-4300-8888-60b7b29c28d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 492547844130692424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424492547844130692424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7727c92b-796a-4d64-a3c8-fcad5c3415cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e623603f-8b11-46bf-9ada-535a44a2573f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e623603f-8b11-46bf-9ada-535a44a2573f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7489599499918496767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767748959949991849676774895994999184967677489599499918496767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9f4e76-4443-4300-8888-60b7b29c28d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ce73e76-a4ac-46a1-b924-ce07afde71b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce73e76-a4ac-46a1-b924-ce07afde71b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17186676452750315339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339171866764527503153391718667645275031533917186676452750315339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e623603f-8b11-46bf-9ada-535a44a2573f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cccea1aa-b6e8-40a1-8aa8-ce9eddd50712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccea1aa-b6e8-40a1-8aa8-ce9eddd50712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11677280556094508928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928116772805560945089281167728055609450892811677280556094508928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce73e76-a4ac-46a1-b924-ce07afde71b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccea1aa-b6e8-40a1-8aa8-ce9eddd50712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56232d62-f997-4994-a206-f32f28b57681, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56232d62-f997-4994-a206-f32f28b57681, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3254984544456143694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694325498454445614369432549845444561436943254984544456143694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20c465a0-3718-4cd5-8f76-b1aa4ffc8e2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c465a0-3718-4cd5-8f76-b1aa4ffc8e2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1648897916658800219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219164889791665880021916488979166588002191648897916658800219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56232d62-f997-4994-a206-f32f28b57681, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c4dba15-a357-4381-83d9-01d32c38d9c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c4dba15-a357-4381-83d9-01d32c38d9c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520762396079178712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712145207623960791787121452076239607917871214520762396079178712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c465a0-3718-4cd5-8f76-b1aa4ffc8e2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f40e3004-fc67-4b9f-a007-7e9203c51576, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f40e3004-fc67-4b9f-a007-7e9203c51576, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058967135058321769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769140589671350583217691405896713505832176914058967135058321769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c4dba15-a357-4381-83d9-01d32c38d9c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43539554-c044-4a80-be13-e41f36884825, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43539554-c044-4a80-be13-e41f36884825, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9171429285369465800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800917142928536946580091714292853694658009171429285369465800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f40e3004-fc67-4b9f-a007-7e9203c51576, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d106cab-cdfe-4ebf-a2ba-fffa3c1fc995, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d106cab-cdfe-4ebf-a2ba-fffa3c1fc995, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13212250049108793963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963132122500491087939631321225004910879396313212250049108793963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43539554-c044-4a80-be13-e41f36884825, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fe99a08-30c2-4ae6-a103-bec92c771b8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fe99a08-30c2-4ae6-a103-bec92c771b8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15455685894999074929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929154556858949990749291545568589499907492915455685894999074929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d106cab-cdfe-4ebf-a2ba-fffa3c1fc995, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd9ddfc3-8b03-4aad-abf1-550afb29e774, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fe99a08-30c2-4ae6-a103-bec92c771b8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9ddfc3-8b03-4aad-abf1-550afb29e774, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10839301562610783397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397108393015626107833971083930156261078339710839301562610783397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c642521c-a676-4c33-a532-eed23b44f99f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c642521c-a676-4c33-a532-eed23b44f99f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12813112311880656580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580128131123118806565801281311231188065658012813112311880656580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9ddfc3-8b03-4aad-abf1-550afb29e774, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8326b27d-a2d5-4422-83c0-63bb1c9d5a32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8326b27d-a2d5-4422-83c0-63bb1c9d5a32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9214054668230418831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831921405466823041883192140546682304188319214054668230418831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c642521c-a676-4c33-a532-eed23b44f99f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0dcda9e0-6d48-4a5a-ba75-a329e59e3ae5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8326b27d-a2d5-4422-83c0-63bb1c9d5a32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a9b1a5-a0f4-491e-9f65-b75428b08ea0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a9b1a5-a0f4-491e-9f65-b75428b08ea0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412999041368446176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176134129990413684461761341299904136844617613412999041368446176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dcda9e0-6d48-4a5a-ba75-a329e59e3ae5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867338751547477158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158158673387515474771581586733875154747715815867338751547477158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dcda9e0-6d48-4a5a-ba75-a329e59e3ae5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a9b1a5-a0f4-491e-9f65-b75428b08ea0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4a5c27-7fbf-4d0e-8858-fe039b371f71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4a5c27-7fbf-4d0e-8858-fe039b371f71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16730867668356549936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936167308676683565499361673086766835654993616730867668356549936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75e10033-f704-4c00-b5e2-e068c40dd004, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e10033-f704-4c00-b5e2-e068c40dd004, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791205477731246479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479157912054777312464791579120547773124647915791205477731246479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4a5c27-7fbf-4d0e-8858-fe039b371f71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135b0ee4-5df3-4d7e-9d63-90756a6c2910, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135b0ee4-5df3-4d7e-9d63-90756a6c2910, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4323913887169663059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059432391388716966305943239138871696630594323913887169663059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e10033-f704-4c00-b5e2-e068c40dd004, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 672c9700-9390-40d0-9d54-79fb1ef68e64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672c9700-9390-40d0-9d54-79fb1ef68e64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3472338404960303098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098347233840496030309834723384049603030983472338404960303098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135b0ee4-5df3-4d7e-9d63-90756a6c2910, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80d17d8c-cdc7-46e0-b8f9-34cd2c8674ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672c9700-9390-40d0-9d54-79fb1ef68e64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80d17d8c-cdc7-46e0-b8f9-34cd2c8674ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14758672990826131871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871147586729908261318711475867299082613187114758672990826131871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab573259-3b56-4459-81d3-a3ec7f8de65e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab573259-3b56-4459-81d3-a3ec7f8de65e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 619321101698087227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227619321101698087227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80d17d8c-cdc7-46e0-b8f9-34cd2c8674ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63733b23-6c1e-4494-ae79-e9df18eb0051, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63733b23-6c1e-4494-ae79-e9df18eb0051, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11271883415327321473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473112718834153273214731127188341532732147311271883415327321473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab573259-3b56-4459-81d3-a3ec7f8de65e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f541918f-51ac-4daa-8f47-f9fe862909aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f541918f-51ac-4daa-8f47-f9fe862909aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8484536269747404697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697848453626974740469784845362697474046978484536269747404697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63733b23-6c1e-4494-ae79-e9df18eb0051, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479ac2c7-60dd-40a1-b24a-29dc379ac6d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479ac2c7-60dd-40a1-b24a-29dc379ac6d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15535250383630870719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719155352503836308707191553525038363087071915535250383630870719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f541918f-51ac-4daa-8f47-f9fe862909aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aca9c22d-7557-4ac5-b92e-746ae1197e4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca9c22d-7557-4ac5-b92e-746ae1197e4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13115668908216550075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075131156689082165500751311566890821655007513115668908216550075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca9c22d-7557-4ac5-b92e-746ae1197e4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3172f97b-9f99-49b6-b5fb-136126b994fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479ac2c7-60dd-40a1-b24a-29dc379ac6d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73ef0caa-7321-409c-940e-3c7d43e886f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3172f97b-9f99-49b6-b5fb-136126b994fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270727869222971008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008122707278692229710081227072786922297100812270727869222971008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ef0caa-7321-409c-940e-3c7d43e886f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6259060133120413507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507625906013312041350762590601331204135076259060133120413507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3172f97b-9f99-49b6-b5fb-136126b994fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ef0caa-7321-409c-940e-3c7d43e886f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3ab262c-9ed4-46d6-8629-135ad9c80d3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3ab262c-9ed4-46d6-8629-135ad9c80d3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1652389605097329402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402165238960509732940216523896050973294021652389605097329402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa384d3f-4bac-45b2-9e9f-298d6b0686a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa384d3f-4bac-45b2-9e9f-298d6b0686a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10691142136826175406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406106911421368261754061069114213682617540610691142136826175406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3ab262c-9ed4-46d6-8629-135ad9c80d3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7fdea5f-5158-495f-93e7-dcd1ffce22a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fdea5f-5158-495f-93e7-dcd1ffce22a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7871373867950856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856787137386795085678713738679508567871373867950856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa384d3f-4bac-45b2-9e9f-298d6b0686a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fdea5f-5158-495f-93e7-dcd1ffce22a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d468d760-1f0a-4d2d-90f0-33c588443bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d468d760-1f0a-4d2d-90f0-33c588443bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15810955775704736324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324158109557757047363241581095577570473632415810955775704736324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e666d31-c69b-4a5f-8861-e8d81db3aefc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d468d760-1f0a-4d2d-90f0-33c588443bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2e9742f-c6d5-488c-b6e9-b807831ff346, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e666d31-c69b-4a5f-8861-e8d81db3aefc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4769887069181171563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563476988706918117156347698870691811715634769887069181171563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e9742f-c6d5-488c-b6e9-b807831ff346, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15713339120011053405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405157133391200110534051571333912001105340515713339120011053405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e666d31-c69b-4a5f-8861-e8d81db3aefc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 764b269f-d53e-478c-aa90-4fc872d5f02d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764b269f-d53e-478c-aa90-4fc872d5f02d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535289499846068524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524653528949984606852465352894998460685246535289499846068524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e9742f-c6d5-488c-b6e9-b807831ff346, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b445a973-1675-4b97-a408-c2a34597c9db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b445a973-1675-4b97-a408-c2a34597c9db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1493191317637298346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346149319131763729834614931913176372983461493191317637298346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764b269f-d53e-478c-aa90-4fc872d5f02d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fda5af8e-fd9d-46db-8b77-d87bb21505a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda5af8e-fd9d-46db-8b77-d87bb21505a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7537819966079536768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768753781996607953676875378199660795367687537819966079536768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b445a973-1675-4b97-a408-c2a34597c9db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 711066f6-3887-4d87-bcb7-ff405eda0d0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711066f6-3887-4d87-bcb7-ff405eda0d0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067554030802875254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254706755403080287525470675540308028752547067554030802875254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda5af8e-fd9d-46db-8b77-d87bb21505a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d9446b7-ce39-4e34-ac97-3682e969b38d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9446b7-ce39-4e34-ac97-3682e969b38d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905575917961669952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952790557591796166995279055759179616699527905575917961669952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711066f6-3887-4d87-bcb7-ff405eda0d0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d4a68ca-1f4d-45a3-8024-91bd8a303c31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d4a68ca-1f4d-45a3-8024-91bd8a303c31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9997735402707118487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487999773540270711848799977354027071184879997735402707118487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9446b7-ce39-4e34-ac97-3682e969b38d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 363d082a-bb82-433f-afe8-3fb4a0a2db3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363d082a-bb82-433f-afe8-3fb4a0a2db3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7833997162945779440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440783399716294577944078339971629457794407833997162945779440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d4a68ca-1f4d-45a3-8024-91bd8a303c31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4d2bfbe-56e2-46bb-b16f-206d9c7775a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d2bfbe-56e2-46bb-b16f-206d9c7775a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061000598569570665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665120610005985695706651206100059856957066512061000598569570665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363d082a-bb82-433f-afe8-3fb4a0a2db3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d14568b-8c42-49e8-93e8-41da9bdb0f1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d14568b-8c42-49e8-93e8-41da9bdb0f1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3696775829625470482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482369677582962547048236967758296254704823696775829625470482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d2bfbe-56e2-46bb-b16f-206d9c7775a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1ac7b4-e373-428e-b1ca-4317b2dfe44a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1ac7b4-e373-428e-b1ca-4317b2dfe44a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679861467230386070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070126798614672303860701267986146723038607012679861467230386070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d14568b-8c42-49e8-93e8-41da9bdb0f1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2661ce84-1180-4884-8aa9-8450ed36244f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2661ce84-1180-4884-8aa9-8450ed36244f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725173207140898029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029177251732071408980291772517320714089802917725173207140898029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1ac7b4-e373-428e-b1ca-4317b2dfe44a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d01a2673-7c2f-4308-a67d-28a7bd56380b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d01a2673-7c2f-4308-a67d-28a7bd56380b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14630943442743351435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435146309434427433514351463094344274335143514630943442743351435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2661ce84-1180-4884-8aa9-8450ed36244f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a034c534-263e-49de-9e59-a2c87d5710f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a034c534-263e-49de-9e59-a2c87d5710f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12134829041729500837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837121348290417295008371213482904172950083712134829041729500837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d01a2673-7c2f-4308-a67d-28a7bd56380b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a2646d2-a517-462d-869e-97133ad7eb6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2646d2-a517-462d-869e-97133ad7eb6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6662580767146751077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077666258076714675107766625807671467510776662580767146751077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a034c534-263e-49de-9e59-a2c87d5710f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa8e18c6-f0e2-46b6-a9ef-094e23b7a83f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8e18c6-f0e2-46b6-a9ef-094e23b7a83f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5950744047176893270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270595074404717689327059507440471768932705950744047176893270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2646d2-a517-462d-869e-97133ad7eb6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96c529e-61dc-4245-b21d-83edddb3de3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96c529e-61dc-4245-b21d-83edddb3de3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14386883635582682049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049143868836355826820491438688363558268204914386883635582682049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8e18c6-f0e2-46b6-a9ef-094e23b7a83f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fccffdb-c10b-48a7-a2e1-789d36824cc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fccffdb-c10b-48a7-a2e1-789d36824cc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374080047300740756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756113740800473007407561137408004730074075611374080047300740756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96c529e-61dc-4245-b21d-83edddb3de3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a74d7d91-a098-472b-9a67-6e8fbef01e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74d7d91-a098-472b-9a67-6e8fbef01e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1620997331110829275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275162099733111082927516209973311108292751620997331110829275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fccffdb-c10b-48a7-a2e1-789d36824cc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b67a9d22-d75c-42df-9b5c-f1108f1af0d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67a9d22-d75c-42df-9b5c-f1108f1af0d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13779155813682655986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986137791558136826559861377915581368265598613779155813682655986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74d7d91-a098-472b-9a67-6e8fbef01e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29290b5a-1ca6-437c-9889-02ca3f8b4a7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29290b5a-1ca6-437c-9889-02ca3f8b4a7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2011420094109798844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844201142009410979884420114200941097988442011420094109798844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67a9d22-d75c-42df-9b5c-f1108f1af0d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6c1c45d-ad7f-47d9-8d75-04a4f216f313, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c1c45d-ad7f-47d9-8d75-04a4f216f313, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16838113629307324684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684168381136293073246841683811362930732468416838113629307324684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29290b5a-1ca6-437c-9889-02ca3f8b4a7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea70f72d-a256-47fd-8823-e7ad2eed7cc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea70f72d-a256-47fd-8823-e7ad2eed7cc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134398881254123325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325213439888125412332521343988812541233252134398881254123325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c1c45d-ad7f-47d9-8d75-04a4f216f313, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c22805-f0f7-476b-b0d1-a304ea3b8cea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c22805-f0f7-476b-b0d1-a304ea3b8cea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11841328062333702106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106118413280623337021061184132806233370210611841328062333702106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea70f72d-a256-47fd-8823-e7ad2eed7cc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf0c13c7-f92f-493f-a906-a269b7eeb809, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf0c13c7-f92f-493f-a906-a269b7eeb809, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6006803605709789627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627600680360570978962760068036057097896276006803605709789627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c22805-f0f7-476b-b0d1-a304ea3b8cea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10a73b4b-2ab2-4aff-98a1-e2a276053e1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a73b4b-2ab2-4aff-98a1-e2a276053e1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719374129864223395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395177193741298642233951771937412986422339517719374129864223395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf0c13c7-f92f-493f-a906-a269b7eeb809, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc472514-abb7-4fb1-8c2a-77c61f4f8065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc472514-abb7-4fb1-8c2a-77c61f4f8065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11995584199521033066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066119955841995210330661199558419952103306611995584199521033066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a73b4b-2ab2-4aff-98a1-e2a276053e1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb49a17e-290c-435a-b6bb-c0ef7581eee6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb49a17e-290c-435a-b6bb-c0ef7581eee6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713820993915294527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527771382099391529452777138209939152945277713820993915294527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc472514-abb7-4fb1-8c2a-77c61f4f8065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a08711f4-40fa-4e2a-922f-eafa63cadc91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08711f4-40fa-4e2a-922f-eafa63cadc91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8085613145482203639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639808561314548220363980856131454822036398085613145482203639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb49a17e-290c-435a-b6bb-c0ef7581eee6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac16190d-17bb-4f6f-b650-e3d890fc31b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac16190d-17bb-4f6f-b650-e3d890fc31b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132153993896133978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978181321539938961339781813215399389613397818132153993896133978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08711f4-40fa-4e2a-922f-eafa63cadc91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3c8d5c9-89b6-471f-bf92-3fdcb976e158, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3c8d5c9-89b6-471f-bf92-3fdcb976e158, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 869788129007277654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654869788129007277654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac16190d-17bb-4f6f-b650-e3d890fc31b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cebdf522-d3b9-4ee6-9dd4-36911996add2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cebdf522-d3b9-4ee6-9dd4-36911996add2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332008960499977360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360113320089604999773601133200896049997736011332008960499977360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3c8d5c9-89b6-471f-bf92-3fdcb976e158, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b62e881-7676-4450-858c-ef6a44ada562, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b62e881-7676-4450-858c-ef6a44ada562, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11019677895727524708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708110196778957275247081101967789572752470811019677895727524708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cebdf522-d3b9-4ee6-9dd4-36911996add2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef82eed8-161b-4827-a90e-792b04cad5d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef82eed8-161b-4827-a90e-792b04cad5d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8026268417946206325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325802626841794620632580262684179462063258026268417946206325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b62e881-7676-4450-858c-ef6a44ada562, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8540c77-23cc-4135-9d13-40f3995fc477, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8540c77-23cc-4135-9d13-40f3995fc477, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 600767587590161633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633600767587590161633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef82eed8-161b-4827-a90e-792b04cad5d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c488d444-0634-4f85-9311-da913ba88906, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c488d444-0634-4f85-9311-da913ba88906, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115277008927287283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283711527700892728728371152770089272872837115277008927287283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8540c77-23cc-4135-9d13-40f3995fc477, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03fe3d1-fb80-40d5-90fd-57e46c58d1a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03fe3d1-fb80-40d5-90fd-57e46c58d1a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11898390575103290542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542118983905751032905421189839057510329054211898390575103290542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c488d444-0634-4f85-9311-da913ba88906, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bd43c43-bd17-43e8-a533-3c8c79f75e7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd43c43-bd17-43e8-a533-3c8c79f75e7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648239605116902773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773116482396051169027731164823960511690277311648239605116902773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03fe3d1-fb80-40d5-90fd-57e46c58d1a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db63d85-be3c-4caf-9e62-0a788cf90f5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db63d85-be3c-4caf-9e62-0a788cf90f5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10799575421542651358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358107995754215426513581079957542154265135810799575421542651358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd43c43-bd17-43e8-a533-3c8c79f75e7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cca39f2e-b9c0-4212-a2e3-1cde5b575464, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cca39f2e-b9c0-4212-a2e3-1cde5b575464, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18153503572367197752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752181535035723671977521815350357236719775218153503572367197752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db63d85-be3c-4caf-9e62-0a788cf90f5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cca39f2e-b9c0-4212-a2e3-1cde5b575464, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43385e9d-9194-4014-a58c-ec1ae7fcffd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43385e9d-9194-4014-a58c-ec1ae7fcffd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12445877602653065492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492124458776026530654921244587760265306549212445877602653065492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea9077cd-842a-4dd9-acb4-6cfc214044ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9077cd-842a-4dd9-acb4-6cfc214044ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8454050212715081476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476845405021271508147684540502127150814768454050212715081476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43385e9d-9194-4014-a58c-ec1ae7fcffd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 009c4449-44e6-44ea-b0f1-8fda6cc178ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9077cd-842a-4dd9-acb4-6cfc214044ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfa12b1d-3f19-48a3-8f2a-ccf7d44cb19b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009c4449-44e6-44ea-b0f1-8fda6cc178ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922747441978237690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690392274744197823769039227474419782376903922747441978237690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa12b1d-3f19-48a3-8f2a-ccf7d44cb19b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14040232658863547470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470140402326588635474701404023265886354747014040232658863547470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009c4449-44e6-44ea-b0f1-8fda6cc178ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b806751-f279-4e40-a38b-f29be29e4d01, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b806751-f279-4e40-a38b-f29be29e4d01, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247589390671508921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921172475893906715089211724758939067150892117247589390671508921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa12b1d-3f19-48a3-8f2a-ccf7d44cb19b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd7d3d91-4af7-4145-b7d6-69e896bf651c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7d3d91-4af7-4145-b7d6-69e896bf651c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18403142864841740570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570184031428648417405701840314286484174057018403142864841740570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b806751-f279-4e40-a38b-f29be29e4d01, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7d3d91-4af7-4145-b7d6-69e896bf651c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f2aa07-786f-4045-a636-30cb6b88aecf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed0b40ba-c430-444d-a1d4-d67d17917f7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f2aa07-786f-4045-a636-30cb6b88aecf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964961310561715815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815296496131056171581529649613105617158152964961310561715815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0b40ba-c430-444d-a1d4-d67d17917f7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7673667097705318896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896767366709770531889676736670977053188967673667097705318896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f2aa07-786f-4045-a636-30cb6b88aecf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c2e5538-ad7c-440c-95b5-cfdbea317187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c2e5538-ad7c-440c-95b5-cfdbea317187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12907684404166577078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078129076844041665770781290768440416657707812907684404166577078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0b40ba-c430-444d-a1d4-d67d17917f7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81438e6c-30ad-40b5-a60f-eb04c7231d44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81438e6c-30ad-40b5-a60f-eb04c7231d44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858413394667666884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884285841339466766688428584133946676668842858413394667666884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c2e5538-ad7c-440c-95b5-cfdbea317187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ec254b3-288c-4c89-9b2b-55bd4fc0b705, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec254b3-288c-4c89-9b2b-55bd4fc0b705, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291252042234029037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037291252042234029037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81438e6c-30ad-40b5-a60f-eb04c7231d44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5d1f64-0901-4220-89ba-d0dee16664c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec254b3-288c-4c89-9b2b-55bd4fc0b705, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5d1f64-0901-4220-89ba-d0dee16664c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2151288065509220300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300215128806550922030021512880655092203002151288065509220300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b36489d-fed6-447d-97bc-bc8f2ee53089, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b36489d-fed6-447d-97bc-bc8f2ee53089, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1991754935816696263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263199175493581669626319917549358166962631991754935816696263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5d1f64-0901-4220-89ba-d0dee16664c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f5ce6a-d75c-4ba8-885a-5cfd30470df0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f5ce6a-d75c-4ba8-885a-5cfd30470df0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7644825905565868704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704764482590556586870476448259055658687047644825905565868704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b36489d-fed6-447d-97bc-bc8f2ee53089, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee1c0241-0660-46c7-b2aa-4d7afab8c884, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee1c0241-0660-46c7-b2aa-4d7afab8c884, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964435290116022761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761964435290116022761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f5ce6a-d75c-4ba8-885a-5cfd30470df0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69f4c2bc-d492-4009-906a-858fc4e85b19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69f4c2bc-d492-4009-906a-858fc4e85b19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3096945027545853758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758309694502754585375830969450275458537583096945027545853758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69f4c2bc-d492-4009-906a-858fc4e85b19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ba80c7-24f2-417c-8ca5-a72c34f494ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ba80c7-24f2-417c-8ca5-a72c34f494ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4328044573270331948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948432804457327033194843280445732703319484328044573270331948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee1c0241-0660-46c7-b2aa-4d7afab8c884, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba255301-e516-487e-954a-94771d0c08b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba255301-e516-487e-954a-94771d0c08b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3061529168893703152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152306152916889370315230615291688937031523061529168893703152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ba80c7-24f2-417c-8ca5-a72c34f494ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba255301-e516-487e-954a-94771d0c08b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a816709-32cb-4c87-a105-477f40608947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a816709-32cb-4c87-a105-477f40608947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4245285993948898117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117424528599394889811742452859939488981174245285993948898117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc34df70-9c05-4931-9ec7-4b5949246a84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc34df70-9c05-4931-9ec7-4b5949246a84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20150364294992841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841201503642949928412015036429499284120150364294992841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a816709-32cb-4c87-a105-477f40608947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5b3c212-18df-4381-8e53-be394c36a9da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc34df70-9c05-4931-9ec7-4b5949246a84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5aed7d0-17e8-48db-b7d7-80497a26a9f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aed7d0-17e8-48db-b7d7-80497a26a9f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589907834424498538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538258990783442449853825899078344244985382589907834424498538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b3c212-18df-4381-8e53-be394c36a9da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217480528958966430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430172174805289589664301721748052895896643017217480528958966430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aed7d0-17e8-48db-b7d7-80497a26a9f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e8b3b5c-eb86-4e05-a258-b442b9ddb930, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8b3b5c-eb86-4e05-a258-b442b9ddb930, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8167350074204254861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861816735007420425486181673500742042548618167350074204254861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b3c212-18df-4381-8e53-be394c36a9da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dec8e40-bd0f-4690-80fa-76cda862ecfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dec8e40-bd0f-4690-80fa-76cda862ecfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782174392173648384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384578217439217364838457821743921736483845782174392173648384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8b3b5c-eb86-4e05-a258-b442b9ddb930, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efc9fef4-473b-4e06-b5b1-c0ca77b7f27c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efc9fef4-473b-4e06-b5b1-c0ca77b7f27c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702408102216686387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387107024081022166863871070240810221668638710702408102216686387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dec8e40-bd0f-4690-80fa-76cda862ecfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca91dd9b-b5fa-47f8-a1d4-66e18133fa86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca91dd9b-b5fa-47f8-a1d4-66e18133fa86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7009141748226268282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282700914174822626828270091417482262682827009141748226268282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efc9fef4-473b-4e06-b5b1-c0ca77b7f27c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3131f999-d6b4-4c04-b8ad-221517534772, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3131f999-d6b4-4c04-b8ad-221517534772, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809731864575052248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248780973186457505224878097318645750522487809731864575052248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca91dd9b-b5fa-47f8-a1d4-66e18133fa86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55ec4968-1ecf-4569-b29e-91f2d8cff1ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55ec4968-1ecf-4569-b29e-91f2d8cff1ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12585065311707779775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775125850653117077797751258506531170777977512585065311707779775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3131f999-d6b4-4c04-b8ad-221517534772, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55ec4968-1ecf-4569-b29e-91f2d8cff1ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7aa5b56-3654-44e5-b296-02135714b7ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c58a68f7-e594-403d-9e87-76dccaf50298, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58a68f7-e594-403d-9e87-76dccaf50298, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670788348870439160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160136707883488704391601367078834887043916013670788348870439160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7aa5b56-3654-44e5-b296-02135714b7ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1040705327812705062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062104070532781270506210407053278127050621040705327812705062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58a68f7-e594-403d-9e87-76dccaf50298, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf0c2320-9d61-4705-b41e-97431248d31c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0c2320-9d61-4705-b41e-97431248d31c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1682667475609792074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074168266747560979207416826674756097920741682667475609792074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7aa5b56-3654-44e5-b296-02135714b7ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5629194d-5a72-4c70-bafb-b85ac4d7ea02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5629194d-5a72-4c70-bafb-b85ac4d7ea02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810897434539235126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126128108974345392351261281089743453923512612810897434539235126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0c2320-9d61-4705-b41e-97431248d31c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f264fd42-1ea4-4569-9f31-1e97d8de9bdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f264fd42-1ea4-4569-9f31-1e97d8de9bdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6377768179880416166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166637776817988041616663777681798804161666377768179880416166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5629194d-5a72-4c70-bafb-b85ac4d7ea02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 896c69e1-8533-4253-9355-3932e64285b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 896c69e1-8533-4253-9355-3932e64285b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15240600069004516684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684152406000690045166841524060006900451668415240600069004516684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f264fd42-1ea4-4569-9f31-1e97d8de9bdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ee6694d-522b-4494-8641-92155c7356d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee6694d-522b-4494-8641-92155c7356d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906686069811144336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336590668606981114433659066860698111443365906686069811144336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 896c69e1-8533-4253-9355-3932e64285b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35539c48-f9b8-4499-9f49-dc11020c106e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35539c48-f9b8-4499-9f49-dc11020c106e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108131755038902879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879110813175503890287911081317550389028791108131755038902879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee6694d-522b-4494-8641-92155c7356d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21f14c37-4e8a-4493-afe4-0b0e8c8b48d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f14c37-4e8a-4493-afe4-0b0e8c8b48d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036434718238338136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136403643471823833813640364347182383381364036434718238338136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35539c48-f9b8-4499-9f49-dc11020c106e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f14c37-4e8a-4493-afe4-0b0e8c8b48d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e188f28e-ca30-4315-954b-ee6a039286a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e188f28e-ca30-4315-954b-ee6a039286a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10121133243630422670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670101211332436304226701012113324363042267010121133243630422670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e188f28e-ca30-4315-954b-ee6a039286a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a49db237-3405-4ebd-a316-05c42ff5c4b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49db237-3405-4ebd-a316-05c42ff5c4b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14731833892249330280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280147318338922493302801473183389224933028014731833892249330280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 040bce8a-f70a-4ffa-91e0-508d0c1d0b2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040bce8a-f70a-4ffa-91e0-508d0c1d0b2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279250152123046439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439162792501521230464391627925015212304643916279250152123046439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49db237-3405-4ebd-a316-05c42ff5c4b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7cc2d8-147a-42ac-bd9c-fbadc9fd81cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7cc2d8-147a-42ac-bd9c-fbadc9fd81cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7911261854264962083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083791126185426496208379112618542649620837911261854264962083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040bce8a-f70a-4ffa-91e0-508d0c1d0b2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac05f1d-8c4a-42f8-9544-84cd885794f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7cc2d8-147a-42ac-bd9c-fbadc9fd81cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1400d889-c6a6-46f4-acc4-17016694811b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1400d889-c6a6-46f4-acc4-17016694811b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092622207622991993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993509262220762299199350926222076229919935092622207622991993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac05f1d-8c4a-42f8-9544-84cd885794f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1232785243166015354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354123278524316601535412327852431660153541232785243166015354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1400d889-c6a6-46f4-acc4-17016694811b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4f52ad-70cd-4081-8da6-647ee667a34f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4f52ad-70cd-4081-8da6-647ee667a34f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5613797237121312894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894561379723712131289456137972371213128945613797237121312894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac05f1d-8c4a-42f8-9544-84cd885794f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9d8e827-0441-4a72-9afc-24a3c8c6f420, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d8e827-0441-4a72-9afc-24a3c8c6f420, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9827934423950452421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421982793442395045242198279344239504524219827934423950452421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4f52ad-70cd-4081-8da6-647ee667a34f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c844945f-f0d2-4f7f-8ac4-0544f8f98fae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c844945f-f0d2-4f7f-8ac4-0544f8f98fae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15060211418446882212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212150602114184468822121506021141844688221215060211418446882212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d8e827-0441-4a72-9afc-24a3c8c6f420, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d32368f-7ee3-4d09-99cf-6202bc7a51c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d32368f-7ee3-4d09-99cf-6202bc7a51c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7574014055905680957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957757401405590568095775740140559056809577574014055905680957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c844945f-f0d2-4f7f-8ac4-0544f8f98fae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991f43dc-116e-46df-955e-037b7f44b1ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991f43dc-116e-46df-955e-037b7f44b1ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208729005158132908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908620872900515813290862087290051581329086208729005158132908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d32368f-7ee3-4d09-99cf-6202bc7a51c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647aed54-e4d2-45ad-852c-b57e0bb15163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647aed54-e4d2-45ad-852c-b57e0bb15163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128093063425436231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231111280930634254362311112809306342543623111128093063425436231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991f43dc-116e-46df-955e-037b7f44b1ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d73742d-3205-4302-b02b-fc4e08a404e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d73742d-3205-4302-b02b-fc4e08a404e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12324050235730442433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433123240502357304424331232405023573044243312324050235730442433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647aed54-e4d2-45ad-852c-b57e0bb15163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e99a0eb8-35f8-41c6-8e09-5e24afd45d35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d73742d-3205-4302-b02b-fc4e08a404e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99a0eb8-35f8-41c6-8e09-5e24afd45d35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10476536920968680539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539104765369209686805391047653692096868053910476536920968680539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f003343-2bab-4101-ab0f-507a801a494c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f003343-2bab-4101-ab0f-507a801a494c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 286437103896712430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430286437103896712430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99a0eb8-35f8-41c6-8e09-5e24afd45d35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f003343-2bab-4101-ab0f-507a801a494c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cb8dbc5-edc6-47ca-a3fe-129e87974a96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb8dbc5-edc6-47ca-a3fe-129e87974a96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483942588494200336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336134839425884942003361348394258849420033613483942588494200336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2901a857-c4d4-4db8-8142-ee605cd74fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2901a857-c4d4-4db8-8142-ee605cd74fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12522795368485934747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747125227953684859347471252279536848593474712522795368485934747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb8dbc5-edc6-47ca-a3fe-129e87974a96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df0b472d-9ecf-44dc-bad9-1c8d8e1e94b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df0b472d-9ecf-44dc-bad9-1c8d8e1e94b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3356281882950521213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213335628188295052121333562818829505212133356281882950521213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2901a857-c4d4-4db8-8142-ee605cd74fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02026041-005a-424a-9078-180206e2f67f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02026041-005a-424a-9078-180206e2f67f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808318755531159778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778158083187555311597781580831875553115977815808318755531159778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df0b472d-9ecf-44dc-bad9-1c8d8e1e94b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31c7fcb4-ef32-4ff7-8633-c266587896ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c7fcb4-ef32-4ff7-8633-c266587896ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6944501221401684487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487694450122140168448769445012214016844876944501221401684487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02026041-005a-424a-9078-180206e2f67f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334285f5-8cc9-4f4e-8e2d-912abbafb632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c7fcb4-ef32-4ff7-8633-c266587896ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ca1d3d9-ebf1-482a-8ef8-e3b75d77c9d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ca1d3d9-ebf1-482a-8ef8-e3b75d77c9d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12948064509367526683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683129480645093675266831294806450936752668312948064509367526683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334285f5-8cc9-4f4e-8e2d-912abbafb632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11890422331778299727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727118904223317782997271189042233177829972711890422331778299727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ca1d3d9-ebf1-482a-8ef8-e3b75d77c9d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14807fb4-f723-44f3-a60b-a7b859ebb07b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14807fb4-f723-44f3-a60b-a7b859ebb07b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055570370237219208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208180555703702372192081805557037023721920818055570370237219208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334285f5-8cc9-4f4e-8e2d-912abbafb632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 249e1527-34fa-41ff-970c-f0e5176073f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249e1527-34fa-41ff-970c-f0e5176073f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10230965888168615072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072102309658881686150721023096588816861507210230965888168615072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14807fb4-f723-44f3-a60b-a7b859ebb07b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e3eade4-84a5-4b4c-88dd-802fc2c7cdc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249e1527-34fa-41ff-970c-f0e5176073f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3eade4-84a5-4b4c-88dd-802fc2c7cdc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10806520220548417509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509108065202205484175091080652022054841750910806520220548417509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8c89a43-0ff2-4634-8ca3-a99f670b9cec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c89a43-0ff2-4634-8ca3-a99f670b9cec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8048345303331684876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876804834530333168487680483453033316848768048345303331684876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3eade4-84a5-4b4c-88dd-802fc2c7cdc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d5e7d68-43f7-490e-b34d-bde75cf90ca9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 25ca7f8f-fe60-43b7-9678-ce3ab69634e0, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 25ca7f8f-fe60-43b7-9678-ce3ab69634e0, localhost:62275): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5e7d68-43f7-490e-b34d-bde75cf90ca9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11488456151573999214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214114884561515739992141148845615157399921411488456151573999214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c89a43-0ff2-4634-8ca3-a99f670b9cec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fb87a8d-4e0f-4c8c-8051-4ae8f46e3302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb87a8d-4e0f-4c8c-8051-4ae8f46e3302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16154321513050970577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577161543215130509705771615432151305097057716154321513050970577" } } } 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, 25ca7f8f-fe60-43b7-9678-ce3ab69634e0, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 25172 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-gnft54blbu.auto.internal:25172, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5e7d68-43f7-490e-b34d-bde75cf90ca9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f361058-510a-4d6e-8435-bb5820fda93a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f361058-510a-4d6e-8435-bb5820fda93a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1885140119706275942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942188514011970627594218851401197062759421885140119706275942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb87a8d-4e0f-4c8c-8051-4ae8f46e3302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f515fa0d-cfff-46c9-8ca2-9b021753da0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f515fa0d-cfff-46c9-8ca2-9b021753da0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17443793900243053422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422174437939002430534221744379390024305342217443793900243053422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f361058-510a-4d6e-8435-bb5820fda93a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a7f0e69-d044-4e26-b4da-646d1149e682, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7f0e69-d044-4e26-b4da-646d1149e682, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5388650725991194981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981538865072599119498153886507259911949815388650725991194981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f515fa0d-cfff-46c9-8ca2-9b021753da0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7f0e69-d044-4e26-b4da-646d1149e682, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3bbc149-07ad-4ef3-9088-0f96d9f1392c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8450895a-2839-4a2d-83f5-09917678ec4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8450895a-2839-4a2d-83f5-09917678ec4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163831652246915065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065101638316522469150651016383165224691506510163831652246915065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bbc149-07ad-4ef3-9088-0f96d9f1392c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485884108594396218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218485884108594396218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bbc149-07ad-4ef3-9088-0f96d9f1392c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8450895a-2839-4a2d-83f5-09917678ec4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5045ed25-22ad-42ae-b737-6acea0c11ef4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5045ed25-22ad-42ae-b737-6acea0c11ef4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2780218718721106244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244278021871872110624427802187187211062442780218718721106244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a70f16-5377-4642-8953-c4d89484725b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a70f16-5377-4642-8953-c4d89484725b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16417462594366009168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168164174625943660091681641746259436600916816417462594366009168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5045ed25-22ad-42ae-b737-6acea0c11ef4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b87268b-d92c-4fca-8d60-2078d14fbd6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b87268b-d92c-4fca-8d60-2078d14fbd6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10618011376080425955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955106180113760804259551061801137608042595510618011376080425955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a70f16-5377-4642-8953-c4d89484725b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7f36e43-55f5-4af0-bdaa-8b34c98dc2ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f36e43-55f5-4af0-bdaa-8b34c98dc2ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206999760325885079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079120699976032588507912069997603258850791206999760325885079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b87268b-d92c-4fca-8d60-2078d14fbd6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a9473c2-80fe-4840-8d5b-bc30574ca7a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9473c2-80fe-4840-8d5b-bc30574ca7a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852190034518101215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215485219003451810121548521900345181012154852190034518101215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f36e43-55f5-4af0-bdaa-8b34c98dc2ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92fbbe38-704e-452d-9429-7571d41e96cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fbbe38-704e-452d-9429-7571d41e96cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984756754423321708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708398475675442332170839847567544233217083984756754423321708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9473c2-80fe-4840-8d5b-bc30574ca7a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fbbe38-704e-452d-9429-7571d41e96cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3d1dc62-5da3-4564-a6de-948aa111bf20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d1dc62-5da3-4564-a6de-948aa111bf20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331595632414098074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074833159563241409807483315956324140980748331595632414098074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb04496-e804-45cb-b171-b26430a202b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb04496-e804-45cb-b171-b26430a202b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1279594654017375515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515127959465401737551512795946540173755151279594654017375515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d1dc62-5da3-4564-a6de-948aa111bf20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f510e58-9992-48f9-8c5e-3a8548d44332, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f510e58-9992-48f9-8c5e-3a8548d44332, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13742388868497478090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090137423888684974780901374238886849747809013742388868497478090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb04496-e804-45cb-b171-b26430a202b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc1dd71-067a-4bc1-a2c2-9b2c5d8e25c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc1dd71-067a-4bc1-a2c2-9b2c5d8e25c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7625095277331651708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708762509527733165170876250952773316517087625095277331651708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f510e58-9992-48f9-8c5e-3a8548d44332, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd4ef64b-fdc8-434d-ba6c-f7d013910e81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4ef64b-fdc8-434d-ba6c-f7d013910e81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8862960909406976450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450886296090940697645088629609094069764508862960909406976450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc1dd71-067a-4bc1-a2c2-9b2c5d8e25c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4ef64b-fdc8-434d-ba6c-f7d013910e81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2e8d273-e72b-4957-a8d3-d689a5d3d237, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e8d273-e72b-4957-a8d3-d689a5d3d237, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717258840587195506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506771725884058719550677172588405871955067717258840587195506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab261196-3313-4e90-b3b6-2be5a6b5ea48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab261196-3313-4e90-b3b6-2be5a6b5ea48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12427975633497697965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965124279756334976979651242797563349769796512427975633497697965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e8d273-e72b-4957-a8d3-d689a5d3d237, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed485e5e-3f25-4153-a76f-0ffbecd8e8ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed485e5e-3f25-4153-a76f-0ffbecd8e8ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10405000810906233191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191104050008109062331911040500081090623319110405000810906233191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab261196-3313-4e90-b3b6-2be5a6b5ea48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d733ed52-605a-493b-9ce9-9ca728a13193, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d733ed52-605a-493b-9ce9-9ca728a13193, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14073712139563924248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248140737121395639242481407371213956392424814073712139563924248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed485e5e-3f25-4153-a76f-0ffbecd8e8ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fdb8faa-b3d2-4d54-ae04-19d4461ab826, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fdb8faa-b3d2-4d54-ae04-19d4461ab826, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12082020694404783849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849120820206944047838491208202069440478384912082020694404783849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d733ed52-605a-493b-9ce9-9ca728a13193, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fdb8faa-b3d2-4d54-ae04-19d4461ab826, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18a532a8-dc6a-455c-ac80-f4568d325c97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 491e8666-f49c-4018-b538-4771a2423134, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491e8666-f49c-4018-b538-4771a2423134, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1545824233035641880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880154582423303564188015458242330356418801545824233035641880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a532a8-dc6a-455c-ac80-f4568d325c97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8241868729012243741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741824186872901224374182418687290122437418241868729012243741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491e8666-f49c-4018-b538-4771a2423134, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5eb7765-994b-47d2-bed7-fee2e584e112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5eb7765-994b-47d2-bed7-fee2e584e112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6508064215059757439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439650806421505975743965080642150597574396508064215059757439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a532a8-dc6a-455c-ac80-f4568d325c97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feaed81f-9ae3-4f0a-a4aa-e32b0caeea71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feaed81f-9ae3-4f0a-a4aa-e32b0caeea71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13991756322619947271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271139917563226199472711399175632261994727113991756322619947271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5eb7765-994b-47d2-bed7-fee2e584e112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2335a90-b53e-4055-87c6-95b981386720, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2335a90-b53e-4055-87c6-95b981386720, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13903837625157478773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773139038376251574787731390383762515747877313903837625157478773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feaed81f-9ae3-4f0a-a4aa-e32b0caeea71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bffa64e-52b4-4d30-82a7-12eccc3f4927, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bffa64e-52b4-4d30-82a7-12eccc3f4927, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4917489642193782009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009491748964219378200949174896421937820094917489642193782009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2335a90-b53e-4055-87c6-95b981386720, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae84266d-53e6-4bd0-a9c3-5461626a3bda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae84266d-53e6-4bd0-a9c3-5461626a3bda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1374808981837378706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706137480898183737870613748089818373787061374808981837378706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bffa64e-52b4-4d30-82a7-12eccc3f4927, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f03d09aa-af53-4183-9b21-a364b24d5bac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03d09aa-af53-4183-9b21-a364b24d5bac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877918643594934080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080787791864359493408078779186435949340807877918643594934080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae84266d-53e6-4bd0-a9c3-5461626a3bda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03d09aa-af53-4183-9b21-a364b24d5bac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6111797c-4778-4c4e-a872-53908945bdca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6111797c-4778-4c4e-a872-53908945bdca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9893120771794355432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432989312077179435543298931207717943554329893120771794355432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea069520-11a8-4122-81c4-4d36f216d80a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea069520-11a8-4122-81c4-4d36f216d80a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14171246627810605414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414141712466278106054141417124662781060541414171246627810605414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6111797c-4778-4c4e-a872-53908945bdca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea069520-11a8-4122-81c4-4d36f216d80a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1826f817-cfe9-428e-a2c2-091ea1ee0067, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1826f817-cfe9-428e-a2c2-091ea1ee0067, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5354952184992504092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092535495218499250409253549521849925040925354952184992504092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35a1b1ef-f1e1-4726-b449-63c4f4b5dfe9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a1b1ef-f1e1-4726-b449-63c4f4b5dfe9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841709789290974556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556168417097892909745561684170978929097455616841709789290974556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1826f817-cfe9-428e-a2c2-091ea1ee0067, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4056c4ba-c097-4927-93d2-b423882e4cbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4056c4ba-c097-4927-93d2-b423882e4cbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197532053271865822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822819753205327186582281975320532718658228197532053271865822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a1b1ef-f1e1-4726-b449-63c4f4b5dfe9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e5a6db-3954-41e5-9c1e-bcd3482285b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e5a6db-3954-41e5-9c1e-bcd3482285b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6025427643508002809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809602542764350800280960254276435080028096025427643508002809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4056c4ba-c097-4927-93d2-b423882e4cbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f7fc6bc-29e2-4020-95f2-45c4a4bb2cf8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f7fc6bc-29e2-4020-95f2-45c4a4bb2cf8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17562840340661507715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715175628403406615077151756284034066150771517562840340661507715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e5a6db-3954-41e5-9c1e-bcd3482285b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eee7298d-71f1-4dc4-843c-8af0c72d54b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee7298d-71f1-4dc4-843c-8af0c72d54b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6940543607256232005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005694054360725623200569405436072562320056940543607256232005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f7fc6bc-29e2-4020-95f2-45c4a4bb2cf8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e822a9e9-7da6-4bad-b38e-c41cbf7013b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e822a9e9-7da6-4bad-b38e-c41cbf7013b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10187225877476143638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638101872258774761436381018722587747614363810187225877476143638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee7298d-71f1-4dc4-843c-8af0c72d54b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5f8599e-1793-4413-b674-fd0083124cd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5f8599e-1793-4413-b674-fd0083124cd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1802046011495876656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656180204601149587665618020460114958766561802046011495876656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5f8599e-1793-4413-b674-fd0083124cd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8968dd97-8b55-4688-91c0-109dadd3518b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8968dd97-8b55-4688-91c0-109dadd3518b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4034677655065572828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828403467765506557282840346776550655728284034677655065572828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e822a9e9-7da6-4bad-b38e-c41cbf7013b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d018828-840e-4f82-adca-aad708f5e88d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d018828-840e-4f82-adca-aad708f5e88d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17013638247907070528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528170136382479070705281701363824790707052817013638247907070528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8968dd97-8b55-4688-91c0-109dadd3518b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78fdf1ee-60e4-46ad-bb02-c7093aabfa86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78fdf1ee-60e4-46ad-bb02-c7093aabfa86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18401467454517128470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470184014674545171284701840146745451712847018401467454517128470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d018828-840e-4f82-adca-aad708f5e88d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a8e875d-8aae-4eed-ba13-e4f7412b9781, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8e875d-8aae-4eed-ba13-e4f7412b9781, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2300821523602335232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232230082152360233523223008215236023352322300821523602335232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78fdf1ee-60e4-46ad-bb02-c7093aabfa86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 940cc812-249b-4d93-a890-4131f8b0da90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8e875d-8aae-4eed-ba13-e4f7412b9781, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64b7a7bf-18ca-4979-bc14-4d2e3e9f8c68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b7a7bf-18ca-4979-bc14-4d2e3e9f8c68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1225188400527276876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876122518840052727687612251884005272768761225188400527276876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940cc812-249b-4d93-a890-4131f8b0da90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3061833525570246389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389306183352557024638930618335255702463893061833525570246389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b7a7bf-18ca-4979-bc14-4d2e3e9f8c68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d03f9c-d6e1-4752-be33-60eceb30d97c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d03f9c-d6e1-4752-be33-60eceb30d97c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17460646089025658620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620174606460890256586201746064608902565862017460646089025658620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940cc812-249b-4d93-a890-4131f8b0da90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ffdca9-10b4-4793-8f95-78edcd59c47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ffdca9-10b4-4793-8f95-78edcd59c47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17162797102378181284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284171627971023781812841716279710237818128417162797102378181284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d03f9c-d6e1-4752-be33-60eceb30d97c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f1427d4-9f49-4c1e-b0f8-739786c5e218, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f1427d4-9f49-4c1e-b0f8-739786c5e218, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527290844253466421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421125272908442534664211252729084425346642112527290844253466421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ffdca9-10b4-4793-8f95-78edcd59c47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 473c1395-dfd8-4ae6-93eb-9691a8432a5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473c1395-dfd8-4ae6-93eb-9691a8432a5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12834872797216450719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719128348727972164507191283487279721645071912834872797216450719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f1427d4-9f49-4c1e-b0f8-739786c5e218, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e7fcd7-07ff-4bdd-b41d-0bd57316eff1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e7fcd7-07ff-4bdd-b41d-0bd57316eff1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302372474384848307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307130237247438484830713023724743848483071302372474384848307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473c1395-dfd8-4ae6-93eb-9691a8432a5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a55a9c27-b93a-4519-9ca8-35163fef47cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55a9c27-b93a-4519-9ca8-35163fef47cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666469330590786986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986266646933059078698626664693305907869862666469330590786986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55a9c27-b93a-4519-9ca8-35163fef47cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4835906d-d3f1-4fe8-b827-ad528e69e62f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4835906d-d3f1-4fe8-b827-ad528e69e62f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8965727599896059808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808896572759989605980889657275998960598088965727599896059808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e7fcd7-07ff-4bdd-b41d-0bd57316eff1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbe7c752-a335-4ac7-9648-0948107d7980, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe7c752-a335-4ac7-9648-0948107d7980, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802844551309719519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519118028445513097195191180284455130971951911802844551309719519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4835906d-d3f1-4fe8-b827-ad528e69e62f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de9bc618-7d70-40d9-89e2-bc4649d9fb52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9bc618-7d70-40d9-89e2-bc4649d9fb52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959099893215231081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081895909989321523108189590998932152310818959099893215231081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe7c752-a335-4ac7-9648-0948107d7980, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d761f808-9377-4047-a645-e17f9a175b50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d761f808-9377-4047-a645-e17f9a175b50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9503339476674087023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023950333947667408702395033394766740870239503339476674087023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9bc618-7d70-40d9-89e2-bc4649d9fb52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ffb2c022-d442-4db5-9d23-2516db8941fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb2c022-d442-4db5-9d23-2516db8941fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8908556355152582486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486890855635515258248689085563551525824868908556355152582486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d761f808-9377-4047-a645-e17f9a175b50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e19acd69-3c9c-4d3e-be58-facdfaaa2f13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19acd69-3c9c-4d3e-be58-facdfaaa2f13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235007379003265247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247235007379003265247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb2c022-d442-4db5-9d23-2516db8941fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64a7076b-d66a-4b9f-b230-9e80056caa87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a7076b-d66a-4b9f-b230-9e80056caa87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14059914861710065170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170140599148617100651701405991486171006517014059914861710065170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19acd69-3c9c-4d3e-be58-facdfaaa2f13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d6445ff-ed49-4055-986a-ca2bd43a0f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a7076b-d66a-4b9f-b230-9e80056caa87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1726510a-fad1-4773-9f91-5dce4b8566b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6445ff-ed49-4055-986a-ca2bd43a0f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15967420700298155995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995159674207002981559951596742070029815599515967420700298155995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1726510a-fad1-4773-9f91-5dce4b8566b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931921399063395980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980159319213990633959801593192139906339598015931921399063395980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6445ff-ed49-4055-986a-ca2bd43a0f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ced0f5d-6301-4dc4-a4c4-f2416dc70680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1726510a-fad1-4773-9f91-5dce4b8566b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 796b98e1-f4de-4ec1-8726-e902ae4aa04d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 796b98e1-f4de-4ec1-8726-e902ae4aa04d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15930897437860654648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648159308974378606546481593089743786065464815930897437860654648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ced0f5d-6301-4dc4-a4c4-f2416dc70680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5356568228308682032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032535656822830868203253565682283086820325356568228308682032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 796b98e1-f4de-4ec1-8726-e902ae4aa04d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ced0f5d-6301-4dc4-a4c4-f2416dc70680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bacb582f-b13f-45ca-94f4-8fabd640c13c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7d86b7-e6a4-4070-b0c7-6da5c8e7f0ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7d86b7-e6a4-4070-b0c7-6da5c8e7f0ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12209067080479776553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553122090670804797765531220906708047977655312209067080479776553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bacb582f-b13f-45ca-94f4-8fabd640c13c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2422668458637658269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269242266845863765826924226684586376582692422668458637658269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7d86b7-e6a4-4070-b0c7-6da5c8e7f0ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f58492-2289-4d12-b9ad-e57ce6e63741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f58492-2289-4d12-b9ad-e57ce6e63741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6256125690968055939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939625612569096805593962561256909680559396256125690968055939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bacb582f-b13f-45ca-94f4-8fabd640c13c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f58492-2289-4d12-b9ad-e57ce6e63741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63ef1c1b-0b3b-491c-abfe-aa592ea6ee52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ef1c1b-0b3b-491c-abfe-aa592ea6ee52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14902160572907836031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031149021605729078360311490216057290783603114902160572907836031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0400bbee-4fca-441e-b994-3ae04b8f3747, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0400bbee-4fca-441e-b994-3ae04b8f3747, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 150974465751641907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907150974465751641907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0400bbee-4fca-441e-b994-3ae04b8f3747, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9eab4aea-4fc7-4b55-8ef1-5357dd0bfb2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eab4aea-4fc7-4b55-8ef1-5357dd0bfb2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4434371223960283391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391443437122396028339144343712239602833914434371223960283391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ef1c1b-0b3b-491c-abfe-aa592ea6ee52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81b2a4a9-dd95-4298-a8e8-f3ef2a94c7aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b2a4a9-dd95-4298-a8e8-f3ef2a94c7aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510183270005841207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207115101832700058412071151018327000584120711510183270005841207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eab4aea-4fc7-4b55-8ef1-5357dd0bfb2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23aadfa7-4eb2-49be-b239-90baa7ca5215, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23aadfa7-4eb2-49be-b239-90baa7ca5215, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5799059466369943482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482579905946636994348257990594663699434825799059466369943482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b2a4a9-dd95-4298-a8e8-f3ef2a94c7aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95ce5dfd-2c53-47e1-8d6a-d1dcd37a0d6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ce5dfd-2c53-47e1-8d6a-d1dcd37a0d6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13577581900665943718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718135775819006659437181357758190066594371813577581900665943718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23aadfa7-4eb2-49be-b239-90baa7ca5215, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c451f-621c-4dff-9a6c-d29b8868c503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c451f-621c-4dff-9a6c-d29b8868c503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2750203728567440085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085275020372856744008527502037285674400852750203728567440085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ce5dfd-2c53-47e1-8d6a-d1dcd37a0d6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae2f7827-28ed-41f3-9746-753520de29e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2f7827-28ed-41f3-9746-753520de29e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11300510866715208483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483113005108667152084831130051086671520848311300510866715208483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c451f-621c-4dff-9a6c-d29b8868c503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18b3b75a-b244-486c-bba8-4f5b6768ff9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b3b75a-b244-486c-bba8-4f5b6768ff9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16119448223375192863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863161194482233751928631611944822337519286316119448223375192863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2f7827-28ed-41f3-9746-753520de29e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25797f75-4428-4f3c-bf88-d667aa2f4aac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b3b75a-b244-486c-bba8-4f5b6768ff9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12ef2904-f94e-400c-8a9c-1892bfdc19c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ef2904-f94e-400c-8a9c-1892bfdc19c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031423956647286656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656110314239566472866561103142395664728665611031423956647286656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25797f75-4428-4f3c-bf88-d667aa2f4aac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15971782466096222340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340159717824660962223401597178246609622234015971782466096222340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25797f75-4428-4f3c-bf88-d667aa2f4aac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ef2904-f94e-400c-8a9c-1892bfdc19c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd72900f-c290-4ead-904a-2a6bbbffd255, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd72900f-c290-4ead-904a-2a6bbbffd255, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812304398814476515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515128123043988144765151281230439881447651512812304398814476515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 907f048c-3448-45e7-8ed5-11a1122f050b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907f048c-3448-45e7-8ed5-11a1122f050b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8444997910651042500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500844499791065104250084449979106510425008444997910651042500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd72900f-c290-4ead-904a-2a6bbbffd255, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00b1aaeb-4057-4fc5-80f2-1ec9415b564f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b1aaeb-4057-4fc5-80f2-1ec9415b564f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17781913630488993677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677177819136304889936771778191363048899367717781913630488993677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907f048c-3448-45e7-8ed5-11a1122f050b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 381dd00a-28b5-4a89-aaa8-c33aa6f67d06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381dd00a-28b5-4a89-aaa8-c33aa6f67d06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5494405807734113217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217549440580773411321754944058077341132175494405807734113217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b1aaeb-4057-4fc5-80f2-1ec9415b564f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e586cb7-49bb-4c60-839c-d39df5544bba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e586cb7-49bb-4c60-839c-d39df5544bba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5383703369377340199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199538370336937734019953837033693773401995383703369377340199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381dd00a-28b5-4a89-aaa8-c33aa6f67d06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef78d83f-e706-4ddc-b32c-77ecc2bd10ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef78d83f-e706-4ddc-b32c-77ecc2bd10ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080449456576262442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442180804494565762624421808044945657626244218080449456576262442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e586cb7-49bb-4c60-839c-d39df5544bba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 649de038-943b-4bb8-b251-54112fbddd41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649de038-943b-4bb8-b251-54112fbddd41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17727640288729371798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798177276402887293717981772764028872937179817727640288729371798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef78d83f-e706-4ddc-b32c-77ecc2bd10ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78c74b79-d2cb-4e6c-ad6a-6cd94349662b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c74b79-d2cb-4e6c-ad6a-6cd94349662b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1708440823018176471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471170844082301817647117084408230181764711708440823018176471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649de038-943b-4bb8-b251-54112fbddd41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221a7ac3-b6a5-4a82-9d72-7fae2da487b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c74b79-d2cb-4e6c-ad6a-6cd94349662b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221a7ac3-b6a5-4a82-9d72-7fae2da487b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16823356642909463027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027168233566429094630271682335664290946302716823356642909463027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1611b00e-946c-46c7-896a-37b63aca1fb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1611b00e-946c-46c7-896a-37b63aca1fb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196315164329897867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867619631516432989786761963151643298978676196315164329897867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221a7ac3-b6a5-4a82-9d72-7fae2da487b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9165a4f-c8f9-454c-9bd5-4465af6bd5f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9165a4f-c8f9-454c-9bd5-4465af6bd5f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1360957944611624166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166136095794461162416613609579446116241661360957944611624166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1611b00e-946c-46c7-896a-37b63aca1fb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55cefc4b-00c2-43e7-aefe-aad08a98cc55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cefc4b-00c2-43e7-aefe-aad08a98cc55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11053466018249354978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978110534660182493549781105346601824935497811053466018249354978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9165a4f-c8f9-454c-9bd5-4465af6bd5f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c98bee4-c409-46da-a32c-5255e6792271, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c98bee4-c409-46da-a32c-5255e6792271, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309308161075123512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512830930816107512351283093081610751235128309308161075123512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cefc4b-00c2-43e7-aefe-aad08a98cc55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c66ef33-77db-49b8-9a7a-585c274d8367, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c66ef33-77db-49b8-9a7a-585c274d8367, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1309449946297281609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609130944994629728160913094499462972816091309449946297281609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c98bee4-c409-46da-a32c-5255e6792271, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ca73273-5975-4aeb-bf6d-84feecd797ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca73273-5975-4aeb-bf6d-84feecd797ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5631714115906745724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724563171411590674572456317141159067457245631714115906745724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c66ef33-77db-49b8-9a7a-585c274d8367, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e9e90c8-6329-4318-a138-37959b0e0cbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e9e90c8-6329-4318-a138-37959b0e0cbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17259149965042524564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564172591499650425245641725914996504252456417259149965042524564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca73273-5975-4aeb-bf6d-84feecd797ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5411ef8-0624-42fa-8633-e025662807d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5411ef8-0624-42fa-8633-e025662807d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6553718349668889786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786655371834966888978665537183496688897866553718349668889786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e9e90c8-6329-4318-a138-37959b0e0cbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97eb982b-7bfa-42d2-9466-4a15176619f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97eb982b-7bfa-42d2-9466-4a15176619f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12371848867158452248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248123718488671584522481237184886715845224812371848867158452248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5411ef8-0624-42fa-8633-e025662807d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e731b12-c6d1-44b3-96bc-dd4ee7cd4e23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e731b12-c6d1-44b3-96bc-dd4ee7cd4e23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9289584633267028279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279928958463326702827992895846332670282799289584633267028279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97eb982b-7bfa-42d2-9466-4a15176619f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 098c00a5-c98e-4073-b88c-508332f32536, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 098c00a5-c98e-4073-b88c-508332f32536, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1433048261982211671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671143304826198221167114330482619822116711433048261982211671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 098c00a5-c98e-4073-b88c-508332f32536, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1101923a-aada-40c6-bb7e-c5a8c9682945, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1101923a-aada-40c6-bb7e-c5a8c9682945, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18280146162198341871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871182801461621983418711828014616219834187118280146162198341871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e731b12-c6d1-44b3-96bc-dd4ee7cd4e23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 941c325d-43de-4d67-9cfe-29a8c5ed8a27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941c325d-43de-4d67-9cfe-29a8c5ed8a27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7450387786680851120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120745038778668085112074503877866808511207450387786680851120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1101923a-aada-40c6-bb7e-c5a8c9682945, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d647fdac-6224-4a1c-92f5-a2277b03d2ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d647fdac-6224-4a1c-92f5-a2277b03d2ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566730047558140666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666856673004755814066685667300475581406668566730047558140666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941c325d-43de-4d67-9cfe-29a8c5ed8a27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fd63464-c61f-499f-afe7-1b42edd9e695, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd63464-c61f-499f-afe7-1b42edd9e695, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755363754964990073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073157553637549649900731575536375496499007315755363754964990073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d647fdac-6224-4a1c-92f5-a2277b03d2ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14c73a1b-e43b-4d3a-b2e9-24a9c03f8c43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c73a1b-e43b-4d3a-b2e9-24a9c03f8c43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15153275242644536920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920151532752426445369201515327524264453692015153275242644536920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd63464-c61f-499f-afe7-1b42edd9e695, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 404e7770-124d-415d-99a2-b0dbb0f78bf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 404e7770-124d-415d-99a2-b0dbb0f78bf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202057985707689605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605202057985707689605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c73a1b-e43b-4d3a-b2e9-24a9c03f8c43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 404e7770-124d-415d-99a2-b0dbb0f78bf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 739a8c75-b09f-4efd-aabf-7147d22c9f35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93112f69-6084-4b5f-9cf3-02ab936beb9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93112f69-6084-4b5f-9cf3-02ab936beb9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6376611623244050747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747637661162324405074763766116232440507476376611623244050747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 739a8c75-b09f-4efd-aabf-7147d22c9f35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760277501003274077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077157602775010032740771576027750100327407715760277501003274077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93112f69-6084-4b5f-9cf3-02ab936beb9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbc18f92-cb2c-4ee5-9902-6ffe7872fac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc18f92-cb2c-4ee5-9902-6ffe7872fac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15563865447079144767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767155638654470791447671556386544707914476715563865447079144767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 739a8c75-b09f-4efd-aabf-7147d22c9f35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f12771b-49de-42a9-93af-23c67009899e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f12771b-49de-42a9-93af-23c67009899e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9123853791322795709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709912385379132279570991238537913227957099123853791322795709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc18f92-cb2c-4ee5-9902-6ffe7872fac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78a7a463-4c50-4b91-8bfe-9d95ebf78619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a7a463-4c50-4b91-8bfe-9d95ebf78619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18409649751363031608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608184096497513630316081840964975136303160818409649751363031608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f12771b-49de-42a9-93af-23c67009899e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 523b1ae8-24f0-4f0a-8920-13d444d93383, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 523b1ae8-24f0-4f0a-8920-13d444d93383, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1746434887243308271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271174643488724330827117464348872433082711746434887243308271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a7a463-4c50-4b91-8bfe-9d95ebf78619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19d9bf1f-2a15-41b0-9f3d-42555f72d08f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d9bf1f-2a15-41b0-9f3d-42555f72d08f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8027554574705585589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589802755457470558558980275545747055855898027554574705585589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 523b1ae8-24f0-4f0a-8920-13d444d93383, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 747debaa-02de-456b-80b8-8868f24c8c05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747debaa-02de-456b-80b8-8868f24c8c05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14175868405261263489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489141758684052612634891417586840526126348914175868405261263489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d9bf1f-2a15-41b0-9f3d-42555f72d08f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04f1a731-01cf-4a16-9d80-26f805d83b15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04f1a731-01cf-4a16-9d80-26f805d83b15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1256854965947899335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335125685496594789933512568549659478993351256854965947899335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747debaa-02de-456b-80b8-8868f24c8c05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d1c5a5-90c8-45bc-a0be-dfb195733074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d1c5a5-90c8-45bc-a0be-dfb195733074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893955200378076572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572889395520037807657288939552003780765728893955200378076572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04f1a731-01cf-4a16-9d80-26f805d83b15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22000815-2f6f-44b7-a6b9-7b6065541484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22000815-2f6f-44b7-a6b9-7b6065541484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9572289971580583757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757957228997158058375795722899715805837579572289971580583757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d1c5a5-90c8-45bc-a0be-dfb195733074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 458d6437-a011-4ab8-b8c6-10f779381fae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458d6437-a011-4ab8-b8c6-10f779381fae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7885481212874078978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978788548121287407897878854812128740789787885481212874078978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22000815-2f6f-44b7-a6b9-7b6065541484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e05d4537-e025-4e0a-9187-83f1a8305f7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05d4537-e025-4e0a-9187-83f1a8305f7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10883058800950262282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282108830588009502622821088305880095026228210883058800950262282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458d6437-a011-4ab8-b8c6-10f779381fae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9767004-6c9f-4581-9679-b75f2c18fc2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9767004-6c9f-4581-9679-b75f2c18fc2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5652676014908388596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596565267601490838859656526760149083885965652676014908388596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05d4537-e025-4e0a-9187-83f1a8305f7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e5bc949-95dd-44ac-a458-cca3000049d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5bc949-95dd-44ac-a458-cca3000049d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17521526026641875613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613175215260266418756131752152602664187561317521526026641875613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9767004-6c9f-4581-9679-b75f2c18fc2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4db3826b-23f0-4245-9831-e3866db2ac85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5bc949-95dd-44ac-a458-cca3000049d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0659288-6bce-4c69-a08b-21a994e035ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0659288-6bce-4c69-a08b-21a994e035ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8821576702383166954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954882157670238316695488215767023831669548821576702383166954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db3826b-23f0-4245-9831-e3866db2ac85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053562003345380802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802120535620033453808021205356200334538080212053562003345380802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0659288-6bce-4c69-a08b-21a994e035ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a8d6742-7890-4e6c-b060-9470892ef6d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db3826b-23f0-4245-9831-e3866db2ac85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8d6742-7890-4e6c-b060-9470892ef6d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13111930625040124825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825131119306250401248251311193062504012482513111930625040124825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b476bf42-f9fe-4fdb-984c-235e896a778d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b476bf42-f9fe-4fdb-984c-235e896a778d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9752344237844023298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298975234423784402329897523442378440232989752344237844023298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8d6742-7890-4e6c-b060-9470892ef6d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b06765a-80db-4987-b3c0-92e5b9de34b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b06765a-80db-4987-b3c0-92e5b9de34b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14606310044940058674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674146063100449400586741460631004494005867414606310044940058674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b476bf42-f9fe-4fdb-984c-235e896a778d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9026bb37-0a75-4cee-9df1-bb1ac233b4a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9026bb37-0a75-4cee-9df1-bb1ac233b4a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902598530508068414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414169025985305080684141690259853050806841416902598530508068414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b06765a-80db-4987-b3c0-92e5b9de34b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc245021-9189-4908-8c09-bfd1265cd839, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc245021-9189-4908-8c09-bfd1265cd839, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311930085963852643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643311930085963852643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc245021-9189-4908-8c09-bfd1265cd839, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3459ebf3-aea5-4cbd-b6f0-abeaabe3ef9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9026bb37-0a75-4cee-9df1-bb1ac233b4a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3459ebf3-aea5-4cbd-b6f0-abeaabe3ef9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454456643170069517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517445445664317006951744544566431700695174454456643170069517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8715bfe8-b221-490c-8d65-b29434748c5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8715bfe8-b221-490c-8d65-b29434748c5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5166034993137084148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148516603499313708414851660349931370841485166034993137084148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3459ebf3-aea5-4cbd-b6f0-abeaabe3ef9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8715bfe8-b221-490c-8d65-b29434748c5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2436b442-4255-4e9b-a428-f087a7ee23aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2436b442-4255-4e9b-a428-f087a7ee23aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1560771991380145133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133156077199138014513315607719913801451331560771991380145133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 724fd276-311a-49ec-92e4-0364b86e6c46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724fd276-311a-49ec-92e4-0364b86e6c46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6388863556246924295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295638886355624692429563888635562469242956388863556246924295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2436b442-4255-4e9b-a428-f087a7ee23aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeb9adb1-5025-4636-8b0d-3a2178d15a6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb9adb1-5025-4636-8b0d-3a2178d15a6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2939139659071649811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811293913965907164981129391396590716498112939139659071649811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724fd276-311a-49ec-92e4-0364b86e6c46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ff3b8d-d842-430e-95af-7291419715ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ff3b8d-d842-430e-95af-7291419715ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13727598718351241017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017137275987183512410171372759871835124101713727598718351241017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb9adb1-5025-4636-8b0d-3a2178d15a6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647b49eb-3c01-4be1-8fe0-eb656748ca5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647b49eb-3c01-4be1-8fe0-eb656748ca5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1347898818499819936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936134789881849981993613478988184998199361347898818499819936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ff3b8d-d842-430e-95af-7291419715ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a762d25-cf6a-43b0-9df5-147a58c6cb6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a762d25-cf6a-43b0-9df5-147a58c6cb6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18052612194493224488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488180526121944932244881805261219449322448818052612194493224488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647b49eb-3c01-4be1-8fe0-eb656748ca5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 667b6055-ec8f-482c-b23c-0dced0ae548e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a762d25-cf6a-43b0-9df5-147a58c6cb6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d155e420-b8a0-4a5f-8f62-59306a460a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667b6055-ec8f-482c-b23c-0dced0ae548e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7167813965892743274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274716781396589274327471678139658927432747167813965892743274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d155e420-b8a0-4a5f-8f62-59306a460a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4755541581298349344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344475554158129834934447555415812983493444755541581298349344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667b6055-ec8f-482c-b23c-0dced0ae548e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7888506-c34c-4adf-a572-5f891d277703, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7888506-c34c-4adf-a572-5f891d277703, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11395305110776249370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370113953051107762493701139530511077624937011395305110776249370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d155e420-b8a0-4a5f-8f62-59306a460a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd15a2a-23db-4093-89b7-ee7d5c69d878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd15a2a-23db-4093-89b7-ee7d5c69d878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258220815396457968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968112582208153964579681125822081539645796811258220815396457968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7888506-c34c-4adf-a572-5f891d277703, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfc76d23-54ce-4bec-ad28-a0d484210361, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc76d23-54ce-4bec-ad28-a0d484210361, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212543730767229271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271821254373076722927182125437307672292718212543730767229271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd15a2a-23db-4093-89b7-ee7d5c69d878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f07a7a2-4288-4f51-82f4-cc0067ea5854, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f07a7a2-4288-4f51-82f4-cc0067ea5854, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2331215393006673552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552233121539300667355223312153930066735522331215393006673552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc76d23-54ce-4bec-ad28-a0d484210361, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9109f32a-2dd5-4ffa-882a-0528ed95478a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9109f32a-2dd5-4ffa-882a-0528ed95478a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8348260677325343481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481834826067732534348183482606773253434818348260677325343481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f07a7a2-4288-4f51-82f4-cc0067ea5854, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10ba30c2-c7d4-4d61-bb93-296d8297b93f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10ba30c2-c7d4-4d61-bb93-296d8297b93f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10723138955308231678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678107231389553082316781072313895530823167810723138955308231678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9109f32a-2dd5-4ffa-882a-0528ed95478a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b218a9f-fa64-4922-932e-c2cb6497af71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b218a9f-fa64-4922-932e-c2cb6497af71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1612326253398158935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935161232625339815893516123262533981589351612326253398158935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10ba30c2-c7d4-4d61-bb93-296d8297b93f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7815d792-ddf2-4c21-9aa4-a8f7dcf32958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7815d792-ddf2-4c21-9aa4-a8f7dcf32958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7173098137942213642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642717309813794221364271730981379422136427173098137942213642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b218a9f-fa64-4922-932e-c2cb6497af71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f35cce-08f4-4587-a837-df357835342d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f35cce-08f4-4587-a837-df357835342d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556801565366237899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899125568015653662378991255680156536623789912556801565366237899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7815d792-ddf2-4c21-9aa4-a8f7dcf32958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f35cce-08f4-4587-a837-df357835342d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 205630f9-bd6a-4cd7-88c0-b6829b21f5be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205630f9-bd6a-4cd7-88c0-b6829b21f5be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4311162423174620696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696431116242317462069643111624231746206964311162423174620696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aacc691c-e102-4539-bb95-753fa8e21ff4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aacc691c-e102-4539-bb95-753fa8e21ff4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10599756462015120427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427105997564620151204271059975646201512042710599756462015120427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205630f9-bd6a-4cd7-88c0-b6829b21f5be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db956004-7e2d-4c75-bdde-9c1a44c42c37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db956004-7e2d-4c75-bdde-9c1a44c42c37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306124974010049974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974103061249740100499741030612497401004997410306124974010049974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aacc691c-e102-4539-bb95-753fa8e21ff4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db956004-7e2d-4c75-bdde-9c1a44c42c37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772874cf-e802-4f02-90cf-043242a73200, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772874cf-e802-4f02-90cf-043242a73200, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14687944903623666108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108146879449036236661081468794490362366610814687944903623666108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fcbd914-10a4-482c-9f02-c5c4cda60216, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcbd914-10a4-482c-9f02-c5c4cda60216, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 260246931897379772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772260246931897379772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772874cf-e802-4f02-90cf-043242a73200, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95c010e6-2d51-44ad-99ff-a1bb5ed9d625, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c010e6-2d51-44ad-99ff-a1bb5ed9d625, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3237542552291520272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272323754255229152027232375425522915202723237542552291520272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcbd914-10a4-482c-9f02-c5c4cda60216, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ec6597-194d-4149-82c4-2008853ebfb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ec6597-194d-4149-82c4-2008853ebfb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051939780459591617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617405193978045959161740519397804595916174051939780459591617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c010e6-2d51-44ad-99ff-a1bb5ed9d625, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b0af44-a0c1-4c92-aacd-1033ecfc4bb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b0af44-a0c1-4c92-aacd-1033ecfc4bb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755120838032517290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290775512083803251729077551208380325172907755120838032517290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ec6597-194d-4149-82c4-2008853ebfb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85df6ef-48cd-435f-977c-35fbaf877f75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85df6ef-48cd-435f-977c-35fbaf877f75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14595288284449248633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633145952882844492486331459528828444924863314595288284449248633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b0af44-a0c1-4c92-aacd-1033ecfc4bb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4914137b-eda6-44b5-aa0a-ae8181eafb06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4914137b-eda6-44b5-aa0a-ae8181eafb06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1472496150273829691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691147249615027382969114724961502738296911472496150273829691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85df6ef-48cd-435f-977c-35fbaf877f75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05271185-a4c1-455f-935a-af040108fecd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05271185-a4c1-455f-935a-af040108fecd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517967843114195411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411651796784311419541165179678431141954116517967843114195411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4914137b-eda6-44b5-aa0a-ae8181eafb06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1bbd82b-1384-41e0-b6d2-d4be2a1b01c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1bbd82b-1384-41e0-b6d2-d4be2a1b01c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15057066865436993204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204150570668654369932041505706686543699320415057066865436993204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05271185-a4c1-455f-935a-af040108fecd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03c18987-cd4f-44c7-83e2-178512f71190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03c18987-cd4f-44c7-83e2-178512f71190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840461050346735294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294884046105034673529488404610503467352948840461050346735294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1bbd82b-1384-41e0-b6d2-d4be2a1b01c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e69ab38-2c99-418f-9232-f983a991df8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e69ab38-2c99-418f-9232-f983a991df8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1902294547939645372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372190229454793964537219022945479396453721902294547939645372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03c18987-cd4f-44c7-83e2-178512f71190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43e00881-c021-44c6-8170-890b548ab742, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e00881-c021-44c6-8170-890b548ab742, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4234461417746275067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067423446141774627506742344614177462750674234461417746275067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e69ab38-2c99-418f-9232-f983a991df8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbd5eee6-fe6e-4910-b95a-d47c45f58c59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd5eee6-fe6e-4910-b95a-d47c45f58c59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17054701368755619437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437170547013687556194371705470136875561943717054701368755619437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e00881-c021-44c6-8170-890b548ab742, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a57f67fe-6cdd-40e1-85cd-f5022f960390, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57f67fe-6cdd-40e1-85cd-f5022f960390, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4723507967611332970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970472350796761133297047235079676113329704723507967611332970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd5eee6-fe6e-4910-b95a-d47c45f58c59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64c907fc-3fb3-4247-9437-b00cd45e6c7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c907fc-3fb3-4247-9437-b00cd45e6c7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10666842123480787228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228106668421234807872281066684212348078722810666842123480787228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57f67fe-6cdd-40e1-85cd-f5022f960390, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 476da58f-1438-4cdf-8a47-1046ba466d9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476da58f-1438-4cdf-8a47-1046ba466d9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14480215352012239805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805144802153520122398051448021535201223980514480215352012239805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c907fc-3fb3-4247-9437-b00cd45e6c7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7cf529e-1b6b-49dc-8dde-b93e80d59d90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7cf529e-1b6b-49dc-8dde-b93e80d59d90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399718370831252789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789339971837083125278933997183708312527893399718370831252789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476da58f-1438-4cdf-8a47-1046ba466d9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5014e7e4-73d3-4e7e-9436-348b74109f0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5014e7e4-73d3-4e7e-9436-348b74109f0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5061500134208174395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395506150013420817439550615001342081743955061500134208174395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7cf529e-1b6b-49dc-8dde-b93e80d59d90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae760477-a096-4223-b1b5-6f925cfb2f32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae760477-a096-4223-b1b5-6f925cfb2f32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14010250030991088251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251140102500309910882511401025003099108825114010250030991088251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5014e7e4-73d3-4e7e-9436-348b74109f0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e47477e-36cd-454e-a234-583ae4f24010, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e47477e-36cd-454e-a234-583ae4f24010, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16313720323737419702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702163137203237374197021631372032373741970216313720323737419702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae760477-a096-4223-b1b5-6f925cfb2f32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e158b83-9422-4522-8ad9-6561516e5ca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e158b83-9422-4522-8ad9-6561516e5ca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879930870344902421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421587993087034490242158799308703449024215879930870344902421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e47477e-36cd-454e-a234-583ae4f24010, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c34508dc-5559-49da-a546-f8d0f447891d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34508dc-5559-49da-a546-f8d0f447891d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9385128459254527188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188938512845925452718893851284592545271889385128459254527188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e158b83-9422-4522-8ad9-6561516e5ca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bca9af0b-2579-478a-8882-b8725bb87d03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca9af0b-2579-478a-8882-b8725bb87d03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18389121793387547719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719183891217933875477191838912179338754771918389121793387547719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34508dc-5559-49da-a546-f8d0f447891d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37471e92-5386-4f2b-8baa-d42ccb614ed7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37471e92-5386-4f2b-8baa-d42ccb614ed7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17318361841024526211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211173183618410245262111731836184102452621117318361841024526211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca9af0b-2579-478a-8882-b8725bb87d03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb98e0be-0a31-428f-aa4d-18c70341c18a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb98e0be-0a31-428f-aa4d-18c70341c18a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17622318014521245401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401176223180145212454011762231801452124540117622318014521245401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37471e92-5386-4f2b-8baa-d42ccb614ed7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7b3c592-8e02-4cde-9bd8-2e9092b24a19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb98e0be-0a31-428f-aa4d-18c70341c18a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 287321c9-2c92-42c7-9133-39f052e5726a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287321c9-2c92-42c7-9133-39f052e5726a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9191026134820568612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612919102613482056861291910261348205686129191026134820568612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b3c592-8e02-4cde-9bd8-2e9092b24a19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959555337811384607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607119595553378113846071195955533781138460711959555337811384607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287321c9-2c92-42c7-9133-39f052e5726a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 861c3aae-b4f2-4cee-b4f8-db8a8d9d585c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 861c3aae-b4f2-4cee-b4f8-db8a8d9d585c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13461344929367252812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812134613449293672528121346134492936725281213461344929367252812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b3c592-8e02-4cde-9bd8-2e9092b24a19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4085caf6-24f8-4139-b7e9-1da27a477285, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4085caf6-24f8-4139-b7e9-1da27a477285, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7786999696894520211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211778699969689452021177869996968945202117786999696894520211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 861c3aae-b4f2-4cee-b4f8-db8a8d9d585c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 377bde14-9341-4b23-9681-3b468bfc628e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4085caf6-24f8-4139-b7e9-1da27a477285, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377bde14-9341-4b23-9681-3b468bfc628e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3960382632926863958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958396038263292686395839603826329268639583960382632926863958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb3a8632-12af-4460-bf23-e509af575308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3a8632-12af-4460-bf23-e509af575308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182206389672432433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433181822063896724324331818220638967243243318182206389672432433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377bde14-9341-4b23-9681-3b468bfc628e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 438e6090-54d6-40f5-9714-d5ee885725bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438e6090-54d6-40f5-9714-d5ee885725bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14138114898306571673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673141381148983065716731413811489830657167314138114898306571673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3a8632-12af-4460-bf23-e509af575308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dd53d43-df6c-4ae5-8f39-29c56895daa2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd53d43-df6c-4ae5-8f39-29c56895daa2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910025211651244151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151391002521165124415139100252116512441513910025211651244151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438e6090-54d6-40f5-9714-d5ee885725bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f253215f-7be6-4bfa-b950-b0550ba4c86c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd53d43-df6c-4ae5-8f39-29c56895daa2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d286d044-0444-4222-a8ee-2e6a905943ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d286d044-0444-4222-a8ee-2e6a905943ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16793217875551000598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598167932178755510005981679321787555100059816793217875551000598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f253215f-7be6-4bfa-b950-b0550ba4c86c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898369547189715004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004148983695471897150041489836954718971500414898369547189715004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d286d044-0444-4222-a8ee-2e6a905943ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f253215f-7be6-4bfa-b950-b0550ba4c86c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fde8533b-d3fe-4b07-88ca-24721ead3363, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fde8533b-d3fe-4b07-88ca-24721ead3363, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 891628860420715162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162891628860420715162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fddef191-327d-43ae-a078-d71e379d88fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fddef191-327d-43ae-a078-d71e379d88fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1460490935422175540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540146049093542217554014604909354221755401460490935422175540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fde8533b-d3fe-4b07-88ca-24721ead3363, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f7ef682-b968-4bcc-8363-104267cee1d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7ef682-b968-4bcc-8363-104267cee1d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16959442528557226703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703169594425285572267031695944252855722670316959442528557226703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fddef191-327d-43ae-a078-d71e379d88fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03b16ef6-cd19-46b7-b0d7-8db49a7cdb4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b16ef6-cd19-46b7-b0d7-8db49a7cdb4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420071805725262896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896842007180572526289684200718057252628968420071805725262896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7ef682-b968-4bcc-8363-104267cee1d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b6a669-a439-4642-a1fc-3f8ada2b7294, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b6a669-a439-4642-a1fc-3f8ada2b7294, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4285277554599837802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802428527755459983780242852775545998378024285277554599837802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b16ef6-cd19-46b7-b0d7-8db49a7cdb4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3ed2886-e97d-4cb9-bfc5-b24d9cdc9424, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3ed2886-e97d-4cb9-bfc5-b24d9cdc9424, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5537957409841911902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902553795740984191190255379574098419119025537957409841911902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b6a669-a439-4642-a1fc-3f8ada2b7294, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2191f96e-c527-40be-9ce9-25ff8b2c1c34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2191f96e-c527-40be-9ce9-25ff8b2c1c34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15182899567935857466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466151828995679358574661518289956793585746615182899567935857466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3ed2886-e97d-4cb9-bfc5-b24d9cdc9424, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e7353ff-263c-4632-9dff-de5a8197f56f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e7353ff-263c-4632-9dff-de5a8197f56f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 252940754412378002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002252940754412378002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2191f96e-c527-40be-9ce9-25ff8b2c1c34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab8e5fe-300c-43d5-9707-a15de7801b1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab8e5fe-300c-43d5-9707-a15de7801b1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10307175029517744983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983103071750295177449831030717502951774498310307175029517744983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e7353ff-263c-4632-9dff-de5a8197f56f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0213a971-54b6-4126-80f7-22f329034d8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0213a971-54b6-4126-80f7-22f329034d8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5798318098203990105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105579831809820399010557983180982039901055798318098203990105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab8e5fe-300c-43d5-9707-a15de7801b1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de696da-4fd6-45a0-af0e-d7d72ce34c11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de696da-4fd6-45a0-af0e-d7d72ce34c11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9410465073388905124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124941046507338890512494104650733889051249410465073388905124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0213a971-54b6-4126-80f7-22f329034d8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 718c4253-406f-40c6-8cb1-dfd09963611e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 718c4253-406f-40c6-8cb1-dfd09963611e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727528229461476260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260727528229461476260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de696da-4fd6-45a0-af0e-d7d72ce34c11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57703f11-3bd1-4cd0-96d3-4df506f61dfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57703f11-3bd1-4cd0-96d3-4df506f61dfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11832046934119895692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692118320469341198956921183204693411989569211832046934119895692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 718c4253-406f-40c6-8cb1-dfd09963611e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 928d2890-83f1-4f50-b9ae-e28b85458446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 928d2890-83f1-4f50-b9ae-e28b85458446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8485348828019682966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966848534882801968296684853488280196829668485348828019682966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57703f11-3bd1-4cd0-96d3-4df506f61dfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b96812e1-610f-434e-8f48-640d94c6e7a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96812e1-610f-434e-8f48-640d94c6e7a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9404795346308601939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939940479534630860193994047953463086019399404795346308601939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 928d2890-83f1-4f50-b9ae-e28b85458446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b52f2b17-7b0c-4310-abcf-5e51c044c88f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52f2b17-7b0c-4310-abcf-5e51c044c88f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8085421562147840105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105808542156214784010580854215621478401058085421562147840105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96812e1-610f-434e-8f48-640d94c6e7a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89cd10e1-561c-4b7f-b6dd-e06dfb65aaae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89cd10e1-561c-4b7f-b6dd-e06dfb65aaae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7048235682972934505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505704823568297293450570482356829729345057048235682972934505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52f2b17-7b0c-4310-abcf-5e51c044c88f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a672756-387f-4e83-ac13-546f0e315210, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a672756-387f-4e83-ac13-546f0e315210, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8810342044772920988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988881034204477292098888103420447729209888810342044772920988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89cd10e1-561c-4b7f-b6dd-e06dfb65aaae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 947dc356-92c0-4b82-93a2-6a778415e317, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 947dc356-92c0-4b82-93a2-6a778415e317, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5021430033771037896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896502143003377103789650214300337710378965021430033771037896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a672756-387f-4e83-ac13-546f0e315210, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0d8e020-98e7-4527-bcd0-6e9a0c569432, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d8e020-98e7-4527-bcd0-6e9a0c569432, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564703982592453067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067156470398259245306715647039825924530671564703982592453067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 947dc356-92c0-4b82-93a2-6a778415e317, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96844880-0ab5-4f81-b3e6-e13021aeabb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96844880-0ab5-4f81-b3e6-e13021aeabb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16700536083061103893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893167005360830611038931670053608306110389316700536083061103893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d8e020-98e7-4527-bcd0-6e9a0c569432, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed391b8-9bb4-4af2-a4ee-94979512644e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed391b8-9bb4-4af2-a4ee-94979512644e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7274391341535358583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583727439134153535858372743913415353585837274391341535358583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96844880-0ab5-4f81-b3e6-e13021aeabb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bf994bc-5428-4f3b-a535-f4cddd8c7b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bf994bc-5428-4f3b-a535-f4cddd8c7b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1572988827863986128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128157298882786398612815729888278639861281572988827863986128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed391b8-9bb4-4af2-a4ee-94979512644e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6af5a151-ed4c-4ad8-ad2a-76033026a599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af5a151-ed4c-4ad8-ad2a-76033026a599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656907547085018025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025465690754708501802546569075470850180254656907547085018025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bf994bc-5428-4f3b-a535-f4cddd8c7b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec5f47c-d4c1-4ca9-a403-1377847c5b1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec5f47c-d4c1-4ca9-a403-1377847c5b1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482277401979554652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652348227740197955465234822774019795546523482277401979554652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af5a151-ed4c-4ad8-ad2a-76033026a599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 432b0e84-797c-41be-867c-97aa6f7d4dd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432b0e84-797c-41be-867c-97aa6f7d4dd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10203708909384073188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188102037089093840731881020370890938407318810203708909384073188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec5f47c-d4c1-4ca9-a403-1377847c5b1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 970b36a0-c10d-45c9-ad08-641830231c31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970b36a0-c10d-45c9-ad08-641830231c31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6881130375926394486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486688113037592639448668811303759263944866881130375926394486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432b0e84-797c-41be-867c-97aa6f7d4dd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 259df66f-1974-4936-b8af-63628f604d52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 259df66f-1974-4936-b8af-63628f604d52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876756306070479772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772148767563060704797721487675630607047977214876756306070479772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970b36a0-c10d-45c9-ad08-641830231c31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f01807-9baa-42b9-8b56-d725535f86c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f01807-9baa-42b9-8b56-d725535f86c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7040801462349849606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606704080146234984960670408014623498496067040801462349849606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 259df66f-1974-4936-b8af-63628f604d52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 223ed68e-dd89-40d4-90fb-9eb75b1a39ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223ed68e-dd89-40d4-90fb-9eb75b1a39ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805412398721237835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835980541239872123783598054123987212378359805412398721237835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9f01807-9baa-42b9-8b56-d725535f86c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad0f629e-f2fe-4c30-8153-e3836dc962c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0f629e-f2fe-4c30-8153-e3836dc962c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069639292492540405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405106963929249254040510696392924925404051069639292492540405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223ed68e-dd89-40d4-90fb-9eb75b1a39ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f187f7-2404-4768-a3be-a6502e08b3ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f187f7-2404-4768-a3be-a6502e08b3ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7278826110876583198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198727882611087658319872788261108765831987278826110876583198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0f629e-f2fe-4c30-8153-e3836dc962c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1988945-48df-4d4a-8dc6-65c63c4bcd13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1988945-48df-4d4a-8dc6-65c63c4bcd13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5462253376431987934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934546225337643198793454622533764319879345462253376431987934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f187f7-2404-4768-a3be-a6502e08b3ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e821f81b-903f-4690-bc17-9305d5115343, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e821f81b-903f-4690-bc17-9305d5115343, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449832626842156975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975444983262684215697544498326268421569754449832626842156975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1988945-48df-4d4a-8dc6-65c63c4bcd13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79fa022d-96ff-4eb7-8f2c-47389fbf32e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79fa022d-96ff-4eb7-8f2c-47389fbf32e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001977535757725342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342110019775357577253421100197753575772534211001977535757725342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79fa022d-96ff-4eb7-8f2c-47389fbf32e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe7cb59d-eba2-4a7b-a59c-f065001ee750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7cb59d-eba2-4a7b-a59c-f065001ee750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8877003095479033120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120887700309547903312088770030954790331208877003095479033120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7cb59d-eba2-4a7b-a59c-f065001ee750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d71d57b-441f-42e1-a110-eb4e46a201a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d71d57b-441f-42e1-a110-eb4e46a201a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18131146371401727153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153181311463714017271531813114637140172715318131146371401727153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e821f81b-903f-4690-bc17-9305d5115343, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1c966a3-1b04-45d5-88f6-3f6148a2b2f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c966a3-1b04-45d5-88f6-3f6148a2b2f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3841966508212705504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504384196650821270550438419665082127055043841966508212705504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d71d57b-441f-42e1-a110-eb4e46a201a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14859275-8298-40ee-99d6-96ddb5040628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14859275-8298-40ee-99d6-96ddb5040628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3586383246587278107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107358638324658727810735863832465872781073586383246587278107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c966a3-1b04-45d5-88f6-3f6148a2b2f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d9c7be9-d822-48c9-bb7c-6bd106064e03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d9c7be9-d822-48c9-bb7c-6bd106064e03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15883337752107497152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152158833377521074971521588333775210749715215883337752107497152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14859275-8298-40ee-99d6-96ddb5040628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40f1a3ff-611d-4e42-9e3f-459926b6d3ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f1a3ff-611d-4e42-9e3f-459926b6d3ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444296439901434859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859244429643990143485924442964399014348592444296439901434859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d9c7be9-d822-48c9-bb7c-6bd106064e03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a813af-0a4a-47fb-a2b2-699112db85dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a813af-0a4a-47fb-a2b2-699112db85dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4225689132279976359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359422568913227997635942256891322799763594225689132279976359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f1a3ff-611d-4e42-9e3f-459926b6d3ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc3265ff-d170-4a32-a729-d1909ec15ec8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3265ff-d170-4a32-a729-d1909ec15ec8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2608154865644063155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155260815486564406315526081548656440631552608154865644063155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a813af-0a4a-47fb-a2b2-699112db85dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8d35194-10c2-4d23-9def-34c72448a81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d35194-10c2-4d23-9def-34c72448a81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11883295588588268234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234118832955885882682341188329558858826823411883295588588268234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3265ff-d170-4a32-a729-d1909ec15ec8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c03be729-bab7-46a8-a603-176c3b44257d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d35194-10c2-4d23-9def-34c72448a81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 224bb5fd-20a2-4430-8a15-5ad82b608346, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224bb5fd-20a2-4430-8a15-5ad82b608346, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615825342790627512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512861582534279062751286158253427906275128615825342790627512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03be729-bab7-46a8-a603-176c3b44257d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16060673572060520311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311160606735720605203111606067357206052031116060673572060520311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224bb5fd-20a2-4430-8a15-5ad82b608346, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a4a4694-85ce-4707-98df-53b03248808e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a4a4694-85ce-4707-98df-53b03248808e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738653566781144066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066147386535667811440661473865356678114406614738653566781144066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03be729-bab7-46a8-a603-176c3b44257d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0aae97f-9ec0-4f04-8f8e-fceece7e3bb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0aae97f-9ec0-4f04-8f8e-fceece7e3bb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1864793978638573104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104186479397863857310418647939786385731041864793978638573104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a4a4694-85ce-4707-98df-53b03248808e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c7b98f8-1744-4bb5-92aa-c8dd5732cb98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7b98f8-1744-4bb5-92aa-c8dd5732cb98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9117626105400661120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120911762610540066112091176261054006611209117626105400661120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0aae97f-9ec0-4f04-8f8e-fceece7e3bb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ff061ff-ac6d-45e4-9c97-5aa44cacbf10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff061ff-ac6d-45e4-9c97-5aa44cacbf10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054294882413284851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851110542948824132848511105429488241328485111054294882413284851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7b98f8-1744-4bb5-92aa-c8dd5732cb98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 283bcafd-ca40-4c92-99f8-a8768c70183c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283bcafd-ca40-4c92-99f8-a8768c70183c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1477879671544532597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597147787967154453259714778796715445325971477879671544532597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff061ff-ac6d-45e4-9c97-5aa44cacbf10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0891e65d-d4ea-4a02-8989-f7a2799f0fbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0891e65d-d4ea-4a02-8989-f7a2799f0fbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557789603850905541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541755778960385090554175577896038509055417557789603850905541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283bcafd-ca40-4c92-99f8-a8768c70183c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c3c9dec-60b4-400b-8cf1-5dbcbc1b0764, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3c9dec-60b4-400b-8cf1-5dbcbc1b0764, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18004965876170894984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984180049658761708949841800496587617089498418004965876170894984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0891e65d-d4ea-4a02-8989-f7a2799f0fbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3c9dec-60b4-400b-8cf1-5dbcbc1b0764, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5e05f6-f05f-4a93-80da-ad94783f909a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5e05f6-f05f-4a93-80da-ad94783f909a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2918278956381318560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560291827895638131856029182789563813185602918278956381318560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b947516e-55a2-4366-b189-07aad64ed9fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b947516e-55a2-4366-b189-07aad64ed9fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1498037736514749164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164149803773651474916414980377365147491641498037736514749164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5e05f6-f05f-4a93-80da-ad94783f909a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed30bca-6ef1-483c-b509-bfb80a812b2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed30bca-6ef1-483c-b509-bfb80a812b2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7323724222767214077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077732372422276721407773237242227672140777323724222767214077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b947516e-55a2-4366-b189-07aad64ed9fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d857943-69cb-4563-84a8-3e78681ff8a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d857943-69cb-4563-84a8-3e78681ff8a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17854396003041742481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481178543960030417424811785439600304174248117854396003041742481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed30bca-6ef1-483c-b509-bfb80a812b2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68267ec7-006d-49d1-877f-19306c6c4d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68267ec7-006d-49d1-877f-19306c6c4d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3900730448274483205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205390073044827448320539007304482744832053900730448274483205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d857943-69cb-4563-84a8-3e78681ff8a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68267ec7-006d-49d1-877f-19306c6c4d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aedcf074-6178-4593-8186-9474ecbea0d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aedcf074-6178-4593-8186-9474ecbea0d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11041187016829767383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383110411870168297673831104118701682976738311041187016829767383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cde26e7-3dcf-405e-b6ed-ae84ec50a233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cde26e7-3dcf-405e-b6ed-ae84ec50a233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4646212203834694297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297464621220383469429746462122038346942974646212203834694297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aedcf074-6178-4593-8186-9474ecbea0d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7ced33e-5145-4113-91ab-2f0e5e5ac987, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ced33e-5145-4113-91ab-2f0e5e5ac987, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15609516684854865365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365156095166848548653651560951668485486536515609516684854865365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cde26e7-3dcf-405e-b6ed-ae84ec50a233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a04d4d05-e0b1-4424-bba0-466fb0ffc80d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a04d4d05-e0b1-4424-bba0-466fb0ffc80d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12635428571197705074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074126354285711977050741263542857119770507412635428571197705074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ced33e-5145-4113-91ab-2f0e5e5ac987, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c1e8cce-3ef0-4165-8717-5d79e9eefea9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1e8cce-3ef0-4165-8717-5d79e9eefea9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9463851347507343152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152946385134750734315294638513475073431529463851347507343152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a04d4d05-e0b1-4424-bba0-466fb0ffc80d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87aa0f85-9cb9-4aef-aa5c-ccf04113216b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa0f85-9cb9-4aef-aa5c-ccf04113216b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3950112365880937149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149395011236588093714939501123658809371493950112365880937149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1e8cce-3ef0-4165-8717-5d79e9eefea9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 962b8d60-dd25-4b1a-bba7-27bd2aed5ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 962b8d60-dd25-4b1a-bba7-27bd2aed5ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147652012573614309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309714765201257361430971476520125736143097147652012573614309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa0f85-9cb9-4aef-aa5c-ccf04113216b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52b32487-6a55-4a61-a263-bd3b2a813951, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b32487-6a55-4a61-a263-bd3b2a813951, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9875007764856943703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703987500776485694370398750077648569437039875007764856943703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 962b8d60-dd25-4b1a-bba7-27bd2aed5ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3bb1dc7-5ac3-427a-a9c8-d4ee0fde6ff2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3bb1dc7-5ac3-427a-a9c8-d4ee0fde6ff2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10557075516726249529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529105570755167262495291055707551672624952910557075516726249529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b32487-6a55-4a61-a263-bd3b2a813951, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e33257f-7cfb-4288-80b6-3ae9a8f087f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e33257f-7cfb-4288-80b6-3ae9a8f087f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 655220213264212629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629655220213264212629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3bb1dc7-5ac3-427a-a9c8-d4ee0fde6ff2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38184d2-e2ce-4701-882c-a79373768184, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38184d2-e2ce-4701-882c-a79373768184, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4570563060898683343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343457056306089868334345705630608986833434570563060898683343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e33257f-7cfb-4288-80b6-3ae9a8f087f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e38184d2-e2ce-4701-882c-a79373768184, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e84a9560-e9f2-4cc1-b0b5-ffd70092e9f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84a9560-e9f2-4cc1-b0b5-ffd70092e9f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034455862475296514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514903445586247529651490344558624752965149034455862475296514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c09e64d8-5a9c-4e64-ac60-7e175e7e53af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09e64d8-5a9c-4e64-ac60-7e175e7e53af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2292720090888641640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640229272009088864164022927200908886416402292720090888641640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84a9560-e9f2-4cc1-b0b5-ffd70092e9f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09e64d8-5a9c-4e64-ac60-7e175e7e53af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92e5aefc-f2f4-463d-abf9-42cae59ddee9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92e5aefc-f2f4-463d-abf9-42cae59ddee9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3782303945008644900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900378230394500864490037823039450086449003782303945008644900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0c23e80-6883-478f-94ce-7f6c9f8ec613, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c23e80-6883-478f-94ce-7f6c9f8ec613, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7095302457824612063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063709530245782461206370953024578246120637095302457824612063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92e5aefc-f2f4-463d-abf9-42cae59ddee9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e40b81ad-c8d8-4b5a-a8ae-f465c724c70e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e40b81ad-c8d8-4b5a-a8ae-f465c724c70e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16550217027725238515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515165502170277252385151655021702772523851516550217027725238515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c23e80-6883-478f-94ce-7f6c9f8ec613, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0b63c49-93f3-45e9-b018-de51059e35b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b63c49-93f3-45e9-b018-de51059e35b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16336975230224988907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907163369752302249889071633697523022498890716336975230224988907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e40b81ad-c8d8-4b5a-a8ae-f465c724c70e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90673ab3-2a2e-4e37-b52e-787f489c97f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90673ab3-2a2e-4e37-b52e-787f489c97f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6480986808336885836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836648098680833688583664809868083368858366480986808336885836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b63c49-93f3-45e9-b018-de51059e35b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b514cc70-b71c-4652-a5d3-9a7494be4b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b514cc70-b71c-4652-a5d3-9a7494be4b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6831235264453650815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815683123526445365081568312352644536508156831235264453650815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90673ab3-2a2e-4e37-b52e-787f489c97f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eebefb26-7d01-40d6-b515-17c0ffd979fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eebefb26-7d01-40d6-b515-17c0ffd979fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4445349003762833961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961444534900376283396144453490037628339614445349003762833961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b514cc70-b71c-4652-a5d3-9a7494be4b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae737fd2-469e-4051-9a04-6deb6eae1164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae737fd2-469e-4051-9a04-6deb6eae1164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13267640142241774664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664132676401422417746641326764014224177466413267640142241774664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eebefb26-7d01-40d6-b515-17c0ffd979fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 957533d9-2b7d-4ddd-839b-fa18942c844d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 957533d9-2b7d-4ddd-839b-fa18942c844d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10146402257172976997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997101464022571729769971014640225717297699710146402257172976997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae737fd2-469e-4051-9a04-6deb6eae1164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a9b1732-b888-4f90-8166-62e6f3f6b775, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 957533d9-2b7d-4ddd-839b-fa18942c844d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9b1732-b888-4f90-8166-62e6f3f6b775, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2276558958305832097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097227655895830583209722765589583058320972276558958305832097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 328ea23c-22cf-4170-9c92-9b0f5b84eda9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 328ea23c-22cf-4170-9c92-9b0f5b84eda9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5485157346771399412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412548515734677139941254851573467713994125485157346771399412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9b1732-b888-4f90-8166-62e6f3f6b775, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a438f4a-76d7-42fa-8976-cf216e63d6db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a438f4a-76d7-42fa-8976-cf216e63d6db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11095447282142075838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838110954472821420758381109544728214207583811095447282142075838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 328ea23c-22cf-4170-9c92-9b0f5b84eda9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2d1c046-432a-470d-bb0e-6cc393b2ffe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d1c046-432a-470d-bb0e-6cc393b2ffe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8839390038894372033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033883939003889437203388393900388943720338839390038894372033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a438f4a-76d7-42fa-8976-cf216e63d6db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e29f3464-2867-41ce-86b5-bc26e7f7cf30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29f3464-2867-41ce-86b5-bc26e7f7cf30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11176924736520198540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540111769247365201985401117692473652019854011176924736520198540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d1c046-432a-470d-bb0e-6cc393b2ffe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff71a5ef-466b-4a38-8418-4744420773c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff71a5ef-466b-4a38-8418-4744420773c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177996662695751976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976177996662695751976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29f3464-2867-41ce-86b5-bc26e7f7cf30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e1d9ba0-fbb4-46aa-af81-8bbf272a5ff5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1d9ba0-fbb4-46aa-af81-8bbf272a5ff5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13120853535413514850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850131208535354135148501312085353541351485013120853535413514850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff71a5ef-466b-4a38-8418-4744420773c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c1cafb8-2449-4106-9b75-078554382948, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1cafb8-2449-4106-9b75-078554382948, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18298614277510517058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058182986142775105170581829861427751051705818298614277510517058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1d9ba0-fbb4-46aa-af81-8bbf272a5ff5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f61699a0-4c72-46e8-b33d-69ee1a9a1a56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61699a0-4c72-46e8-b33d-69ee1a9a1a56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488564564891538834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834748856456489153883474885645648915388347488564564891538834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1cafb8-2449-4106-9b75-078554382948, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ee416e-d49d-41a9-9f76-9f6c271f778e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ee416e-d49d-41a9-9f76-9f6c271f778e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197916843027223608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608419791684302722360841979168430272236084197916843027223608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61699a0-4c72-46e8-b33d-69ee1a9a1a56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0bba5b3-e743-49f7-adbb-d3eb95a1fdea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ee416e-d49d-41a9-9f76-9f6c271f778e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0386e572-a229-4501-a4e1-0c2ef36c0fd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0bba5b3-e743-49f7-adbb-d3eb95a1fdea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10786411182895651284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284107864111828956512841078641118289565128410786411182895651284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0386e572-a229-4501-a4e1-0c2ef36c0fd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1330065169627899508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508133006516962789950813300651696278995081330065169627899508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0386e572-a229-4501-a4e1-0c2ef36c0fd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984a8460-a644-4894-b308-278d724fdff9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984a8460-a644-4894-b308-278d724fdff9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354141856954379792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792173541418569543797921735414185695437979217354141856954379792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0bba5b3-e743-49f7-adbb-d3eb95a1fdea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce4f5bea-f73b-43c3-9496-352deb59ee42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4f5bea-f73b-43c3-9496-352deb59ee42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370679013560364256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256137067901356036425613706790135603642561370679013560364256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984a8460-a644-4894-b308-278d724fdff9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98065e03-22b7-44de-a635-b7581473acf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98065e03-22b7-44de-a635-b7581473acf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18115408678738035171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171181154086787380351711811540867873803517118115408678738035171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4f5bea-f73b-43c3-9496-352deb59ee42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3024116-7421-44e7-9726-a19f97afd162, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3024116-7421-44e7-9726-a19f97afd162, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2219101492237320736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736221910149223732073622191014922373207362219101492237320736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98065e03-22b7-44de-a635-b7581473acf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3024116-7421-44e7-9726-a19f97afd162, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8e293a-d660-4d34-9716-2074816311b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 399d72e4-ac90-4773-ab01-c01c1ba831e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 399d72e4-ac90-4773-ab01-c01c1ba831e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4530056909402897673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673453005690940289767345300569094028976734530056909402897673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8e293a-d660-4d34-9716-2074816311b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835486353374205423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423183548635337420542318354863533742054231835486353374205423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8e293a-d660-4d34-9716-2074816311b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6640a4b8-d11b-4f1e-b965-5fb65bb0f34e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6640a4b8-d11b-4f1e-b965-5fb65bb0f34e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9208595719099208044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044920859571909920804492085957190992080449208595719099208044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 399d72e4-ac90-4773-ab01-c01c1ba831e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81208f91-419c-49b4-8e2b-33f0d00d612e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81208f91-419c-49b4-8e2b-33f0d00d612e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7848734217812526776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776784873421781252677678487342178125267767848734217812526776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6640a4b8-d11b-4f1e-b965-5fb65bb0f34e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5e4eb0-99ce-45bf-900d-700774da44b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5e4eb0-99ce-45bf-900d-700774da44b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11078932414746322752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752110789324147463227521107893241474632275211078932414746322752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81208f91-419c-49b4-8e2b-33f0d00d612e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19147244-7e1c-454c-8aeb-49bdb635b8a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5e4eb0-99ce-45bf-900d-700774da44b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fab8cf63-8c6b-4937-9710-d8dfb8ac9a78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19147244-7e1c-454c-8aeb-49bdb635b8a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961671193006302595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595996167119300630259599616711930063025959961671193006302595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab8cf63-8c6b-4937-9710-d8dfb8ac9a78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3993152672642516622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622399315267264251662239931526726425166223993152672642516622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19147244-7e1c-454c-8aeb-49bdb635b8a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c39556ef-b92f-449b-a525-b2de3c4a0e73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39556ef-b92f-449b-a525-b2de3c4a0e73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17798231642497828535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535177982316424978285351779823164249782853517798231642497828535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab8cf63-8c6b-4937-9710-d8dfb8ac9a78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e32bd55a-2a9f-45f7-8c18-e7f6f31f2e2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32bd55a-2a9f-45f7-8c18-e7f6f31f2e2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6760707094766176103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103676070709476617610367607070947661761036760707094766176103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39556ef-b92f-449b-a525-b2de3c4a0e73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71fe77c3-1da9-4fb5-bb32-0a35ba46001c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fe77c3-1da9-4fb5-bb32-0a35ba46001c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1772375899580765919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919177237589958076591917723758995807659191772375899580765919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32bd55a-2a9f-45f7-8c18-e7f6f31f2e2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 837699a9-1110-41e1-8e5a-a0a3a01df9a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837699a9-1110-41e1-8e5a-a0a3a01df9a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10884691350401712917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917108846913504017129171088469135040171291710884691350401712917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fe77c3-1da9-4fb5-bb32-0a35ba46001c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccd0670c-ec30-4438-aefa-09a353c3c84c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd0670c-ec30-4438-aefa-09a353c3c84c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4663523996239726777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777466352399623972677746635239962397267774663523996239726777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837699a9-1110-41e1-8e5a-a0a3a01df9a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd0670c-ec30-4438-aefa-09a353c3c84c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e526b81-a5e7-498f-94fb-d506a64a3039, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70863714-d8d6-4f19-83d3-d76c9bb63bc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70863714-d8d6-4f19-83d3-d76c9bb63bc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179700505086333387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387217970050508633338721797005050863333872179700505086333387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e526b81-a5e7-498f-94fb-d506a64a3039, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960825747338823224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224129608257473388232241296082574733882322412960825747338823224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70863714-d8d6-4f19-83d3-d76c9bb63bc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 763d81e1-0549-4fa8-ba26-ca1569cc85c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763d81e1-0549-4fa8-ba26-ca1569cc85c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5476246451482569083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083547624645148256908354762464514825690835476246451482569083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e526b81-a5e7-498f-94fb-d506a64a3039, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5c06a32-58fc-4436-b758-9270789ecdc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5c06a32-58fc-4436-b758-9270789ecdc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18215447162468237032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032182154471624682370321821544716246823703218215447162468237032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763d81e1-0549-4fa8-ba26-ca1569cc85c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3486a16-74cc-4936-9cb8-68332b8d58c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5c06a32-58fc-4436-b758-9270789ecdc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52e0d00-bc27-4535-8369-738873fd26b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e0d00-bc27-4535-8369-738873fd26b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396351709867324473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473239635170986732447323963517098673244732396351709867324473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3486a16-74cc-4936-9cb8-68332b8d58c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12793242527212774917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917127932425272127749171279324252721277491712793242527212774917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3486a16-74cc-4936-9cb8-68332b8d58c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e0d00-bc27-4535-8369-738873fd26b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fbe2206-ec4a-4e81-b0b4-f8bec1bdc640, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbe2206-ec4a-4e81-b0b4-f8bec1bdc640, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11514602730832162496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496115146027308321624961151460273083216249611514602730832162496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30066f9a-3de6-40be-b3b4-d194066b3526, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30066f9a-3de6-40be-b3b4-d194066b3526, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15414692817753182385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385154146928177531823851541469281775318238515414692817753182385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbe2206-ec4a-4e81-b0b4-f8bec1bdc640, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad6e451-8a8b-4b47-8a72-0a35a6dd5f49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad6e451-8a8b-4b47-8a72-0a35a6dd5f49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322743760003227669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669133227437600032276691332274376000322766913322743760003227669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30066f9a-3de6-40be-b3b4-d194066b3526, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ed9f51c-dbc3-47e4-9294-43be66bc1f58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed9f51c-dbc3-47e4-9294-43be66bc1f58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15812646143218974622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622158126461432189746221581264614321897462215812646143218974622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad6e451-8a8b-4b47-8a72-0a35a6dd5f49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 549e3eef-5ee8-4b5a-8080-e5aefee678c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 549e3eef-5ee8-4b5a-8080-e5aefee678c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14037701500254948676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676140377015002549486761403770150025494867614037701500254948676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed9f51c-dbc3-47e4-9294-43be66bc1f58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cea9804c-322a-430b-a1a1-67c3bed673c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea9804c-322a-430b-a1a1-67c3bed673c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15194356694488886613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613151943566944888866131519435669448888661315194356694488886613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 549e3eef-5ee8-4b5a-8080-e5aefee678c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61b69e5c-45e3-4f88-99d1-84ff43c765c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b69e5c-45e3-4f88-99d1-84ff43c765c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471361709786221991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991164713617097862219911647136170978622199116471361709786221991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea9804c-322a-430b-a1a1-67c3bed673c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd8a2da1-6b98-4b4f-bcce-7dd284b42613, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8a2da1-6b98-4b4f-bcce-7dd284b42613, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7342326332194435715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715734232633219443571573423263321944357157342326332194435715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b69e5c-45e3-4f88-99d1-84ff43c765c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7ed7812-ab85-496f-a8ef-48c4e21f30de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ed7812-ab85-496f-a8ef-48c4e21f30de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917283530895349723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723891728353089534972389172835308953497238917283530895349723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8a2da1-6b98-4b4f-bcce-7dd284b42613, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc261b9d-4e75-4d3d-b761-98313f10f997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc261b9d-4e75-4d3d-b761-98313f10f997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16404460107813387711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711164044601078133877111640446010781338771116404460107813387711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ed7812-ab85-496f-a8ef-48c4e21f30de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cfd7ff1-7844-45e2-9706-67a7dcc2dc2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc261b9d-4e75-4d3d-b761-98313f10f997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cfd7ff1-7844-45e2-9706-67a7dcc2dc2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9337295058754268861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861933729505875426886193372950587542688619337295058754268861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816f8734-319a-46cf-a95c-644e4e6984d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816f8734-319a-46cf-a95c-644e4e6984d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17343182041684111053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053173431820416841110531734318204168411105317343182041684111053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cfd7ff1-7844-45e2-9706-67a7dcc2dc2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec63b71-6e0f-487a-8671-63a8395d2def, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec63b71-6e0f-487a-8671-63a8395d2def, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 860717484761682419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419860717484761682419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816f8734-319a-46cf-a95c-644e4e6984d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d5c60f-a3bc-47ad-b0b6-97dec7c1caa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec63b71-6e0f-487a-8671-63a8395d2def, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0328c725-6527-445e-ad82-1ada8f9eb067, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d5c60f-a3bc-47ad-b0b6-97dec7c1caa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2583442750241558153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153258344275024155815325834427502415581532583442750241558153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0328c725-6527-445e-ad82-1ada8f9eb067, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9606138041194875802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802960613804119487580296061380411948758029606138041194875802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d5c60f-a3bc-47ad-b0b6-97dec7c1caa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ad9b14b-17ba-4cbd-8bae-c64547c39c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad9b14b-17ba-4cbd-8bae-c64547c39c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15350049293101458337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337153500492931014583371535004929310145833715350049293101458337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0328c725-6527-445e-ad82-1ada8f9eb067, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a678a2-ee54-4d6b-a436-199fcb0bf050, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad9b14b-17ba-4cbd-8bae-c64547c39c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a678a2-ee54-4d6b-a436-199fcb0bf050, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1153376813318649369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369115337681331864936911533768133186493691153376813318649369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99a4c463-dcd9-4e43-bf74-f64cc1fe154a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a4c463-dcd9-4e43-bf74-f64cc1fe154a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706125100263016321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321177061251002630163211770612510026301632117706125100263016321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a678a2-ee54-4d6b-a436-199fcb0bf050, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a4c463-dcd9-4e43-bf74-f64cc1fe154a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0562031-28fe-493b-940a-752e829ecc8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e993104-1c16-422f-902a-4cda16a37cbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0562031-28fe-493b-940a-752e829ecc8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17930427917672327351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351179304279176723273511793042791767232735117930427917672327351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e993104-1c16-422f-902a-4cda16a37cbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 861173378239408128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128861173378239408128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0562031-28fe-493b-940a-752e829ecc8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e993104-1c16-422f-902a-4cda16a37cbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 056588a6-61d0-473f-93dc-fd532d41c7a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056588a6-61d0-473f-93dc-fd532d41c7a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10632994505792436574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574106329945057924365741063299450579243657410632994505792436574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56a73c70-073d-41f5-bb72-a2f32b87012d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a73c70-073d-41f5-bb72-a2f32b87012d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135990574594289730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730213599057459428973021359905745942897302135990574594289730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056588a6-61d0-473f-93dc-fd532d41c7a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e33febc-fd3f-4e49-9fe2-171e81f9a236, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e33febc-fd3f-4e49-9fe2-171e81f9a236, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1477036188599194367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367147703618859919436714770361885991943671477036188599194367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a73c70-073d-41f5-bb72-a2f32b87012d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5dd67f-cb73-4aaa-8b57-1d010a804291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5dd67f-cb73-4aaa-8b57-1d010a804291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 602200293783554148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148602200293783554148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5dd67f-cb73-4aaa-8b57-1d010a804291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc9c898b-7a84-4413-aa79-3fd51e41a1a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e33febc-fd3f-4e49-9fe2-171e81f9a236, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c706ef5c-bc51-45e2-9cfc-6e9e937c2ea3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9c898b-7a84-4413-aa79-3fd51e41a1a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10922704143719635740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740109227041437196357401092270414371963574010922704143719635740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c706ef5c-bc51-45e2-9cfc-6e9e937c2ea3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2586425435021283565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565258642543502128356525864254350212835652586425435021283565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9c898b-7a84-4413-aa79-3fd51e41a1a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6ac6e2c-647e-4aa0-b782-09ae42cda81e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ac6e2c-647e-4aa0-b782-09ae42cda81e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1167657026766998101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101116765702676699810111676570267669981011167657026766998101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c706ef5c-bc51-45e2-9cfc-6e9e937c2ea3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9492e6e-47cc-4471-bfa9-4f18688f9e03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9492e6e-47cc-4471-bfa9-4f18688f9e03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13331609427529909737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737133316094275299097371333160942752990973713331609427529909737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ac6e2c-647e-4aa0-b782-09ae42cda81e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20e34a94-7f0a-4609-b236-1d98ec6fd632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e34a94-7f0a-4609-b236-1d98ec6fd632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17903087520389881788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788179030875203898817881790308752038988178817903087520389881788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9492e6e-47cc-4471-bfa9-4f18688f9e03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ae7c211-9f13-4816-a11a-a842e8cb2065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae7c211-9f13-4816-a11a-a842e8cb2065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5924108726671666280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280592410872667166628059241087266716662805924108726671666280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e34a94-7f0a-4609-b236-1d98ec6fd632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07e3c94-e19d-451d-a8dd-08392a21af84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07e3c94-e19d-451d-a8dd-08392a21af84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5109318623703702017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017510931862370370201751093186237037020175109318623703702017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae7c211-9f13-4816-a11a-a842e8cb2065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e64a551-7695-46b6-aeec-604ada64dbdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e64a551-7695-46b6-aeec-604ada64dbdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1649205585249705262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262164920558524970526216492055852497052621649205585249705262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07e3c94-e19d-451d-a8dd-08392a21af84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6de189f9-496a-4df5-8d79-3e219a7623c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de189f9-496a-4df5-8d79-3e219a7623c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12042136397872816304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304120421363978728163041204213639787281630412042136397872816304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e64a551-7695-46b6-aeec-604ada64dbdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca29584-b623-4331-9cfd-e72195021ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca29584-b623-4331-9cfd-e72195021ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13371068173580900269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269133710681735809002691337106817358090026913371068173580900269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca29584-b623-4331-9cfd-e72195021ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cbf65ef-2c83-465d-aeab-da2c29711829, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbf65ef-2c83-465d-aeab-da2c29711829, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9801685450044258722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722980168545004425872298016854500442587229801685450044258722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de189f9-496a-4df5-8d79-3e219a7623c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46bc4166-13ec-48fd-bd66-8bb36681cc7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46bc4166-13ec-48fd-bd66-8bb36681cc7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12711460106230361073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073127114601062303610731271146010623036107312711460106230361073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbf65ef-2c83-465d-aeab-da2c29711829, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8efde1c8-51f6-499d-af36-2f8c458fa6a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8efde1c8-51f6-499d-af36-2f8c458fa6a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10373977737174093580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580103739777371740935801037397773717409358010373977737174093580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46bc4166-13ec-48fd-bd66-8bb36681cc7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4aabfc6-7426-4dc5-a0c4-16c85253df68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4aabfc6-7426-4dc5-a0c4-16c85253df68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6330306279692304863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863633030627969230486363303062796923048636330306279692304863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8efde1c8-51f6-499d-af36-2f8c458fa6a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cc9e2e9-73de-4d67-803b-826086eabf8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc9e2e9-73de-4d67-803b-826086eabf8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397550274078309310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310239755027407830931023975502740783093102397550274078309310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4aabfc6-7426-4dc5-a0c4-16c85253df68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30498042-0e6c-40b6-a255-6d840368c57c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30498042-0e6c-40b6-a255-6d840368c57c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10353093792717848871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871103530937927178488711035309379271784887110353093792717848871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc9e2e9-73de-4d67-803b-826086eabf8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d458b4b-6ba8-4221-a3e7-3074e9c763e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d458b4b-6ba8-4221-a3e7-3074e9c763e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12990429279361424649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649129904292793614246491299042927936142464912990429279361424649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30498042-0e6c-40b6-a255-6d840368c57c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f604d38d-17b4-4d0b-b36d-badf0499ddda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f604d38d-17b4-4d0b-b36d-badf0499ddda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8845308280882534844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844884530828088253484488453082808825348448845308280882534844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d458b4b-6ba8-4221-a3e7-3074e9c763e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f604d38d-17b4-4d0b-b36d-badf0499ddda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8240f7a4-6307-4c86-9247-0fcfc56f8e95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4804cfba-7179-4694-85dd-1180b5ef049e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4804cfba-7179-4694-85dd-1180b5ef049e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211346814814795798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798421134681481479579842113468148147957984211346814814795798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8240f7a4-6307-4c86-9247-0fcfc56f8e95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7454326516821371072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072745432651682137107274543265168213710727454326516821371072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4804cfba-7179-4694-85dd-1180b5ef049e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a655c5a7-6afc-4879-b887-f94ac26dfe75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a655c5a7-6afc-4879-b887-f94ac26dfe75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5614149417198988432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432561414941719898843256141494171989884325614149417198988432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8240f7a4-6307-4c86-9247-0fcfc56f8e95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49e37cca-42f8-4d65-859b-9eb9a89a7b3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e37cca-42f8-4d65-859b-9eb9a89a7b3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207766218629345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345172077662186293451720776621862934517207766218629345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a655c5a7-6afc-4879-b887-f94ac26dfe75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c196dccb-8d72-41b8-945d-8035d697db91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c196dccb-8d72-41b8-945d-8035d697db91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5635577019149980038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038563557701914998003856355770191499800385635577019149980038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e37cca-42f8-4d65-859b-9eb9a89a7b3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7776179-82d9-4883-a2c3-8654dfe2e2f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7776179-82d9-4883-a2c3-8654dfe2e2f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14044290401272899701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701140442904012728997011404429040127289970114044290401272899701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c196dccb-8d72-41b8-945d-8035d697db91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 963a159f-58b8-408d-b708-5dd1e26d7b48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963a159f-58b8-408d-b708-5dd1e26d7b48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1540302607841583332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332154030260784158333215403026078415833321540302607841583332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7776179-82d9-4883-a2c3-8654dfe2e2f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de833a94-8b05-4dc7-81d6-450fd5f5380c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de833a94-8b05-4dc7-81d6-450fd5f5380c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15785229794224829137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137157852297942248291371578522979422482913715785229794224829137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963a159f-58b8-408d-b708-5dd1e26d7b48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35c3f3a-45b5-488d-9042-76d2d4b13475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35c3f3a-45b5-488d-9042-76d2d4b13475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16442005626955022872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872164420056269550228721644200562695502287216442005626955022872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de833a94-8b05-4dc7-81d6-450fd5f5380c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cbf0873-ed98-4ba1-a066-b848fcee4b0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbf0873-ed98-4ba1-a066-b848fcee4b0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973977208524750306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306149739772085247503061497397720852475030614973977208524750306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35c3f3a-45b5-488d-9042-76d2d4b13475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54bcf990-34f6-4697-9fc7-1ec4a9649017, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bcf990-34f6-4697-9fc7-1ec4a9649017, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9822314011447210086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086982231401144721008698223140114472100869822314011447210086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbf0873-ed98-4ba1-a066-b848fcee4b0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51200c16-3d7e-4794-abbd-b45bf36b5f79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51200c16-3d7e-4794-abbd-b45bf36b5f79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9436965335727003319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319943696533572700331994369653357270033199436965335727003319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bcf990-34f6-4697-9fc7-1ec4a9649017, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f96499c7-fd30-4798-ae51-beef0dcd9ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96499c7-fd30-4798-ae51-beef0dcd9ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12592551775898592652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652125925517758985926521259255177589859265212592551775898592652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51200c16-3d7e-4794-abbd-b45bf36b5f79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8422f22b-2823-4b25-b19c-0198afd18bb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8422f22b-2823-4b25-b19c-0198afd18bb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10953898218086727506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506109538982180867275061095389821808672750610953898218086727506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8422f22b-2823-4b25-b19c-0198afd18bb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c827c545-2195-46c6-b9a6-d78154742e79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96499c7-fd30-4798-ae51-beef0dcd9ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c827c545-2195-46c6-b9a6-d78154742e79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061021876667785617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617606102187666778561760610218766677856176061021876667785617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8afc370-4b57-4abc-8327-c539a8efa5f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c827c545-2195-46c6-b9a6-d78154742e79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1a4b4c7-9c1b-49db-afcc-f3f6972b1630, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a4b4c7-9c1b-49db-afcc-f3f6972b1630, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11041211695218202975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975110412116952182029751104121169521820297511041211695218202975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8afc370-4b57-4abc-8327-c539a8efa5f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12830094107263378060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060128300941072633780601283009410726337806012830094107263378060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8afc370-4b57-4abc-8327-c539a8efa5f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ee327a6-f5b2-4cab-877f-d939d6e01d17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee327a6-f5b2-4cab-877f-d939d6e01d17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285344607894749949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949285344607894749949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a4b4c7-9c1b-49db-afcc-f3f6972b1630, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60d921a7-295b-477c-af52-2079a74e9333, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60d921a7-295b-477c-af52-2079a74e9333, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5208582034228141180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180520858203422814118052085820342281411805208582034228141180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee327a6-f5b2-4cab-877f-d939d6e01d17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83650f09-5e0a-4a84-96c7-646d0ef3d2df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83650f09-5e0a-4a84-96c7-646d0ef3d2df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12194305490781606676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676121943054907816066761219430549078160667612194305490781606676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60d921a7-295b-477c-af52-2079a74e9333, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de3b6e21-e2d5-4b35-94cd-8e266c32006b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83650f09-5e0a-4a84-96c7-646d0ef3d2df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41979c61-cea9-4c9e-8a54-d0caa16a23e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de3b6e21-e2d5-4b35-94cd-8e266c32006b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4850933742553327816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816485093374255332781648509337425533278164850933742553327816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41979c61-cea9-4c9e-8a54-d0caa16a23e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771526111257452479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479677152611125745247967715261112574524796771526111257452479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de3b6e21-e2d5-4b35-94cd-8e266c32006b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f06a8d-3761-4ed6-ac59-d21c027ed5e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41979c61-cea9-4c9e-8a54-d0caa16a23e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e996b6db-d9a8-46d1-91d8-b33b9219fa67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e996b6db-d9a8-46d1-91d8-b33b9219fa67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6898565114065074853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853689856511406507485368985651140650748536898565114065074853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f06a8d-3761-4ed6-ac59-d21c027ed5e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15235055167087610077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077152350551670876100771523505516708761007715235055167087610077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e996b6db-d9a8-46d1-91d8-b33b9219fa67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3353a3dc-9ab6-470f-a3b2-837e17ebcc60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f06a8d-3761-4ed6-ac59-d21c027ed5e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a712ddd-fbd0-4e87-907a-5a476c9b7c5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a712ddd-fbd0-4e87-907a-5a476c9b7c5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5270108478291378676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676527010847829137867652701084782913786765270108478291378676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3353a3dc-9ab6-470f-a3b2-837e17ebcc60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16004226758900154167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167160042267589001541671600422675890015416716004226758900154167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a712ddd-fbd0-4e87-907a-5a476c9b7c5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3353a3dc-9ab6-470f-a3b2-837e17ebcc60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4632117-9573-4afd-bbdf-df3dcee2950b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522ba5fe-bff8-4f83-947c-6bf898592337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4632117-9573-4afd-bbdf-df3dcee2950b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13590028710835385988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988135900287108353859881359002871083538598813590028710835385988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522ba5fe-bff8-4f83-947c-6bf898592337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548340499212796250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250354834049921279625035483404992127962503548340499212796250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4632117-9573-4afd-bbdf-df3dcee2950b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9498370-279d-40aa-87eb-973c2c1b00d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9498370-279d-40aa-87eb-973c2c1b00d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506695227522290752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752650669522752229075265066952275222907526506695227522290752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522ba5fe-bff8-4f83-947c-6bf898592337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8d05eaa-be9a-4c1e-adfc-cb530fc30302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d05eaa-be9a-4c1e-adfc-cb530fc30302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12001536613993313595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595120015366139933135951200153661399331359512001536613993313595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9498370-279d-40aa-87eb-973c2c1b00d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ec4c460-00cf-46e6-8b7a-84b9d981c09f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec4c460-00cf-46e6-8b7a-84b9d981c09f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929395671757238142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142109293956717572381421092939567175723814210929395671757238142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d05eaa-be9a-4c1e-adfc-cb530fc30302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ff9060-1871-4e90-a75c-ffc315163a78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ff9060-1871-4e90-a75c-ffc315163a78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8915473482942687186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186891547348294268718689154734829426871868915473482942687186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec4c460-00cf-46e6-8b7a-84b9d981c09f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06b97828-79f1-471d-931c-393080312901, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b97828-79f1-471d-931c-393080312901, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13657004839275890807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807136570048392758908071365700483927589080713657004839275890807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ff9060-1871-4e90-a75c-ffc315163a78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f6eaffe-0d94-434b-8b23-7de383d79c5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f6eaffe-0d94-434b-8b23-7de383d79c5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868557333099613815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815486855733309961381548685573330996138154868557333099613815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b97828-79f1-471d-931c-393080312901, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4380a0bb-a2e7-491b-b2d5-580bac50af05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4380a0bb-a2e7-491b-b2d5-580bac50af05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11550950465493688775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775115509504654936887751155095046549368877511550950465493688775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f6eaffe-0d94-434b-8b23-7de383d79c5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e400c01-810e-4382-8e53-618338cf7f0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e400c01-810e-4382-8e53-618338cf7f0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13453479586871607181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181134534795868716071811345347958687160718113453479586871607181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4380a0bb-a2e7-491b-b2d5-580bac50af05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec1ad00f-01bf-40a8-842f-a644d2be4242, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1ad00f-01bf-40a8-842f-a644d2be4242, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8096577929181547590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590809657792918154759080965779291815475908096577929181547590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e400c01-810e-4382-8e53-618338cf7f0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b994dcd-1201-4a48-accc-4ece80f9fa39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b994dcd-1201-4a48-accc-4ece80f9fa39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852196405507606461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461168521964055076064611685219640550760646116852196405507606461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1ad00f-01bf-40a8-842f-a644d2be4242, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3d4c7e0-6cb1-40ce-a760-f3047f0317a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d4c7e0-6cb1-40ce-a760-f3047f0317a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10538442888522611916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916105384428885226119161053844288852261191610538442888522611916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b994dcd-1201-4a48-accc-4ece80f9fa39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4560149-7e12-4f9f-b1f9-ff3ea122fffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4560149-7e12-4f9f-b1f9-ff3ea122fffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025014928077511260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260100250149280775112601002501492807751126010025014928077511260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d4c7e0-6cb1-40ce-a760-f3047f0317a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d258968-0be0-4617-be08-dc6f668fd65e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d258968-0be0-4617-be08-dc6f668fd65e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7660758473001959686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686766075847300195968676607584730019596867660758473001959686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4560149-7e12-4f9f-b1f9-ff3ea122fffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b997336-57f1-4f6b-8ed0-c641e8b47793, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b997336-57f1-4f6b-8ed0-c641e8b47793, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317365462267579111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111531736546226757911153173654622675791115317365462267579111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d258968-0be0-4617-be08-dc6f668fd65e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86c52f5a-fd1b-4081-8bf4-2725fce81ba6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c52f5a-fd1b-4081-8bf4-2725fce81ba6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8894584946704887590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590889458494670488759088945849467048875908894584946704887590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b997336-57f1-4f6b-8ed0-c641e8b47793, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d6966dc-acfe-4019-9dd4-192ba9fffdd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6966dc-acfe-4019-9dd4-192ba9fffdd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11263210262802281258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258112632102628022812581126321026280228125811263210262802281258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c52f5a-fd1b-4081-8bf4-2725fce81ba6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9be88afb-23e8-4173-919c-0e8b88bd4d5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be88afb-23e8-4173-919c-0e8b88bd4d5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2807436273027977115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115280743627302797711528074362730279771152807436273027977115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6966dc-acfe-4019-9dd4-192ba9fffdd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c588207-794f-4fba-9b81-1bbe79fa7484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be88afb-23e8-4173-919c-0e8b88bd4d5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60cf3247-4af9-473a-a075-ae23879c1b88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cf3247-4af9-473a-a075-ae23879c1b88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2324966385914871060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060232496638591487106023249663859148710602324966385914871060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c588207-794f-4fba-9b81-1bbe79fa7484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768139935785946621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621147681399357859466211476813993578594662114768139935785946621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cf3247-4af9-473a-a075-ae23879c1b88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ed7d725-7588-4da1-892a-9fb8b929318e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed7d725-7588-4da1-892a-9fb8b929318e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9560910480159896241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241956091048015989624195609104801598962419560910480159896241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c588207-794f-4fba-9b81-1bbe79fa7484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed7d725-7588-4da1-892a-9fb8b929318e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 792d7f0a-9047-4744-a498-50c59760919e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 792d7f0a-9047-4744-a498-50c59760919e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 174446440739361109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109174446440739361109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4763cfc-4ccd-465a-9a9f-d43db1c1617e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4763cfc-4ccd-465a-9a9f-d43db1c1617e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2849955979516875921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921284995597951687592128499559795168759212849955979516875921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 792d7f0a-9047-4744-a498-50c59760919e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a56c58fe-c2ab-464c-94f5-33f820011e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a56c58fe-c2ab-464c-94f5-33f820011e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368966442719268525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525123689664427192685251236896644271926852512368966442719268525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4763cfc-4ccd-465a-9a9f-d43db1c1617e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02d437ef-3198-4486-ab23-8f9bbfbd1594, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02d437ef-3198-4486-ab23-8f9bbfbd1594, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811377136275030942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942128113771362750309421281137713627503094212811377136275030942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a56c58fe-c2ab-464c-94f5-33f820011e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ea22a9c-6189-4650-8472-38ed37e64096, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ea22a9c-6189-4650-8472-38ed37e64096, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10733216999474359494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494107332169994743594941073321699947435949410733216999474359494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02d437ef-3198-4486-ab23-8f9bbfbd1594, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1554ee11-a84b-4079-8dde-b5e41bbb8111, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1554ee11-a84b-4079-8dde-b5e41bbb8111, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13129495827209237347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347131294958272092373471312949582720923734713129495827209237347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ea22a9c-6189-4650-8472-38ed37e64096, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 195771bc-7030-45c3-b4fb-0cd7380a4acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195771bc-7030-45c3-b4fb-0cd7380a4acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438467130145112882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882154384671301451128821543846713014511288215438467130145112882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1554ee11-a84b-4079-8dde-b5e41bbb8111, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb67a6b-114b-4414-bb1d-0ef32c8da73f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb67a6b-114b-4414-bb1d-0ef32c8da73f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228344761642723233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233102283447616427232331022834476164272323310228344761642723233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195771bc-7030-45c3-b4fb-0cd7380a4acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad2f10c9-190c-48e1-9ad7-4b4000e86afd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2f10c9-190c-48e1-9ad7-4b4000e86afd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 225553036889786941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941225553036889786941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb67a6b-114b-4414-bb1d-0ef32c8da73f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cb19c7c-937d-4aa9-b633-56107fe8a41f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb19c7c-937d-4aa9-b633-56107fe8a41f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14940559574715686807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807149405595747156868071494055957471568680714940559574715686807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2f10c9-190c-48e1-9ad7-4b4000e86afd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c12384ab-043e-49b1-ac66-7e5fe948db32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12384ab-043e-49b1-ac66-7e5fe948db32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3581295044128944677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677358129504412894467735812950441289446773581295044128944677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb19c7c-937d-4aa9-b633-56107fe8a41f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2b701f1-093c-4433-b0e2-ece30fda19c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b701f1-093c-4433-b0e2-ece30fda19c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15250945619804869187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187152509456198048691871525094561980486918715250945619804869187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12384ab-043e-49b1-ac66-7e5fe948db32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48be95d5-7689-4f94-a90c-bb396d2ecfef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b701f1-093c-4433-b0e2-ece30fda19c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48be95d5-7689-4f94-a90c-bb396d2ecfef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1175881923213356045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045117588192321335604511758819232133560451175881923213356045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a7672e8-2c50-422d-bdfb-d0fab02ea1ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7672e8-2c50-422d-bdfb-d0fab02ea1ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463952259358225092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092114639522593582250921146395225935822509211463952259358225092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48be95d5-7689-4f94-a90c-bb396d2ecfef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f83f5d-c4b8-49c9-a50e-b537277b366d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f83f5d-c4b8-49c9-a50e-b537277b366d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8208462869282575543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543820846286928257554382084628692825755438208462869282575543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7672e8-2c50-422d-bdfb-d0fab02ea1ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbdf31e5-b3bb-44fb-a0a9-c09f623752d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbdf31e5-b3bb-44fb-a0a9-c09f623752d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17063555508631371294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294170635555086313712941706355550863137129417063555508631371294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f83f5d-c4b8-49c9-a50e-b537277b366d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e66ea6f-9fa1-480e-baba-f47ba030f75b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e66ea6f-9fa1-480e-baba-f47ba030f75b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1364754136272583619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619136475413627258361913647541362725836191364754136272583619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbdf31e5-b3bb-44fb-a0a9-c09f623752d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ce25c41-5c98-4757-9af0-78fe6783822e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce25c41-5c98-4757-9af0-78fe6783822e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101572253001367371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371210157225300136737121015722530013673712101572253001367371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e66ea6f-9fa1-480e-baba-f47ba030f75b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ada085-3e76-46fd-9f2a-c5094206f8e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ada085-3e76-46fd-9f2a-c5094206f8e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7787493614862354084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084778749361486235408477874936148623540847787493614862354084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce25c41-5c98-4757-9af0-78fe6783822e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0ab7854-f66e-4671-8e66-870136a54632, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ab7854-f66e-4671-8e66-870136a54632, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17257925469524862987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987172579254695248629871725792546952486298717257925469524862987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ada085-3e76-46fd-9f2a-c5094206f8e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba87291d-7db4-42c3-bf04-d42936692234, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba87291d-7db4-42c3-bf04-d42936692234, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497144590694590074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074249714459069459007424971445906945900742497144590694590074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ab7854-f66e-4671-8e66-870136a54632, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 341dfa01-68bc-4361-bc5b-3e4040ffaabc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 341dfa01-68bc-4361-bc5b-3e4040ffaabc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1347948830291386108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108134794883029138610813479488302913861081347948830291386108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba87291d-7db4-42c3-bf04-d42936692234, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee0a6b15-4e68-4ca3-b200-8bc621b2ad37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0a6b15-4e68-4ca3-b200-8bc621b2ad37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235000904116572511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511235000904116572511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 341dfa01-68bc-4361-bc5b-3e4040ffaabc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0a6b15-4e68-4ca3-b200-8bc621b2ad37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba31c9b3-157c-412a-9776-fc9ac951c366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba31c9b3-157c-412a-9776-fc9ac951c366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10920114565379896683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683109201145653798966831092011456537989668310920114565379896683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c45ca0fe-2e5e-4396-9624-cdece54a7cd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45ca0fe-2e5e-4396-9624-cdece54a7cd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8895616856194086865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865889561685619408686588956168561940868658895616856194086865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45ca0fe-2e5e-4396-9624-cdece54a7cd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945cffc8-001c-49eb-97b7-aa1b5d7716a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945cffc8-001c-49eb-97b7-aa1b5d7716a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13357590234689638319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319133575902346896383191335759023468963831913357590234689638319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba31c9b3-157c-412a-9776-fc9ac951c366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea009eb8-540d-4600-a0ec-ede41c6af9b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea009eb8-540d-4600-a0ec-ede41c6af9b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5811019930543419332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332581101993054341933258110199305434193325811019930543419332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945cffc8-001c-49eb-97b7-aa1b5d7716a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c483cf62-1e68-4e64-aab9-808576b054b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c483cf62-1e68-4e64-aab9-808576b054b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18320112774070952384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384183201127740709523841832011277407095238418320112774070952384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea009eb8-540d-4600-a0ec-ede41c6af9b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e58daf0-182e-498f-9ee0-f77f244f18b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e58daf0-182e-498f-9ee0-f77f244f18b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14769052139821956163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163147690521398219561631476905213982195616314769052139821956163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c483cf62-1e68-4e64-aab9-808576b054b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4490d80f-193b-4db5-ace0-69fa719d0cb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4490d80f-193b-4db5-ace0-69fa719d0cb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18056450808687308173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173180564508086873081731805645080868730817318056450808687308173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e58daf0-182e-498f-9ee0-f77f244f18b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07d71cda-34ae-4f3d-84c9-c999e12df428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07d71cda-34ae-4f3d-84c9-c999e12df428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15778627783661323121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121157786277836613231211577862778366132312115778627783661323121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4490d80f-193b-4db5-ace0-69fa719d0cb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20dab96b-f49c-46e0-9a80-8664a3e73868, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20dab96b-f49c-46e0-9a80-8664a3e73868, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190530397905184755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755190530397905184755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07d71cda-34ae-4f3d-84c9-c999e12df428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454eac16-5009-4962-8b60-742e042cc9d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454eac16-5009-4962-8b60-742e042cc9d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4549308689213451460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460454930868921345146045493086892134514604549308689213451460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20dab96b-f49c-46e0-9a80-8664a3e73868, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d9410b0-6a1d-42e8-b9e5-08ee754f470c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d9410b0-6a1d-42e8-b9e5-08ee754f470c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3810628740785086990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990381062874078508699038106287407850869903810628740785086990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454eac16-5009-4962-8b60-742e042cc9d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 876f15e1-9652-4b3a-8706-8c2ce5e07422, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876f15e1-9652-4b3a-8706-8c2ce5e07422, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15170538496646751246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246151705384966467512461517053849664675124615170538496646751246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876f15e1-9652-4b3a-8706-8c2ce5e07422, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f9e5f5f-5c69-4c0f-ae62-a2d08c0c0e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9e5f5f-5c69-4c0f-ae62-a2d08c0c0e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7042600303440327383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383704260030344032738370426003034403273837042600303440327383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d9410b0-6a1d-42e8-b9e5-08ee754f470c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34851fac-fd74-4c8e-afa6-9ceac47ce519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34851fac-fd74-4c8e-afa6-9ceac47ce519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13113552831824893964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964131135528318248939641311355283182489396413113552831824893964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9e5f5f-5c69-4c0f-ae62-a2d08c0c0e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e915bfe-9387-4b06-986d-0a56b7fa4b06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e915bfe-9387-4b06-986d-0a56b7fa4b06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17898277992403074749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749178982779924030747491789827799240307474917898277992403074749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34851fac-fd74-4c8e-afa6-9ceac47ce519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3a99fd1-ebfc-4865-b0d2-77e10ac05397, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a99fd1-ebfc-4865-b0d2-77e10ac05397, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7521403671318863312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312752140367131886331275214036713188633127521403671318863312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e915bfe-9387-4b06-986d-0a56b7fa4b06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d6c4e73-7c63-4905-b14e-2855be769045, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d6c4e73-7c63-4905-b14e-2855be769045, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 259673990842282061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061259673990842282061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a99fd1-ebfc-4865-b0d2-77e10ac05397, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d395b980-a55a-4608-853e-def5b186b134, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d6c4e73-7c63-4905-b14e-2855be769045, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a947b3c-5b9f-4b6d-8eff-be2ac24fa8d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a947b3c-5b9f-4b6d-8eff-be2ac24fa8d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10501302767637890377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377105013027676378903771050130276763789037710501302767637890377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d395b980-a55a-4608-853e-def5b186b134, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11680717911450953967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967116807179114509539671168071791145095396711680717911450953967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a947b3c-5b9f-4b6d-8eff-be2ac24fa8d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d395b980-a55a-4608-853e-def5b186b134, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bd01bb1-ca82-4f68-ba15-c7e8d9c64442, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd01bb1-ca82-4f68-ba15-c7e8d9c64442, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906587191483599933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933390658719148359993339065871914835999333906587191483599933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50b21ee3-dc87-4d05-a7b3-4fd75eabcd2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50b21ee3-dc87-4d05-a7b3-4fd75eabcd2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1999198311017796316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316199919831101779631619991983110177963161999198311017796316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50b21ee3-dc87-4d05-a7b3-4fd75eabcd2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f741319-8fc5-4e87-8c1b-1e9ba2f917fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd01bb1-ca82-4f68-ba15-c7e8d9c64442, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7110c2a-6794-4fb3-8f9c-a5ad056568b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7110c2a-6794-4fb3-8f9c-a5ad056568b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7092321855426954942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942709232185542695494270923218554269549427092321855426954942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f741319-8fc5-4e87-8c1b-1e9ba2f917fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741298400512366983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983167412984005123669831674129840051236698316741298400512366983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f741319-8fc5-4e87-8c1b-1e9ba2f917fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 726848bb-84c6-4678-b320-6c2c770a2fb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 726848bb-84c6-4678-b320-6c2c770a2fb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1960870718337491391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391196087071833749139119608707183374913911960870718337491391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7110c2a-6794-4fb3-8f9c-a5ad056568b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6372d2-893b-4aed-b88b-096f62e0e9b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6372d2-893b-4aed-b88b-096f62e0e9b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8829480896091202361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361882948089609120236188294808960912023618829480896091202361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 726848bb-84c6-4678-b320-6c2c770a2fb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2dac22c-045c-41dd-99bb-8d801af85d4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2dac22c-045c-41dd-99bb-8d801af85d4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9018577516003460796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796901857751600346079690185775160034607969018577516003460796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6372d2-893b-4aed-b88b-096f62e0e9b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1057b272-86fe-4617-9403-6861b3b5e62b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1057b272-86fe-4617-9403-6861b3b5e62b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4355749937760369931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931435574993776036993143557499377603699314355749937760369931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2dac22c-045c-41dd-99bb-8d801af85d4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 489e8915-7e5a-48d8-a8f5-3b92e7e922a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489e8915-7e5a-48d8-a8f5-3b92e7e922a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498178412544782710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710949817841254478271094981784125447827109498178412544782710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1057b272-86fe-4617-9403-6861b3b5e62b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87089bad-353d-45c5-a1ab-1b1b9bddf97f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87089bad-353d-45c5-a1ab-1b1b9bddf97f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1427135794191381175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175142713579419138117514271357941913811751427135794191381175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489e8915-7e5a-48d8-a8f5-3b92e7e922a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec92997-131c-4c30-852f-8f8a81668c13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec92997-131c-4c30-852f-8f8a81668c13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6106170618031847290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290610617061803184729061061706180318472906106170618031847290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87089bad-353d-45c5-a1ab-1b1b9bddf97f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccc19948-c1d6-48a4-8832-6c200641c82b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc19948-c1d6-48a4-8832-6c200641c82b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695493667548156176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176166954936675481561761669549366754815617616695493667548156176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec92997-131c-4c30-852f-8f8a81668c13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cadd3f5-2af8-438d-a6f8-0b08f4250436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cadd3f5-2af8-438d-a6f8-0b08f4250436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631138904814221051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051763113890481422105176311389048142210517631138904814221051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc19948-c1d6-48a4-8832-6c200641c82b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 454a0aed-6e9c-430a-a271-a76086273f8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454a0aed-6e9c-430a-a271-a76086273f8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 583164083376946673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673583164083376946673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454a0aed-6e9c-430a-a271-a76086273f8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a24d4c8a-c754-47ae-bdd4-ae0ccb136e6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24d4c8a-c754-47ae-bdd4-ae0ccb136e6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11860728341062800618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618118607283410628006181186072834106280061811860728341062800618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cadd3f5-2af8-438d-a6f8-0b08f4250436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f62051-495f-4b2b-ae8f-1daeb1214d57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f62051-495f-4b2b-ae8f-1daeb1214d57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10675277835644053084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084106752778356440530841067527783564405308410675277835644053084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f62051-495f-4b2b-ae8f-1daeb1214d57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fc8aeef-d050-450f-be64-4c67c98c1f65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc8aeef-d050-450f-be64-4c67c98c1f65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617836852452693200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200961783685245269320096178368524526932009617836852452693200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24d4c8a-c754-47ae-bdd4-ae0ccb136e6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9852552c-02da-48a9-897a-ed034bbbae71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9852552c-02da-48a9-897a-ed034bbbae71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13698239170318965387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387136982391703189653871369823917031896538713698239170318965387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc8aeef-d050-450f-be64-4c67c98c1f65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83555105-30b5-4221-bf72-8f9e69ef34fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83555105-30b5-4221-bf72-8f9e69ef34fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1041664094974227562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562104166409497422756210416640949742275621041664094974227562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83555105-30b5-4221-bf72-8f9e69ef34fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c086a50-184b-4122-955e-2d5eece73690, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c086a50-184b-4122-955e-2d5eece73690, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3617445933696015922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922361744593369601592236174459336960159223617445933696015922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c086a50-184b-4122-955e-2d5eece73690, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bc02d2b-2f30-47b0-a9d1-8d5a6c070d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc02d2b-2f30-47b0-a9d1-8d5a6c070d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16184422431010885645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645161844224310108856451618442243101088564516184422431010885645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc02d2b-2f30-47b0-a9d1-8d5a6c070d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b1c122-61fe-40c5-b021-c3fdf26ca179, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b1c122-61fe-40c5-b021-c3fdf26ca179, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17931949327792515674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674179319493277925156741793194932779251567417931949327792515674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9852552c-02da-48a9-897a-ed034bbbae71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb87976b-bdd8-49f6-8e84-179de979d0f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb87976b-bdd8-49f6-8e84-179de979d0f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16934188221090732587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587169341882210907325871693418822109073258716934188221090732587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b1c122-61fe-40c5-b021-c3fdf26ca179, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6588fb8-ee6d-44b4-b064-de61e40259ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6588fb8-ee6d-44b4-b064-de61e40259ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17345645015776303825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825173456450157763038251734564501577630382517345645015776303825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb87976b-bdd8-49f6-8e84-179de979d0f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 057e0fbb-e119-4c47-a470-9bacc67d1aa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057e0fbb-e119-4c47-a470-9bacc67d1aa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15997768836061337944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944159977688360613379441599776883606133794415997768836061337944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6588fb8-ee6d-44b4-b064-de61e40259ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9553629a-9861-465e-9e88-021d3d0113a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9553629a-9861-465e-9e88-021d3d0113a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422711424578515725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725154227114245785157251542271142457851572515422711424578515725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057e0fbb-e119-4c47-a470-9bacc67d1aa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 443104c6-7708-4f10-b1cf-0dd440a80ba4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443104c6-7708-4f10-b1cf-0dd440a80ba4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9710733116796306635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635971073311679630663597107331167963066359710733116796306635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9553629a-9861-465e-9e88-021d3d0113a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95368abf-e187-4083-a5b6-fe45ee7f873c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95368abf-e187-4083-a5b6-fe45ee7f873c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15604699764281318433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433156046997642813184331560469976428131843315604699764281318433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443104c6-7708-4f10-b1cf-0dd440a80ba4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5d0bde-5d25-452c-902a-264ad960b3cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5d0bde-5d25-452c-902a-264ad960b3cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12358566427742167323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323123585664277421673231235856642774216732312358566427742167323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95368abf-e187-4083-a5b6-fe45ee7f873c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ac18eca-cda9-4102-b9de-5b50fc749b78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac18eca-cda9-4102-b9de-5b50fc749b78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731515706629490220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220107315157066294902201073151570662949022010731515706629490220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5d0bde-5d25-452c-902a-264ad960b3cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fced8eb-c1d4-4d9e-89c3-8a4ef2633e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fced8eb-c1d4-4d9e-89c3-8a4ef2633e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6582960496272289922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922658296049627228992265829604962722899226582960496272289922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac18eca-cda9-4102-b9de-5b50fc749b78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fced8eb-c1d4-4d9e-89c3-8a4ef2633e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2bb7cc4-29e0-4382-97b1-caff7cdd93dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2a3eede-6ed7-4718-8c63-69d0c3d6c32a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a3eede-6ed7-4718-8c63-69d0c3d6c32a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10139639044438680252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252101396390444386802521013963904443868025210139639044438680252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2bb7cc4-29e0-4382-97b1-caff7cdd93dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588266485181240804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804135882664851812408041358826648518124080413588266485181240804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a3eede-6ed7-4718-8c63-69d0c3d6c32a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6652158-757a-412d-baae-1f3bfc8351df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6652158-757a-412d-baae-1f3bfc8351df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402143626368056948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948174021436263680569481740214362636805694817402143626368056948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2bb7cc4-29e0-4382-97b1-caff7cdd93dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09113e2f-9f98-47c9-b43f-378a929f1599, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09113e2f-9f98-47c9-b43f-378a929f1599, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9981528204336701482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482998152820433670148299815282043367014829981528204336701482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09113e2f-9f98-47c9-b43f-378a929f1599, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67ac4019-991b-44a3-b24f-e06ed33df70b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ac4019-991b-44a3-b24f-e06ed33df70b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334519800383045065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065173345198003830450651733451980038304506517334519800383045065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6652158-757a-412d-baae-1f3bfc8351df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c902cc6-9c4f-49b9-836b-0cf07ed74b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c902cc6-9c4f-49b9-836b-0cf07ed74b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11966381704678319955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955119663817046783199551196638170467831995511966381704678319955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ac4019-991b-44a3-b24f-e06ed33df70b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 814cb42d-5ca3-42cf-ba8c-ea81207dbd67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814cb42d-5ca3-42cf-ba8c-ea81207dbd67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11482126268200835730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730114821262682008357301148212626820083573011482126268200835730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c902cc6-9c4f-49b9-836b-0cf07ed74b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c403ed3-6282-4f03-8482-2743807ee383, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c403ed3-6282-4f03-8482-2743807ee383, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7824444673452276947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947782444467345227694778244446734522769477824444673452276947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814cb42d-5ca3-42cf-ba8c-ea81207dbd67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65df1063-708e-4a34-8cf0-33f82d1a0cf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65df1063-708e-4a34-8cf0-33f82d1a0cf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13672259473916885388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388136722594739168853881367225947391688538813672259473916885388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c403ed3-6282-4f03-8482-2743807ee383, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb40d32e-7edf-4d2e-96de-b971b3112e90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb40d32e-7edf-4d2e-96de-b971b3112e90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808787492762555089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089168087874927625550891680878749276255508916808787492762555089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65df1063-708e-4a34-8cf0-33f82d1a0cf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 029d7cf2-ab80-436e-90e1-37e882cdcc94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029d7cf2-ab80-436e-90e1-37e882cdcc94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18380353152406528275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275183803531524065282751838035315240652827518380353152406528275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029d7cf2-ab80-436e-90e1-37e882cdcc94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a4f577-76d5-4766-9923-8fa8aab739a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a4f577-76d5-4766-9923-8fa8aab739a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13837604751568257166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166138376047515682571661383760475156825716613837604751568257166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb40d32e-7edf-4d2e-96de-b971b3112e90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5363b674-4571-490e-8352-6d5f3162c479, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a4f577-76d5-4766-9923-8fa8aab739a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5363b674-4571-490e-8352-6d5f3162c479, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15997642467213491514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514159976424672134915141599764246721349151415997642467213491514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6cd28c3-ccf1-40fc-9887-9fad9bbe06c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6cd28c3-ccf1-40fc-9887-9fad9bbe06c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885315189682145961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961888531518968214596188853151896821459618885315189682145961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5363b674-4571-490e-8352-6d5f3162c479, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7766b59b-b80f-4c95-bd2f-a8ed1ec6dc8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7766b59b-b80f-4c95-bd2f-a8ed1ec6dc8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2580428098532939669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669258042809853293966925804280985329396692580428098532939669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6cd28c3-ccf1-40fc-9887-9fad9bbe06c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecec3035-bd04-4ce3-86e1-4c28f0c739b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecec3035-bd04-4ce3-86e1-4c28f0c739b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205593309198831385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385102055933091988313851020559330919883138510205593309198831385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7766b59b-b80f-4c95-bd2f-a8ed1ec6dc8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8d64841-094a-4c1f-b70c-5bedf6fe0bcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d64841-094a-4c1f-b70c-5bedf6fe0bcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2977627435320539091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091297762743532053909129776274353205390912977627435320539091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecec3035-bd04-4ce3-86e1-4c28f0c739b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfbf069b-3ce4-403b-b31f-f9ab7e243d46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfbf069b-3ce4-403b-b31f-f9ab7e243d46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4765224565972070495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495476522456597207049547652245659720704954765224565972070495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d64841-094a-4c1f-b70c-5bedf6fe0bcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0cf053d-ee88-4178-ba91-b601cd075d26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0cf053d-ee88-4178-ba91-b601cd075d26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7531862133421019053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053753186213342101905375318621334210190537531862133421019053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfbf069b-3ce4-403b-b31f-f9ab7e243d46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3a2ef20-debe-45ed-97ad-0ffd3cd7cfcb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a2ef20-debe-45ed-97ad-0ffd3cd7cfcb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2368860550708336000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000236886055070833600023688605507083360002368860550708336000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0cf053d-ee88-4178-ba91-b601cd075d26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 490fc116-45b9-4863-83d0-c897c8b0059f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 490fc116-45b9-4863-83d0-c897c8b0059f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15425700367658721370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370154257003676587213701542570036765872137015425700367658721370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a2ef20-debe-45ed-97ad-0ffd3cd7cfcb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 479e846f-0afe-4e6c-afeb-ba8410bdd45a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 479e846f-0afe-4e6c-afeb-ba8410bdd45a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059902646806509027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027505990264680650902750599026468065090275059902646806509027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 490fc116-45b9-4863-83d0-c897c8b0059f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ab887e4-abf0-436a-a73a-2ed9144db8fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ab887e4-abf0-436a-a73a-2ed9144db8fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15199039442932748745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745151990394429327487451519903944293274874515199039442932748745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 479e846f-0afe-4e6c-afeb-ba8410bdd45a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efcc6d52-09c5-4fb6-b166-4c46b6b43c52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efcc6d52-09c5-4fb6-b166-4c46b6b43c52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14792825935805444950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950147928259358054449501479282593580544495014792825935805444950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ab887e4-abf0-436a-a73a-2ed9144db8fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eabfd519-9a1e-40e0-b465-22dd687c5084, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabfd519-9a1e-40e0-b465-22dd687c5084, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538890738612815393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393175388907386128153931753889073861281539317538890738612815393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efcc6d52-09c5-4fb6-b166-4c46b6b43c52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a449f98-ce06-4d4c-ac10-3436e55a92dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a449f98-ce06-4d4c-ac10-3436e55a92dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10319499838805191584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584103194998388051915841031949983880519158410319499838805191584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabfd519-9a1e-40e0-b465-22dd687c5084, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f2fa40-865d-47fd-bd14-ae50967f3f11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f2fa40-865d-47fd-bd14-ae50967f3f11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576396739401461555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555155763967394014615551557639673940146155515576396739401461555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a449f98-ce06-4d4c-ac10-3436e55a92dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09d2ce18-0d84-49e8-82b2-ff906c4df961, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09d2ce18-0d84-49e8-82b2-ff906c4df961, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9538577628988243395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395953857762898824339595385776289882433959538577628988243395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09d2ce18-0d84-49e8-82b2-ff906c4df961, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29f24024-6ba7-459d-b159-13338e3dc7e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f24024-6ba7-459d-b159-13338e3dc7e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617143438584988160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160116171434385849881601161714343858498816011617143438584988160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f2fa40-865d-47fd-bd14-ae50967f3f11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f24024-6ba7-459d-b159-13338e3dc7e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c33dff2-c0d9-4d04-a936-ef0de003f124, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c33dff2-c0d9-4d04-a936-ef0de003f124, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14486011653323561729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729144860116533235617291448601165332356172914486011653323561729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c63d0a4c-1dd9-4714-a1c0-3635a134fc7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63d0a4c-1dd9-4714-a1c0-3635a134fc7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17585750676879089958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958175857506768790899581758575067687908995817585750676879089958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63d0a4c-1dd9-4714-a1c0-3635a134fc7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b54045c-8fa6-4486-84a1-7a30da3dd537, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c33dff2-c0d9-4d04-a936-ef0de003f124, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ebad070-0cc2-442a-9f04-2dbdb0bae43f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b54045c-8fa6-4486-84a1-7a30da3dd537, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848077032993798620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620128480770329937986201284807703299379862012848077032993798620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ebad070-0cc2-442a-9f04-2dbdb0bae43f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114269113235656985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985111426911323565698511142691132356569851114269113235656985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b54045c-8fa6-4486-84a1-7a30da3dd537, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e278c84-5bdf-4689-9c15-0feb50290fe0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e278c84-5bdf-4689-9c15-0feb50290fe0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14726233580814845330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330147262335808148453301472623358081484533014726233580814845330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ebad070-0cc2-442a-9f04-2dbdb0bae43f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 464a5137-22a4-4e5d-ad31-92c0b2a200d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 464a5137-22a4-4e5d-ad31-92c0b2a200d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12953657057474569219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219129536570574745692191295365705747456921912953657057474569219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e278c84-5bdf-4689-9c15-0feb50290fe0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec53f84-678b-4b92-b662-5d3baeac2912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec53f84-678b-4b92-b662-5d3baeac2912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16233027374193715543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543162330273741937155431623302737419371554316233027374193715543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 464a5137-22a4-4e5d-ad31-92c0b2a200d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ef7ee9-b4c1-4612-ba3b-603610172a2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ef7ee9-b4c1-4612-ba3b-603610172a2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947698261517359932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932494769826151735993249476982615173599324947698261517359932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec53f84-678b-4b92-b662-5d3baeac2912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3faa6066-120e-49a6-abe7-3b8820a9279c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3faa6066-120e-49a6-abe7-3b8820a9279c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6166476852025965419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419616647685202596541961664768520259654196166476852025965419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ef7ee9-b4c1-4612-ba3b-603610172a2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274d5d2c-f022-4422-b3ad-1eb64d542e0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274d5d2c-f022-4422-b3ad-1eb64d542e0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581813129818901283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283658181312981890128365818131298189012836581813129818901283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3faa6066-120e-49a6-abe7-3b8820a9279c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1b91a3b-9d26-4e10-bf3d-d27c592f1cf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b91a3b-9d26-4e10-bf3d-d27c592f1cf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7148006232838964459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459714800623283896445971480062328389644597148006232838964459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274d5d2c-f022-4422-b3ad-1eb64d542e0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dce7de5-9249-4238-9d92-5de950971e98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dce7de5-9249-4238-9d92-5de950971e98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4113761640118578195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195411376164011857819541137616401185781954113761640118578195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b91a3b-9d26-4e10-bf3d-d27c592f1cf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ea4aa9-4372-4530-9e1e-c06ffd73bda5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ea4aa9-4372-4530-9e1e-c06ffd73bda5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5417350654435585252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252541735065443558525254173506544355852525417350654435585252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dce7de5-9249-4238-9d92-5de950971e98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64f94600-ba38-4a72-8b96-f589633e99fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f94600-ba38-4a72-8b96-f589633e99fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078108186631826076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076150781081866318260761507810818663182607615078108186631826076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f94600-ba38-4a72-8b96-f589633e99fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c687d7e8-1c50-4af8-9051-124b94e1de4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c687d7e8-1c50-4af8-9051-124b94e1de4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10128474829763928571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571101284748297639285711012847482976392857110128474829763928571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ea4aa9-4372-4530-9e1e-c06ffd73bda5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28f170c6-18f7-442c-8ba1-271811103596, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f170c6-18f7-442c-8ba1-271811103596, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4147788969455479298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298414778896945547929841477889694554792984147788969455479298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c687d7e8-1c50-4af8-9051-124b94e1de4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a32b77-3e0b-41c4-ab28-c446eb0ef7d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a32b77-3e0b-41c4-ab28-c446eb0ef7d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050549744315643039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039505054974431564303950505497443156430395050549744315643039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f170c6-18f7-442c-8ba1-271811103596, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6eeb1062-7d0a-4603-a699-f6872f495655, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeb1062-7d0a-4603-a699-f6872f495655, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14947915397162693569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569149479153971626935691494791539716269356914947915397162693569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a32b77-3e0b-41c4-ab28-c446eb0ef7d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199d6253-db88-4dc2-9ed4-05bc97d4e3ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199d6253-db88-4dc2-9ed4-05bc97d4e3ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089818167417497211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211108981816741749721110898181674174972111089818167417497211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeb1062-7d0a-4603-a699-f6872f495655, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c855a35-c687-4cf9-8b30-9bef5bf6ed9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c855a35-c687-4cf9-8b30-9bef5bf6ed9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2223361196859326901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901222336119685932690122233611968593269012223361196859326901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199d6253-db88-4dc2-9ed4-05bc97d4e3ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c855a35-c687-4cf9-8b30-9bef5bf6ed9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2968aac9-bccb-43ba-95ac-b9250de5b0ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d8f51b-ae34-4ddf-98a2-3a4f8c826d2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d8f51b-ae34-4ddf-98a2-3a4f8c826d2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13589934921862406944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944135899349218624069441358993492186240694413589934921862406944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2968aac9-bccb-43ba-95ac-b9250de5b0ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4871464925929571139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139487146492592957113948714649259295711394871464925929571139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2968aac9-bccb-43ba-95ac-b9250de5b0ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7b9c3f-70ab-4466-a7fd-ff8395ac6b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7b9c3f-70ab-4466-a7fd-ff8395ac6b67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15841487734985831507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507158414877349858315071584148773498583150715841487734985831507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d8f51b-ae34-4ddf-98a2-3a4f8c826d2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 702450ec-de1b-455c-809c-91bffb69c9ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 702450ec-de1b-455c-809c-91bffb69c9ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6391412696758705935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935639141269675870593563914126967587059356391412696758705935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7b9c3f-70ab-4466-a7fd-ff8395ac6b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 097eff2c-85d0-4f7b-af97-baff669245e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097eff2c-85d0-4f7b-af97-baff669245e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8501144068606765196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196850114406860676519685011440686067651968501144068606765196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 702450ec-de1b-455c-809c-91bffb69c9ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f8a67b8-8527-41b4-b4d3-fb3114799d1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8a67b8-8527-41b4-b4d3-fb3114799d1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727929415338151892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892127279294153381518921272792941533815189212727929415338151892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097eff2c-85d0-4f7b-af97-baff669245e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44ff4d2f-e5fe-4331-be64-4bb2bf1fc8ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ff4d2f-e5fe-4331-be64-4bb2bf1fc8ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12813422332103719020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020128134223321037190201281342233210371902012813422332103719020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ff4d2f-e5fe-4331-be64-4bb2bf1fc8ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8a67b8-8527-41b4-b4d3-fb3114799d1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e18a7e5-8dd7-4ede-846b-20aa9fbcfda9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e18a7e5-8dd7-4ede-846b-20aa9fbcfda9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228572609654040470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470102285726096540404701022857260965404047010228572609654040470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cade049a-f7cd-43d1-a347-d1eca2fa401b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cade049a-f7cd-43d1-a347-d1eca2fa401b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869510931989384503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503158695109319893845031586951093198938450315869510931989384503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cade049a-f7cd-43d1-a347-d1eca2fa401b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f25761e9-3993-4037-8ca5-5815dbd1213e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e18a7e5-8dd7-4ede-846b-20aa9fbcfda9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcae73f-8c98-4368-b0b1-90b47c3268da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcae73f-8c98-4368-b0b1-90b47c3268da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10154797323975404646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646101547973239754046461015479732397540464610154797323975404646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25761e9-3993-4037-8ca5-5815dbd1213e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13749847240090165940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940137498472400901659401374984724009016594013749847240090165940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcae73f-8c98-4368-b0b1-90b47c3268da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1abca8b4-a93b-4392-be15-927c35d8e61f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1abca8b4-a93b-4392-be15-927c35d8e61f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15451166144104875467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467154511661441048754671545116614410487546715451166144104875467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25761e9-3993-4037-8ca5-5815dbd1213e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d01f490-06d3-42df-b9d0-82afbc071f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d01f490-06d3-42df-b9d0-82afbc071f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16129723757667018078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078161297237576670180781612972375766701807816129723757667018078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1abca8b4-a93b-4392-be15-927c35d8e61f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a01b5172-7d4b-4003-9e35-22fad0c144ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01b5172-7d4b-4003-9e35-22fad0c144ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431628581218637599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599184316285812186375991843162858121863759918431628581218637599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d01f490-06d3-42df-b9d0-82afbc071f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cc2c5f5-bf75-4f00-835a-b856f3d29725, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc2c5f5-bf75-4f00-835a-b856f3d29725, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074636874389352450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450150746368743893524501507463687438935245015074636874389352450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01b5172-7d4b-4003-9e35-22fad0c144ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc2c5f5-bf75-4f00-835a-b856f3d29725, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb512508-42d2-4d1a-826a-8cf5b1270ffe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb512508-42d2-4d1a-826a-8cf5b1270ffe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18184064225366659603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603181840642253666596031818406422536665960318184064225366659603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfab520c-3ca4-4780-9380-4b0a175b02af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfab520c-3ca4-4780-9380-4b0a175b02af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8415681653835418833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833841568165383541883384156816538354188338415681653835418833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb512508-42d2-4d1a-826a-8cf5b1270ffe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dceb829c-cc42-4fc1-a5c7-deba229a44f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dceb829c-cc42-4fc1-a5c7-deba229a44f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4963538722318740697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697496353872231874069749635387223187406974963538722318740697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfab520c-3ca4-4780-9380-4b0a175b02af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2927d1f4-9057-46fa-8b7e-75e210e5592b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2927d1f4-9057-46fa-8b7e-75e210e5592b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12624627703384112148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148126246277033841121481262462770338411214812624627703384112148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dceb829c-cc42-4fc1-a5c7-deba229a44f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c06cdb-33bd-45bc-901c-d508b6e9374b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c06cdb-33bd-45bc-901c-d508b6e9374b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12039221907736901589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589120392219077369015891203922190773690158912039221907736901589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2927d1f4-9057-46fa-8b7e-75e210e5592b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1fbf1e3-b4f3-404e-840a-0874c3f06171, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1fbf1e3-b4f3-404e-840a-0874c3f06171, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9920865202567758054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054992086520256775805499208652025677580549920865202567758054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c06cdb-33bd-45bc-901c-d508b6e9374b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19ccfaf-ff64-440a-a118-0d338c3623d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19ccfaf-ff64-440a-a118-0d338c3623d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997125720195479627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627119971257201954796271199712572019547962711997125720195479627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1fbf1e3-b4f3-404e-840a-0874c3f06171, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81661f33-8b98-4d49-85e5-b1b95695561f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81661f33-8b98-4d49-85e5-b1b95695561f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158462218880235887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887101584622188802358871015846221888023588710158462218880235887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19ccfaf-ff64-440a-a118-0d338c3623d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c18acdb7-e638-4556-abca-699e0e1ac803, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c18acdb7-e638-4556-abca-699e0e1ac803, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733403588700668035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035973340358870066803597334035887006680359733403588700668035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81661f33-8b98-4d49-85e5-b1b95695561f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6be59101-e322-4ccb-a182-ded8c6146016, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be59101-e322-4ccb-a182-ded8c6146016, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10391622739347421205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205103916227393474212051039162273934742120510391622739347421205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c18acdb7-e638-4556-abca-699e0e1ac803, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5b1d6ce-d8a0-4710-af4c-767a18ac4440, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b1d6ce-d8a0-4710-af4c-767a18ac4440, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036646545132299780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780503664654513229978050366465451322997805036646545132299780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be59101-e322-4ccb-a182-ded8c6146016, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e626f1f6-e1f7-4f49-86a8-fc19aaea3dbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e626f1f6-e1f7-4f49-86a8-fc19aaea3dbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9850209687305285505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505985020968730528550598502096873052855059850209687305285505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b1d6ce-d8a0-4710-af4c-767a18ac4440, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47be15ae-0420-4b23-8dbb-7cd96e65bdb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47be15ae-0420-4b23-8dbb-7cd96e65bdb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15232815748186011639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639152328157481860116391523281574818601163915232815748186011639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e626f1f6-e1f7-4f49-86a8-fc19aaea3dbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5bd488-6261-4579-871d-08cda889cdcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5bd488-6261-4579-871d-08cda889cdcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12230104837029370745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745122301048370293707451223010483702937074512230104837029370745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47be15ae-0420-4b23-8dbb-7cd96e65bdb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 701ff0fb-eca0-4978-9a20-872801d37d51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701ff0fb-eca0-4978-9a20-872801d37d51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9153631952796274532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532915363195279627453291536319527962745329153631952796274532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5bd488-6261-4579-871d-08cda889cdcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20adce01-128c-48d8-b6b5-785334de2260, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20adce01-128c-48d8-b6b5-785334de2260, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13610651504093643608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608136106515040936436081361065150409364360813610651504093643608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701ff0fb-eca0-4978-9a20-872801d37d51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57fe2f44-5c67-47fa-abe1-34a3ce3506c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57fe2f44-5c67-47fa-abe1-34a3ce3506c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15977449702994132748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748159774497029941327481597744970299413274815977449702994132748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20adce01-128c-48d8-b6b5-785334de2260, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 643cc5a7-7019-4651-a184-b5d8d2a2cf83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643cc5a7-7019-4651-a184-b5d8d2a2cf83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592494911949013339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339175924949119490133391759249491194901333917592494911949013339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57fe2f44-5c67-47fa-abe1-34a3ce3506c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 469902a3-9ffb-4eb4-965f-5f6865ac4ca2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469902a3-9ffb-4eb4-965f-5f6865ac4ca2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964175495207626873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873964175495207626873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643cc5a7-7019-4651-a184-b5d8d2a2cf83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c51fa040-88c6-44e9-b829-c30b88a784bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c51fa040-88c6-44e9-b829-c30b88a784bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802821264743371277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277138028212647433712771380282126474337127713802821264743371277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469902a3-9ffb-4eb4-965f-5f6865ac4ca2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4ca8f1b-9673-41c0-b827-26f5e453842b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ca8f1b-9673-41c0-b827-26f5e453842b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15136075569649651623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623151360755696496516231513607556964965162315136075569649651623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c51fa040-88c6-44e9-b829-c30b88a784bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 044539a0-f6b6-4bfd-9094-92b616a5e671, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044539a0-f6b6-4bfd-9094-92b616a5e671, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975776416854469298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298975776416854469298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044539a0-f6b6-4bfd-9094-92b616a5e671, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbee0042-6072-4bae-9d52-1bceb950b59a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ca8f1b-9673-41c0-b827-26f5e453842b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbee0042-6072-4bae-9d52-1bceb950b59a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11641069760101479650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650116410697601014796501164106976010147965011641069760101479650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 748fb59c-e4be-4337-992d-844f159d83ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 748fb59c-e4be-4337-992d-844f159d83ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8804399254209905578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578880439925420990557888043992542099055788804399254209905578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbee0042-6072-4bae-9d52-1bceb950b59a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b91adb-328a-4943-b61c-45e5d8c57539, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b91adb-328a-4943-b61c-45e5d8c57539, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17449690735216882572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572174496907352168825721744969073521688257217449690735216882572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 748fb59c-e4be-4337-992d-844f159d83ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b65aac1-6727-4d50-b41d-8b9aff706bae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b91adb-328a-4943-b61c-45e5d8c57539, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b65aac1-6727-4d50-b41d-8b9aff706bae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016400379190811427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427801640037919081142780164003791908114278016400379190811427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce3c6c4c-a67e-4d21-98fc-a4dd8fb3803f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3c6c4c-a67e-4d21-98fc-a4dd8fb3803f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5801767304711679463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463580176730471167946358017673047116794635801767304711679463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b65aac1-6727-4d50-b41d-8b9aff706bae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d522c9a5-1901-409d-a0d5-41980bec6ff1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d522c9a5-1901-409d-a0d5-41980bec6ff1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866131397274118562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562986613139727411856298661313972741185629866131397274118562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3c6c4c-a67e-4d21-98fc-a4dd8fb3803f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d60fe1ab-645e-49b0-82e5-423f977ceb09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60fe1ab-645e-49b0-82e5-423f977ceb09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11831838428505797074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074118318384285057970741183183842850579707411831838428505797074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d522c9a5-1901-409d-a0d5-41980bec6ff1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab5af4e6-42a3-4e53-a6a9-16e4c357e1dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5af4e6-42a3-4e53-a6a9-16e4c357e1dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5435953141757355280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280543595314175735528054359531417573552805435953141757355280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60fe1ab-645e-49b0-82e5-423f977ceb09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab40b48-c534-4af3-8b9a-94ec3f045448, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab40b48-c534-4af3-8b9a-94ec3f045448, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2792778781004762461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461279277878100476246127927787810047624612792778781004762461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5af4e6-42a3-4e53-a6a9-16e4c357e1dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 114333ba-a670-462f-98b6-f565a1fd4ed3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114333ba-a670-462f-98b6-f565a1fd4ed3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1713384453250312641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641171338445325031264117133844532503126411713384453250312641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab40b48-c534-4af3-8b9a-94ec3f045448, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f128177-357e-450d-b920-a218e7df5db4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f128177-357e-450d-b920-a218e7df5db4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3155286111502754692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692315528611150275469231552861115027546923155286111502754692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114333ba-a670-462f-98b6-f565a1fd4ed3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2785c76c-5579-461d-8096-e699a20191dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2785c76c-5579-461d-8096-e699a20191dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657281481067096934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934765728148106709693476572814810670969347657281481067096934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f128177-357e-450d-b920-a218e7df5db4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2785c76c-5579-461d-8096-e699a20191dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8d35778-eb8f-4db6-aec5-d2e1a2357958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d35778-eb8f-4db6-aec5-d2e1a2357958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8835271904670648657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657883527190467064865788352719046706486578835271904670648657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717a40ad-5c9b-4d8f-a659-6fcb78e872ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717a40ad-5c9b-4d8f-a659-6fcb78e872ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354175577014548598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598235417557701454859823541755770145485982354175577014548598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d35778-eb8f-4db6-aec5-d2e1a2357958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717a40ad-5c9b-4d8f-a659-6fcb78e872ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8daaae9-6465-4acc-8659-2e0789ce85a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8daaae9-6465-4acc-8659-2e0789ce85a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8406010834538989686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686840601083453898968684060108345389896868406010834538989686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e9f676-288d-45dc-9d48-3d7c3fbace96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e9f676-288d-45dc-9d48-3d7c3fbace96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986712637788894033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033698671263778889403369867126377888940336986712637788894033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e9f676-288d-45dc-9d48-3d7c3fbace96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f8cc1f-6a64-4a97-b5b8-4f04b3c9e43b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8daaae9-6465-4acc-8659-2e0789ce85a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6069d6ac-3a0f-413f-b55b-b386bdd6e9a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6069d6ac-3a0f-413f-b55b-b386bdd6e9a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7123775340469775130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130712377534046977513071237753404697751307123775340469775130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f8cc1f-6a64-4a97-b5b8-4f04b3c9e43b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 832733890079522276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276832733890079522276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6069d6ac-3a0f-413f-b55b-b386bdd6e9a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1145553a-c0a3-48b3-b664-1a45a5df86c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1145553a-c0a3-48b3-b664-1a45a5df86c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298992825250914174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174132989928252509141741329899282525091417413298992825250914174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f8cc1f-6a64-4a97-b5b8-4f04b3c9e43b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07c55436-c272-4427-a188-d236b198d8ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07c55436-c272-4427-a188-d236b198d8ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 304259406825810616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616304259406825810616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1145553a-c0a3-48b3-b664-1a45a5df86c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3fb085e-8723-4d58-941f-efa38d7e4e72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3fb085e-8723-4d58-941f-efa38d7e4e72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8217173535397034560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560821717353539703456082171735353970345608217173535397034560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07c55436-c272-4427-a188-d236b198d8ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29d98c0f-c381-4c58-9813-138dbe673326, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29d98c0f-c381-4c58-9813-138dbe673326, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795539606283309664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664279553960628330966427955396062833096642795539606283309664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3fb085e-8723-4d58-941f-efa38d7e4e72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7c0beb-0062-4e0c-a19c-74238165d30c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7c0beb-0062-4e0c-a19c-74238165d30c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17889144396204473362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362178891443962044733621788914439620447336217889144396204473362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29d98c0f-c381-4c58-9813-138dbe673326, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18d5071a-2639-4129-bdec-4e70dff23cbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d5071a-2639-4129-bdec-4e70dff23cbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606998548737154721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721860699854873715472186069985487371547218606998548737154721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7c0beb-0062-4e0c-a19c-74238165d30c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bc3a75c-3182-42b8-bbe5-67efa0cdbd4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc3a75c-3182-42b8-bbe5-67efa0cdbd4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15506983217928174294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294155069832179281742941550698321792817429415506983217928174294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d5071a-2639-4129-bdec-4e70dff23cbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 163dab26-e1c3-44f7-81cd-022fc565758c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 163dab26-e1c3-44f7-81cd-022fc565758c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717763582967404251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251771776358296740425177177635829674042517717763582967404251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc3a75c-3182-42b8-bbe5-67efa0cdbd4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23b8205d-d6a9-4a7b-946a-c133092d50db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b8205d-d6a9-4a7b-946a-c133092d50db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8710461963324872304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304871046196332487230487104619633248723048710461963324872304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 163dab26-e1c3-44f7-81cd-022fc565758c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 867f3a43-943b-491a-8519-5fdce2f46b31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867f3a43-943b-491a-8519-5fdce2f46b31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4257009415934906292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292425700941593490629242570094159349062924257009415934906292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b8205d-d6a9-4a7b-946a-c133092d50db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65904d81-a524-4d24-a0f4-6c1d008c5c63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65904d81-a524-4d24-a0f4-6c1d008c5c63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16931231225362971252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252169312312253629712521693123122536297125216931231225362971252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867f3a43-943b-491a-8519-5fdce2f46b31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65904d81-a524-4d24-a0f4-6c1d008c5c63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8705a4ae-6bc5-48fe-94ea-17cb032bc0d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8705a4ae-6bc5-48fe-94ea-17cb032bc0d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10070223641098442771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771100702236410984427711007022364109844277110070223641098442771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d4b2c0d-2dc9-4e04-a482-025ceaaf82f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d4b2c0d-2dc9-4e04-a482-025ceaaf82f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6234590770589593244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244623459077058959324462345907705895932446234590770589593244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d4b2c0d-2dc9-4e04-a482-025ceaaf82f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f4bf2b1-4323-4b62-91fc-3c1f7df738cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f4bf2b1-4323-4b62-91fc-3c1f7df738cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4343411281705018469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469434341128170501846943434112817050184694343411281705018469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8705a4ae-6bc5-48fe-94ea-17cb032bc0d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98c55b32-f717-4249-bb83-a6a8ae0ea4c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c55b32-f717-4249-bb83-a6a8ae0ea4c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14295051359788986953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953142950513597889869531429505135978898695314295051359788986953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f4bf2b1-4323-4b62-91fc-3c1f7df738cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75c15e8b-63a0-45c8-bd9b-ff87f78e074e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c15e8b-63a0-45c8-bd9b-ff87f78e074e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814943092003296750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750881494309200329675088149430920032967508814943092003296750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c55b32-f717-4249-bb83-a6a8ae0ea4c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c15e8b-63a0-45c8-bd9b-ff87f78e074e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8ca88bd-96fa-43f5-ab76-b3c5e2e01cdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ca88bd-96fa-43f5-ab76-b3c5e2e01cdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 755213435935403394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394755213435935403394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4879e74f-e9cf-43fa-94e6-b7a302f0bfed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4879e74f-e9cf-43fa-94e6-b7a302f0bfed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1233468107964594527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527123346810796459452712334681079645945271233468107964594527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ca88bd-96fa-43f5-ab76-b3c5e2e01cdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab56ceeb-5b7e-4648-9d8a-e4cfbc9ede03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab56ceeb-5b7e-4648-9d8a-e4cfbc9ede03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5092152895958541488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488509215289595854148850921528959585414885092152895958541488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4879e74f-e9cf-43fa-94e6-b7a302f0bfed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 159a54be-8d5e-49db-bda1-0cea6e597b8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 159a54be-8d5e-49db-bda1-0cea6e597b8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137943449713950601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601161379434497139506011613794344971395060116137943449713950601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab56ceeb-5b7e-4648-9d8a-e4cfbc9ede03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a9507c-d042-4148-90de-f0d2968a16c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a9507c-d042-4148-90de-f0d2968a16c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005178148796950522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522130051781487969505221300517814879695052213005178148796950522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a9507c-d042-4148-90de-f0d2968a16c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f703ba7a-e890-4c4c-b9d1-403a44c732f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f703ba7a-e890-4c4c-b9d1-403a44c732f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813029814522344412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412138130298145223444121381302981452234441213813029814522344412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 159a54be-8d5e-49db-bda1-0cea6e597b8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e401f425-0973-466f-9ff2-02fefe09c209, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e401f425-0973-466f-9ff2-02fefe09c209, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220693943742892111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111422069394374289211142206939437428921114220693943742892111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f703ba7a-e890-4c4c-b9d1-403a44c732f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d2bbda6-78ac-4af8-842f-b8c608eaec4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2bbda6-78ac-4af8-842f-b8c608eaec4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17830589144576425845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845178305891445764258451783058914457642584517830589144576425845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e401f425-0973-466f-9ff2-02fefe09c209, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a1774e8-9eec-43c6-891b-a1d784078f90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1774e8-9eec-43c6-891b-a1d784078f90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8017687975011574378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378801768797501157437880176879750115743788017687975011574378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2bbda6-78ac-4af8-842f-b8c608eaec4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb04e55e-f7f5-4407-941c-d8e9383b881d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb04e55e-f7f5-4407-941c-d8e9383b881d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1219671629133101833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833121967162913310183312196716291331018331219671629133101833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1774e8-9eec-43c6-891b-a1d784078f90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d8ae043-99af-44f8-a8a8-ad6af150ef10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8ae043-99af-44f8-a8a8-ad6af150ef10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17813241716307177848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848178132417163071778481781324171630717784817813241716307177848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb04e55e-f7f5-4407-941c-d8e9383b881d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8ae043-99af-44f8-a8a8-ad6af150ef10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8fc0eaf-0407-4b6c-8de4-4ce8a3c1c250, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8fc0eaf-0407-4b6c-8de4-4ce8a3c1c250, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12211766383691707450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450122117663836917074501221176638369170745012211766383691707450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ced844a3-1144-4469-bb35-1d6a3bc9d066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced844a3-1144-4469-bb35-1d6a3bc9d066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299342608822337795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795162993426088223377951629934260882233779516299342608822337795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8fc0eaf-0407-4b6c-8de4-4ce8a3c1c250, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37db7b0d-b5d5-47e1-833d-56f7b8507b14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37db7b0d-b5d5-47e1-833d-56f7b8507b14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17593441886146902096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096175934418861469020961759344188614690209617593441886146902096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced844a3-1144-4469-bb35-1d6a3bc9d066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a99fac7-5fa1-4196-be41-feae4038dd42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a99fac7-5fa1-4196-be41-feae4038dd42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10379192931242501463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463103791929312425014631037919293124250146310379192931242501463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37db7b0d-b5d5-47e1-833d-56f7b8507b14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbd2238f-a41c-49e3-9f70-b57e7bdcd989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd2238f-a41c-49e3-9f70-b57e7bdcd989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12441235796243536965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965124412357962435369651244123579624353696512441235796243536965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a99fac7-5fa1-4196-be41-feae4038dd42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fae3175-feef-423f-b971-81239adc7a10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd2238f-a41c-49e3-9f70-b57e7bdcd989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7008fe49-2f2e-44df-8c5d-f47256740509, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7008fe49-2f2e-44df-8c5d-f47256740509, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9513666704012495337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337951366670401249533795136667040124953379513666704012495337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fae3175-feef-423f-b971-81239adc7a10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8747389682837176796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796874738968283717679687473896828371767968747389682837176796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7008fe49-2f2e-44df-8c5d-f47256740509, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 578ae422-bef2-4efc-a1e9-5eb1e18a36f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578ae422-bef2-4efc-a1e9-5eb1e18a36f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11410014920716455270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270114100149207164552701141001492071645527011410014920716455270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fae3175-feef-423f-b971-81239adc7a10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba17cc60-2053-4ed8-8ce2-6213e5115d17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba17cc60-2053-4ed8-8ce2-6213e5115d17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18284523422390281725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725182845234223902817251828452342239028172518284523422390281725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578ae422-bef2-4efc-a1e9-5eb1e18a36f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cb57695-adaf-4189-8a35-8f5bc32b9028, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb57695-adaf-4189-8a35-8f5bc32b9028, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8263163233971706809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809826316323397170680982631632339717068098263163233971706809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba17cc60-2053-4ed8-8ce2-6213e5115d17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 129fd18e-ca07-47b8-85d3-855c1dbfb2db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129fd18e-ca07-47b8-85d3-855c1dbfb2db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5630360401744695877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877563036040174469587756303604017446958775630360401744695877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb57695-adaf-4189-8a35-8f5bc32b9028, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 905cbb6e-7022-4de1-99bb-402ca20d49ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905cbb6e-7022-4de1-99bb-402ca20d49ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200985439377302103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103102009854393773021031020098543937730210310200985439377302103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129fd18e-ca07-47b8-85d3-855c1dbfb2db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32a3c5b4-4d97-46b0-82d4-f01b4e57ee52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a3c5b4-4d97-46b0-82d4-f01b4e57ee52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 820618245375393346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346820618245375393346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905cbb6e-7022-4de1-99bb-402ca20d49ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dab6d060-35c3-4055-9d82-6f56bf66b35f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a3c5b4-4d97-46b0-82d4-f01b4e57ee52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab6d060-35c3-4055-9d82-6f56bf66b35f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7329714366246875338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338732971436624687533873297143662468753387329714366246875338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b94a430-a433-4f56-8a94-6aaecbc37258, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b94a430-a433-4f56-8a94-6aaecbc37258, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11880173485220969419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419118801734852209694191188017348522096941911880173485220969419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab6d060-35c3-4055-9d82-6f56bf66b35f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 778e1666-b5f0-4608-91b3-3c9009119783, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b94a430-a433-4f56-8a94-6aaecbc37258, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 473110ef-8f78-4286-905e-517c9a4357a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473110ef-8f78-4286-905e-517c9a4357a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202794197150192892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892172027941971501928921720279419715019289217202794197150192892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778e1666-b5f0-4608-91b3-3c9009119783, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14081876508941063222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222140818765089410632221408187650894106322214081876508941063222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473110ef-8f78-4286-905e-517c9a4357a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2e5299-9dda-428c-bb72-f56f538e4327, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2e5299-9dda-428c-bb72-f56f538e4327, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3036416207325725242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242303641620732572524230364162073257252423036416207325725242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778e1666-b5f0-4608-91b3-3c9009119783, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d4fbfb8-c0bd-430b-a061-573ccbf2851b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4fbfb8-c0bd-430b-a061-573ccbf2851b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5612456639869448758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758561245663986944875856124566398694487585612456639869448758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2e5299-9dda-428c-bb72-f56f538e4327, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fb77e84-a1be-44e0-a561-df7588607b82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb77e84-a1be-44e0-a561-df7588607b82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8541235162928037180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180854123516292803718085412351629280371808541235162928037180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4fbfb8-c0bd-430b-a061-573ccbf2851b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab40b7e4-5dcc-4f3c-8323-acd0fbe30e05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab40b7e4-5dcc-4f3c-8323-acd0fbe30e05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16743859627513480197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197167438596275134801971674385962751348019716743859627513480197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab40b7e4-5dcc-4f3c-8323-acd0fbe30e05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb77e84-a1be-44e0-a561-df7588607b82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac00982-965f-49db-8f73-04752e78f13e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac00982-965f-49db-8f73-04752e78f13e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9413472654159947355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355941347265415994735594134726541599473559413472654159947355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bf7181e-6ece-4d10-8e09-8b9e7d985472, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf7181e-6ece-4d10-8e09-8b9e7d985472, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3803393133475488398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398380339313347548839838033931334754883983803393133475488398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac00982-965f-49db-8f73-04752e78f13e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7c953d6-3389-49d9-bce3-d12c2c3575d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c953d6-3389-49d9-bce3-d12c2c3575d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137502945436028246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246813750294543602824681375029454360282468137502945436028246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf7181e-6ece-4d10-8e09-8b9e7d985472, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319a05e3-458c-4388-bf1a-90d9333db923, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319a05e3-458c-4388-bf1a-90d9333db923, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14837117060809472600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600148371170608094726001483711706080947260014837117060809472600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c953d6-3389-49d9-bce3-d12c2c3575d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e079f99f-a593-41ec-accd-11df80b92c55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319a05e3-458c-4388-bf1a-90d9333db923, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e079f99f-a593-41ec-accd-11df80b92c55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275061651329747661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661275061651329747661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d35ea26-bf66-4ae2-87a2-9160796cba5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d35ea26-bf66-4ae2-87a2-9160796cba5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457560532714967940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940114575605327149679401145756053271496794011457560532714967940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e079f99f-a593-41ec-accd-11df80b92c55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0a5a6e7-96c3-4fb9-9b0f-9f351edbd979, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0a5a6e7-96c3-4fb9-9b0f-9f351edbd979, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261849840514571015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015172618498405145710151726184984051457101517261849840514571015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d35ea26-bf66-4ae2-87a2-9160796cba5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaff0bf9-74ac-4c3c-9c7c-78599bd4e9ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaff0bf9-74ac-4c3c-9c7c-78599bd4e9ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5833137782682390978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978583313778268239097858331377826823909785833137782682390978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0a5a6e7-96c3-4fb9-9b0f-9f351edbd979, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c612cd6c-c759-4efd-a98e-d150315ee13b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c612cd6c-c759-4efd-a98e-d150315ee13b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054141082186872619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619605414108218687261960541410821868726196054141082186872619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaff0bf9-74ac-4c3c-9c7c-78599bd4e9ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fa5d47c-7e73-4a1a-84cf-477e543c10dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa5d47c-7e73-4a1a-84cf-477e543c10dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17024902820649763026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026170249028206497630261702490282064976302617024902820649763026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c612cd6c-c759-4efd-a98e-d150315ee13b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f45e5cf5-acfb-4d5a-bfac-6828ee4303ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa5d47c-7e73-4a1a-84cf-477e543c10dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45e5cf5-acfb-4d5a-bfac-6828ee4303ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11721519995900490320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320117215199959004903201172151999590049032011721519995900490320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3410922-45e4-42ac-88cd-4c7e2d9a7167, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3410922-45e4-42ac-88cd-4c7e2d9a7167, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14925683254402097109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109149256832544020971091492568325440209710914925683254402097109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45e5cf5-acfb-4d5a-bfac-6828ee4303ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d58779f-47f4-4a13-a057-c800a9dd3431, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d58779f-47f4-4a13-a057-c800a9dd3431, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6504359777308623345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345650435977730862334565043597773086233456504359777308623345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3410922-45e4-42ac-88cd-4c7e2d9a7167, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb71ebf5-ead9-4336-bf14-f3aa268e1115, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb71ebf5-ead9-4336-bf14-f3aa268e1115, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663583127191965782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782266358312719196578226635831271919657822663583127191965782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d58779f-47f4-4a13-a057-c800a9dd3431, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929d36ae-2a95-41bc-b5e0-e9888b96dd2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929d36ae-2a95-41bc-b5e0-e9888b96dd2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14629067494135177113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113146290674941351771131462906749413517711314629067494135177113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb71ebf5-ead9-4336-bf14-f3aa268e1115, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f10f2b7-d04c-4db7-a446-1e4d580d11a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929d36ae-2a95-41bc-b5e0-e9888b96dd2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c0c3489-378f-4940-b6fa-3282868f242d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c0c3489-378f-4940-b6fa-3282868f242d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596896354026218804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804859689635402621880485968963540262188048596896354026218804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f10f2b7-d04c-4db7-a446-1e4d580d11a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10785556503973492899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899107855565039734928991078555650397349289910785556503973492899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c0c3489-378f-4940-b6fa-3282868f242d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32eb5392-97ca-478e-9767-3f3c1ae45357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f10f2b7-d04c-4db7-a446-1e4d580d11a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb5af66-4f10-4ce2-9381-5a4bc65d2bbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb5af66-4f10-4ce2-9381-5a4bc65d2bbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2053268312214450205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205205326831221445020520532683122144502052053268312214450205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32eb5392-97ca-478e-9767-3f3c1ae45357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5665868604755131141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141566586860475513114156658686047551311415665868604755131141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32eb5392-97ca-478e-9767-3f3c1ae45357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8461f776-422f-40fb-85a1-d2ca737d7ae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8461f776-422f-40fb-85a1-d2ca737d7ae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1767199032592102778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778176719903259210277817671990325921027781767199032592102778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb5af66-4f10-4ce2-9381-5a4bc65d2bbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f92e6713-6d9d-433f-836b-1f62b26ea975, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8461f776-422f-40fb-85a1-d2ca737d7ae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f92e6713-6d9d-433f-836b-1f62b26ea975, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414107853990366909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909144141078539903669091441410785399036690914414107853990366909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba70f1c3-c11c-4d4b-8cd7-92cad8645829, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba70f1c3-c11c-4d4b-8cd7-92cad8645829, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1579685750967578463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463157968575096757846315796857509675784631579685750967578463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f92e6713-6d9d-433f-836b-1f62b26ea975, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6611c35-0467-48af-8f83-a8a75c9ba58e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6611c35-0467-48af-8f83-a8a75c9ba58e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3395970279396051506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506339597027939605150633959702793960515063395970279396051506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba70f1c3-c11c-4d4b-8cd7-92cad8645829, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db985b58-12eb-4906-98fd-e0ebfe609bf2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db985b58-12eb-4906-98fd-e0ebfe609bf2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509629160010885982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982145096291600108859821450962916001088598214509629160010885982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6611c35-0467-48af-8f83-a8a75c9ba58e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5a30e58-392f-472b-848c-fbd14c15ecfd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5a30e58-392f-472b-848c-fbd14c15ecfd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2643855457564473847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847264385545756447384726438554575644738472643855457564473847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db985b58-12eb-4906-98fd-e0ebfe609bf2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd90c2e0-0bcc-47b1-bb9a-b0e21fdd3914, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd90c2e0-0bcc-47b1-bb9a-b0e21fdd3914, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 974270431897959402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402974270431897959402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5a30e58-392f-472b-848c-fbd14c15ecfd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91dc64cf-6255-40fd-bec4-d50d2e6b80a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91dc64cf-6255-40fd-bec4-d50d2e6b80a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9945590056362429632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632994559005636242963299455900563624296329945590056362429632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd90c2e0-0bcc-47b1-bb9a-b0e21fdd3914, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b988b483-fa0d-40ba-b91a-f1d58e8fe222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b988b483-fa0d-40ba-b91a-f1d58e8fe222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9998957096774464354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354999895709677446435499989570967744643549998957096774464354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91dc64cf-6255-40fd-bec4-d50d2e6b80a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57ef818e-28ed-4107-99d2-4ed5ad1804d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ef818e-28ed-4107-99d2-4ed5ad1804d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17626913264201246397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397176269132642012463971762691326420124639717626913264201246397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b988b483-fa0d-40ba-b91a-f1d58e8fe222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e13f93b-afcb-436f-9821-c6b964c73cb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e13f93b-afcb-436f-9821-c6b964c73cb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2770095218818182754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754277009521881818275427700952188181827542770095218818182754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ef818e-28ed-4107-99d2-4ed5ad1804d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b28856bd-16f9-4cb4-a749-f29336cd36bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28856bd-16f9-4cb4-a749-f29336cd36bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882742095444310729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729158827420954443107291588274209544431072915882742095444310729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e13f93b-afcb-436f-9821-c6b964c73cb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4692b194-0cbf-4060-88c6-f8bf6123c813, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4692b194-0cbf-4060-88c6-f8bf6123c813, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1473680778968796545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545147368077896879654514736807789687965451473680778968796545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28856bd-16f9-4cb4-a749-f29336cd36bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12bf8697-fa9e-4c91-a0e3-9e2d6f1b3f1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bf8697-fa9e-4c91-a0e3-9e2d6f1b3f1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18173260833644910428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428181732608336449104281817326083364491042818173260833644910428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4692b194-0cbf-4060-88c6-f8bf6123c813, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dbf4056-ba45-40ca-9a57-a43d0d297482, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dbf4056-ba45-40ca-9a57-a43d0d297482, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131674738427978913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913101316747384279789131013167473842797891310131674738427978913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bf8697-fa9e-4c91-a0e3-9e2d6f1b3f1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c82473c7-3268-4312-a753-88f850b1bde6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82473c7-3268-4312-a753-88f850b1bde6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15140537361081610249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249151405373610816102491514053736108161024915140537361081610249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dbf4056-ba45-40ca-9a57-a43d0d297482, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65170166-94d5-4f4a-8a62-6d2b7568f550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65170166-94d5-4f4a-8a62-6d2b7568f550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6086020110239942055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055608602011023994205560860201102399420556086020110239942055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65170166-94d5-4f4a-8a62-6d2b7568f550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b36ae8bc-8122-4e8a-a3e1-0367433de8f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82473c7-3268-4312-a753-88f850b1bde6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36ae8bc-8122-4e8a-a3e1-0367433de8f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828471604573995979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979182847160457399597918284716045739959791828471604573995979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11a425d6-ec6c-4e23-8345-1f05b0aee1d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a425d6-ec6c-4e23-8345-1f05b0aee1d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14544059069512362344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344145440590695123623441454405906951236234414544059069512362344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36ae8bc-8122-4e8a-a3e1-0367433de8f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4049708e-b386-42b6-8c02-1e735dff158b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4049708e-b386-42b6-8c02-1e735dff158b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520681106087303622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622452068110608730362245206811060873036224520681106087303622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a425d6-ec6c-4e23-8345-1f05b0aee1d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c17185c-bfca-4733-b365-726ee0a113df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c17185c-bfca-4733-b365-726ee0a113df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18244600914112781110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110182446009141127811101824460091411278111018244600914112781110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4049708e-b386-42b6-8c02-1e735dff158b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b06ca552-00a6-4927-b191-b17b4caa099c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b06ca552-00a6-4927-b191-b17b4caa099c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18129569350801984679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679181295693508019846791812956935080198467918129569350801984679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c17185c-bfca-4733-b365-726ee0a113df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b06ca552-00a6-4927-b191-b17b4caa099c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54c5590c-f7ab-4cf7-b81a-a517762a16bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54c5590c-f7ab-4cf7-b81a-a517762a16bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3003354140698766774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774300335414069876677430033541406987667743003354140698766774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94d97b44-2dcd-4458-8c92-83af994b87f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d97b44-2dcd-4458-8c92-83af994b87f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5141649297398289063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063514164929739828906351416492973982890635141649297398289063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54c5590c-f7ab-4cf7-b81a-a517762a16bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401736f6-e2cc-4dc2-b9d7-c8c9fcd97dbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401736f6-e2cc-4dc2-b9d7-c8c9fcd97dbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5493789871044909809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809549378987104490980954937898710449098095493789871044909809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d97b44-2dcd-4458-8c92-83af994b87f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f4d9adb-6af9-4b61-a9b9-8efe65ee97db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4d9adb-6af9-4b61-a9b9-8efe65ee97db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9664440333854838409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409966444033385483840996644403338548384099664440333854838409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401736f6-e2cc-4dc2-b9d7-c8c9fcd97dbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90d77347-2064-40ee-93f6-2f27fab5dcd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d77347-2064-40ee-93f6-2f27fab5dcd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939599080308075623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623193959908030807562319395990803080756231939599080308075623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4d9adb-6af9-4b61-a9b9-8efe65ee97db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca8503f-0ba8-4c1e-b240-fd4fa085ff14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca8503f-0ba8-4c1e-b240-fd4fa085ff14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2425328544428418592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592242532854442841859224253285444284185922425328544428418592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d77347-2064-40ee-93f6-2f27fab5dcd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1eb3bf0d-4dbd-4366-9ece-715b0ccf0dca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eb3bf0d-4dbd-4366-9ece-715b0ccf0dca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564064268611569695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695155640642686115696951556406426861156969515564064268611569695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca8503f-0ba8-4c1e-b240-fd4fa085ff14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f103378e-0fed-4822-af02-926504721e59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eb3bf0d-4dbd-4366-9ece-715b0ccf0dca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 430ef21d-39db-4957-bc7e-95880120ed3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f103378e-0fed-4822-af02-926504721e59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12859330385209581143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143128593303852095811431285933038520958114312859330385209581143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430ef21d-39db-4957-bc7e-95880120ed3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1298152895207044172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172129815289520704417212981528952070441721298152895207044172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f103378e-0fed-4822-af02-926504721e59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 968ce6c3-e3cd-4b4d-af34-1a6fd8732155, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968ce6c3-e3cd-4b4d-af34-1a6fd8732155, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768066590412578622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622976806659041257862297680665904125786229768066590412578622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430ef21d-39db-4957-bc7e-95880120ed3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81af6aff-daa9-4e38-888b-e6bd79d8a0da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81af6aff-daa9-4e38-888b-e6bd79d8a0da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415060400839362578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578144150604008393625781441506040083936257814415060400839362578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81af6aff-daa9-4e38-888b-e6bd79d8a0da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f827064f-f15b-4075-98f5-f5e3d995bdd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f827064f-f15b-4075-98f5-f5e3d995bdd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4857592021028448940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940485759202102844894048575920210284489404857592021028448940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968ce6c3-e3cd-4b4d-af34-1a6fd8732155, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85819b65-1f5b-4c61-83c1-c089dbd08324, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85819b65-1f5b-4c61-83c1-c089dbd08324, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4607908346684182637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637460790834668418263746079083466841826374607908346684182637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f827064f-f15b-4075-98f5-f5e3d995bdd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bd2d4bf-178e-40a2-8109-b26a5b47c56c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd2d4bf-178e-40a2-8109-b26a5b47c56c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129581073763929940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940112958107376392994011295810737639299401129581073763929940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85819b65-1f5b-4c61-83c1-c089dbd08324, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b7f6cc5-8b1b-4ad7-9913-1e7840541b9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7f6cc5-8b1b-4ad7-9913-1e7840541b9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730809897207692417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417673080989720769241767308098972076924176730809897207692417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd2d4bf-178e-40a2-8109-b26a5b47c56c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38d34557-b871-4ffa-887a-c14a02657511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d34557-b871-4ffa-887a-c14a02657511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16056188150620659887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887160561881506206598871605618815062065988716056188150620659887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7f6cc5-8b1b-4ad7-9913-1e7840541b9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d34557-b871-4ffa-887a-c14a02657511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08adede-d1ae-40fd-8075-032d1d8541bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08adede-d1ae-40fd-8075-032d1d8541bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17351672263314930151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151173516722633149301511735167226331493015117351672263314930151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4055090f-0cae-4303-8af1-71b17e9d8a83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4055090f-0cae-4303-8af1-71b17e9d8a83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432824518832104553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553343282451883210455334328245188321045533432824518832104553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08adede-d1ae-40fd-8075-032d1d8541bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4055090f-0cae-4303-8af1-71b17e9d8a83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d99a9b8c-007f-48b7-b1a6-e1e8339e9d11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99a9b8c-007f-48b7-b1a6-e1e8339e9d11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15493300974193519844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844154933009741935198441549330097419351984415493300974193519844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b894a2bd-480a-46c7-abf9-fc7f2ed645c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b894a2bd-480a-46c7-abf9-fc7f2ed645c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5291629100381974351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351529162910038197435152916291003819743515291629100381974351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99a9b8c-007f-48b7-b1a6-e1e8339e9d11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 265dbf67-9fc3-463c-b2e3-14f8ff20c7db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b894a2bd-480a-46c7-abf9-fc7f2ed645c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2fbbb5a-080a-4b1a-97e0-8a737c729ed2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2fbbb5a-080a-4b1a-97e0-8a737c729ed2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10788459856239683289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289107884598562396832891078845985623968328910788459856239683289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 265dbf67-9fc3-463c-b2e3-14f8ff20c7db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011625950389875276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276140116259503898752761401162595038987527614011625950389875276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2fbbb5a-080a-4b1a-97e0-8a737c729ed2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef7ad406-f08b-4f47-a7ef-965cd3f0077d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7ad406-f08b-4f47-a7ef-965cd3f0077d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774678296471321520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520774678296471321520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 265dbf67-9fc3-463c-b2e3-14f8ff20c7db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d92a7c38-bd62-4d22-8e55-3e83813bc281, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92a7c38-bd62-4d22-8e55-3e83813bc281, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12914936694076316858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858129149366940763168581291493669407631685812914936694076316858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7ad406-f08b-4f47-a7ef-965cd3f0077d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 480fc4db-eda6-447a-a728-3b3f7563b0e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480fc4db-eda6-447a-a728-3b3f7563b0e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555870733245841407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407355587073324584140735558707332458414073555870733245841407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92a7c38-bd62-4d22-8e55-3e83813bc281, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51da82a1-e722-4b4a-8fec-328f01d3cc64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51da82a1-e722-4b4a-8fec-328f01d3cc64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8240159064584768394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394824015906458476839482401590645847683948240159064584768394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480fc4db-eda6-447a-a728-3b3f7563b0e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e48ceda4-45d3-48e4-89e5-f7d5e7dcebfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e48ceda4-45d3-48e4-89e5-f7d5e7dcebfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13058114584332419874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874130581145843324198741305811458433241987413058114584332419874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51da82a1-e722-4b4a-8fec-328f01d3cc64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11d785d5-ab85-475d-8d70-bd3f4a03b9a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d785d5-ab85-475d-8d70-bd3f4a03b9a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3170216264197030937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937317021626419703093731702162641970309373170216264197030937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e48ceda4-45d3-48e4-89e5-f7d5e7dcebfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 355099cd-0f52-41b0-ad53-c5d14d8555fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355099cd-0f52-41b0-ad53-c5d14d8555fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11404433532048255817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817114044335320482558171140443353204825581711404433532048255817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d785d5-ab85-475d-8d70-bd3f4a03b9a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 530dbbee-5f89-4ea8-94b2-0de63df7df3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530dbbee-5f89-4ea8-94b2-0de63df7df3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17058943882661381526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526170589438826613815261705894388266138152617058943882661381526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355099cd-0f52-41b0-ad53-c5d14d8555fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 800449d5-4570-4db2-a2b1-9eafda8a5de3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 800449d5-4570-4db2-a2b1-9eafda8a5de3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7858648566136116902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902785864856613611690278586485661361169027858648566136116902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530dbbee-5f89-4ea8-94b2-0de63df7df3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42058202-7726-47fe-9707-b7763fec2a60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42058202-7726-47fe-9707-b7763fec2a60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727205017594548287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287572720501759454828757272050175945482875727205017594548287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 800449d5-4570-4db2-a2b1-9eafda8a5de3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83bdfc04-b182-479f-8c12-b464c028b6a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42058202-7726-47fe-9707-b7763fec2a60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc00356-8c02-4c4f-ba7c-5aa54dd1d965, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bdfc04-b182-479f-8c12-b464c028b6a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14593476349381353479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479145934763493813534791459347634938135347914593476349381353479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc00356-8c02-4c4f-ba7c-5aa54dd1d965, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233890957595957613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613122338909575959576131223389095759595761312233890957595957613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bdfc04-b182-479f-8c12-b464c028b6a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44864910-a57a-4fab-b1ca-749676ffeb69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44864910-a57a-4fab-b1ca-749676ffeb69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15497764117293165448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448154977641172931654481549776411729316544815497764117293165448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc00356-8c02-4c4f-ba7c-5aa54dd1d965, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee82363d-2447-478c-9271-575de089207a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee82363d-2447-478c-9271-575de089207a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11741658697203807975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975117416586972038079751174165869720380797511741658697203807975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44864910-a57a-4fab-b1ca-749676ffeb69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77ccc09e-1ba1-4695-a9f2-4c2cfc2b9dd7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77ccc09e-1ba1-4695-a9f2-4c2cfc2b9dd7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9340332319484954059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059934033231948495405993403323194849540599340332319484954059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee82363d-2447-478c-9271-575de089207a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16848ca4-69f3-40a6-85e5-66be57808127, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16848ca4-69f3-40a6-85e5-66be57808127, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7632830446008249388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388763283044600824938876328304460082493887632830446008249388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77ccc09e-1ba1-4695-a9f2-4c2cfc2b9dd7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ad8f72-65e7-4c89-a2d7-2e6ccc70983d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad8f72-65e7-4c89-a2d7-2e6ccc70983d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6424277693030073474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474642427769303007347464242776930300734746424277693030073474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16848ca4-69f3-40a6-85e5-66be57808127, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0b1ecb9-be9c-4681-af26-2ed4f2ab5e6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b1ecb9-be9c-4681-af26-2ed4f2ab5e6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8173300510869118632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632817330051086911863281733005108691186328173300510869118632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad8f72-65e7-4c89-a2d7-2e6ccc70983d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ed9911-ce2e-4deb-b00d-6cdda4fcd601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ed9911-ce2e-4deb-b00d-6cdda4fcd601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11974110515046585244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244119741105150465852441197411051504658524411974110515046585244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b1ecb9-be9c-4681-af26-2ed4f2ab5e6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 937d3537-8445-42b7-86e5-fec55eb90692, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 937d3537-8445-42b7-86e5-fec55eb90692, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318650944263579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579331865094426357933186509442635793318650944263579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ed9911-ce2e-4deb-b00d-6cdda4fcd601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53b5bff9-2e93-47b3-abb0-807ffe077528, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 937d3537-8445-42b7-86e5-fec55eb90692, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72cc034f-bd84-4adb-9af9-85ddb8b5eac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72cc034f-bd84-4adb-9af9-85ddb8b5eac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6268821542759466651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651626882154275946665162688215427594666516268821542759466651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b5bff9-2e93-47b3-abb0-807ffe077528, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557420607765251949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949755742060776525194975574206077652519497557420607765251949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72cc034f-bd84-4adb-9af9-85ddb8b5eac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d49edba1-134c-483e-96be-b595fd9719aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49edba1-134c-483e-96be-b595fd9719aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 198997410691397318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318198997410691397318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b5bff9-2e93-47b3-abb0-807ffe077528, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d32a6cd-ab91-4edc-946f-d98636636c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d32a6cd-ab91-4edc-946f-d98636636c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10205293961554087903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903102052939615540879031020529396155408790310205293961554087903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49edba1-134c-483e-96be-b595fd9719aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a282537-7b2d-46fe-ba17-420532a3cf4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d32a6cd-ab91-4edc-946f-d98636636c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c06aae-7564-4b0f-9a1f-d1f20ad02e82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c06aae-7564-4b0f-9a1f-d1f20ad02e82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096976308000795795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795130969763080007957951309697630800079579513096976308000795795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a282537-7b2d-46fe-ba17-420532a3cf4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978828113017579118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118159788281130175791181597882811301757911815978828113017579118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c06aae-7564-4b0f-9a1f-d1f20ad02e82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a282537-7b2d-46fe-ba17-420532a3cf4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f297fea-c255-4425-8519-9ebf81eeb355, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f297fea-c255-4425-8519-9ebf81eeb355, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10037460501636427320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320100374605016364273201003746050163642732010037460501636427320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 875891ad-3036-44e9-8347-076eb014c018, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875891ad-3036-44e9-8347-076eb014c018, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9959902398335752324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324995990239833575232499599023983357523249959902398335752324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f297fea-c255-4425-8519-9ebf81eeb355, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 063b6fb5-ea59-4643-8d2a-7d0b7615d66a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063b6fb5-ea59-4643-8d2a-7d0b7615d66a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235152015211950902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902423515201521195090242351520152119509024235152015211950902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875891ad-3036-44e9-8347-076eb014c018, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca265b7-66ec-4d7f-969a-93752dfd7f6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca265b7-66ec-4d7f-969a-93752dfd7f6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11994126059738418388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388119941260597384183881199412605973841838811994126059738418388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063b6fb5-ea59-4643-8d2a-7d0b7615d66a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f67e6fa-4284-43ed-a3ac-cba469efaa56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f67e6fa-4284-43ed-a3ac-cba469efaa56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2791050646406884526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526279105064640688452627910506464068845262791050646406884526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca265b7-66ec-4d7f-969a-93752dfd7f6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31da8897-5cec-4c72-8a63-19ac18908cf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31da8897-5cec-4c72-8a63-19ac18908cf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695752906357749283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283369575290635774928336957529063577492833695752906357749283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f67e6fa-4284-43ed-a3ac-cba469efaa56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3f66859-9bb0-43f3-bbcd-6cf4a2c6107f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3f66859-9bb0-43f3-bbcd-6cf4a2c6107f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7862616300372433944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944786261630037243394478626163003724339447862616300372433944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31da8897-5cec-4c72-8a63-19ac18908cf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8661588-85e8-44ee-a9cb-a04aa3806174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8661588-85e8-44ee-a9cb-a04aa3806174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706226416578263009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009107062264165782630091070622641657826300910706226416578263009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3f66859-9bb0-43f3-bbcd-6cf4a2c6107f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6098cae8-508a-4a4c-a024-964feb46a150, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6098cae8-508a-4a4c-a024-964feb46a150, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713649875725969795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795771364987572596979577136498757259697957713649875725969795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8661588-85e8-44ee-a9cb-a04aa3806174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb5314ba-7c44-4e62-82ca-3dbdbd274066, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5314ba-7c44-4e62-82ca-3dbdbd274066, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764506730631620252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252167645067306316202521676450673063162025216764506730631620252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6098cae8-508a-4a4c-a024-964feb46a150, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fdadf6f-a0b7-4717-8b65-427e42cb27f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdadf6f-a0b7-4717-8b65-427e42cb27f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15867667726869914642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642158676677268699146421586766772686991464215867667726869914642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5314ba-7c44-4e62-82ca-3dbdbd274066, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 139e16cc-a7dd-48b3-b871-8c7af9103e1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 139e16cc-a7dd-48b3-b871-8c7af9103e1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8981240238140704890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890898124023814070489089812402381407048908981240238140704890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdadf6f-a0b7-4717-8b65-427e42cb27f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 275725c2-26d8-47bb-8686-02bd96178bc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275725c2-26d8-47bb-8686-02bd96178bc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196359981218457942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942181963599812184579421819635998121845794218196359981218457942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 139e16cc-a7dd-48b3-b871-8c7af9103e1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97cd7d59-cad3-490d-87ef-c0df6829c48a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97cd7d59-cad3-490d-87ef-c0df6829c48a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9892971884472616892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892989297188447261689298929718844726168929892971884472616892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275725c2-26d8-47bb-8686-02bd96178bc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1cc0bf6-a31d-45a5-939c-45b347586fe1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1cc0bf6-a31d-45a5-939c-45b347586fe1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6022777397725900686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686602277739772590068660227773977259006866022777397725900686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97cd7d59-cad3-490d-87ef-c0df6829c48a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a331e9c-bdbe-40f5-b60d-f8fd961ee5d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a331e9c-bdbe-40f5-b60d-f8fd961ee5d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16006048409446667294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294160060484094466672941600604840944666729416006048409446667294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1cc0bf6-a31d-45a5-939c-45b347586fe1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4f27119-ed65-40c0-af88-48b925b76d88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f27119-ed65-40c0-af88-48b925b76d88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12463255890171157377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377124632558901711573771246325589017115737712463255890171157377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a331e9c-bdbe-40f5-b60d-f8fd961ee5d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 703f286d-295f-4810-bb0c-709e1484ef83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f27119-ed65-40c0-af88-48b925b76d88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5194815e-acf6-4806-9c80-f68a4e154ec9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 703f286d-295f-4810-bb0c-709e1484ef83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899825100866441876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876168998251008664418761689982510086644187616899825100866441876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5194815e-acf6-4806-9c80-f68a4e154ec9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11834155429400642361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361118341554294006423611183415542940064236111834155429400642361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 703f286d-295f-4810-bb0c-709e1484ef83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a6b2446-1837-4c10-aa92-785cb98bfba7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6b2446-1837-4c10-aa92-785cb98bfba7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13452837585365780848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848134528375853657808481345283758536578084813452837585365780848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5194815e-acf6-4806-9c80-f68a4e154ec9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09d4e7d-1ce9-40e5-bb8c-b3bdf715f275, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09d4e7d-1ce9-40e5-bb8c-b3bdf715f275, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008598879316480895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895200859887931648089520085988793164808952008598879316480895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09d4e7d-1ce9-40e5-bb8c-b3bdf715f275, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111576cc-332e-42e6-9d5b-2c2c233189a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111576cc-332e-42e6-9d5b-2c2c233189a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12221725400982788115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115122217254009827881151222172540098278811512221725400982788115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6b2446-1837-4c10-aa92-785cb98bfba7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5df5a8f-6338-486f-8820-ae519d309228, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5df5a8f-6338-486f-8820-ae519d309228, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5627318822256848083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083562731882225684808356273188222568480835627318822256848083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111576cc-332e-42e6-9d5b-2c2c233189a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abe0b3d0-d39c-4bda-9374-54b9d70619c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe0b3d0-d39c-4bda-9374-54b9d70619c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8008907849561361107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107800890784956136110780089078495613611078008907849561361107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5df5a8f-6338-486f-8820-ae519d309228, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14a410df-d752-42b3-9c60-04637796af03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a410df-d752-42b3-9c60-04637796af03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695640752395581338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338569564075239558133856956407523955813385695640752395581338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe0b3d0-d39c-4bda-9374-54b9d70619c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cf66736-340d-4b35-b3d5-e592e1ef8fb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf66736-340d-4b35-b3d5-e592e1ef8fb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6200555147712931927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927620055514771293192762005551477129319276200555147712931927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a410df-d752-42b3-9c60-04637796af03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a18411c-7558-4d44-960c-0c9655c089ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a18411c-7558-4d44-960c-0c9655c089ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2714775117906629483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483271477511790662948327147751179066294832714775117906629483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf66736-340d-4b35-b3d5-e592e1ef8fb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27a51b1c-e507-47ab-98d0-7500bde2c39b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a51b1c-e507-47ab-98d0-7500bde2c39b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368206329535117005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005736820632953511700573682063295351170057368206329535117005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a18411c-7558-4d44-960c-0c9655c089ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a745d7a1-0c73-473e-a52a-4f3dcef72a15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a745d7a1-0c73-473e-a52a-4f3dcef72a15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943733593772195214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214194373359377219521419437335937721952141943733593772195214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a51b1c-e507-47ab-98d0-7500bde2c39b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28ed49b6-bce0-4870-a5f4-e0512a24764b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a745d7a1-0c73-473e-a52a-4f3dcef72a15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ed49b6-bce0-4870-a5f4-e0512a24764b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1781628108921376097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097178162810892137609717816281089213760971781628108921376097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea43e11e-5e21-481e-9fef-1ab0121ab188, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea43e11e-5e21-481e-9fef-1ab0121ab188, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9673132988540613549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549967313298854061354996731329885406135499673132988540613549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ed49b6-bce0-4870-a5f4-e0512a24764b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63412c8c-55b9-4b03-bd69-ae142bcc5a10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63412c8c-55b9-4b03-bd69-ae142bcc5a10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7729351642679788737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737772935164267978873777293516426797887377729351642679788737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea43e11e-5e21-481e-9fef-1ab0121ab188, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95388412-b973-4a44-85d7-4b1ada45164d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95388412-b973-4a44-85d7-4b1ada45164d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11038935459934440613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613110389354599344406131103893545993444061311038935459934440613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63412c8c-55b9-4b03-bd69-ae142bcc5a10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe183f71-fa61-4adf-a7bd-2dc3f882a4bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe183f71-fa61-4adf-a7bd-2dc3f882a4bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 470298000559877483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483470298000559877483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95388412-b973-4a44-85d7-4b1ada45164d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8096727f-0e92-4742-bd05-c74cac95c9a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8096727f-0e92-4742-bd05-c74cac95c9a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12079387741889225858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858120793877418892258581207938774188922585812079387741889225858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe183f71-fa61-4adf-a7bd-2dc3f882a4bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce44d4e2-49de-4308-8eff-6f4d86d0e15e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce44d4e2-49de-4308-8eff-6f4d86d0e15e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10483936665582719999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999104839366655827199991048393666558271999910483936665582719999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8096727f-0e92-4742-bd05-c74cac95c9a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7317c66-fe8d-455c-b03b-fff2911d9779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7317c66-fe8d-455c-b03b-fff2911d9779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18322807488804734066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066183228074888047340661832280748880473406618322807488804734066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce44d4e2-49de-4308-8eff-6f4d86d0e15e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7317c66-fe8d-455c-b03b-fff2911d9779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe4b7b4a-e4da-4f88-aca4-c4f828890deb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe4b7b4a-e4da-4f88-aca4-c4f828890deb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362341439012108603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603536234143901210860353623414390121086035362341439012108603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d6d0148-edbe-43b0-a904-b5b608e7fa4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6d0148-edbe-43b0-a904-b5b608e7fa4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8027455729456700675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675802745572945670067580274557294567006758027455729456700675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe4b7b4a-e4da-4f88-aca4-c4f828890deb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a6a30f3-8f6e-4e29-8b5a-1b113d9c746a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a6a30f3-8f6e-4e29-8b5a-1b113d9c746a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17078673195740716563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563170786731957407165631707867319574071656317078673195740716563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6d0148-edbe-43b0-a904-b5b608e7fa4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ccd7bfe-d677-45c9-9f8d-337ea3fca09f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ccd7bfe-d677-45c9-9f8d-337ea3fca09f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14516448295390112728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728145164482953901127281451644829539011272814516448295390112728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a6a30f3-8f6e-4e29-8b5a-1b113d9c746a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52d79a4f-de55-4e49-8cab-5c601abecc96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d79a4f-de55-4e49-8cab-5c601abecc96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16937850450247617855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855169378504502476178551693785045024761785516937850450247617855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ccd7bfe-d677-45c9-9f8d-337ea3fca09f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a6cc12-b24b-4d19-ac23-d036aede4064, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a6cc12-b24b-4d19-ac23-d036aede4064, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8152049802302138698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698815204980230213869881520498023021386988152049802302138698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d79a4f-de55-4e49-8cab-5c601abecc96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a684a2e3-120c-4475-86df-7efc48906bb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a684a2e3-120c-4475-86df-7efc48906bb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18333634572419020823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823183336345724190208231833363457241902082318333634572419020823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a6cc12-b24b-4d19-ac23-d036aede4064, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f6f5888-721a-433d-9704-26a8dd21858c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6f5888-721a-433d-9704-26a8dd21858c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9838327623899230004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004983832762389923000498383276238992300049838327623899230004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a684a2e3-120c-4475-86df-7efc48906bb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ad0b70e-815f-4b5e-af9b-1105aad1de90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ad0b70e-815f-4b5e-af9b-1105aad1de90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364909112648236032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032153649091126482360321536490911264823603215364909112648236032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6f5888-721a-433d-9704-26a8dd21858c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 536de10c-9543-45bb-b98c-ec4155134d5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536de10c-9543-45bb-b98c-ec4155134d5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8935276925595888273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273893527692559588827389352769255958882738935276925595888273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ad0b70e-815f-4b5e-af9b-1105aad1de90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d84ef43-4b86-4cdd-bd18-aecbc50321fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d84ef43-4b86-4cdd-bd18-aecbc50321fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6612048282092294604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604661204828209229460466120482820922946046612048282092294604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536de10c-9543-45bb-b98c-ec4155134d5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27ac7646-c01f-46b7-8e78-5e7ce2ecc024, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27ac7646-c01f-46b7-8e78-5e7ce2ecc024, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17418181288585765196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196174181812885857651961741818128858576519617418181288585765196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d84ef43-4b86-4cdd-bd18-aecbc50321fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dd6fac8-bcf2-4e44-a089-a53f0dd8a506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd6fac8-bcf2-4e44-a089-a53f0dd8a506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457788139245057725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725124577881392450577251245778813924505772512457788139245057725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27ac7646-c01f-46b7-8e78-5e7ce2ecc024, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd6fac8-bcf2-4e44-a089-a53f0dd8a506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f08f236-9be0-4885-9a98-10b4dbd96be3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5954d1e-619a-4015-8fa8-cd282e6a75df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f08f236-9be0-4885-9a98-10b4dbd96be3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4613978257299786985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985461397825729978698546139782572997869854613978257299786985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5954d1e-619a-4015-8fa8-cd282e6a75df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12632548523895268175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175126325485238952681751263254852389526817512632548523895268175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f08f236-9be0-4885-9a98-10b4dbd96be3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc01fd5-90c3-40d2-9b3b-df8c572445df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5954d1e-619a-4015-8fa8-cd282e6a75df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8aa09265-119b-4487-b929-89d2b7f35fff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc01fd5-90c3-40d2-9b3b-df8c572445df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9886931834952916292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292988693183495291629298869318349529162929886931834952916292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aa09265-119b-4487-b929-89d2b7f35fff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13223261063826002902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902132232610638260029021322326106382600290213223261063826002902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc01fd5-90c3-40d2-9b3b-df8c572445df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcfbb5d8-e1b2-4236-abd6-3aa5287570e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcfbb5d8-e1b2-4236-abd6-3aa5287570e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863285342640531464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464118632853426405314641186328534264053146411863285342640531464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aa09265-119b-4487-b929-89d2b7f35fff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 035ccf59-febc-400d-935a-8ebea0ffa5f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035ccf59-febc-400d-935a-8ebea0ffa5f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17664244501875327018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018176642445018753270181766424450187532701817664244501875327018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcfbb5d8-e1b2-4236-abd6-3aa5287570e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bb1bacb-940a-4261-84d4-d9344ee8c003, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb1bacb-940a-4261-84d4-d9344ee8c003, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6101805166099179171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171610180516609917917161018051660991791716101805166099179171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035ccf59-febc-400d-935a-8ebea0ffa5f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27f5bfa7-d764-4084-97a9-97ddaee20710, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27f5bfa7-d764-4084-97a9-97ddaee20710, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905864075472893048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048139058640754728930481390586407547289304813905864075472893048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb1bacb-940a-4261-84d4-d9344ee8c003, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5cd59bf-f389-4290-9bfe-e11ff8a79926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cd59bf-f389-4290-9bfe-e11ff8a79926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4455732944347674073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073445573294434767407344557329443476740734455732944347674073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27f5bfa7-d764-4084-97a9-97ddaee20710, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50584241-0719-402b-ae98-e6ab830fa546, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50584241-0719-402b-ae98-e6ab830fa546, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929211570521589532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532159292115705215895321592921157052158953215929211570521589532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cd59bf-f389-4290-9bfe-e11ff8a79926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5ab901c-fdf0-4061-b549-7ed878821468, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5ab901c-fdf0-4061-b549-7ed878821468, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4871321842608334026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026487132184260833402648713218426083340264871321842608334026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50584241-0719-402b-ae98-e6ab830fa546, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e191de85-2dfd-4dff-9273-f21d93da10bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e191de85-2dfd-4dff-9273-f21d93da10bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7458468642809619982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982745846864280961998274584686428096199827458468642809619982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5ab901c-fdf0-4061-b549-7ed878821468, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e191de85-2dfd-4dff-9273-f21d93da10bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59c0c040-13a0-4f49-8217-793f9b1393ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72de0ba6-11ca-4a08-940b-e3863779a990, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72de0ba6-11ca-4a08-940b-e3863779a990, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6423469349441273528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528642346934944127352864234693494412735286423469349441273528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c0c040-13a0-4f49-8217-793f9b1393ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288904173890433368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368228890417389043336822889041738904333682288904173890433368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c0c040-13a0-4f49-8217-793f9b1393ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e9222d-bb22-42d8-8e33-1739803124d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e9222d-bb22-42d8-8e33-1739803124d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12464918632622475875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875124649186326224758751246491863262247587512464918632622475875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72de0ba6-11ca-4a08-940b-e3863779a990, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97707ff6-a128-43b4-b219-5d57e0bb2341, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97707ff6-a128-43b4-b219-5d57e0bb2341, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6330020296022982332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332633002029602298233263300202960229823326330020296022982332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e9222d-bb22-42d8-8e33-1739803124d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82a0909a-f2d9-42f7-b4ca-19fa190a36d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82a0909a-f2d9-42f7-b4ca-19fa190a36d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756073645694627218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218475607364569462721847560736456946272184756073645694627218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82a0909a-f2d9-42f7-b4ca-19fa190a36d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbce5184-af94-474d-9047-cff54dba30cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbce5184-af94-474d-9047-cff54dba30cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1290732927355742130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130129073292735574213012907329273557421301290732927355742130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97707ff6-a128-43b4-b219-5d57e0bb2341, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19180d1b-8b06-4092-a565-2be6ee365f86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19180d1b-8b06-4092-a565-2be6ee365f86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14622526541308433675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675146225265413084336751462252654130843367514622526541308433675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbce5184-af94-474d-9047-cff54dba30cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c83e3b4a-2f55-4123-ae4e-39ff72c54a24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83e3b4a-2f55-4123-ae4e-39ff72c54a24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083940676943803198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198808394067694380319880839406769438031988083940676943803198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19180d1b-8b06-4092-a565-2be6ee365f86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc32eb4e-d5fb-4411-819d-a300aab0cade, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc32eb4e-d5fb-4411-819d-a300aab0cade, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16466230596553684897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897164662305965536848971646623059655368489716466230596553684897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83e3b4a-2f55-4123-ae4e-39ff72c54a24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 816b625f-5c03-4d4f-866b-bbc28103ad9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816b625f-5c03-4d4f-866b-bbc28103ad9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509343680138815715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715165093436801388157151650934368013881571516509343680138815715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc32eb4e-d5fb-4411-819d-a300aab0cade, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b4912ff-38e5-4132-9cdf-2e55a0340e5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816b625f-5c03-4d4f-866b-bbc28103ad9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b4912ff-38e5-4132-9cdf-2e55a0340e5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519753348409520769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769851975334840952076985197533484095207698519753348409520769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad91ba8-a0a5-4a0b-b2a2-dba3c32c0645, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad91ba8-a0a5-4a0b-b2a2-dba3c32c0645, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12098583942403163762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762120985839424031637621209858394240316376212098583942403163762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b4912ff-38e5-4132-9cdf-2e55a0340e5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c2f808-5fc4-4391-ad52-21798d9cfe4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c2f808-5fc4-4391-ad52-21798d9cfe4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5006213343751674901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901500621334375167490150062133437516749015006213343751674901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad91ba8-a0a5-4a0b-b2a2-dba3c32c0645, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5e65b8-5131-42d5-84b7-e49e3d052751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5e65b8-5131-42d5-84b7-e49e3d052751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9043011076176302260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260904301107617630226090430110761763022609043011076176302260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c2f808-5fc4-4391-ad52-21798d9cfe4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a60bf7a-589c-4bc7-9165-28038e39a1ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a60bf7a-589c-4bc7-9165-28038e39a1ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876893085547092328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328148768930855470923281487689308554709232814876893085547092328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5e65b8-5131-42d5-84b7-e49e3d052751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a1af97-dba1-47a8-a8f5-289564058614, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a1af97-dba1-47a8-a8f5-289564058614, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6990987308660896012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012699098730866089601269909873086608960126990987308660896012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a60bf7a-589c-4bc7-9165-28038e39a1ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5af6ac2d-0d07-4947-8361-dabc64b4036c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af6ac2d-0d07-4947-8361-dabc64b4036c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382893522355582223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223163828935223555822231638289352235558222316382893522355582223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a1af97-dba1-47a8-a8f5-289564058614, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2023410-7292-41f1-8661-4a76b2112d27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2023410-7292-41f1-8661-4a76b2112d27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7477530492008367309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309747753049200836730974775304920083673097477530492008367309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af6ac2d-0d07-4947-8361-dabc64b4036c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b32ca55-8ecc-48ee-a0f3-407fd7087477, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b32ca55-8ecc-48ee-a0f3-407fd7087477, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16185730540504200837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837161857305405042008371618573054050420083716185730540504200837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2023410-7292-41f1-8661-4a76b2112d27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8f12962-9bc1-4e2c-8d84-329301ec4de5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f12962-9bc1-4e2c-8d84-329301ec4de5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419917605768267418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418134199176057682674181341991760576826741813419917605768267418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b32ca55-8ecc-48ee-a0f3-407fd7087477, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0588e3ec-e5c9-40bf-a3ad-6549c2633646, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0588e3ec-e5c9-40bf-a3ad-6549c2633646, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12043446563293016807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807120434465632930168071204344656329301680712043446563293016807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f12962-9bc1-4e2c-8d84-329301ec4de5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4b7faf-d6b6-4785-9526-2b92e192eba8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4b7faf-d6b6-4785-9526-2b92e192eba8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11517793023289173821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821115177930232891738211151779302328917382111517793023289173821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0588e3ec-e5c9-40bf-a3ad-6549c2633646, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0f2bc9-d935-49cf-af13-67bb489c9d9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0f2bc9-d935-49cf-af13-67bb489c9d9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12089452389436874874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874120894523894368748741208945238943687487412089452389436874874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4b7faf-d6b6-4785-9526-2b92e192eba8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07826638-9ea2-4946-92e5-e51c1933e2ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0f2bc9-d935-49cf-af13-67bb489c9d9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fdbe1965-5750-4a0a-8ea4-7520416cd9ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07826638-9ea2-4946-92e5-e51c1933e2ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14803201208315253147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147148032012083152531471480320120831525314714803201208315253147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbe1965-5750-4a0a-8ea4-7520416cd9ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478481016720618213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213347848101672061821334784810167206182133478481016720618213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07826638-9ea2-4946-92e5-e51c1933e2ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a70fb23-c07f-499c-bb81-167b347c6af3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a70fb23-c07f-499c-bb81-167b347c6af3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12261491046103816706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706122614910461038167061226149104610381670612261491046103816706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbe1965-5750-4a0a-8ea4-7520416cd9ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 161817ba-bd77-47df-ab4b-57e5f52da503, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161817ba-bd77-47df-ab4b-57e5f52da503, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7999149545752898078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078799914954575289807879991495457528980787999149545752898078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a70fb23-c07f-499c-bb81-167b347c6af3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f0e1147-a728-4438-b629-4ceefc6b6779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0e1147-a728-4438-b629-4ceefc6b6779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261876089921165352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352172618760899211653521726187608992116535217261876089921165352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161817ba-bd77-47df-ab4b-57e5f52da503, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ce0841d-7cf1-4c42-a905-a796629c1aaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce0841d-7cf1-4c42-a905-a796629c1aaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7111914466397114019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019711191446639711401971119144663971140197111914466397114019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0e1147-a728-4438-b629-4ceefc6b6779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c84cce8e-c3b8-400b-8f35-bff9a8b26e74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84cce8e-c3b8-400b-8f35-bff9a8b26e74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17945497871072504757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757179454978710725047571794549787107250475717945497871072504757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce0841d-7cf1-4c42-a905-a796629c1aaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5af8676-019f-4b5f-b4d0-6120024cf240, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5af8676-019f-4b5f-b4d0-6120024cf240, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13935879671686954941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941139358796716869549411393587967168695494113935879671686954941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84cce8e-c3b8-400b-8f35-bff9a8b26e74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb5e7c6d-2591-41e5-8085-9b93c5d5c322, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5e7c6d-2591-41e5-8085-9b93c5d5c322, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 959679660731449621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621959679660731449621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5af8676-019f-4b5f-b4d0-6120024cf240, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0d3e7e-a81d-4881-8b14-ed5a70334771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0d3e7e-a81d-4881-8b14-ed5a70334771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8106315097522144709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709810631509752214470981063150975221447098106315097522144709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5e7c6d-2591-41e5-8085-9b93c5d5c322, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d071f43-b65a-4292-8c2f-b3a53d4622f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d071f43-b65a-4292-8c2f-b3a53d4622f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428740949699291696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696428740949699291696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0d3e7e-a81d-4881-8b14-ed5a70334771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b60d1ed-1fe6-4f3c-ad50-87f4c84e267c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b60d1ed-1fe6-4f3c-ad50-87f4c84e267c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14786837428936243546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546147868374289362435461478683742893624354614786837428936243546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d071f43-b65a-4292-8c2f-b3a53d4622f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725bce2d-d79e-432f-94e5-541476ab19e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725bce2d-d79e-432f-94e5-541476ab19e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301761589716969341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341133017615897169693411330176158971696934113301761589716969341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b60d1ed-1fe6-4f3c-ad50-87f4c84e267c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1bc8862-b526-4c2c-a1b0-cc99c0706325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1bc8862-b526-4c2c-a1b0-cc99c0706325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7556264713093340172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172755626471309334017275562647130933401727556264713093340172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725bce2d-d79e-432f-94e5-541476ab19e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16be1ab9-b736-4df5-930d-bc22fb97812f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16be1ab9-b736-4df5-930d-bc22fb97812f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1248033914410532121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121124803391441053212112480339144105321211248033914410532121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1bc8862-b526-4c2c-a1b0-cc99c0706325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b12d8c61-9589-45dc-bb56-047bcfb36b4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12d8c61-9589-45dc-bb56-047bcfb36b4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976827622472412463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463897682762247241246389768276224724124638976827622472412463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16be1ab9-b736-4df5-930d-bc22fb97812f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, becf97cf-13d0-4c2e-9318-431a33a9c7d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, becf97cf-13d0-4c2e-9318-431a33a9c7d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660011777518919612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612466001177751891961246600117775189196124660011777518919612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12d8c61-9589-45dc-bb56-047bcfb36b4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8982ab8b-6c9a-44db-8860-a18a1d5e64e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8982ab8b-6c9a-44db-8860-a18a1d5e64e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048371506074366481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481304837150607436648130483715060743664813048371506074366481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, becf97cf-13d0-4c2e-9318-431a33a9c7d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 171ba900-d0db-48a7-a1c7-4f7b84fdaf06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171ba900-d0db-48a7-a1c7-4f7b84fdaf06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8117956903817240597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597811795690381724059781179569038172405978117956903817240597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8982ab8b-6c9a-44db-8860-a18a1d5e64e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 516e906c-64b3-497c-a549-9453403c35d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516e906c-64b3-497c-a549-9453403c35d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11381644369249600869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869113816443692496008691138164436924960086911381644369249600869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171ba900-d0db-48a7-a1c7-4f7b84fdaf06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f504e732-1ddc-4cf3-b4d5-bbcaa8d86c23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f504e732-1ddc-4cf3-b4d5-bbcaa8d86c23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12643557933577124985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985126435579335771249851264355793357712498512643557933577124985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516e906c-64b3-497c-a549-9453403c35d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 772b4c12-42f1-4931-b715-9e5859c6c01e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772b4c12-42f1-4931-b715-9e5859c6c01e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12835083383119924908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908128350833831199249081283508338311992490812835083383119924908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f504e732-1ddc-4cf3-b4d5-bbcaa8d86c23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7877d5c-c9a3-4e45-97d9-e42aca964088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772b4c12-42f1-4931-b715-9e5859c6c01e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7877d5c-c9a3-4e45-97d9-e42aca964088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1515945681308186886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886151594568130818688615159456813081868861515945681308186886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d1448da-6df4-4f8b-98f1-e9f5d61d2a22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1448da-6df4-4f8b-98f1-e9f5d61d2a22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760605582083239884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884276060558208323988427606055820832398842760605582083239884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7877d5c-c9a3-4e45-97d9-e42aca964088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11858d71-e5c9-4cfa-ae61-6b7e830b120e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11858d71-e5c9-4cfa-ae61-6b7e830b120e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7205157388172912430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430720515738817291243072051573881729124307205157388172912430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1448da-6df4-4f8b-98f1-e9f5d61d2a22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 481f1e32-ce81-4749-83a9-034277a43595, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481f1e32-ce81-4749-83a9-034277a43595, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648847032350769527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527136488470323507695271364884703235076952713648847032350769527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11858d71-e5c9-4cfa-ae61-6b7e830b120e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a0ec728-a620-4801-91bd-cf33b125e3b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a0ec728-a620-4801-91bd-cf33b125e3b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4134937032946209350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350413493703294620935041349370329462093504134937032946209350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481f1e32-ce81-4749-83a9-034277a43595, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a954df3-d128-44de-bc79-4b9caf0c781c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a954df3-d128-44de-bc79-4b9caf0c781c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9555334173113544058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058955533417311354405895553341731135440589555334173113544058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a0ec728-a620-4801-91bd-cf33b125e3b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a954df3-d128-44de-bc79-4b9caf0c781c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ec176f2-832a-4772-a465-e263cd3dbecd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec176f2-832a-4772-a465-e263cd3dbecd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904483828313310494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494790448382831331049479044838283133104947904483828313310494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e3fee52-dfef-47d5-a99a-5d209a813d44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3fee52-dfef-47d5-a99a-5d209a813d44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7756494432473980428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428775649443247398042877564944324739804287756494432473980428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec176f2-832a-4772-a465-e263cd3dbecd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d22acb38-e3e2-4390-86d2-ab457a017b03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d22acb38-e3e2-4390-86d2-ab457a017b03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13858039820666759671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671138580398206667596711385803982066675967113858039820666759671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3fee52-dfef-47d5-a99a-5d209a813d44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16844db8-f331-4a1e-9140-2114ebb8977b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d22acb38-e3e2-4390-86d2-ab457a017b03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58d54e84-ac27-4600-849f-f67f2ae8fb07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d54e84-ac27-4600-849f-f67f2ae8fb07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17720997436087979008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008177209974360879790081772099743608797900817720997436087979008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16844db8-f331-4a1e-9140-2114ebb8977b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14673284240236162280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280146732842402361622801467328424023616228014673284240236162280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d54e84-ac27-4600-849f-f67f2ae8fb07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5093b18f-e468-4ba0-a2bd-9403f3bdbf87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16844db8-f331-4a1e-9140-2114ebb8977b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88fecb8f-c6b9-4c72-8bdd-19b745c14fa0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5093b18f-e468-4ba0-a2bd-9403f3bdbf87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8628861315860860883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883862886131586086088386288613158608608838628861315860860883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fecb8f-c6b9-4c72-8bdd-19b745c14fa0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5476536292777581339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339547653629277758133954765362927775813395476536292777581339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5093b18f-e468-4ba0-a2bd-9403f3bdbf87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fecb8f-c6b9-4c72-8bdd-19b745c14fa0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cf43de6-551d-4949-baa9-ffe8c64a02ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 982b9037-2db8-47bc-8a2f-f27747d826ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf43de6-551d-4949-baa9-ffe8c64a02ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433885943841930180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180104338859438419301801043388594384193018010433885943841930180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 982b9037-2db8-47bc-8a2f-f27747d826ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5230892768674534915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915523089276867453491552308927686745349155230892768674534915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 982b9037-2db8-47bc-8a2f-f27747d826ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d321bded-9875-4bca-a825-3943ec3e6545, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf43de6-551d-4949-baa9-ffe8c64a02ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3dbdd7c-f24a-449e-87c5-7da67f229be8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3dbdd7c-f24a-449e-87c5-7da67f229be8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18092657183748706135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135180926571837487061351809265718374870613518092657183748706135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d321bded-9875-4bca-a825-3943ec3e6545, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918481877238149658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658139184818772381496581391848187723814965813918481877238149658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d321bded-9875-4bca-a825-3943ec3e6545, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a2ec11-3429-4e16-af3b-d21824f0ca61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a2ec11-3429-4e16-af3b-d21824f0ca61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5437884475608688100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100543788447560868810054378844756086881005437884475608688100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3dbdd7c-f24a-449e-87c5-7da67f229be8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dba2cf75-ac87-45df-9fc1-6d88c638c413, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba2cf75-ac87-45df-9fc1-6d88c638c413, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5479411008979241360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360547941100897924136054794110089792413605479411008979241360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a2ec11-3429-4e16-af3b-d21824f0ca61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8417d7fb-28c7-409e-a19e-1ff285a0f28d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8417d7fb-28c7-409e-a19e-1ff285a0f28d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932332065611822510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510129323320656118225101293233206561182251012932332065611822510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba2cf75-ac87-45df-9fc1-6d88c638c413, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3284678-d6c3-4f1e-8ddb-76f7e21677ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3284678-d6c3-4f1e-8ddb-76f7e21677ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696746235528233069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069769674623552823306976967462355282330697696746235528233069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8417d7fb-28c7-409e-a19e-1ff285a0f28d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fffbdce1-3321-4906-8d97-fce60f0cad12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fffbdce1-3321-4906-8d97-fce60f0cad12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11238213478197037347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347112382134781970373471123821347819703734711238213478197037347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3284678-d6c3-4f1e-8ddb-76f7e21677ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96749a3a-732c-47a2-a94f-b2da9d8678c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96749a3a-732c-47a2-a94f-b2da9d8678c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5488385075805740003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003548838507580574000354883850758057400035488385075805740003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fffbdce1-3321-4906-8d97-fce60f0cad12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12d36474-c882-44b2-88d4-ecfd2f1b6d08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d36474-c882-44b2-88d4-ecfd2f1b6d08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14545552992078203279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279145455529920782032791454555299207820327914545552992078203279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96749a3a-732c-47a2-a94f-b2da9d8678c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbfc84d2-4117-4d6c-8c6b-7e64a29ac263, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfc84d2-4117-4d6c-8c6b-7e64a29ac263, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 847263642417014881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881847263642417014881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d36474-c882-44b2-88d4-ecfd2f1b6d08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fec74a1c-68ac-415d-b34f-5976e2bcd0aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec74a1c-68ac-415d-b34f-5976e2bcd0aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18259496560298696981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981182594965602986969811825949656029869698118259496560298696981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfc84d2-4117-4d6c-8c6b-7e64a29ac263, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a465a600-df47-46c6-9cab-5031de31172b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a465a600-df47-46c6-9cab-5031de31172b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15667973040237712120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120156679730402377121201566797304023771212015667973040237712120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec74a1c-68ac-415d-b34f-5976e2bcd0aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3aa1a7d8-88c8-4aa4-9980-009ae0d501de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa1a7d8-88c8-4aa4-9980-009ae0d501de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502049452131900988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988135020494521319009881350204945213190098813502049452131900988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a465a600-df47-46c6-9cab-5031de31172b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 989bdaed-486e-4615-a236-6cb900cc37c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989bdaed-486e-4615-a236-6cb900cc37c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4465077168559224212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212446507716855922421244650771685592242124465077168559224212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa1a7d8-88c8-4aa4-9980-009ae0d501de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47ae7b3-4a96-4feb-98f1-4d1ce42e1888, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47ae7b3-4a96-4feb-98f1-4d1ce42e1888, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17473638896997717491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491174736388969977174911747363889699771749117473638896997717491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989bdaed-486e-4615-a236-6cb900cc37c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78611dfd-835d-406d-8db6-3e8e4b21fe7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78611dfd-835d-406d-8db6-3e8e4b21fe7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14249985112851556317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317142499851128515563171424998511285155631714249985112851556317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47ae7b3-4a96-4feb-98f1-4d1ce42e1888, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9db762-d818-4894-8add-989259f50612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9db762-d818-4894-8add-989259f50612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14871552218155162736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736148715522181551627361487155221815516273614871552218155162736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78611dfd-835d-406d-8db6-3e8e4b21fe7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7347714-72a6-4c07-9330-27a725ba9a04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7347714-72a6-4c07-9330-27a725ba9a04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18164082700714696945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945181640827007146969451816408270071469694518164082700714696945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9db762-d818-4894-8add-989259f50612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07c3306-51f4-4a67-86e0-1288dc252ede, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07c3306-51f4-4a67-86e0-1288dc252ede, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13165868728323750134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134131658687283237501341316586872832375013413165868728323750134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7347714-72a6-4c07-9330-27a725ba9a04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2f4ade-6212-42ba-8261-8fffb40b8daf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2f4ade-6212-42ba-8261-8fffb40b8daf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7076472108168500769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769707647210816850076970764721081685007697076472108168500769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07c3306-51f4-4a67-86e0-1288dc252ede, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b507417-c631-41af-8dc0-3c2d624591ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b507417-c631-41af-8dc0-3c2d624591ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075741155955696950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950107574115595569695010757411559556969501075741155955696950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2f4ade-6212-42ba-8261-8fffb40b8daf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2aefd5f-0265-4fdc-8784-f0d1304d64a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b507417-c631-41af-8dc0-3c2d624591ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 278e63ba-c287-4a76-b57a-2c3d02d22344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 278e63ba-c287-4a76-b57a-2c3d02d22344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110177908563744572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572131101779085637445721311017790856374457213110177908563744572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2aefd5f-0265-4fdc-8784-f0d1304d64a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372740678307550363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363183727406783075503631837274067830755036318372740678307550363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 278e63ba-c287-4a76-b57a-2c3d02d22344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca48d4a0-9fbc-492c-b0e7-ab0bb76fcf06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca48d4a0-9fbc-492c-b0e7-ab0bb76fcf06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13232946648146550956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956132329466481465509561323294664814655095613232946648146550956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2aefd5f-0265-4fdc-8784-f0d1304d64a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21687646-f888-47a9-8ff0-ffe67e4929c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21687646-f888-47a9-8ff0-ffe67e4929c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8710823066931893531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531871082306693189353187108230669318935318710823066931893531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca48d4a0-9fbc-492c-b0e7-ab0bb76fcf06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d52c44-5b8e-4146-820c-967ed528d100, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21687646-f888-47a9-8ff0-ffe67e4929c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcd4933-29c5-40ca-a241-3be3aee20ae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d52c44-5b8e-4146-820c-967ed528d100, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15574999817332613483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483155749998173326134831557499981733261348315574999817332613483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcd4933-29c5-40ca-a241-3be3aee20ae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5720503334277590243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243572050333427759024357205033342775902435720503334277590243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d52c44-5b8e-4146-820c-967ed528d100, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58c463c8-da58-4248-b8a4-819647e38661, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c463c8-da58-4248-b8a4-819647e38661, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16740061706668158701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701167400617066681587011674006170666815870116740061706668158701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcd4933-29c5-40ca-a241-3be3aee20ae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9898d15-6eaa-41e0-b02e-3fb1d800fcc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9898d15-6eaa-41e0-b02e-3fb1d800fcc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3242402527486976005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005324240252748697600532424025274869760053242402527486976005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c463c8-da58-4248-b8a4-819647e38661, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0fdf6cf-af07-43f5-83e0-7a6a5d4f0628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9898d15-6eaa-41e0-b02e-3fb1d800fcc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dedabc0-7722-4db7-bc36-6d2409bed4b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ad19d344-73c4-4245-be3c-7b820b0fc694, localhost:62275): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0fdf6cf-af07-43f5-83e0-7a6a5d4f0628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404172148529026795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795154041721485290267951540417214852902679515404172148529026795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ad19d344-73c4-4245-be3c-7b820b0fc694, localhost:62275): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dedabc0-7722-4db7-bc36-6d2409bed4b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9085833970175237475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475908583397017523747590858339701752374759085833970175237475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0fdf6cf-af07-43f5-83e0-7a6a5d4f0628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd6d0e0c-df34-4046-9c61-4876fbd708df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd6d0e0c-df34-4046-9c61-4876fbd708df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092942646706739764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764140929426467067397641409294264670673976414092942646706739764" } } } 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, ad19d344-73c4-4245-be3c-7b820b0fc694, localhost:62275): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnft54blbu.auto.internal" port: 13675 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-gnft54blbu.auto.internal" port: 9655 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-gnft54blbu.auto.internal:13675, location , ssl: False>, <Endpoint ghrun-gnft54blbu.auto.internal:9655, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dedabc0-7722-4db7-bc36-6d2409bed4b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9758d10d-594b-4b55-9636-30e9bd2d9cfa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9758d10d-594b-4b55-9636-30e9bd2d9cfa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2851783875534229304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304285178387553422930428517838755342293042851783875534229304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd6d0e0c-df34-4046-9c61-4876fbd708df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cec6d30f-5a99-44e0-beca-6ef88e4db022, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec6d30f-5a99-44e0-beca-6ef88e4db022, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9036011147584797313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313903601114758479731390360111475847973139036011147584797313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62275
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9758d10d-594b-4b55-9636-30e9bd2d9cfa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec6d30f-5a99-44e0-beca-6ef88e4db022, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e8863e-a11c-4a65-b436-b7233b8880d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c949738a-a0e9-479a-8a35-f4a23cf99d3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c949738a-a0e9-479a-8a35-f4a23cf99d3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2804914525110713305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305280491452511071330528049145251107133052804914525110713305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e8863e-a11c-4a65-b436-b7233b8880d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6728594560868344548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548672859456086834454867285945608683445486728594560868344548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c949738a-a0e9-479a-8a35-f4a23cf99d3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e8863e-a11c-4a65-b436-b7233b8880d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2286aac-6347-40b2-88f1-223fd4d3b5fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2286aac-6347-40b2-88f1-223fd4d3b5fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11173905079941155097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097111739050799411550971117390507994115509711173905079941155097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 195d11a6-43df-446e-b969-330547ab14fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2286aac-6347-40b2-88f1-223fd4d3b5fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195d11a6-43df-446e-b969-330547ab14fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402153031067025237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237940215303106702523794021530310670252379402153031067025237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a72f9b20-b73a-4d73-9137-b2c42d499294, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a72f9b20-b73a-4d73-9137-b2c42d499294, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6421372120605855188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188642137212060585518864213721206058551886421372120605855188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195d11a6-43df-446e-b969-330547ab14fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ed9293-b296-45ab-a3cb-39b0fa6dec7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ed9293-b296-45ab-a3cb-39b0fa6dec7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9035910589422948484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484903591058942294848490359105894229484849035910589422948484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a72f9b20-b73a-4d73-9137-b2c42d499294, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4368b62-f5d4-4abc-98e8-c82f31bbfe20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4368b62-f5d4-4abc-98e8-c82f31bbfe20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690014395054751105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105146900143950547511051469001439505475110514690014395054751105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ed9293-b296-45ab-a3cb-39b0fa6dec7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e277361f-4519-4c15-936c-687de9563ea2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e277361f-4519-4c15-936c-687de9563ea2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338420972409409571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571833842097240940957183384209724094095718338420972409409571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4368b62-f5d4-4abc-98e8-c82f31bbfe20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0198f00d-4d0d-4194-8ceb-2b3ad8104e7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0198f00d-4d0d-4194-8ceb-2b3ad8104e7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415369594526374699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699144153695945263746991441536959452637469914415369594526374699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e277361f-4519-4c15-936c-687de9563ea2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5ee736c-585e-4480-b021-bf86c4007a63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ee736c-585e-4480-b021-bf86c4007a63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13972636501374688330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330139726365013746883301397263650137468833013972636501374688330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0198f00d-4d0d-4194-8ceb-2b3ad8104e7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf4f0dd-f17c-4a3d-b6da-24d0aab20c7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf4f0dd-f17c-4a3d-b6da-24d0aab20c7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6143061878236757945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945614306187823675794561430618782367579456143061878236757945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ee736c-585e-4480-b021-bf86c4007a63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb45c89-ceb5-4360-bf49-d994f9737d75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb45c89-ceb5-4360-bf49-d994f9737d75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15731495005608212714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714157314950056082127141573149500560821271415731495005608212714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf4f0dd-f17c-4a3d-b6da-24d0aab20c7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb45c89-ceb5-4360-bf49-d994f9737d75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4ef0b3-0c50-4d93-885a-3d87f812f088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4ef0b3-0c50-4d93-885a-3d87f812f088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5216842497360776146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146521684249736077614652168424973607761465216842497360776146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932cb554-0078-46c5-b968-987a5ff1bc05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932cb554-0078-46c5-b968-987a5ff1bc05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536451552205306716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716165364515522053067161653645155220530671616536451552205306716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4ef0b3-0c50-4d93-885a-3d87f812f088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0246189-6585-4fe7-ad60-040265e3dded, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932cb554-0078-46c5-b968-987a5ff1bc05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33f0b0c0-eefe-4782-bbb7-e3216276b3c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f0b0c0-eefe-4782-bbb7-e3216276b3c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13801181359129740939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939138011813591297409391380118135912974093913801181359129740939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0246189-6585-4fe7-ad60-040265e3dded, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10888194262899106211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211108881942628991062111088819426289910621110888194262899106211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f0b0c0-eefe-4782-bbb7-e3216276b3c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0246189-6585-4fe7-ad60-040265e3dded, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fcefc3b-13b6-4689-b4ec-ebd36aadd0a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fcefc3b-13b6-4689-b4ec-ebd36aadd0a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7782938861525976407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407778293886152597640777829388615259764077782938861525976407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b9f9bd-12e9-48e6-bb13-c0c1c0badb2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b9f9bd-12e9-48e6-bb13-c0c1c0badb2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17200085444171001423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423172000854441710014231720008544417100142317200085444171001423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fcefc3b-13b6-4689-b4ec-ebd36aadd0a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c575d3f-b930-4799-8e6a-f665a8d2fdc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c575d3f-b930-4799-8e6a-f665a8d2fdc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17623169337422052342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342176231693374220523421762316933742205234217623169337422052342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b9f9bd-12e9-48e6-bb13-c0c1c0badb2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5187a18-a60a-466e-8276-de91bd107876, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5187a18-a60a-466e-8276-de91bd107876, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886478078803604658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658488647807880360465848864780788036046584886478078803604658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c575d3f-b930-4799-8e6a-f665a8d2fdc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6045e37-d412-462d-94ee-cf7c2199d8a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6045e37-d412-462d-94ee-cf7c2199d8a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644455131209786178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178264445513120978617826444551312097861782644455131209786178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5187a18-a60a-466e-8276-de91bd107876, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae64b945-045d-4232-9d6b-3ccb071e5417, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae64b945-045d-4232-9d6b-3ccb071e5417, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2248560821425528718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718224856082142552871822485608214255287182248560821425528718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6045e37-d412-462d-94ee-cf7c2199d8a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd7eb25d-60c6-470c-9eaf-2180d4eee73a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd7eb25d-60c6-470c-9eaf-2180d4eee73a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11776370926468634703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703117763709264686347031177637092646863470311776370926468634703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae64b945-045d-4232-9d6b-3ccb071e5417, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84bd681b-c96f-4e72-982c-ff3f0747ec75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84bd681b-c96f-4e72-982c-ff3f0747ec75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8777458087810541638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638877745808781054163887774580878105416388777458087810541638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84bd681b-c96f-4e72-982c-ff3f0747ec75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4df09b93-2ee0-4fe8-93a6-a1f4cca8cc2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4df09b93-2ee0-4fe8-93a6-a1f4cca8cc2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743405069112321744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744157434050691123217441574340506911232174415743405069112321744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd7eb25d-60c6-470c-9eaf-2180d4eee73a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed086443-c55d-4207-bc2b-b20703f1bf19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed086443-c55d-4207-bc2b-b20703f1bf19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7639949829475466607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607763994982947546660776399498294754666077639949829475466607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4df09b93-2ee0-4fe8-93a6-a1f4cca8cc2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 843a7e26-1061-4474-b245-5d35b19c468e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843a7e26-1061-4474-b245-5d35b19c468e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7697541437935041061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061769754143793504106176975414379350410617697541437935041061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed086443-c55d-4207-bc2b-b20703f1bf19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcea7fd2-238f-4fee-8945-18fe51f94958, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea7fd2-238f-4fee-8945-18fe51f94958, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5839271442898412619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619583927144289841261958392714428984126195839271442898412619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843a7e26-1061-4474-b245-5d35b19c468e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a1144da-96a7-40fc-9e15-954a25c31af6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a1144da-96a7-40fc-9e15-954a25c31af6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4209014914253360264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264420901491425336026442090149142533602644209014914253360264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea7fd2-238f-4fee-8945-18fe51f94958, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7609d1a5-12cf-4f7c-a6a5-33abbd348e4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7609d1a5-12cf-4f7c-a6a5-33abbd348e4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10381141045097578091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091103811410450975780911038114104509757809110381141045097578091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a1144da-96a7-40fc-9e15-954a25c31af6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf45f281-006e-4710-9e06-5b622bb97ed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf45f281-006e-4710-9e06-5b622bb97ed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15616880467120262952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952156168804671202629521561688046712026295215616880467120262952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf45f281-006e-4710-9e06-5b622bb97ed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644aa570-b168-4605-9e0f-bf49afdb3535, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644aa570-b168-4605-9e0f-bf49afdb3535, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9777151995238462320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320977715199523846232097771519952384623209777151995238462320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644aa570-b168-4605-9e0f-bf49afdb3535, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35625db6-4f42-414c-87f7-7f59a7129302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35625db6-4f42-414c-87f7-7f59a7129302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17849807433801157900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900178498074338011579001784980743380115790017849807433801157900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7609d1a5-12cf-4f7c-a6a5-33abbd348e4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31706515-b0f4-4e98-b0c7-824b91bc3078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31706515-b0f4-4e98-b0c7-824b91bc3078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1323525065323321259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259132352506532332125913235250653233212591323525065323321259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35625db6-4f42-414c-87f7-7f59a7129302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb405805-d1b1-476e-9dea-6b13340270b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb405805-d1b1-476e-9dea-6b13340270b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500901438163154380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380550090143816315438055009014381631543805500901438163154380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb405805-d1b1-476e-9dea-6b13340270b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54357e0-2298-4fdf-919e-9e6c1d67c9b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54357e0-2298-4fdf-919e-9e6c1d67c9b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374734375660258904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904113747343756602589041137473437566025890411374734375660258904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31706515-b0f4-4e98-b0c7-824b91bc3078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86b3e164-1e45-4477-8962-e8cc8e86819c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b3e164-1e45-4477-8962-e8cc8e86819c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10176350784409426172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172101763507844094261721017635078440942617210176350784409426172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54357e0-2298-4fdf-919e-9e6c1d67c9b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22046d9-7e0b-4748-8f88-880fb20b6b7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22046d9-7e0b-4748-8f88-880fb20b6b7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2767137751817745288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288276713775181774528827671377518177452882767137751817745288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b3e164-1e45-4477-8962-e8cc8e86819c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bca9a0c-8d2a-4d0c-83c2-094fdd677a9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bca9a0c-8d2a-4d0c-83c2-094fdd677a9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11167144437763115246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246111671444377631152461116714443776311524611167144437763115246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22046d9-7e0b-4748-8f88-880fb20b6b7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24395799-dd19-468d-9775-786a720e7b53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24395799-dd19-468d-9775-786a720e7b53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11796281706108510331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331117962817061085103311179628170610851033111796281706108510331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bca9a0c-8d2a-4d0c-83c2-094fdd677a9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96412c6-0eff-4a4e-8c02-0b8e20620746, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96412c6-0eff-4a4e-8c02-0b8e20620746, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13528574611397635842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842135285746113976358421352857461139763584213528574611397635842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24395799-dd19-468d-9775-786a720e7b53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73087178-3a0e-4b44-9813-325bb861c3c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73087178-3a0e-4b44-9813-325bb861c3c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6068258949115114049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049606825894911511404960682589491151140496068258949115114049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96412c6-0eff-4a4e-8c02-0b8e20620746, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73087178-3a0e-4b44-9813-325bb861c3c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbc19bcc-bd1d-4dd6-8cf5-d443f1233276, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 834e4bcf-e181-45c1-9755-dd57179701cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834e4bcf-e181-45c1-9755-dd57179701cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10538994257019075926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926105389942570190759261053899425701907592610538994257019075926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc19bcc-bd1d-4dd6-8cf5-d443f1233276, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 22256955092828520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520222569550928285202225695509282852022256955092828520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc19bcc-bd1d-4dd6-8cf5-d443f1233276, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd20f84c-0452-469c-b707-d4e08f524d74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd20f84c-0452-469c-b707-d4e08f524d74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14617630490634688407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407146176304906346884071461763049063468840714617630490634688407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834e4bcf-e181-45c1-9755-dd57179701cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b343eb0a-33e0-49d8-9e18-d63f3a883b12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b343eb0a-33e0-49d8-9e18-d63f3a883b12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5101451587592147902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902510145158759214790251014515875921479025101451587592147902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd20f84c-0452-469c-b707-d4e08f524d74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce440aca-cd7b-45bd-bf5a-47e3ff6a8981, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce440aca-cd7b-45bd-bf5a-47e3ff6a8981, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947530326266491850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850139475303262664918501394753032626649185013947530326266491850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b343eb0a-33e0-49d8-9e18-d63f3a883b12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abf5ed2c-4d2d-420b-bfb3-395ccd35ddc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf5ed2c-4d2d-420b-bfb3-395ccd35ddc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1515996607948071989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989151599660794807198915159966079480719891515996607948071989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce440aca-cd7b-45bd-bf5a-47e3ff6a8981, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf5ed2c-4d2d-420b-bfb3-395ccd35ddc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c858912-7922-4263-82af-7f64c96f15e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c858912-7922-4263-82af-7f64c96f15e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6194059535764979595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595619405953576497959561940595357649795956194059535764979595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5d5ba1a-44ba-4c39-a0d2-a6d5fc222fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d5ba1a-44ba-4c39-a0d2-a6d5fc222fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077098194808095745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745110770981948080957451107709819480809574511077098194808095745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d5ba1a-44ba-4c39-a0d2-a6d5fc222fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41daf1ee-5b30-4a90-870b-459204afc026, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41daf1ee-5b30-4a90-870b-459204afc026, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13158423878852876673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673131584238788528766731315842387885287667313158423878852876673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c858912-7922-4263-82af-7f64c96f15e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8446fa2-6d10-4c31-81a1-cdf49c4f9cec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8446fa2-6d10-4c31-81a1-cdf49c4f9cec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15507608752746988198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198155076087527469881981550760875274698819815507608752746988198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41daf1ee-5b30-4a90-870b-459204afc026, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 279498d5-f98f-44d7-b727-44e3229205f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279498d5-f98f-44d7-b727-44e3229205f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11742492612982977386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386117424926129829773861174249261298297738611742492612982977386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8446fa2-6d10-4c31-81a1-cdf49c4f9cec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 724bd28d-ee3b-4f58-92f2-c35d58a74df6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724bd28d-ee3b-4f58-92f2-c35d58a74df6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18064763702595134412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412180647637025951344121806476370259513441218064763702595134412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279498d5-f98f-44d7-b727-44e3229205f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7b13f1e-693e-446f-a94d-ce577458b35e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7b13f1e-693e-446f-a94d-ce577458b35e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13193311334019061388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388131933113340190613881319331133401906138813193311334019061388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724bd28d-ee3b-4f58-92f2-c35d58a74df6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c79077-eb63-4181-8cf8-e9ac4c20eed6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c79077-eb63-4181-8cf8-e9ac4c20eed6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3245059265986589257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257324505926598658925732450592659865892573245059265986589257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c79077-eb63-4181-8cf8-e9ac4c20eed6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7e21190-852e-41f1-8fc9-43d6ee87d29f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e21190-852e-41f1-8fc9-43d6ee87d29f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11085928325774875508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508110859283257748755081108592832577487550811085928325774875508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e21190-852e-41f1-8fc9-43d6ee87d29f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54844a7b-b755-4714-9eb5-2872d7a8e9ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54844a7b-b755-4714-9eb5-2872d7a8e9ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 47103808655308225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225471038086553082254710380865530822547103808655308225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7b13f1e-693e-446f-a94d-ce577458b35e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b165d62-f73d-42bf-a351-a2b4a08af9cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b165d62-f73d-42bf-a351-a2b4a08af9cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15474291519370217179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179154742915193702171791547429151937021717915474291519370217179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54844a7b-b755-4714-9eb5-2872d7a8e9ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9207453a-d08f-4873-87b3-fbdf9709fd09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9207453a-d08f-4873-87b3-fbdf9709fd09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094642886905255075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075140946428869052550751409464288690525507514094642886905255075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b165d62-f73d-42bf-a351-a2b4a08af9cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a131d0b-23c3-4e7a-858e-c4f59c68eacd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a131d0b-23c3-4e7a-858e-c4f59c68eacd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9046248827306128799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799904624882730612879990462488273061287999046248827306128799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9207453a-d08f-4873-87b3-fbdf9709fd09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64e39b93-76a2-4481-a518-5ed581aaa2b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e39b93-76a2-4481-a518-5ed581aaa2b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18357452313098941051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051183574523130989410511835745231309894105118357452313098941051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a131d0b-23c3-4e7a-858e-c4f59c68eacd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ea4c4aa-85b2-49ce-aeb5-feb0fc3712a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ea4c4aa-85b2-49ce-aeb5-feb0fc3712a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4893794709533792769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769489379470953379276948937947095337927694893794709533792769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e39b93-76a2-4481-a518-5ed581aaa2b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec3b7ac8-f050-47c5-b8ca-edff46419fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ea4c4aa-85b2-49ce-aeb5-feb0fc3712a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b48997-3ff5-4871-8ed0-6afd7096cf8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3b7ac8-f050-47c5-b8ca-edff46419fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2140297881326451134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134214029788132645113421402978813264511342140297881326451134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b48997-3ff5-4871-8ed0-6afd7096cf8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3246239108690520895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895324623910869052089532462391086905208953246239108690520895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3b7ac8-f050-47c5-b8ca-edff46419fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b32f8a89-64d3-4c28-b64e-172f96228281, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32f8a89-64d3-4c28-b64e-172f96228281, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5990020867480930549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549599002086748093054959900208674809305495990020867480930549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b48997-3ff5-4871-8ed0-6afd7096cf8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451e4ca7-23f0-4947-a5c2-34317bd529d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451e4ca7-23f0-4947-a5c2-34317bd529d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7482578341510404023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023748257834151040402374825783415104040237482578341510404023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32f8a89-64d3-4c28-b64e-172f96228281, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c3f5a8-2bf7-4c84-9b2e-32c37d833970, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c3f5a8-2bf7-4c84-9b2e-32c37d833970, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117282116392305881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881101172821163923058811011728211639230588110117282116392305881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451e4ca7-23f0-4947-a5c2-34317bd529d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03d4a2b3-8146-4e5c-a6a2-c0931dcff080, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d4a2b3-8146-4e5c-a6a2-c0931dcff080, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3700083673928400019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019370008367392840001937000836739284000193700083673928400019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c3f5a8-2bf7-4c84-9b2e-32c37d833970, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e7b6462-6c41-4fc2-91b4-b159197be6c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7b6462-6c41-4fc2-91b4-b159197be6c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15982382200807022445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445159823822008070224451598238220080702244515982382200807022445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d4a2b3-8146-4e5c-a6a2-c0931dcff080, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29b933d1-e936-4518-9e85-f80015cbdeb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b933d1-e936-4518-9e85-f80015cbdeb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5066040408220602215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215506604040822060221550660404082206022155066040408220602215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7b6462-6c41-4fc2-91b4-b159197be6c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f34ef2e6-bf3f-489d-855c-3912ae6a9233, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f34ef2e6-bf3f-489d-855c-3912ae6a9233, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342022532251108045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045173420225322511080451734202253225110804517342022532251108045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b933d1-e936-4518-9e85-f80015cbdeb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56dfa79d-44b6-45d2-a866-4ea690490027, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56dfa79d-44b6-45d2-a866-4ea690490027, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996502510784303204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204899650251078430320489965025107843032048996502510784303204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f34ef2e6-bf3f-489d-855c-3912ae6a9233, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cecb35e2-a505-4772-ae88-fbe5e6ddfbda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cecb35e2-a505-4772-ae88-fbe5e6ddfbda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4362792627338011855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855436279262733801185543627926273380118554362792627338011855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56dfa79d-44b6-45d2-a866-4ea690490027, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c83ccb4a-16fc-440b-863d-9275a331c0e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83ccb4a-16fc-440b-863d-9275a331c0e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063446059670752492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492110634460596707524921106344605967075249211063446059670752492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cecb35e2-a505-4772-ae88-fbe5e6ddfbda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83a51239-1e62-4dec-a413-2ab7c5265f8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a51239-1e62-4dec-a413-2ab7c5265f8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607820103039807427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427136078201030398074271360782010303980742713607820103039807427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83ccb4a-16fc-440b-863d-9275a331c0e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 901b7d3e-47a1-4ded-b251-3afdd939217b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901b7d3e-47a1-4ded-b251-3afdd939217b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18193291802665319694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694181932918026653196941819329180266531969418193291802665319694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a51239-1e62-4dec-a413-2ab7c5265f8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f1499d2-7663-4c81-ba5e-c98667cd70bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f1499d2-7663-4c81-ba5e-c98667cd70bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17540729514716777756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756175407295147167777561754072951471677775617540729514716777756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901b7d3e-47a1-4ded-b251-3afdd939217b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a473700-a867-4ccf-ae58-be6c14131174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a473700-a867-4ccf-ae58-be6c14131174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3595268636698145548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548359526863669814554835952686366981455483595268636698145548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a473700-a867-4ccf-ae58-be6c14131174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ebc975f-d55d-462a-b87f-596745e948ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ebc975f-d55d-462a-b87f-596745e948ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17415894733317358342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342174158947333173583421741589473331735834217415894733317358342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f1499d2-7663-4c81-ba5e-c98667cd70bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d0edffe-5250-4abe-9681-8775a5c666e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0edffe-5250-4abe-9681-8775a5c666e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17722606920225704513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513177226069202257045131772260692022570451317722606920225704513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ebc975f-d55d-462a-b87f-596745e948ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a2d6bbd-1b94-4247-8c4c-820c0eeed667, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2d6bbd-1b94-4247-8c4c-820c0eeed667, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6326008223920644989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989632600822392064498963260082239206449896326008223920644989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0edffe-5250-4abe-9681-8775a5c666e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c06c02b4-a9ec-4a26-800e-ce8628fdbc63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06c02b4-a9ec-4a26-800e-ce8628fdbc63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16395815966442315806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806163958159664423158061639581596644231580616395815966442315806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2d6bbd-1b94-4247-8c4c-820c0eeed667, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1817be4-5fd0-4016-8ce7-d2c48a4d5912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1817be4-5fd0-4016-8ce7-d2c48a4d5912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 168276080320987567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567168276080320987567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06c02b4-a9ec-4a26-800e-ce8628fdbc63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cae5e42-b560-4531-9790-9a2c8e44df63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cae5e42-b560-4531-9790-9a2c8e44df63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16465689579093491050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050164656895790934910501646568957909349105016465689579093491050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1817be4-5fd0-4016-8ce7-d2c48a4d5912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7cd9ee-173a-4971-b4d0-80788769ab45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7cd9ee-173a-4971-b4d0-80788769ab45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 872903056588344194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194872903056588344194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7cd9ee-173a-4971-b4d0-80788769ab45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceadeebf-16b7-4699-ac9a-5debf590c211, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceadeebf-16b7-4699-ac9a-5debf590c211, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12164063398319633671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671121640633983196336711216406339831963367112164063398319633671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cae5e42-b560-4531-9790-9a2c8e44df63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c45cc9b6-16e8-4d6b-bf03-5ca27c544838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceadeebf-16b7-4699-ac9a-5debf590c211, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45cc9b6-16e8-4d6b-bf03-5ca27c544838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13674018036372226896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896136740180363722268961367401803637222689613674018036372226896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1be7b280-8fa0-480e-8df0-3159eae94582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be7b280-8fa0-480e-8df0-3159eae94582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5019537762718124940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940501953776271812494050195377627181249405019537762718124940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45cc9b6-16e8-4d6b-bf03-5ca27c544838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2494b414-1621-47c8-a10f-eeb7b9f786b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2494b414-1621-47c8-a10f-eeb7b9f786b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1069921956097394703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703106992195609739470310699219560973947031069921956097394703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be7b280-8fa0-480e-8df0-3159eae94582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c7e5a83-44a1-4fd8-80c4-4d4e0466bcc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7e5a83-44a1-4fd8-80c4-4d4e0466bcc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9045399866702407738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738904539986670240773890453998667024077389045399866702407738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2494b414-1621-47c8-a10f-eeb7b9f786b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79e33de4-f892-4a80-a9cb-4dba9a898981, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79e33de4-f892-4a80-a9cb-4dba9a898981, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7850798152819643044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044785079815281964304478507981528196430447850798152819643044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7e5a83-44a1-4fd8-80c4-4d4e0466bcc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7dd665a-8a45-4a69-8044-ffce0dd48059, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7dd665a-8a45-4a69-8044-ffce0dd48059, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703812922770801729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729970381292277080172997038129227708017299703812922770801729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79e33de4-f892-4a80-a9cb-4dba9a898981, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7a13e9a-8363-476a-80ce-c6a344832de9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7dd665a-8a45-4a69-8044-ffce0dd48059, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efb1aeae-59c1-41c2-a15e-8f236cc8a314, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a13e9a-8363-476a-80ce-c6a344832de9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 130622568314592492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492130622568314592492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb1aeae-59c1-41c2-a15e-8f236cc8a314, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5398419698070862408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408539841969807086240853984196980708624085398419698070862408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a13e9a-8363-476a-80ce-c6a344832de9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7719ddc4-ee3c-4f0f-b4e7-006aec637a99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7719ddc4-ee3c-4f0f-b4e7-006aec637a99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115911551575108930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930711591155157510893071159115515751089307115911551575108930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb1aeae-59c1-41c2-a15e-8f236cc8a314, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fa1922d-c2fd-4c85-841a-dbc40fddff5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fa1922d-c2fd-4c85-841a-dbc40fddff5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8203309613086130810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810820330961308613081082033096130861308108203309613086130810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7719ddc4-ee3c-4f0f-b4e7-006aec637a99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d30fc61-9bb3-4cea-bf11-7c5c5b43e96e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d30fc61-9bb3-4cea-bf11-7c5c5b43e96e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13107820689583220859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859131078206895832208591310782068958322085913107820689583220859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fa1922d-c2fd-4c85-841a-dbc40fddff5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea7cd4d0-ba30-47c3-a92b-647f3a97b60b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea7cd4d0-ba30-47c3-a92b-647f3a97b60b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8851528858129305939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939885152885812930593988515288581293059398851528858129305939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d30fc61-9bb3-4cea-bf11-7c5c5b43e96e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5acf18e-a2c2-4f6d-8dee-a3c54daf44cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5acf18e-a2c2-4f6d-8dee-a3c54daf44cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12096563467092704034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034120965634670927040341209656346709270403412096563467092704034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea7cd4d0-ba30-47c3-a92b-647f3a97b60b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85cec05-a892-4a09-a7dd-9e043cdcf933, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85cec05-a892-4a09-a7dd-9e043cdcf933, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14569938225833930116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116145699382258339301161456993822583393011614569938225833930116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5acf18e-a2c2-4f6d-8dee-a3c54daf44cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 188730fb-0b26-4e7f-b463-539e579ef771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188730fb-0b26-4e7f-b463-539e579ef771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1696440910495416321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321169644091049541632116964409104954163211696440910495416321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85cec05-a892-4a09-a7dd-9e043cdcf933, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 672aaf4a-ae21-4d8b-8007-e054d273e16b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 672aaf4a-ae21-4d8b-8007-e054d273e16b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14645841080632333160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160146458410806323331601464584108063233316014645841080632333160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188730fb-0b26-4e7f-b463-539e579ef771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89c008bd-2af2-473a-8dda-026faeffc352, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c008bd-2af2-473a-8dda-026faeffc352, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034377113863112168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168903437711386311216890343771138631121689034377113863112168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 672aaf4a-ae21-4d8b-8007-e054d273e16b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97fb01fa-c13c-443e-9fd3-fe708c65cad9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fb01fa-c13c-443e-9fd3-fe708c65cad9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14471640309862686303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303144716403098626863031447164030986268630314471640309862686303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c008bd-2af2-473a-8dda-026faeffc352, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e3b0c93-d53f-4582-9c82-929f9dc334c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3b0c93-d53f-4582-9c82-929f9dc334c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620110322688540150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150762011032268854015076201103226885401507620110322688540150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fb01fa-c13c-443e-9fd3-fe708c65cad9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c6c5f28-9543-4837-b4fb-69793b3032ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6c5f28-9543-4837-b4fb-69793b3032ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3533675676163074253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253353367567616307425335336756761630742533533675676163074253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3b0c93-d53f-4582-9c82-929f9dc334c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53f7c767-360a-4626-8391-999f4f1b9b4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f7c767-360a-4626-8391-999f4f1b9b4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5476828867272458737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737547682886727245873754768288672724587375476828867272458737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6c5f28-9543-4837-b4fb-69793b3032ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75f78b52-60cd-4d34-94bd-45b5c6a536f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f78b52-60cd-4d34-94bd-45b5c6a536f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4155078094369031625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625415507809436903162541550780943690316254155078094369031625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f7c767-360a-4626-8391-999f4f1b9b4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 647a165e-44bc-4783-9bdb-1dfbb6355540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647a165e-44bc-4783-9bdb-1dfbb6355540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3313064345495205462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462331306434549520546233130643454952054623313064345495205462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f78b52-60cd-4d34-94bd-45b5c6a536f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13f99a7f-fe06-467d-b88f-8110b4f26d0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f99a7f-fe06-467d-b88f-8110b4f26d0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277158559253297319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319227715855925329731922771585592532973192277158559253297319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647a165e-44bc-4783-9bdb-1dfbb6355540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e52a021-75bd-43da-9695-71b81f9a8b36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e52a021-75bd-43da-9695-71b81f9a8b36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14271651223224611025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025142716512232246110251427165122322461102514271651223224611025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f99a7f-fe06-467d-b88f-8110b4f26d0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2fd3818-a90f-4ae3-9f5d-7f11f7bd79d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e52a021-75bd-43da-9695-71b81f9a8b36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed99e28-22a5-4bfd-b8b6-2ba86f603ccc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2fd3818-a90f-4ae3-9f5d-7f11f7bd79d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14864027979151275000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000148640279791512750001486402797915127500014864027979151275000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed99e28-22a5-4bfd-b8b6-2ba86f603ccc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522457604205670782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782352245760420567078235224576042056707823522457604205670782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2fd3818-a90f-4ae3-9f5d-7f11f7bd79d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ba0a4dd-d2c1-470e-89b3-066f5e69c116, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba0a4dd-d2c1-470e-89b3-066f5e69c116, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4835444389172592285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285483544438917259228548354443891725922854835444389172592285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed99e28-22a5-4bfd-b8b6-2ba86f603ccc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa6d0ee8-754a-44be-9e4b-1db42da2678b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa6d0ee8-754a-44be-9e4b-1db42da2678b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14223946709394083993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993142239467093940839931422394670939408399314223946709394083993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba0a4dd-d2c1-470e-89b3-066f5e69c116, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c10b8cde-1084-4658-806d-993bcb88cf82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10b8cde-1084-4658-806d-993bcb88cf82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2196655393318738499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499219665539331873849921966553933187384992196655393318738499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa6d0ee8-754a-44be-9e4b-1db42da2678b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 891aa7d9-6bcd-45c4-9f51-19f5704de90e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 891aa7d9-6bcd-45c4-9f51-19f5704de90e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3614403548959126437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437361440354895912643736144035489591264373614403548959126437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10b8cde-1084-4658-806d-993bcb88cf82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0693923-3ef0-4397-8c3e-7f5d6fb5ccf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0693923-3ef0-4397-8c3e-7f5d6fb5ccf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981886554040086039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039139818865540400860391398188655404008603913981886554040086039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 891aa7d9-6bcd-45c4-9f51-19f5704de90e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 120c7615-352b-4c7b-87ba-9df2dee506ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120c7615-352b-4c7b-87ba-9df2dee506ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4138328711907999741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741413832871190799974141383287119079997414138328711907999741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0693923-3ef0-4397-8c3e-7f5d6fb5ccf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54d4327-8070-4d59-bad6-e53ded4ddac6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54d4327-8070-4d59-bad6-e53ded4ddac6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14382572318930347664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664143825723189303476641438257231893034766414382572318930347664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120c7615-352b-4c7b-87ba-9df2dee506ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fbd5957-c912-4afd-bd21-e8c78435a865, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbd5957-c912-4afd-bd21-e8c78435a865, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13983958959118727968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968139839589591187279681398395895911872796813983958959118727968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54d4327-8070-4d59-bad6-e53ded4ddac6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a32edd59-082c-40a5-97be-63e5d88f7804, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a32edd59-082c-40a5-97be-63e5d88f7804, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15462502877965662435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435154625028779656624351546250287796566243515462502877965662435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbd5957-c912-4afd-bd21-e8c78435a865, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3431b08-10a7-49db-985c-16801ca88d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3431b08-10a7-49db-985c-16801ca88d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18411740249566377376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376184117402495663773761841174024956637737618411740249566377376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a32edd59-082c-40a5-97be-63e5d88f7804, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ec83d30-da9b-4e31-ab49-466138103308, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ec83d30-da9b-4e31-ab49-466138103308, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910015971623065194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194491001597162306519449100159716230651944910015971623065194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3431b08-10a7-49db-985c-16801ca88d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 852057b2-fd58-43eb-972d-474bc2381a64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 852057b2-fd58-43eb-972d-474bc2381a64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7893581680660513902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902789358168066051390278935816806605139027893581680660513902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ec83d30-da9b-4e31-ab49-466138103308, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c55d56-564b-4ffc-8ed5-4949c8aa2796, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c55d56-564b-4ffc-8ed5-4949c8aa2796, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12466113345531803337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337124661133455318033371246611334553180333712466113345531803337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 852057b2-fd58-43eb-972d-474bc2381a64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6aad14f-3182-456f-bd52-6ca2b463f60d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6aad14f-3182-456f-bd52-6ca2b463f60d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16975487555690698412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412169754875556906984121697548755569069841216975487555690698412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c55d56-564b-4ffc-8ed5-4949c8aa2796, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17de359b-a62f-4686-a0ee-8d8e1ac20e00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17de359b-a62f-4686-a0ee-8d8e1ac20e00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10518614140465835195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195105186141404658351951051861414046583519510518614140465835195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6aad14f-3182-456f-bd52-6ca2b463f60d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 575932be-ba57-4bbb-b251-7ec1d74f958f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 575932be-ba57-4bbb-b251-7ec1d74f958f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258399020825083485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485122583990208250834851225839902082508348512258399020825083485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17de359b-a62f-4686-a0ee-8d8e1ac20e00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afb6e53c-0533-4518-8716-fada80a22d1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afb6e53c-0533-4518-8716-fada80a22d1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6409846799957367746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746640984679995736774664098467999573677466409846799957367746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 575932be-ba57-4bbb-b251-7ec1d74f958f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d96a176c-8036-4521-9176-41d9a975e531, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96a176c-8036-4521-9176-41d9a975e531, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12089573968308452329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329120895739683084523291208957396830845232912089573968308452329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afb6e53c-0533-4518-8716-fada80a22d1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac77e569-1f43-4e03-b098-1a113d653364, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac77e569-1f43-4e03-b098-1a113d653364, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386577728488428891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891838657772848842889183865777284884288918386577728488428891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96a176c-8036-4521-9176-41d9a975e531, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b15f989-db8f-4189-997c-8d7cb90344cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b15f989-db8f-4189-997c-8d7cb90344cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16227224506733376152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152162272245067333761521622722450673337615216227224506733376152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac77e569-1f43-4e03-b098-1a113d653364, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 267232cc-ef11-479c-ac4f-c5421600eaed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267232cc-ef11-479c-ac4f-c5421600eaed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992765196033266721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721299276519603326672129927651960332667212992765196033266721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b15f989-db8f-4189-997c-8d7cb90344cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 147ac33b-686c-49a5-8977-a3dbd5f0d1db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147ac33b-686c-49a5-8977-a3dbd5f0d1db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296361463934732015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015529636146393473201552963614639347320155296361463934732015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267232cc-ef11-479c-ac4f-c5421600eaed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147ac33b-686c-49a5-8977-a3dbd5f0d1db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6442645c-10b8-4509-a672-513834699d70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeb0c2c0-469c-4ba6-a340-eb7847b86778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb0c2c0-469c-4ba6-a340-eb7847b86778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1278724525365693029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029127872452536569302912787245253656930291278724525365693029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6442645c-10b8-4509-a672-513834699d70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5724148115337678028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028572414811533767802857241481153376780285724148115337678028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb0c2c0-469c-4ba6-a340-eb7847b86778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd77e9fd-7804-45de-82e4-63c1168ee1da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd77e9fd-7804-45de-82e4-63c1168ee1da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593331467523214453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453559333146752321445355933314675232144535593331467523214453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6442645c-10b8-4509-a672-513834699d70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f952dfc0-4c6d-40ff-bd6c-1ba366f94e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f952dfc0-4c6d-40ff-bd6c-1ba366f94e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12300552386309706057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057123005523863097060571230055238630970605712300552386309706057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd77e9fd-7804-45de-82e4-63c1168ee1da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ead1ad0-5246-482a-8751-782580165378, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ead1ad0-5246-482a-8751-782580165378, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11764264778429149007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007117642647784291490071176426477842914900711764264778429149007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f952dfc0-4c6d-40ff-bd6c-1ba366f94e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ead1ad0-5246-482a-8751-782580165378, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5530426-5d71-4689-b4d2-49fef3f48aaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5530426-5d71-4689-b4d2-49fef3f48aaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9091399732120525447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447909139973212052544790913997321205254479091399732120525447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66b57abd-0098-4e7c-a6e4-17ad9c8da8db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66b57abd-0098-4e7c-a6e4-17ad9c8da8db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6597853845428486564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564659785384542848656465978538454284865646597853845428486564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5530426-5d71-4689-b4d2-49fef3f48aaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd74494-2416-4cc6-a21f-43c6daa43ca6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd74494-2416-4cc6-a21f-43c6daa43ca6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9978372916915219120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120997837291691521912099783729169152191209978372916915219120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66b57abd-0098-4e7c-a6e4-17ad9c8da8db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5152428-dd2c-4ead-88b7-fab80b9fb7f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5152428-dd2c-4ead-88b7-fab80b9fb7f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11842534819052495277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277118425348190524952771184253481905249527711842534819052495277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd74494-2416-4cc6-a21f-43c6daa43ca6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e37ee54e-9d6b-4f43-9a80-310e795fba2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e37ee54e-9d6b-4f43-9a80-310e795fba2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2321708310557816196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196232170831055781619623217083105578161962321708310557816196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5152428-dd2c-4ead-88b7-fab80b9fb7f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78ea4318-055c-4a3e-ba77-77dbc5a82fe4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ea4318-055c-4a3e-ba77-77dbc5a82fe4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15588198062166727644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644155881980621667276441558819806216672764415588198062166727644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e37ee54e-9d6b-4f43-9a80-310e795fba2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0965b2af-e0a8-4369-814d-ebaea4b4f159, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0965b2af-e0a8-4369-814d-ebaea4b4f159, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14215136473920571854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854142151364739205718541421513647392057185414215136473920571854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ea4318-055c-4a3e-ba77-77dbc5a82fe4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e2b272-73da-4b09-adde-71db4d3901ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e2b272-73da-4b09-adde-71db4d3901ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10707087320225894754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754107070873202258947541070708732022589475410707087320225894754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0965b2af-e0a8-4369-814d-ebaea4b4f159, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f2110eb-df60-496a-b0a2-5c3d0c1c4374, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2110eb-df60-496a-b0a2-5c3d0c1c4374, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449430908574640348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348444943090857464034844494309085746403484449430908574640348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e2b272-73da-4b09-adde-71db4d3901ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8f2a2d7-a38f-4817-a143-98d190b9c793, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f2a2d7-a38f-4817-a143-98d190b9c793, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877955961497602062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062118779559614976020621187795596149760206211877955961497602062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2110eb-df60-496a-b0a2-5c3d0c1c4374, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b60be3-7a42-4e28-bef0-79523593e1c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b60be3-7a42-4e28-bef0-79523593e1c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14722438387109622909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909147224383871096229091472243838710962290914722438387109622909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f2a2d7-a38f-4817-a143-98d190b9c793, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5147dc3-967a-4ed2-9a7e-452f4b93d65a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5147dc3-967a-4ed2-9a7e-452f4b93d65a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10132428584718995196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196101324285847189951961013242858471899519610132428584718995196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5147dc3-967a-4ed2-9a7e-452f4b93d65a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54b7a6fc-fd3f-4da6-b104-fcdc2c4fb846, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b7a6fc-fd3f-4da6-b104-fcdc2c4fb846, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2062068291776824903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903206206829177682490320620682917768249032062068291776824903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b60be3-7a42-4e28-bef0-79523593e1c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87426666-f01f-4989-9537-fef1bbd851c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87426666-f01f-4989-9537-fef1bbd851c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3687249169668108893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893368724916966810889336872491696681088933687249169668108893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b7a6fc-fd3f-4da6-b104-fcdc2c4fb846, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d985d0f-4bc1-4c0a-895c-3b4c4497bc5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d985d0f-4bc1-4c0a-895c-3b4c4497bc5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068374788333289446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446140683747883332894461406837478833328944614068374788333289446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87426666-f01f-4989-9537-fef1bbd851c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25c4a02c-4a38-47ec-ba6f-195afb5bd57d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d985d0f-4bc1-4c0a-895c-3b4c4497bc5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d61b3889-f521-4cdc-b27f-f68bc66d8dd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c4a02c-4a38-47ec-ba6f-195afb5bd57d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6386204126248370813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813638620412624837081363862041262483708136386204126248370813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d61b3889-f521-4cdc-b27f-f68bc66d8dd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15316232828581097596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596153162328285810975961531623282858109759615316232828581097596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c4a02c-4a38-47ec-ba6f-195afb5bd57d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f87c63e-27cd-4f0d-ba32-95591768c83f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f87c63e-27cd-4f0d-ba32-95591768c83f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4173795198424751540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540417379519842475154041737951984247515404173795198424751540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d61b3889-f521-4cdc-b27f-f68bc66d8dd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afac26d2-76ba-453e-832a-432f753da1ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afac26d2-76ba-453e-832a-432f753da1ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10706445652136114667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667107064456521361146671070644565213611466710706445652136114667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f87c63e-27cd-4f0d-ba32-95591768c83f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67291a8c-1eaf-4a82-ab95-b43f3850151c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67291a8c-1eaf-4a82-ab95-b43f3850151c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10208920589128871237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237102089205891288712371020892058912887123710208920589128871237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afac26d2-76ba-453e-832a-432f753da1ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25f911d2-407a-44ab-a6cc-c57310d2ce2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f911d2-407a-44ab-a6cc-c57310d2ce2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413626353454533901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901144136263534545339011441362635345453390114413626353454533901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67291a8c-1eaf-4a82-ab95-b43f3850151c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4622fb91-5e3c-4c4b-ac16-325f31058e9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4622fb91-5e3c-4c4b-ac16-325f31058e9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6020455998289907832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832602045599828990783260204559982899078326020455998289907832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f911d2-407a-44ab-a6cc-c57310d2ce2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2133f3c9-b4e1-45bb-91f9-b981955ad33e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2133f3c9-b4e1-45bb-91f9-b981955ad33e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530906453568741552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552553090645356874155255309064535687415525530906453568741552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4622fb91-5e3c-4c4b-ac16-325f31058e9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42ec580f-0826-42c9-92b7-53a998407c7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42ec580f-0826-42c9-92b7-53a998407c7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17840843857505499307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307178408438575054993071784084385750549930717840843857505499307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2133f3c9-b4e1-45bb-91f9-b981955ad33e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e5ebac-add9-4a35-b216-7c2a339c3042, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42ec580f-0826-42c9-92b7-53a998407c7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56db1291-7d20-4e44-8cb0-fbd01089cc3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56db1291-7d20-4e44-8cb0-fbd01089cc3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9057483546877796780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780905748354687779678090574835468777967809057483546877796780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e5ebac-add9-4a35-b216-7c2a339c3042, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5407068744725501042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042540706874472550104254070687447255010425407068744725501042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56db1291-7d20-4e44-8cb0-fbd01089cc3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5011bab-7e51-4aac-809e-71639eb1ec8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5011bab-7e51-4aac-809e-71639eb1ec8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15345600003785994944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944153456000037859949441534560000378599494415345600003785994944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e5ebac-add9-4a35-b216-7c2a339c3042, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 574d6a0a-51d9-4fb6-a0b9-f24a873d19cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574d6a0a-51d9-4fb6-a0b9-f24a873d19cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2808128184396599874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874280812818439659987428081281843965998742808128184396599874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5011bab-7e51-4aac-809e-71639eb1ec8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a837bea0-8d84-47db-92a6-83a59b77ef8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a837bea0-8d84-47db-92a6-83a59b77ef8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12451704723961625405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405124517047239616254051245170472396162540512451704723961625405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574d6a0a-51d9-4fb6-a0b9-f24a873d19cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8147e34-5dff-4b37-9345-95aa21f7564f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a837bea0-8d84-47db-92a6-83a59b77ef8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8147e34-5dff-4b37-9345-95aa21f7564f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17947466371466518289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289179474663714665182891794746637146651828917947466371466518289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c9631176-490c-4e17-8ada-94c52051f099, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9631176-490c-4e17-8ada-94c52051f099, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7063421746267637244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244706342174626763724470634217462676372447063421746267637244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8147e34-5dff-4b37-9345-95aa21f7564f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7af3fa6-563a-4a92-85a6-1c5977498bed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7af3fa6-563a-4a92-85a6-1c5977498bed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16171567568910402932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932161715675689104029321617156756891040293216171567568910402932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9631176-490c-4e17-8ada-94c52051f099, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86bfb194-58a9-4568-84e9-3652cbee80e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86bfb194-58a9-4568-84e9-3652cbee80e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14515220732976658192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192145152207329766581921451522073297665819214515220732976658192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7af3fa6-563a-4a92-85a6-1c5977498bed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7077a81-cc00-4101-bdba-3f9985d3ffed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7077a81-cc00-4101-bdba-3f9985d3ffed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444229025375039590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590244422902537503959024442290253750395902444229025375039590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86bfb194-58a9-4568-84e9-3652cbee80e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3437a20c-9990-4c3d-9aa9-32c92cc6b174, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3437a20c-9990-4c3d-9aa9-32c92cc6b174, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9066093160222383362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362906609316022238336290660931602223833629066093160222383362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7077a81-cc00-4101-bdba-3f9985d3ffed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451d24c6-b6f1-4c3a-b4c2-ceb0fb36a94c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451d24c6-b6f1-4c3a-b4c2-ceb0fb36a94c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12648170809573457007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007126481708095734570071264817080957345700712648170809573457007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3437a20c-9990-4c3d-9aa9-32c92cc6b174, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce6e659c-8ee7-4e17-802f-b02095e59b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451d24c6-b6f1-4c3a-b4c2-ceb0fb36a94c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35567e8-3e25-4664-acfc-e49b1050ad1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6e659c-8ee7-4e17-802f-b02095e59b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8571089631988086395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395857108963198808639585710896319880863958571089631988086395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35567e8-3e25-4664-acfc-e49b1050ad1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4160132348512809525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525416013234851280952541601323485128095254160132348512809525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6e659c-8ee7-4e17-802f-b02095e59b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff527e99-b54f-4746-a3b4-2ba54c2c7c9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35567e8-3e25-4664-acfc-e49b1050ad1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff527e99-b54f-4746-a3b4-2ba54c2c7c9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5371075713511935592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592537107571351193559253710757135119355925371075713511935592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8df6b18-8f5a-4d26-bb89-52c6084045cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8df6b18-8f5a-4d26-bb89-52c6084045cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7324588325016357622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622732458832501635762273245883250163576227324588325016357622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff527e99-b54f-4746-a3b4-2ba54c2c7c9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3ba6085-3007-4c6f-8a69-f9ff9937e780, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ba6085-3007-4c6f-8a69-f9ff9937e780, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18046652581548263505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505180466525815482635051804665258154826350518046652581548263505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8df6b18-8f5a-4d26-bb89-52c6084045cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d63bdfc5-3b88-4e20-894b-81997665bb88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63bdfc5-3b88-4e20-894b-81997665bb88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436439639505340145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145843643963950534014584364396395053401458436439639505340145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ba6085-3007-4c6f-8a69-f9ff9937e780, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06ba137a-1c85-4a02-90a6-1f1d4ba85072, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ba137a-1c85-4a02-90a6-1f1d4ba85072, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16644541506740665878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878166445415067406658781664454150674066587816644541506740665878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ba137a-1c85-4a02-90a6-1f1d4ba85072, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88769acb-0eea-424c-8a22-aa3b6f3f296c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88769acb-0eea-424c-8a22-aa3b6f3f296c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9407647057032246643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643940764705703224664394076470570322466439407647057032246643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63bdfc5-3b88-4e20-894b-81997665bb88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e5c8b5a-0a38-4429-8962-1098af9b983d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5c8b5a-0a38-4429-8962-1098af9b983d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13198510460391797969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969131985104603917979691319851046039179796913198510460391797969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88769acb-0eea-424c-8a22-aa3b6f3f296c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07e207d5-eda8-4ca4-8d1a-5c895ce5a952, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e207d5-eda8-4ca4-8d1a-5c895ce5a952, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8754039090445256152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152875403909044525615287540390904452561528754039090445256152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5c8b5a-0a38-4429-8962-1098af9b983d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e207d5-eda8-4ca4-8d1a-5c895ce5a952, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0afd9e57-094c-4ff9-9bb9-d70e653c584c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0afd9e57-094c-4ff9-9bb9-d70e653c584c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16510830537383249865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865165108305373832498651651083053738324986516510830537383249865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 888d005c-2ea2-4e0b-90c8-565a48caa993, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 888d005c-2ea2-4e0b-90c8-565a48caa993, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11798493107741543786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786117984931077415437861179849310774154378611798493107741543786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0afd9e57-094c-4ff9-9bb9-d70e653c584c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55897a7c-de94-4633-92f2-37909d833f78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55897a7c-de94-4633-92f2-37909d833f78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7231928688367040195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195723192868836704019572319286883670401957231928688367040195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 888d005c-2ea2-4e0b-90c8-565a48caa993, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d3bd27-4403-4053-9ba2-f8e5b45f78bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d3bd27-4403-4053-9ba2-f8e5b45f78bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2016981431589317848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848201698143158931784820169814315893178482016981431589317848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55897a7c-de94-4633-92f2-37909d833f78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d3bd27-4403-4053-9ba2-f8e5b45f78bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a888bd7c-1452-43ae-af51-adacfd20c163, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a888bd7c-1452-43ae-af51-adacfd20c163, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14430776090191986923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923144307760901919869231443077609019198692314430776090191986923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e55191-dde7-430e-af19-523559390629, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e55191-dde7-430e-af19-523559390629, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9210040686236428182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182921004068623642818292100406862364281829210040686236428182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e55191-dde7-430e-af19-523559390629, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1f1c628-fc42-492e-a1ab-90273880b41d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f1c628-fc42-492e-a1ab-90273880b41d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6195692460226689719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719619569246022668971961956924602266897196195692460226689719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a888bd7c-1452-43ae-af51-adacfd20c163, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4109ce49-67ba-47e4-8327-985cdbe430ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4109ce49-67ba-47e4-8327-985cdbe430ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2975572020016831829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829297557202001683182929755720200168318292975572020016831829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f1c628-fc42-492e-a1ab-90273880b41d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b191b8e-f6ad-4884-bf02-dc3677aff7b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b191b8e-f6ad-4884-bf02-dc3677aff7b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5899101619713499153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153589910161971349915358991016197134991535899101619713499153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4109ce49-67ba-47e4-8327-985cdbe430ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dcfa2fe-d670-40db-b0cd-e083d550d519, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dcfa2fe-d670-40db-b0cd-e083d550d519, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 882260421856995748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748882260421856995748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b191b8e-f6ad-4884-bf02-dc3677aff7b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2750dbd-22c6-4b6d-ba10-c0a52bbc41d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2750dbd-22c6-4b6d-ba10-c0a52bbc41d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6510936616662938762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762651093661666293876265109366166629387626510936616662938762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dcfa2fe-d670-40db-b0cd-e083d550d519, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3d7efae-db95-402c-a1a7-f832797212ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d7efae-db95-402c-a1a7-f832797212ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912009120328500408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408169120091203285004081691200912032850040816912009120328500408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2750dbd-22c6-4b6d-ba10-c0a52bbc41d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 849920eb-5e21-4612-a904-e0b5595ff13e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849920eb-5e21-4612-a904-e0b5595ff13e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600632592304124764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764160063259230412476416006325923041247641600632592304124764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849920eb-5e21-4612-a904-e0b5595ff13e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c93b053a-0d43-415e-9ace-440b1364237f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c93b053a-0d43-415e-9ace-440b1364237f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14696304088061356328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328146963040880613563281469630408806135632814696304088061356328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d7efae-db95-402c-a1a7-f832797212ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb8b6d0-778e-45ae-8a2b-b2cbbcae3b4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb8b6d0-778e-45ae-8a2b-b2cbbcae3b4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17170860114243884034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034171708601142438840341717086011424388403417170860114243884034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c93b053a-0d43-415e-9ace-440b1364237f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e092e92b-b9b5-4870-a402-b945d25ed989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e092e92b-b9b5-4870-a402-b945d25ed989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096649244725518879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879130966492447255188791309664924472551887913096649244725518879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb8b6d0-778e-45ae-8a2b-b2cbbcae3b4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 382509a5-1f72-4f01-b931-d3b0eac36ca8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 382509a5-1f72-4f01-b931-d3b0eac36ca8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8402302249911519330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330840230224991151933084023022499115193308402302249911519330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e092e92b-b9b5-4870-a402-b945d25ed989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a05f6c-4538-4951-a93e-9da1bd396b7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a05f6c-4538-4951-a93e-9da1bd396b7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4100862006152768776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776410086200615276877641008620061527687764100862006152768776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 382509a5-1f72-4f01-b931-d3b0eac36ca8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb6fdce4-9bea-4a5f-9bb3-64b703f1e747, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a05f6c-4538-4951-a93e-9da1bd396b7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9056ea0f-ec65-407e-96d7-04ce63e43e93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb6fdce4-9bea-4a5f-9bb3-64b703f1e747, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5730358895661431624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624573035889566143162457303588956614316245730358895661431624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9056ea0f-ec65-407e-96d7-04ce63e43e93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10316043642817768256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256103160436428177682561031604364281776825610316043642817768256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb6fdce4-9bea-4a5f-9bb3-64b703f1e747, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c40331e4-416f-4894-af71-b4e8184a72a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40331e4-416f-4894-af71-b4e8184a72a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2027739770730956699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699202773977073095669920277397707309566992027739770730956699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9056ea0f-ec65-407e-96d7-04ce63e43e93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa30fcd0-89a9-4b34-893f-63fcfb8f26a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa30fcd0-89a9-4b34-893f-63fcfb8f26a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6834202572788003741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741683420257278800374168342025727880037416834202572788003741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40331e4-416f-4894-af71-b4e8184a72a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96ac1729-084a-4dde-92f4-a236c42c21c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ac1729-084a-4dde-92f4-a236c42c21c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982826683528477765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765119828266835284777651198282668352847776511982826683528477765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa30fcd0-89a9-4b34-893f-63fcfb8f26a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a325ac39-2c73-489b-b566-de6111f985fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a325ac39-2c73-489b-b566-de6111f985fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12891224899809922913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913128912248998099229131289122489980992291312891224899809922913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ac1729-084a-4dde-92f4-a236c42c21c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d2d314f-0d92-4205-9599-d65eca413867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2d314f-0d92-4205-9599-d65eca413867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5674618626411256437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437567461862641125643756746186264112564375674618626411256437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a325ac39-2c73-489b-b566-de6111f985fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab195e42-931d-41ca-a907-576f758e76e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab195e42-931d-41ca-a907-576f758e76e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14529194660244436024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024145291946602444360241452919466024443602414529194660244436024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2d314f-0d92-4205-9599-d65eca413867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d42726fe-10dd-4ab9-8dd7-49841b3b5a15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42726fe-10dd-4ab9-8dd7-49841b3b5a15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661991649156999839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839466199164915699983946619916491569998394661991649156999839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab195e42-931d-41ca-a907-576f758e76e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50dae31f-2e0d-45c7-aa32-b0a300227680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50dae31f-2e0d-45c7-aa32-b0a300227680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12770185010287822289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289127701850102878222891277018501028782228912770185010287822289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42726fe-10dd-4ab9-8dd7-49841b3b5a15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ecbbd78-2f77-4bd9-a73f-09256b06ac46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ecbbd78-2f77-4bd9-a73f-09256b06ac46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7197436944205792258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258719743694420579225871974369442057922587197436944205792258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50dae31f-2e0d-45c7-aa32-b0a300227680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ecbbd78-2f77-4bd9-a73f-09256b06ac46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45ea28bb-ee8d-481f-96d9-b9846ed37622, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45ea28bb-ee8d-481f-96d9-b9846ed37622, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11132042074096049934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934111320420740960499341113204207409604993411132042074096049934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef1228a-55be-4c78-9909-17f9a72b8f83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef1228a-55be-4c78-9909-17f9a72b8f83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7722548424959106716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716772254842495910671677225484249591067167722548424959106716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45ea28bb-ee8d-481f-96d9-b9846ed37622, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef1228a-55be-4c78-9909-17f9a72b8f83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf11402a-4396-496b-85f5-14fcb9ba2511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf11402a-4396-496b-85f5-14fcb9ba2511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5073560224052061232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232507356022405206123250735602240520612325073560224052061232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed906817-ec42-480e-92f1-35a62274aec4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed906817-ec42-480e-92f1-35a62274aec4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130765107819291557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557121307651078192915571213076510781929155712130765107819291557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf11402a-4396-496b-85f5-14fcb9ba2511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed906817-ec42-480e-92f1-35a62274aec4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52e5e6a-b446-42de-a562-e720eeee090b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52e5e6a-b446-42de-a562-e720eeee090b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322755129778421747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747632275512977842174763227551297784217476322755129778421747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec07aee6-060c-4165-a043-57ed61736d5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec07aee6-060c-4165-a043-57ed61736d5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1375868121640279652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652137586812164027965213758681216402796521375868121640279652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52e5e6a-b446-42de-a562-e720eeee090b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bac8eccf-b2b6-4096-b996-01913e8c00ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac8eccf-b2b6-4096-b996-01913e8c00ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802672349680874183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183178026723496808741831780267234968087418317802672349680874183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec07aee6-060c-4165-a043-57ed61736d5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15c63f72-6cc0-40e6-abac-521a8531bbb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac8eccf-b2b6-4096-b996-01913e8c00ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c63f72-6cc0-40e6-abac-521a8531bbb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225712437092781305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305182257124370927813051822571243709278130518225712437092781305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20530d76-c51a-426d-a5f8-7d4fd8dcfb84, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20530d76-c51a-426d-a5f8-7d4fd8dcfb84, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16206757285739695866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866162067572857396958661620675728573969586616206757285739695866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c63f72-6cc0-40e6-abac-521a8531bbb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed515189-f2dc-4afb-9828-4d627fdc0cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed515189-f2dc-4afb-9828-4d627fdc0cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5532528098564253696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696553252809856425369655325280985642536965532528098564253696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20530d76-c51a-426d-a5f8-7d4fd8dcfb84, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cee93bd0-a88d-4e16-b536-9354815306c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed515189-f2dc-4afb-9828-4d627fdc0cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 522ca200-41c1-4e36-a405-1bb68ff41d60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee93bd0-a88d-4e16-b536-9354815306c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10116523787052805130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130101165237870528051301011652378705280513010116523787052805130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522ca200-41c1-4e36-a405-1bb68ff41d60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926144930468712644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644109261449304687126441092614493046871264410926144930468712644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee93bd0-a88d-4e16-b536-9354815306c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522ca200-41c1-4e36-a405-1bb68ff41d60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0132eb41-d58b-4a31-87f6-b88f1c737d35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0132eb41-d58b-4a31-87f6-b88f1c737d35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922737500286936076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076392273750028693607639227375002869360763922737500286936076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f19776a-1633-49e7-96ae-212c23bb6d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f19776a-1633-49e7-96ae-212c23bb6d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13294191974395272188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188132941919743952721881329419197439527218813294191974395272188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0132eb41-d58b-4a31-87f6-b88f1c737d35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4625fd96-8620-4e3e-b6b5-613ae9e84097, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f19776a-1633-49e7-96ae-212c23bb6d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4625fd96-8620-4e3e-b6b5-613ae9e84097, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2881820917342485879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879288182091734248587928818209173424858792881820917342485879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f08d37e3-696e-4c8a-aef2-a416a5f487e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08d37e3-696e-4c8a-aef2-a416a5f487e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8113248501298754593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593811324850129875459381132485012987545938113248501298754593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4625fd96-8620-4e3e-b6b5-613ae9e84097, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b39fb8b-954c-4ea7-85b3-916bf1035b81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08d37e3-696e-4c8a-aef2-a416a5f487e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b39fb8b-954c-4ea7-85b3-916bf1035b81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887487755732482393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393488748775573248239348874877557324823934887487755732482393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5f7d282-5ab4-4d44-84f2-fe0dacacb91e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f7d282-5ab4-4d44-84f2-fe0dacacb91e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10571417331887118442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442105714173318871184421057141733188711844210571417331887118442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b39fb8b-954c-4ea7-85b3-916bf1035b81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e146627-fae0-44e4-8bdc-74466c5f99b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e146627-fae0-44e4-8bdc-74466c5f99b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15417838228231074086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086154178382282310740861541783822823107408615417838228231074086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f7d282-5ab4-4d44-84f2-fe0dacacb91e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e146627-fae0-44e4-8bdc-74466c5f99b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea168e8d-6cad-4b92-9805-e6443c8c1152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea168e8d-6cad-4b92-9805-e6443c8c1152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4217881394057499968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968421788139405749996842178813940574999684217881394057499968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f28f5f5-614f-48c4-9ea2-0c3b8024c5e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f28f5f5-614f-48c4-9ea2-0c3b8024c5e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570714532509645519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519157071453250964551915707145325096455191570714532509645519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea168e8d-6cad-4b92-9805-e6443c8c1152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bce7b54-fd4a-418f-9144-e4fef23fa69c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bce7b54-fd4a-418f-9144-e4fef23fa69c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1801458044402034795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795180145804440203479518014580444020347951801458044402034795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f28f5f5-614f-48c4-9ea2-0c3b8024c5e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75a4caa5-5c3e-43d9-a821-dab94d954729, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a4caa5-5c3e-43d9-a821-dab94d954729, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2922273785723255645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645292227378572325564529222737857232556452922273785723255645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bce7b54-fd4a-418f-9144-e4fef23fa69c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bde7144-ad72-48af-bc3a-36b88bba95c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bde7144-ad72-48af-bc3a-36b88bba95c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16555289446218909140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140165552894462189091401655528944621890914016555289446218909140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a4caa5-5c3e-43d9-a821-dab94d954729, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55c569fb-ed2c-433f-a634-32bc806e989a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c569fb-ed2c-433f-a634-32bc806e989a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490206565903483822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822749020656590348382274902065659034838227490206565903483822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bde7144-ad72-48af-bc3a-36b88bba95c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aa9552ce-4a18-456e-a644-dd09e6e502a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9552ce-4a18-456e-a644-dd09e6e502a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12136349716897691297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297121363497168976912971213634971689769129712136349716897691297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c569fb-ed2c-433f-a634-32bc806e989a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e44b68f-7559-48e0-8290-e962c5b0a57f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9552ce-4a18-456e-a644-dd09e6e502a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e44b68f-7559-48e0-8290-e962c5b0a57f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1740828236872926630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630174082823687292663017408282368729266301740828236872926630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 553cca73-178d-40d5-aa87-fab8ba51d2fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553cca73-178d-40d5-aa87-fab8ba51d2fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053583607136938383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383120535836071369383831205358360713693838312053583607136938383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e44b68f-7559-48e0-8290-e962c5b0a57f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553cca73-178d-40d5-aa87-fab8ba51d2fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b544fc-3161-45b5-b972-6146bd462bcf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b544fc-3161-45b5-b972-6146bd462bcf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8293537293590686706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706829353729359068670682935372935906867068293537293590686706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71766f93-d0f1-4086-b0ed-e6a121ffe665, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71766f93-d0f1-4086-b0ed-e6a121ffe665, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661968210217938661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661366196821021793866136619682102179386613661968210217938661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b544fc-3161-45b5-b972-6146bd462bcf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da30e56b-20bd-4ad3-bed8-7f2143cdd0e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da30e56b-20bd-4ad3-bed8-7f2143cdd0e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12013374091047279028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028120133740910472790281201337409104727902812013374091047279028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71766f93-d0f1-4086-b0ed-e6a121ffe665, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9216aa1-e76d-4fa8-b20b-7e600f4b3ea6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9216aa1-e76d-4fa8-b20b-7e600f4b3ea6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2069334118753858896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896206933411875385889620693341187538588962069334118753858896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da30e56b-20bd-4ad3-bed8-7f2143cdd0e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5d7dd9-40a8-40a5-82cd-5954053001ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5d7dd9-40a8-40a5-82cd-5954053001ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547232156171098384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384154723215617109838415472321561710983841547232156171098384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9216aa1-e76d-4fa8-b20b-7e600f4b3ea6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de26638b-dca8-4078-9c9f-6158028ed9d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de26638b-dca8-4078-9c9f-6158028ed9d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6513660292002960603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603651366029200296060365136602920029606036513660292002960603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5d7dd9-40a8-40a5-82cd-5954053001ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5cef844-21b8-4fa1-ba72-63953448bae2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cef844-21b8-4fa1-ba72-63953448bae2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17214770467735044459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459172147704677350444591721477046773504445917214770467735044459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de26638b-dca8-4078-9c9f-6158028ed9d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2bf6b9-735a-4d8b-8d38-9e137340d071, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2bf6b9-735a-4d8b-8d38-9e137340d071, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12000000043128396082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082120000000431283960821200000004312839608212000000043128396082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cef844-21b8-4fa1-ba72-63953448bae2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2bf6b9-735a-4d8b-8d38-9e137340d071, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991ad876-d8c0-4d9f-aab4-460d2ede05b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991ad876-d8c0-4d9f-aab4-460d2ede05b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11368209996748509298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298113682099967485092981136820999674850929811368209996748509298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bf5d894-e665-487b-8168-f4b1b344bf5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf5d894-e665-487b-8168-f4b1b344bf5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13968860707073833415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415139688607070738334151396886070707383341513968860707073833415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991ad876-d8c0-4d9f-aab4-460d2ede05b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0643dadb-b690-426d-a59b-d278ad53cadc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0643dadb-b690-426d-a59b-d278ad53cadc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16298483823046800771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771162984838230468007711629848382304680077116298483823046800771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf5d894-e665-487b-8168-f4b1b344bf5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d3dcceb-0f87-4547-ad6f-dd41ff0d74dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3dcceb-0f87-4547-ad6f-dd41ff0d74dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10382287990102142038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038103822879901021420381038228799010214203810382287990102142038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0643dadb-b690-426d-a59b-d278ad53cadc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c60ba3b-cebb-4362-a663-178d40a19efa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c60ba3b-cebb-4362-a663-178d40a19efa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5295110049975315026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026529511004997531502652951100499753150265295110049975315026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3dcceb-0f87-4547-ad6f-dd41ff0d74dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ecf79b-405b-41eb-8e66-df1c47f6659c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ecf79b-405b-41eb-8e66-df1c47f6659c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16820968350392508773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773168209683503925087731682096835039250877316820968350392508773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c60ba3b-cebb-4362-a663-178d40a19efa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee9ea056-401a-485c-97c2-f9ddcbce03b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ecf79b-405b-41eb-8e66-df1c47f6659c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5886dd7-8f8b-47ba-af67-42fc20842b6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5886dd7-8f8b-47ba-af67-42fc20842b6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16662472269282520023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023166624722692825200231666247226928252002316662472269282520023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9ea056-401a-485c-97c2-f9ddcbce03b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593558203416921799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799559355820341692179955935582034169217995593558203416921799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5886dd7-8f8b-47ba-af67-42fc20842b6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75f17a6f-4c15-413c-9767-452df8f86715, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f17a6f-4c15-413c-9767-452df8f86715, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2480685603306458056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056248068560330645805624806856033064580562480685603306458056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9ea056-401a-485c-97c2-f9ddcbce03b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e3ebbe-359f-444d-8803-98c187e63e29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e3ebbe-359f-444d-8803-98c187e63e29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2037614147133068518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518203761414713306851820376141471330685182037614147133068518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f17a6f-4c15-413c-9767-452df8f86715, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97b73320-c0e7-4f90-958c-9ad6836e3250, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b73320-c0e7-4f90-958c-9ad6836e3250, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779759289161643887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887779759289161643887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e3ebbe-359f-444d-8803-98c187e63e29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10b7d5b-a62b-4213-9de0-9bf7f5e410c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10b7d5b-a62b-4213-9de0-9bf7f5e410c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500796503710585953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953550079650371058595355007965037105859535500796503710585953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b73320-c0e7-4f90-958c-9ad6836e3250, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7d82833-30aa-47a4-83f3-e7340b690b35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d82833-30aa-47a4-83f3-e7340b690b35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4200579795271992375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375420057979527199237542005797952719923754200579795271992375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10b7d5b-a62b-4213-9de0-9bf7f5e410c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3e450c2-516d-4e50-8b57-72319a185e24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e450c2-516d-4e50-8b57-72319a185e24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11833644565592985318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318118336445655929853181183364456559298531811833644565592985318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d82833-30aa-47a4-83f3-e7340b690b35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91cac8c3-f06b-4251-8dfc-e675821f0f09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91cac8c3-f06b-4251-8dfc-e675821f0f09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7445667078294053735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735744566707829405373574456670782940537357445667078294053735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91cac8c3-f06b-4251-8dfc-e675821f0f09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf11652-08d8-4554-8e9a-5b2603c5b761, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e450c2-516d-4e50-8b57-72319a185e24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 692771dc-44f6-4d8e-9fa0-14a86714bc4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf11652-08d8-4554-8e9a-5b2603c5b761, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11705459425382302857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857117054594253823028571170545942538230285711705459425382302857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692771dc-44f6-4d8e-9fa0-14a86714bc4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457812869426920647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647445781286942692064744578128694269206474457812869426920647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692771dc-44f6-4d8e-9fa0-14a86714bc4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf11652-08d8-4554-8e9a-5b2603c5b761, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a7d3a30-2181-4db9-a0d6-57e5ca42304b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a7d3a30-2181-4db9-a0d6-57e5ca42304b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 913582028445948784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784913582028445948784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00825c6f-17a8-4cc1-a163-c143c9791bc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00825c6f-17a8-4cc1-a163-c143c9791bc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059420751342112709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709605942075134211270960594207513421127096059420751342112709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a7d3a30-2181-4db9-a0d6-57e5ca42304b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e027c833-c495-4d47-9355-4e21844b61f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e027c833-c495-4d47-9355-4e21844b61f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 446166264145005544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544446166264145005544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00825c6f-17a8-4cc1-a163-c143c9791bc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e36e63c-dea0-4cea-9f91-8fc5a5f4000f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e36e63c-dea0-4cea-9f91-8fc5a5f4000f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369548660633268796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796836954866063326879683695486606332687968369548660633268796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e027c833-c495-4d47-9355-4e21844b61f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86a9651f-4c44-4a6c-9f68-949ee8f85b31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a9651f-4c44-4a6c-9f68-949ee8f85b31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4336956986727684164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164433695698672768416443369569867276841644336956986727684164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e36e63c-dea0-4cea-9f91-8fc5a5f4000f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 028bc98e-987e-431e-9e39-66d231b68459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028bc98e-987e-431e-9e39-66d231b68459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2531757774275247330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330253175777427524733025317577742752473302531757774275247330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a9651f-4c44-4a6c-9f68-949ee8f85b31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f77c531-f4cc-4f34-8b0a-3e470264b675, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f77c531-f4cc-4f34-8b0a-3e470264b675, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188650845633681357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357718865084563368135771886508456336813577188650845633681357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028bc98e-987e-431e-9e39-66d231b68459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f19c2d06-9c9b-4a33-a275-970d04bc9f3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19c2d06-9c9b-4a33-a275-970d04bc9f3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245629870391356309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309132456298703913563091324562987039135630913245629870391356309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f77c531-f4cc-4f34-8b0a-3e470264b675, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6bbe60-d3c7-494c-a9db-e2456963eb3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6bbe60-d3c7-494c-a9db-e2456963eb3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7024985726064204822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822702498572606420482270249857260642048227024985726064204822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19c2d06-9c9b-4a33-a275-970d04bc9f3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33636208-ac2b-45d0-a2b7-f968ae978c51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33636208-ac2b-45d0-a2b7-f968ae978c51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14905116022818353155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155149051160228183531551490511602281835315514905116022818353155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6bbe60-d3c7-494c-a9db-e2456963eb3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a30f4c9-356c-482a-872f-8e4391b6faed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a30f4c9-356c-482a-872f-8e4391b6faed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7221514178233961804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804722151417823396180472215141782339618047221514178233961804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33636208-ac2b-45d0-a2b7-f968ae978c51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c99472a-6445-4012-863f-3c05122007d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c99472a-6445-4012-863f-3c05122007d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613609082945203552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552116136090829452035521161360908294520355211613609082945203552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a30f4c9-356c-482a-872f-8e4391b6faed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a81b6062-5afb-4540-95dd-5473891020d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81b6062-5afb-4540-95dd-5473891020d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16067979463931595865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865160679794639315958651606797946393159586516067979463931595865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c99472a-6445-4012-863f-3c05122007d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a99b183-9a2b-447c-9bd2-774e0a1245a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a99b183-9a2b-447c-9bd2-774e0a1245a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11372806858787072374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374113728068587870723741137280685878707237411372806858787072374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81b6062-5afb-4540-95dd-5473891020d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71d6e8e1-382a-4c1a-995f-78e778a524d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a99b183-9a2b-447c-9bd2-774e0a1245a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d6e8e1-382a-4c1a-995f-78e778a524d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13585472061809639774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774135854720618096397741358547206180963977413585472061809639774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6ec5fd0-31e7-4d7b-9e66-7767aede3185, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ec5fd0-31e7-4d7b-9e66-7767aede3185, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11231480762888770449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449112314807628887704491123148076288877044911231480762888770449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d6e8e1-382a-4c1a-995f-78e778a524d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00bec58e-6dd1-4d19-b1bf-8759e1e0bea7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bec58e-6dd1-4d19-b1bf-8759e1e0bea7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18002632648345515896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896180026326483455158961800263264834551589618002632648345515896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ec5fd0-31e7-4d7b-9e66-7767aede3185, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2644609-1962-4d94-94c3-25d63902e3f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2644609-1962-4d94-94c3-25d63902e3f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386679355434801680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680153866793554348016801538667935543480168015386679355434801680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bec58e-6dd1-4d19-b1bf-8759e1e0bea7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48cf87a4-dcd4-480e-bc38-50a60dad3bcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48cf87a4-dcd4-480e-bc38-50a60dad3bcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7967988657899133847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847796798865789913384779679886578991338477967988657899133847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2644609-1962-4d94-94c3-25d63902e3f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a11cdee-9a8c-46c0-9f86-b05ed7ed1928, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a11cdee-9a8c-46c0-9f86-b05ed7ed1928, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10611422749617323579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579106114227496173235791061142274961732357910611422749617323579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48cf87a4-dcd4-480e-bc38-50a60dad3bcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6881349-1d83-4704-ae76-30384bf44738, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a11cdee-9a8c-46c0-9f86-b05ed7ed1928, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4191342c-71b3-4170-b570-abd0e481543f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4191342c-71b3-4170-b570-abd0e481543f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093175893347533021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021110931758933475330211109317589334753302111093175893347533021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6881349-1d83-4704-ae76-30384bf44738, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021132942877395618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618180211329428773956181802113294287739561818021132942877395618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4191342c-71b3-4170-b570-abd0e481543f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ada885-365f-4419-a9ed-09d2fb9e120f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ada885-365f-4419-a9ed-09d2fb9e120f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2085116711309719910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910208511671130971991020851167113097199102085116711309719910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6881349-1d83-4704-ae76-30384bf44738, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9696171-bcda-4bc4-ae76-31a27a81b24a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9696171-bcda-4bc4-ae76-31a27a81b24a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902744467030183543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543390274446703018354339027444670301835433902744467030183543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ada885-365f-4419-a9ed-09d2fb9e120f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9696171-bcda-4bc4-ae76-31a27a81b24a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 126f189e-cdc3-4615-9b2a-9d5709a5bb25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 126f189e-cdc3-4615-9b2a-9d5709a5bb25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238784925420052697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697823878492542005269782387849254200526978238784925420052697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53f04d18-3647-42e8-9859-854d268678b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f04d18-3647-42e8-9859-854d268678b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3226576102970779318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318322657610297077931832265761029707793183226576102970779318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 126f189e-cdc3-4615-9b2a-9d5709a5bb25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91870c6f-6bf6-47a8-9330-ee0b54f1333e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91870c6f-6bf6-47a8-9330-ee0b54f1333e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13189929501154838879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879131899295011548388791318992950115483887913189929501154838879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f04d18-3647-42e8-9859-854d268678b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e857ae29-22ff-42c8-ae4a-252bd83c9a76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e857ae29-22ff-42c8-ae4a-252bd83c9a76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15331470907973943032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032153314709079739430321533147090797394303215331470907973943032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91870c6f-6bf6-47a8-9330-ee0b54f1333e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 500af096-1698-417c-bb11-77a74d4286ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500af096-1698-417c-bb11-77a74d4286ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10780406347836066083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083107804063478360660831078040634783606608310780406347836066083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e857ae29-22ff-42c8-ae4a-252bd83c9a76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56961f93-f843-408b-b6ec-577b62af6e4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56961f93-f843-408b-b6ec-577b62af6e4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3939332290303777415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415393933229030377741539393322903037774153939332290303777415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500af096-1698-417c-bb11-77a74d4286ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5624a03-357e-48ab-9d77-193fbaea16d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5624a03-357e-48ab-9d77-193fbaea16d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810855881483111052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052118108558814831110521181085588148311105211810855881483111052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56961f93-f843-408b-b6ec-577b62af6e4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c86685f-a63e-41f7-bca8-e214ff9c28c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c86685f-a63e-41f7-bca8-e214ff9c28c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12964448368411100069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069129644483684111000691296444836841110006912964448368411100069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5624a03-357e-48ab-9d77-193fbaea16d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7715e088-033f-497d-8a86-8e91f0b42196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7715e088-033f-497d-8a86-8e91f0b42196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14743134401047239037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037147431344010472390371474313440104723903714743134401047239037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c86685f-a63e-41f7-bca8-e214ff9c28c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec5cbf88-3e3e-40af-9656-7fc41d57e27a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5cbf88-3e3e-40af-9656-7fc41d57e27a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378416326955185013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013337841632695518501333784163269551850133378416326955185013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7715e088-033f-497d-8a86-8e91f0b42196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 498e0eb5-9638-47c4-8b18-20014257b158, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 498e0eb5-9638-47c4-8b18-20014257b158, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1325941634654142956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956132594163465414295613259416346541429561325941634654142956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5cbf88-3e3e-40af-9656-7fc41d57e27a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31916574-fac5-42c5-9531-603a586b4619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31916574-fac5-42c5-9531-603a586b4619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6307295098229177395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395630729509822917739563072950982291773956307295098229177395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 498e0eb5-9638-47c4-8b18-20014257b158, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37ed89fe-47b9-4f0d-b66e-dc586f148e09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ed89fe-47b9-4f0d-b66e-dc586f148e09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117810111233028537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537511781011123302853751178101112330285375117810111233028537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31916574-fac5-42c5-9531-603a586b4619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eaf8af9-772d-4b8d-835c-bfb3320b8996, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaf8af9-772d-4b8d-835c-bfb3320b8996, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4536662287095149304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304453666228709514930445366622870951493044536662287095149304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaf8af9-772d-4b8d-835c-bfb3320b8996, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a5f394c-0a46-409e-89c5-4d9d10b38b3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a5f394c-0a46-409e-89c5-4d9d10b38b3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10572215168972880953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953105722151689728809531057221516897288095310572215168972880953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ed89fe-47b9-4f0d-b66e-dc586f148e09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c551ceb6-4f5b-4b08-92d9-2cbd76944859, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c551ceb6-4f5b-4b08-92d9-2cbd76944859, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757069505238503039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039137570695052385030391375706950523850303913757069505238503039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a5f394c-0a46-409e-89c5-4d9d10b38b3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c551ceb6-4f5b-4b08-92d9-2cbd76944859, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3367dccd-6815-4c04-973b-1fd6ab7b278d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4059210d-9a81-407f-8fbb-1fc30ae804e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3367dccd-6815-4c04-973b-1fd6ab7b278d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054599806677458214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214110545998066774582141105459980667745821411054599806677458214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4059210d-9a81-407f-8fbb-1fc30ae804e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3454764200166564040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040345476420016656404034547642001665640403454764200166564040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4059210d-9a81-407f-8fbb-1fc30ae804e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3367dccd-6815-4c04-973b-1fd6ab7b278d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d90b3ed3-cbf1-4b06-b334-0b42e712f126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8568afa5-c8a1-472a-b911-1e301088950a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8568afa5-c8a1-472a-b911-1e301088950a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 339403626399398222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222339403626399398222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90b3ed3-cbf1-4b06-b334-0b42e712f126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14929936539253484821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821149299365392534848211492993653925348482114929936539253484821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8568afa5-c8a1-472a-b911-1e301088950a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef9f0aec-28e9-486b-b0fb-e01befe2c2ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9f0aec-28e9-486b-b0fb-e01befe2c2ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5578788596484110397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397557878859648411039755787885964841103975578788596484110397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90b3ed3-cbf1-4b06-b334-0b42e712f126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2905a9c-dcd0-482a-be03-e298ffc9cf4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2905a9c-dcd0-482a-be03-e298ffc9cf4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1476429366272358553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553147642936627235855314764293662723585531476429366272358553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9f0aec-28e9-486b-b0fb-e01befe2c2ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2315307e-0195-4854-9468-eb284b323a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2905a9c-dcd0-482a-be03-e298ffc9cf4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0f54146-1dcf-401d-b89a-fdcd64a73334, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2315307e-0195-4854-9468-eb284b323a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8556563674402835123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123855656367440283512385565636744028351238556563674402835123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f54146-1dcf-401d-b89a-fdcd64a73334, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10994616677376907520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520109946166773769075201099461667737690752010994616677376907520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2315307e-0195-4854-9468-eb284b323a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bb2f5dd-375d-4f45-afaa-eb3bdc3ff6e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb2f5dd-375d-4f45-afaa-eb3bdc3ff6e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522644539528009880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880452264453952800988045226445395280098804522644539528009880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f54146-1dcf-401d-b89a-fdcd64a73334, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df751d1c-6661-4ed6-acbd-52c91657576d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df751d1c-6661-4ed6-acbd-52c91657576d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6227036053610559489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489622703605361055948962270360536105594896227036053610559489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb2f5dd-375d-4f45-afaa-eb3bdc3ff6e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84bcd089-e204-43ff-8e87-008837f0aea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84bcd089-e204-43ff-8e87-008837f0aea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1009035273511691898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898100903527351169189810090352735116918981009035273511691898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df751d1c-6661-4ed6-acbd-52c91657576d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55d6b74d-0aff-4c6d-9c68-b124ddb38097, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d6b74d-0aff-4c6d-9c68-b124ddb38097, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13258814456293565609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609132588144562935656091325881445629356560913258814456293565609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84bcd089-e204-43ff-8e87-008837f0aea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64bfd679-2e09-42d7-8345-3846f65b907c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64bfd679-2e09-42d7-8345-3846f65b907c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14769392309319625347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347147693923093196253471476939230931962534714769392309319625347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d6b74d-0aff-4c6d-9c68-b124ddb38097, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0474ddc9-4d40-483c-8d3e-c92c6243191b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0474ddc9-4d40-483c-8d3e-c92c6243191b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890749428139704286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286158907494281397042861589074942813970428615890749428139704286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64bfd679-2e09-42d7-8345-3846f65b907c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f7734bb-48fd-4365-81f0-efa35465d509, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7734bb-48fd-4365-81f0-efa35465d509, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 117105211212770083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083117105211212770083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0474ddc9-4d40-483c-8d3e-c92c6243191b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb037041-c5fb-44ca-80a5-e8fd0f5a72d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb037041-c5fb-44ca-80a5-e8fd0f5a72d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12666142928679398438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438126661429286793984381266614292867939843812666142928679398438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7734bb-48fd-4365-81f0-efa35465d509, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb037041-c5fb-44ca-80a5-e8fd0f5a72d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0b37458-5f80-4493-81dc-e600e113613a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b37458-5f80-4493-81dc-e600e113613a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13925728614916011091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091139257286149160110911392572861491601109113925728614916011091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11150f08-0432-41cc-90d4-90872067c9e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11150f08-0432-41cc-90d4-90872067c9e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6166394150375225163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163616639415037522516361663941503752251636166394150375225163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b37458-5f80-4493-81dc-e600e113613a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d1baef-fcc3-4e37-a28b-e5ec991b1e6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d1baef-fcc3-4e37-a28b-e5ec991b1e6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18019074733194398858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858180190747331943988581801907473319439885818019074733194398858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11150f08-0432-41cc-90d4-90872067c9e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b773aac9-a187-4b5d-9f8b-d8600cee2e00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b773aac9-a187-4b5d-9f8b-d8600cee2e00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369603860342355759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759836960386034235575983696038603423557598369603860342355759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d1baef-fcc3-4e37-a28b-e5ec991b1e6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b773aac9-a187-4b5d-9f8b-d8600cee2e00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb3bb36-4d32-4cb4-9c30-a5c2c3519362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb3bb36-4d32-4cb4-9c30-a5c2c3519362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1730360726502044729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729173036072650204472917303607265020447291730360726502044729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2c9fab8-c7c7-4a04-9dc3-ce83fbc31de4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c9fab8-c7c7-4a04-9dc3-ce83fbc31de4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 675935158661934110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110675935158661934110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb3bb36-4d32-4cb4-9c30-a5c2c3519362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b35f2c4-7a7b-4063-b787-acfa1162500f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b35f2c4-7a7b-4063-b787-acfa1162500f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6848435175186289848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848684843517518628984868484351751862898486848435175186289848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c9fab8-c7c7-4a04-9dc3-ce83fbc31de4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33d45f70-1b3d-41f5-8bc2-ad7b18d7dff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d45f70-1b3d-41f5-8bc2-ad7b18d7dff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15434095785580326132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132154340957855803261321543409578558032613215434095785580326132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b35f2c4-7a7b-4063-b787-acfa1162500f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca81a107-d8b9-4c38-a0f2-d5401a193115, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca81a107-d8b9-4c38-a0f2-d5401a193115, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16686074287601232505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505166860742876012325051668607428760123250516686074287601232505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca81a107-d8b9-4c38-a0f2-d5401a193115, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d187e83a-edb7-41e5-adcb-76cc25dd893b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d187e83a-edb7-41e5-adcb-76cc25dd893b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3442023991530881896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896344202399153088189634420239915308818963442023991530881896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d45f70-1b3d-41f5-8bc2-ad7b18d7dff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c0b61eb-4c0b-4408-af09-717874b3871e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c0b61eb-4c0b-4408-af09-717874b3871e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15925728821469889575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575159257288214698895751592572882146988957515925728821469889575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d187e83a-edb7-41e5-adcb-76cc25dd893b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a36002-b14a-4097-bcf2-8962a79f4ff3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a36002-b14a-4097-bcf2-8962a79f4ff3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18381848454791429122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122183818484547914291221838184845479142912218381848454791429122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c0b61eb-4c0b-4408-af09-717874b3871e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0877798c-d02e-4981-a1a9-f06fab10bfb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0877798c-d02e-4981-a1a9-f06fab10bfb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 164560793127857537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537164560793127857537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a36002-b14a-4097-bcf2-8962a79f4ff3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fa232fc-81e2-49a8-b8d9-e9dbc8c14812, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa232fc-81e2-49a8-b8d9-e9dbc8c14812, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7944022018772233741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741794402201877223374179440220187722337417944022018772233741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0877798c-d02e-4981-a1a9-f06fab10bfb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da9cb152-2cdb-48c5-b4a8-d2347d4a88f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da9cb152-2cdb-48c5-b4a8-d2347d4a88f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 448538523388958490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490448538523388958490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa232fc-81e2-49a8-b8d9-e9dbc8c14812, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05668e31-dd4f-48c4-9c23-f2799ac51040, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05668e31-dd4f-48c4-9c23-f2799ac51040, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5545628820081346572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572554562882008134657255456288200813465725545628820081346572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da9cb152-2cdb-48c5-b4a8-d2347d4a88f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ed7f7c4-ceb4-4ed6-927e-08279b93cd1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed7f7c4-ceb4-4ed6-927e-08279b93cd1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11547135711873744891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891115471357118737448911154713571187374489111547135711873744891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05668e31-dd4f-48c4-9c23-f2799ac51040, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f453ff3d-3f60-4b3e-847e-81025a6ec71b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f453ff3d-3f60-4b3e-847e-81025a6ec71b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843801630868880102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102484380163086888010248438016308688801024843801630868880102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed7f7c4-ceb4-4ed6-927e-08279b93cd1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e8a385a-5d89-4068-bee2-99103f1c4b75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8a385a-5d89-4068-bee2-99103f1c4b75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726848204403404496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496117268482044034044961172684820440340449611726848204403404496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f453ff3d-3f60-4b3e-847e-81025a6ec71b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa873ef-ef60-4409-bd90-f47496fe6a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa873ef-ef60-4409-bd90-f47496fe6a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12154607441736887556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556121546074417368875561215460744173688755612154607441736887556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa873ef-ef60-4409-bd90-f47496fe6a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a4f650d-2689-431b-b81e-f5bdc11889ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8a385a-5d89-4068-bee2-99103f1c4b75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf8765f7-4938-4957-9ae5-6e8f0a891a16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf8765f7-4938-4957-9ae5-6e8f0a891a16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8082650513067141617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617808265051306714161780826505130671416178082650513067141617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4f650d-2689-431b-b81e-f5bdc11889ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8597190590016512611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611859719059001651261185971905900165126118597190590016512611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf8765f7-4938-4957-9ae5-6e8f0a891a16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec89490c-66d6-4338-8d63-8ad9f3e8e32a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec89490c-66d6-4338-8d63-8ad9f3e8e32a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3523758603972324460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460352375860397232446035237586039723244603523758603972324460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4f650d-2689-431b-b81e-f5bdc11889ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa00094-b018-4960-a826-739a00c5c4df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa00094-b018-4960-a826-739a00c5c4df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082191998994507803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803150821919989945078031508219199899450780315082191998994507803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec89490c-66d6-4338-8d63-8ad9f3e8e32a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9401b06f-94fb-4613-8749-f7207b679cff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9401b06f-94fb-4613-8749-f7207b679cff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1885454283816219122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122188545428381621912218854542838162191221885454283816219122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa00094-b018-4960-a826-739a00c5c4df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0697b26c-741a-4a28-86be-fab3f7af3256, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0697b26c-741a-4a28-86be-fab3f7af3256, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631322782036579522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522106313227820365795221063132278203657952210631322782036579522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9401b06f-94fb-4613-8749-f7207b679cff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af9b7c7a-3d7e-4847-aeb4-83dae8dfb0be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9b7c7a-3d7e-4847-aeb4-83dae8dfb0be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14377863871032299282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282143778638710322992821437786387103229928214377863871032299282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0697b26c-741a-4a28-86be-fab3f7af3256, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85f1c8db-d2ce-4230-a4b9-8a50e1d10814, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f1c8db-d2ce-4230-a4b9-8a50e1d10814, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9231732241204332754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754923173224120433275492317322412043327549231732241204332754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9b7c7a-3d7e-4847-aeb4-83dae8dfb0be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a4195b-2bad-4708-81dd-b9327ad63ca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a4195b-2bad-4708-81dd-b9327ad63ca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4573897992392212946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946457389799239221294645738979923922129464573897992392212946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f1c8db-d2ce-4230-a4b9-8a50e1d10814, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc75f27-79e4-43f0-a4f4-1d95fe0baf37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc75f27-79e4-43f0-a4f4-1d95fe0baf37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3166485824096953539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539316648582409695353931664858240969535393166485824096953539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a4195b-2bad-4708-81dd-b9327ad63ca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1380d0f6-b5cb-4833-b6ab-7b014aa3c4d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1380d0f6-b5cb-4833-b6ab-7b014aa3c4d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2063948590521985907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907206394859052198590720639485905219859072063948590521985907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc75f27-79e4-43f0-a4f4-1d95fe0baf37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56269379-e50d-4441-88a4-441a5296bebb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56269379-e50d-4441-88a4-441a5296bebb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586799228324998015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015165867992283249980151658679922832499801516586799228324998015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1380d0f6-b5cb-4833-b6ab-7b014aa3c4d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fdd25a7-4636-4110-b994-28d562fd9f46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fdd25a7-4636-4110-b994-28d562fd9f46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555214769712700358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358125552147697127003581255521476971270035812555214769712700358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56269379-e50d-4441-88a4-441a5296bebb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74590f7-4a1f-42b6-83e0-460a5f8136af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74590f7-4a1f-42b6-83e0-460a5f8136af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3916969288515746906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906391696928851574690639169692885157469063916969288515746906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fdd25a7-4636-4110-b994-28d562fd9f46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57498f9f-c1ad-474e-9ea9-466a30729b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57498f9f-c1ad-474e-9ea9-466a30729b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6054617917667365212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212605461791766736521260546179176673652126054617917667365212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74590f7-4a1f-42b6-83e0-460a5f8136af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fc001d-1b7b-4345-873b-88aedd445435, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fc001d-1b7b-4345-873b-88aedd445435, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517596230015355041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041251759623001535504125175962300153550412517596230015355041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57498f9f-c1ad-474e-9ea9-466a30729b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7332454-df11-43a4-9592-4599ef82d93a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7332454-df11-43a4-9592-4599ef82d93a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9696432131907560173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173969643213190756017396964321319075601739696432131907560173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fc001d-1b7b-4345-873b-88aedd445435, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ea3b752-5159-4a7c-9b23-4c1357b26fd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7332454-df11-43a4-9592-4599ef82d93a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea3b752-5159-4a7c-9b23-4c1357b26fd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1339884001964984140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140133988400196498414013398840019649841401339884001964984140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b447a9bd-2d8c-4182-bffd-e5170802c4a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b447a9bd-2d8c-4182-bffd-e5170802c4a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11156770031895947589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589111567700318959475891115677003189594758911156770031895947589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea3b752-5159-4a7c-9b23-4c1357b26fd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48727ac6-39e5-4390-b6d2-94bdf62b44cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48727ac6-39e5-4390-b6d2-94bdf62b44cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4798220026086994668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668479822002608699466847982200260869946684798220026086994668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b447a9bd-2d8c-4182-bffd-e5170802c4a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70a9f91e-d196-424b-91b6-e9d3ce449dac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a9f91e-d196-424b-91b6-e9d3ce449dac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5068952622238811777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777506895262223881177750689526222388117775068952622238811777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48727ac6-39e5-4390-b6d2-94bdf62b44cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e290f3bd-90b1-4735-94bc-5c32e54228e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e290f3bd-90b1-4735-94bc-5c32e54228e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252567033857544061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061925256703385754406192525670338575440619252567033857544061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a9f91e-d196-424b-91b6-e9d3ce449dac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e460f335-2b72-4da6-9c3d-0bf11b6a98e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e460f335-2b72-4da6-9c3d-0bf11b6a98e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402858944890147079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079164028589448901470791640285894489014707916402858944890147079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e290f3bd-90b1-4735-94bc-5c32e54228e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e171b2d-5d77-4baf-9002-5ba42ac53e82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e171b2d-5d77-4baf-9002-5ba42ac53e82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3666149535643750922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922366614953564375092236661495356437509223666149535643750922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e460f335-2b72-4da6-9c3d-0bf11b6a98e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c2ce9c-3c8d-48bd-b2fa-415152078ef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c2ce9c-3c8d-48bd-b2fa-415152078ef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896707076453300613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613489670707645330061348967070764533006134896707076453300613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e171b2d-5d77-4baf-9002-5ba42ac53e82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 879b3502-5916-44f2-8f1f-5e7f3e491a85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879b3502-5916-44f2-8f1f-5e7f3e491a85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371969707204326158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158153719697072043261581537196970720432615815371969707204326158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c2ce9c-3c8d-48bd-b2fa-415152078ef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19b15c43-13ef-4771-aa59-1bae3d2e3672, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b15c43-13ef-4771-aa59-1bae3d2e3672, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16943434618337928838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838169434346183379288381694343461833792883816943434618337928838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879b3502-5916-44f2-8f1f-5e7f3e491a85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40f5c712-0a7b-47c8-a667-ac9fb16f2c19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f5c712-0a7b-47c8-a667-ac9fb16f2c19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14479670255858917104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104144796702558589171041447967025585891710414479670255858917104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b15c43-13ef-4771-aa59-1bae3d2e3672, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b1788ce-a6c7-48a8-86a3-18e5a0e21a4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1788ce-a6c7-48a8-86a3-18e5a0e21a4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3947712526095165884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884394771252609516588439477125260951658843947712526095165884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f5c712-0a7b-47c8-a667-ac9fb16f2c19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a663d2b2-0277-434d-b131-d253d795ac6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a663d2b2-0277-434d-b131-d253d795ac6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12599905219921835811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811125999052199218358111259990521992183581112599905219921835811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1788ce-a6c7-48a8-86a3-18e5a0e21a4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7ca0f44-11b2-4cf6-b999-ccb5f385dc0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ca0f44-11b2-4cf6-b999-ccb5f385dc0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13709700441490520896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896137097004414905208961370970044149052089613709700441490520896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a663d2b2-0277-434d-b131-d253d795ac6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aeba5dc8-33c4-43b0-87f0-000ee332eb94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ca0f44-11b2-4cf6-b999-ccb5f385dc0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeba5dc8-33c4-43b0-87f0-000ee332eb94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8486718242421113799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799848671824242111379984867182424211137998486718242421113799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f73813b-44f9-402c-b22b-8aec7e06f9f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f73813b-44f9-402c-b22b-8aec7e06f9f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11573363491599914708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708115733634915999147081157336349159991470811573363491599914708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeba5dc8-33c4-43b0-87f0-000ee332eb94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b464e7fa-db7e-4202-9451-c4ac3dbc8356, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b464e7fa-db7e-4202-9451-c4ac3dbc8356, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1215944198452903225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225121594419845290322512159441984529032251215944198452903225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f73813b-44f9-402c-b22b-8aec7e06f9f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e43e14-70c0-4e68-a24f-ffe61f285e22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e43e14-70c0-4e68-a24f-ffe61f285e22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776397496139567696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696277639749613956769627763974961395676962776397496139567696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b464e7fa-db7e-4202-9451-c4ac3dbc8356, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65b91c16-340c-46a5-a1e5-3ab4c1df9e14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65b91c16-340c-46a5-a1e5-3ab4c1df9e14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1481545008131350976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976148154500813135097614815450081313509761481545008131350976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e43e14-70c0-4e68-a24f-ffe61f285e22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7551b295-4268-4ad3-95f2-a57a8975cd9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7551b295-4268-4ad3-95f2-a57a8975cd9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113290366686992775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775111132903666869927751111329036668699277511113290366686992775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65b91c16-340c-46a5-a1e5-3ab4c1df9e14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09116325-716c-4004-a8d7-e1c6877be842, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09116325-716c-4004-a8d7-e1c6877be842, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7215141545381340670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670721514154538134067072151415453813406707215141545381340670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7551b295-4268-4ad3-95f2-a57a8975cd9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20e6b6fe-552e-4dc7-9077-bd02e4f0e5ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e6b6fe-552e-4dc7-9077-bd02e4f0e5ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1706446087978502432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432170644608797850243217064460879785024321706446087978502432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e6b6fe-552e-4dc7-9077-bd02e4f0e5ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee12941c-da9f-4b8c-9be0-2a7189cb66ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee12941c-da9f-4b8c-9be0-2a7189cb66ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508338697905172438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438105083386979051724381050833869790517243810508338697905172438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09116325-716c-4004-a8d7-e1c6877be842, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f860e55-db7d-49f8-88db-44b6866a1898, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f860e55-db7d-49f8-88db-44b6866a1898, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16743898694665882845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845167438986946658828451674389869466588284516743898694665882845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee12941c-da9f-4b8c-9be0-2a7189cb66ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 941852c3-dcc2-4d0f-a6f8-56b17080134b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941852c3-dcc2-4d0f-a6f8-56b17080134b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288659559471065728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728122886595594710657281228865955947106572812288659559471065728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f860e55-db7d-49f8-88db-44b6866a1898, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05808ebf-47fe-41ae-ba4c-187eae151b7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05808ebf-47fe-41ae-ba4c-187eae151b7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16528678177651115407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407165286781776511154071652867817765111540716528678177651115407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941852c3-dcc2-4d0f-a6f8-56b17080134b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 321f1c85-0c8e-4209-abaa-4483878548cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 321f1c85-0c8e-4209-abaa-4483878548cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16300564356205661450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450163005643562056614501630056435620566145016300564356205661450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05808ebf-47fe-41ae-ba4c-187eae151b7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6580885-dfb9-410f-a013-74cd3a9d64ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 321f1c85-0c8e-4209-abaa-4483878548cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdebb8cf-0579-48e4-9fc7-14cb7df65f17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdebb8cf-0579-48e4-9fc7-14cb7df65f17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14231263734796010262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262142312637347960102621423126373479601026214231263734796010262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6580885-dfb9-410f-a013-74cd3a9d64ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7359648384674005871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871735964838467400587173596483846740058717359648384674005871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdebb8cf-0579-48e4-9fc7-14cb7df65f17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2853de-0664-4d0f-9422-d59619005635, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2853de-0664-4d0f-9422-d59619005635, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10369282016739659555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555103692820167396595551036928201673965955510369282016739659555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6580885-dfb9-410f-a013-74cd3a9d64ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cde438af-2541-434c-9a31-c1d28232a2ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde438af-2541-434c-9a31-c1d28232a2ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16402560614350808962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962164025606143508089621640256061435080896216402560614350808962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2853de-0664-4d0f-9422-d59619005635, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 184866fb-b687-4b00-b0c0-b751587bbfb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 184866fb-b687-4b00-b0c0-b751587bbfb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18341929167396707585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585183419291673967075851834192916739670758518341929167396707585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde438af-2541-434c-9a31-c1d28232a2ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 301eb12d-5457-4982-808d-091ae87cda3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 184866fb-b687-4b00-b0c0-b751587bbfb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eeee73d9-a769-4d5c-9f4d-746cfc468742, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeee73d9-a769-4d5c-9f4d-746cfc468742, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7384133986723810551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551738413398672381055173841339867238105517384133986723810551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301eb12d-5457-4982-808d-091ae87cda3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11947859232797828913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913119478592327978289131194785923279782891311947859232797828913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeee73d9-a769-4d5c-9f4d-746cfc468742, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50d95947-a010-4a06-b6e7-4cb859f610b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d95947-a010-4a06-b6e7-4cb859f610b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16944349435363058661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661169443494353630586611694434943536305866116944349435363058661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301eb12d-5457-4982-808d-091ae87cda3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6bd7e61-d37f-434a-9951-1f3230e8035e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6bd7e61-d37f-434a-9951-1f3230e8035e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578700670910548634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634357870067091054863435787006709105486343578700670910548634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d95947-a010-4a06-b6e7-4cb859f610b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1324c178-6199-4e4b-8dc2-9c62342756d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1324c178-6199-4e4b-8dc2-9c62342756d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8346018665416766483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483834601866541676648383460186654167664838346018665416766483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6bd7e61-d37f-434a-9951-1f3230e8035e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1b1c55b-b51b-43b5-a0ad-58b2fd6a7d90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1b1c55b-b51b-43b5-a0ad-58b2fd6a7d90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738384228654115408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408673838422865411540867383842286541154086738384228654115408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1324c178-6199-4e4b-8dc2-9c62342756d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1b1c55b-b51b-43b5-a0ad-58b2fd6a7d90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f05d0725-6d51-47b2-8b7d-abbc6accc4ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05d0725-6d51-47b2-8b7d-abbc6accc4ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134727748350158542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542513472774835015854251347277483501585425134727748350158542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51faa86b-05a8-4a19-afe0-226fdc18b17f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51faa86b-05a8-4a19-afe0-226fdc18b17f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5590891881716193351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351559089188171619335155908918817161933515590891881716193351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05d0725-6d51-47b2-8b7d-abbc6accc4ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c95d013d-4b1d-479a-a95a-0cc40c78175d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95d013d-4b1d-479a-a95a-0cc40c78175d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3683762850777617803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803368376285077761780336837628507776178033683762850777617803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51faa86b-05a8-4a19-afe0-226fdc18b17f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6cb0d1e-8f97-44c6-b177-fef5e04a4909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6cb0d1e-8f97-44c6-b177-fef5e04a4909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13643164339392837372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372136431643393928373721364316433939283737213643164339392837372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95d013d-4b1d-479a-a95a-0cc40c78175d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae7dc951-58b5-40e6-982e-7f6c3e5ebe48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7dc951-58b5-40e6-982e-7f6c3e5ebe48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879969588321928851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851787996958832192885178799695883219288517879969588321928851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6cb0d1e-8f97-44c6-b177-fef5e04a4909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e0e34e-c501-4c02-8e93-daeeddb3d9f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e0e34e-c501-4c02-8e93-daeeddb3d9f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15857592504538230085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085158575925045382300851585759250453823008515857592504538230085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e0e34e-c501-4c02-8e93-daeeddb3d9f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7dc951-58b5-40e6-982e-7f6c3e5ebe48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdd406e-0105-434a-b56c-d09929600623, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdd406e-0105-434a-b56c-d09929600623, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 833534742847781998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998833534742847781998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b594646-c56e-43b2-b76b-f60077e3b682, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b594646-c56e-43b2-b76b-f60077e3b682, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13306170623708956804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804133061706237089568041330617062370895680413306170623708956804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdd406e-0105-434a-b56c-d09929600623, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 469862db-bb65-4b4b-8097-db66b2771b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b594646-c56e-43b2-b76b-f60077e3b682, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469862db-bb65-4b4b-8097-db66b2771b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4327801881218429621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621432780188121842962143278018812184296214327801881218429621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08fcd330-fd89-4c4c-bb8c-4ee0f9304679, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469862db-bb65-4b4b-8097-db66b2771b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 949029a0-69d6-43f8-a5d9-2140422330d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949029a0-69d6-43f8-a5d9-2140422330d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6761077453803139375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375676107745380313937567610774538031393756761077453803139375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fcd330-fd89-4c4c-bb8c-4ee0f9304679, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7030034289956243728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728703003428995624372870300342899562437287030034289956243728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949029a0-69d6-43f8-a5d9-2140422330d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fcd330-fd89-4c4c-bb8c-4ee0f9304679, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3775f71e-47f0-4a40-aa1a-ae66e2e1f187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3775f71e-47f0-4a40-aa1a-ae66e2e1f187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12356128041320690854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854123561280413206908541235612804132069085412356128041320690854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a8ac75-9be3-478e-b405-dea394ce813f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a8ac75-9be3-478e-b405-dea394ce813f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2373274376556878860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860237327437655687886023732743765568788602373274376556878860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3775f71e-47f0-4a40-aa1a-ae66e2e1f187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a8ac75-9be3-478e-b405-dea394ce813f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bed986ac-0077-4f7d-97c3-174a5a070f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed986ac-0077-4f7d-97c3-174a5a070f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3458725652309346759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759345872565230934675934587256523093467593458725652309346759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb0cfaa-3e89-43f7-a2e1-0d04f25381fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb0cfaa-3e89-43f7-a2e1-0d04f25381fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9103013175180047204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204910301317518004720491030131751800472049103013175180047204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed986ac-0077-4f7d-97c3-174a5a070f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74476bf7-4af3-48d7-bd71-2b73554bc27c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74476bf7-4af3-48d7-bd71-2b73554bc27c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14019824652839878934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934140198246528398789341401982465283987893414019824652839878934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb0cfaa-3e89-43f7-a2e1-0d04f25381fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e345ac1e-4d70-4080-ae92-d724591fb786, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e345ac1e-4d70-4080-ae92-d724591fb786, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7067531293382631584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584706753129338263158470675312933826315847067531293382631584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74476bf7-4af3-48d7-bd71-2b73554bc27c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d586b47-60c2-441c-9811-691dd010a2cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d586b47-60c2-441c-9811-691dd010a2cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14121774198141324843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843141217741981413248431412177419814132484314121774198141324843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e345ac1e-4d70-4080-ae92-d724591fb786, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d586b47-60c2-441c-9811-691dd010a2cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e4cdd3c-f22e-4aad-9e4f-f7dbdc2ad1ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e4cdd3c-f22e-4aad-9e4f-f7dbdc2ad1ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669482453159172029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029266948245315917202926694824531591720292669482453159172029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7225ce65-28e5-4984-b3e1-1b001c4a7cb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7225ce65-28e5-4984-b3e1-1b001c4a7cb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5782451163646135428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428578245116364613542857824511636461354285782451163646135428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e4cdd3c-f22e-4aad-9e4f-f7dbdc2ad1ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f078780a-c55b-498c-894d-a99a49b04d82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f078780a-c55b-498c-894d-a99a49b04d82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937674978324420486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486109376749783244204861093767497832442048610937674978324420486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7225ce65-28e5-4984-b3e1-1b001c4a7cb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8bf8132-94db-45ab-8140-4a57be640584, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8bf8132-94db-45ab-8140-4a57be640584, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640518906310277497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497764051890631027749776405189063102774977640518906310277497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f078780a-c55b-498c-894d-a99a49b04d82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91ebcdec-d35b-41a3-bf4a-361b45f5d145, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ebcdec-d35b-41a3-bf4a-361b45f5d145, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406682115948897610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610240668211594889761024066821159488976102406682115948897610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8bf8132-94db-45ab-8140-4a57be640584, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864ebbbf-7698-48af-b968-bb8b28bebac8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864ebbbf-7698-48af-b968-bb8b28bebac8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9837317041984932869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869983731704198493286998373170419849328699837317041984932869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ebcdec-d35b-41a3-bf4a-361b45f5d145, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 160945b7-b0f1-4900-b148-f916941dcac8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160945b7-b0f1-4900-b148-f916941dcac8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879785351952258920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920158797853519522589201587978535195225892015879785351952258920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864ebbbf-7698-48af-b968-bb8b28bebac8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160945b7-b0f1-4900-b148-f916941dcac8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cde74d8-966b-466b-91f2-507974a5cc36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cde74d8-966b-466b-91f2-507974a5cc36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12903266845596364845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845129032668455963648451290326684559636484512903266845596364845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f0b3063-b338-4cbd-a6e1-72898e70563d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0b3063-b338-4cbd-a6e1-72898e70563d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15527684542306735554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554155276845423067355541552768454230673555415527684542306735554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cde74d8-966b-466b-91f2-507974a5cc36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89f61023-9c46-4a6a-86e6-633b95246372, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f61023-9c46-4a6a-86e6-633b95246372, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3494987763769251405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405349498776376925140534949877637692514053494987763769251405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0b3063-b338-4cbd-a6e1-72898e70563d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 515188a7-988f-422d-9b2f-f2d7f0a7b4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515188a7-988f-422d-9b2f-f2d7f0a7b4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647110224628361823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823364711022462836182336471102246283618233647110224628361823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f61023-9c46-4a6a-86e6-633b95246372, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515188a7-988f-422d-9b2f-f2d7f0a7b4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8cbe50a-1848-46d4-936d-74c58908bd55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8cbe50a-1848-46d4-936d-74c58908bd55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7249732034824406855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855724973203482440685572497320348244068557249732034824406855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b010653-0b6f-443a-b24a-54a64740ae4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b010653-0b6f-443a-b24a-54a64740ae4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17370744645037919524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524173707446450379195241737074464503791952417370744645037919524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8cbe50a-1848-46d4-936d-74c58908bd55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8952c984-e0a1-44bd-a347-025b52a65436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b010653-0b6f-443a-b24a-54a64740ae4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d1d9df8-cbc6-493b-afa8-323fec2e1fcf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d1d9df8-cbc6-493b-afa8-323fec2e1fcf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3802634291107581855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855380263429110758185538026342911075818553802634291107581855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8952c984-e0a1-44bd-a347-025b52a65436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5720067938957293797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797572006793895729379757200679389572937975720067938957293797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d1d9df8-cbc6-493b-afa8-323fec2e1fcf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c99fd07-0c7f-4f71-8f4b-6854e463e365, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c99fd07-0c7f-4f71-8f4b-6854e463e365, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16280553281383600764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764162805532813836007641628055328138360076416280553281383600764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8952c984-e0a1-44bd-a347-025b52a65436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c99fd07-0c7f-4f71-8f4b-6854e463e365, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c28411f1-ed94-497b-93a4-e52f0c9b9f98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28411f1-ed94-497b-93a4-e52f0c9b9f98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6899027204756857530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530689902720475685753068990272047568575306899027204756857530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaaab820-b2ad-4eff-ab46-891a920002bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaaab820-b2ad-4eff-ab46-891a920002bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18050623691056976744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744180506236910569767441805062369105697674418050623691056976744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28411f1-ed94-497b-93a4-e52f0c9b9f98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f446b32-273e-4b48-9723-c4b8a52dab55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f446b32-273e-4b48-9723-c4b8a52dab55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12150058196032803366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366121500581960328033661215005819603280336612150058196032803366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaaab820-b2ad-4eff-ab46-891a920002bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c12cb4c6-558c-49f8-b33b-5f63731e5aa5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12cb4c6-558c-49f8-b33b-5f63731e5aa5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5197110881192917205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205519711088119291720551971108811929172055197110881192917205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f446b32-273e-4b48-9723-c4b8a52dab55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c223178e-061d-48e9-8dc3-d6d5246463d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c223178e-061d-48e9-8dc3-d6d5246463d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15619432430349365514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514156194324303493655141561943243034936551415619432430349365514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12cb4c6-558c-49f8-b33b-5f63731e5aa5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c691d44d-2e2a-4490-a1fe-1f5562981421, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c691d44d-2e2a-4490-a1fe-1f5562981421, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11191767175249791021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021111917671752497910211119176717524979102111191767175249791021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c223178e-061d-48e9-8dc3-d6d5246463d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d234bee-886f-4e12-858d-2fa8c7093c32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d234bee-886f-4e12-858d-2fa8c7093c32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4680897392683665952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952468089739268366595246808973926836659524680897392683665952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c691d44d-2e2a-4490-a1fe-1f5562981421, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 84fe4fbb-3437-4969-a03a-16e383b029f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fe4fbb-3437-4969-a03a-16e383b029f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1079981322304715068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068107998132230471506810799813223047150681079981322304715068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d234bee-886f-4e12-858d-2fa8c7093c32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fe4fbb-3437-4969-a03a-16e383b029f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29526f1e-a77d-4135-8624-eb94b10a2351, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29526f1e-a77d-4135-8624-eb94b10a2351, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14757443684720286718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718147574436847202867181475744368472028671814757443684720286718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf43f0c3-839f-4f95-bf52-b2457d7cb281, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf43f0c3-839f-4f95-bf52-b2457d7cb281, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9353460862741447188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188935346086274144718893534608627414471889353460862741447188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29526f1e-a77d-4135-8624-eb94b10a2351, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf43f0c3-839f-4f95-bf52-b2457d7cb281, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60963547-80d9-4876-80b0-4fabf25bd0fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60963547-80d9-4876-80b0-4fabf25bd0fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12536251883473518652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652125362518834735186521253625188347351865212536251883473518652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6faa7df-c0b9-4679-8391-7f95883d9f5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6faa7df-c0b9-4679-8391-7f95883d9f5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4080622994776392232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232408062299477639223240806229947763922324080622994776392232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60963547-80d9-4876-80b0-4fabf25bd0fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af196021-3e98-4316-b175-16f63355428f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af196021-3e98-4316-b175-16f63355428f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14872698089771865396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396148726980897718653961487269808977186539614872698089771865396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6faa7df-c0b9-4679-8391-7f95883d9f5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 501902e0-daaa-44b8-99bb-54a157518e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501902e0-daaa-44b8-99bb-54a157518e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591063232439598552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552659106323243959855265910632324395985526591063232439598552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af196021-3e98-4316-b175-16f63355428f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e424b914-c121-43a8-acde-342e6a3901b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e424b914-c121-43a8-acde-342e6a3901b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1003247753694179939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939100324775369417993910032477536941799391003247753694179939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501902e0-daaa-44b8-99bb-54a157518e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98a81280-5d6c-4678-a2e4-426482df597b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a81280-5d6c-4678-a2e4-426482df597b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17091000629187065667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667170910006291870656671709100062918706566717091000629187065667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e424b914-c121-43a8-acde-342e6a3901b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f5ea19-7f5e-4097-81ff-fa3af26f81d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f5ea19-7f5e-4097-81ff-fa3af26f81d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3406033060851497770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770340603306085149777034060330608514977703406033060851497770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a81280-5d6c-4678-a2e4-426482df597b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d9cede4-18b8-415c-8f4d-e06267cb6f9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9cede4-18b8-415c-8f4d-e06267cb6f9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1696957712590977529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529169695771259097752916969577125909775291696957712590977529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f5ea19-7f5e-4097-81ff-fa3af26f81d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b95397a9-ce99-49ef-9c58-775806f3594c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9cede4-18b8-415c-8f4d-e06267cb6f9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95397a9-ce99-49ef-9c58-775806f3594c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847653791626054347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347148476537916260543471484765379162605434714847653791626054347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 013bd015-c060-48e4-9891-7d3eb783c02c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013bd015-c060-48e4-9891-7d3eb783c02c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4548342371122324727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727454834237112232472745483423711223247274548342371122324727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95397a9-ce99-49ef-9c58-775806f3594c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82e17dad-98a2-47a0-aa43-eb93d8beb4c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82e17dad-98a2-47a0-aa43-eb93d8beb4c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14024273207767172145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145140242732077671721451402427320776717214514024273207767172145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013bd015-c060-48e4-9891-7d3eb783c02c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4c855e-3f05-4a51-9f23-ae02c151ab3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4c855e-3f05-4a51-9f23-ae02c151ab3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4191904899731972672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672419190489973197267241919048997319726724191904899731972672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82e17dad-98a2-47a0-aa43-eb93d8beb4c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7de33141-1610-4e05-b378-02d56dff03fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7de33141-1610-4e05-b378-02d56dff03fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6982371644880933522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522698237164488093352269823716448809335226982371644880933522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4c855e-3f05-4a51-9f23-ae02c151ab3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0546ce19-af2a-453c-a0b7-6cde8f7ded5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0546ce19-af2a-453c-a0b7-6cde8f7ded5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8355074900074912639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639835507490007491263983550749000749126398355074900074912639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7de33141-1610-4e05-b378-02d56dff03fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e970abd-af6f-4ced-bf8d-4327d3b98081, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e970abd-af6f-4ced-bf8d-4327d3b98081, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098404505480848162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162100984045054808481621009840450548084816210098404505480848162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0546ce19-af2a-453c-a0b7-6cde8f7ded5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0a3c831-d4c5-493f-8cf7-751bb607b4f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a3c831-d4c5-493f-8cf7-751bb607b4f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12811493505154204080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080128114935051542040801281149350515420408012811493505154204080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e970abd-af6f-4ced-bf8d-4327d3b98081, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c92606dc-cece-4b7b-b29c-fe28f701f60c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c92606dc-cece-4b7b-b29c-fe28f701f60c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 57405110813000842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842574051108130008425740511081300084257405110813000842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a3c831-d4c5-493f-8cf7-751bb607b4f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60186f64-8284-426a-bbf4-484dc0760b59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60186f64-8284-426a-bbf4-484dc0760b59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2545858860260310979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979254585886026031097925458588602603109792545858860260310979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c92606dc-cece-4b7b-b29c-fe28f701f60c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e610511-434c-46d4-bf12-8e4ad05fb01c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60186f64-8284-426a-bbf4-484dc0760b59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 125eb8b4-7de7-4f49-aac1-b7931761a0cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125eb8b4-7de7-4f49-aac1-b7931761a0cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12871765629399761293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293128717656293997612931287176562939976129312871765629399761293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e610511-434c-46d4-bf12-8e4ad05fb01c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10738071530647144778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778107380715306471447781073807153064714477810738071530647144778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125eb8b4-7de7-4f49-aac1-b7931761a0cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e610511-434c-46d4-bf12-8e4ad05fb01c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf714b6-21fd-4740-9295-40f10c597a0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf714b6-21fd-4740-9295-40f10c597a0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879961750630704356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356158799617506307043561587996175063070435615879961750630704356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d560471e-53d4-4d00-8350-ff8119d6fa25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d560471e-53d4-4d00-8350-ff8119d6fa25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5204181357671677489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489520418135767167748952041813576716774895204181357671677489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf714b6-21fd-4740-9295-40f10c597a0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f11896-44b7-4ed6-9de3-1338081c862e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d560471e-53d4-4d00-8350-ff8119d6fa25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23a77d5f-d3b1-4f5c-ab94-476fe92c6eed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a77d5f-d3b1-4f5c-ab94-476fe92c6eed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18407494203868826391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391184074942038688263911840749420386882639118407494203868826391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f11896-44b7-4ed6-9de3-1338081c862e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571117173525817279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279657111717352581727965711171735258172796571117173525817279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f11896-44b7-4ed6-9de3-1338081c862e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30bdb51a-41e6-44e3-b201-07bbf7bfd5f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30bdb51a-41e6-44e3-b201-07bbf7bfd5f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7686148393108076981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981768614839310807698176861483931080769817686148393108076981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a77d5f-d3b1-4f5c-ab94-476fe92c6eed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7469eba7-581c-4ebc-9e5a-9af401dc8eff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7469eba7-581c-4ebc-9e5a-9af401dc8eff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2197407202646314941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941219740720264631494121974072026463149412197407202646314941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30bdb51a-41e6-44e3-b201-07bbf7bfd5f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7469eba7-581c-4ebc-9e5a-9af401dc8eff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac9f8583-ebd9-47dc-b98f-7b993cc4479e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9f8583-ebd9-47dc-b98f-7b993cc4479e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1235160289346735262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262123516028934673526212351602893467352621235160289346735262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0182ec4a-2ee2-4532-9710-28f3d7bd777b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0182ec4a-2ee2-4532-9710-28f3d7bd777b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11941561020088488561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561119415610200884885611194156102008848856111941561020088488561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9f8583-ebd9-47dc-b98f-7b993cc4479e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7488798d-43b9-4a67-a805-9be8f560f346, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7488798d-43b9-4a67-a805-9be8f560f346, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949674755624223688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688159496747556242236881594967475562422368815949674755624223688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0182ec4a-2ee2-4532-9710-28f3d7bd777b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97744ac7-7822-407d-816f-f83f49ca76f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97744ac7-7822-407d-816f-f83f49ca76f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143876974235075466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466131438769742350754661314387697423507546613143876974235075466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7488798d-43b9-4a67-a805-9be8f560f346, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6255dcb4-67ce-41ca-819b-c6620482bf18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97744ac7-7822-407d-816f-f83f49ca76f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad0540fb-a722-425f-874f-ed4ca7c62cd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0540fb-a722-425f-874f-ed4ca7c62cd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4214099783551731083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083421409978355173108342140997835517310834214099783551731083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6255dcb4-67ce-41ca-819b-c6620482bf18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6348547968494099901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901634854796849409990163485479684940999016348547968494099901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6255dcb4-67ce-41ca-819b-c6620482bf18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b85c3f-0828-4812-b6b8-8db7964cec5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b85c3f-0828-4812-b6b8-8db7964cec5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322642303332611498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498173226423033326114981732264230333261149817322642303332611498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0540fb-a722-425f-874f-ed4ca7c62cd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 403ebf51-efa1-42e6-af41-5329017784a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403ebf51-efa1-42e6-af41-5329017784a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669994475468395917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917266999447546839591726699944754683959172669994475468395917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b85c3f-0828-4812-b6b8-8db7964cec5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 383d7125-162a-4b1e-9889-9a07b2c4f741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383d7125-162a-4b1e-9889-9a07b2c4f741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8853542748893877161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161885354274889387716188535427488938771618853542748893877161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403ebf51-efa1-42e6-af41-5329017784a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d583eb58-6ef7-47e7-a988-fb9fd6381769, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d583eb58-6ef7-47e7-a988-fb9fd6381769, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3676006907821709340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340367600690782170934036760069078217093403676006907821709340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d583eb58-6ef7-47e7-a988-fb9fd6381769, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 095d7116-5b8d-48bf-b6ab-f1cf52196ce1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 095d7116-5b8d-48bf-b6ab-f1cf52196ce1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409855947901721270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270144098559479017212701440985594790172127014409855947901721270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383d7125-162a-4b1e-9889-9a07b2c4f741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e47cd20d-3e9c-4611-84c8-e348f4f16a8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47cd20d-3e9c-4611-84c8-e348f4f16a8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840510657959205154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154884051065795920515488405106579592051548840510657959205154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47cd20d-3e9c-4611-84c8-e348f4f16a8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d09e8d16-cf2f-4969-b4ce-ac537002267e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09e8d16-cf2f-4969-b4ce-ac537002267e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585255451601681540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540145852554516016815401458525545160168154014585255451601681540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 095d7116-5b8d-48bf-b6ab-f1cf52196ce1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9d9d3bd-eb8a-4e96-b949-9880f5f7d873, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d9d3bd-eb8a-4e96-b949-9880f5f7d873, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660966844049340107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107466096684404934010746609668440493401074660966844049340107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d9d3bd-eb8a-4e96-b949-9880f5f7d873, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 017155ca-3a52-40e4-b732-5fb56d5a1e1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 017155ca-3a52-40e4-b732-5fb56d5a1e1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5364205011149856277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277536420501114985627753642050111498562775364205011149856277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09e8d16-cf2f-4969-b4ce-ac537002267e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9da4d946-40ac-4603-b07b-f27af24b55bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da4d946-40ac-4603-b07b-f27af24b55bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17757935793483568069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069177579357934835680691775793579348356806917757935793483568069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 017155ca-3a52-40e4-b732-5fb56d5a1e1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 760b797f-b7d8-4d9c-90d1-e3478f52ebd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760b797f-b7d8-4d9c-90d1-e3478f52ebd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248237921669628552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552524823792166962855252482379216696285525248237921669628552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da4d946-40ac-4603-b07b-f27af24b55bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd84fc68-5e25-4139-9c83-3a0fec5916f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd84fc68-5e25-4139-9c83-3a0fec5916f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563723641743990627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627256372364174399062725637236417439906272563723641743990627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd84fc68-5e25-4139-9c83-3a0fec5916f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c000bd67-3509-4698-8793-5ca7436db6a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c000bd67-3509-4698-8793-5ca7436db6a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15478790971402630032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032154787909714026300321547879097140263003215478790971402630032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760b797f-b7d8-4d9c-90d1-e3478f52ebd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97c82e5a-83fa-49ea-8e95-b2d8141ca4ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c82e5a-83fa-49ea-8e95-b2d8141ca4ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 558522126404406205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205558522126404406205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c000bd67-3509-4698-8793-5ca7436db6a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 005e3d70-59bb-4610-ba33-597dc10e1719, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005e3d70-59bb-4610-ba33-597dc10e1719, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10116096467617496069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069101160964676174960691011609646761749606910116096467617496069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c82e5a-83fa-49ea-8e95-b2d8141ca4ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06f33aa6-1d57-42ca-81ca-b8d4737983cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f33aa6-1d57-42ca-81ca-b8d4737983cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807848438719180585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585180784843871918058518078484387191805851807848438719180585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f33aa6-1d57-42ca-81ca-b8d4737983cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9839e61-db8c-4392-b681-802301810d79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9839e61-db8c-4392-b681-802301810d79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18273675386000436004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004182736753860004360041827367538600043600418273675386000436004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9839e61-db8c-4392-b681-802301810d79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3bff79e-b0f1-4b90-9969-59439273e19b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3bff79e-b0f1-4b90-9969-59439273e19b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464856279756676405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405134648562797566764051346485627975667640513464856279756676405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005e3d70-59bb-4610-ba33-597dc10e1719, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62be4486-17e5-4362-abd1-141e3d83af37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62be4486-17e5-4362-abd1-141e3d83af37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8065225974394624691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691806522597439462469180652259743946246918065225974394624691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3bff79e-b0f1-4b90-9969-59439273e19b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4e828c-f1dc-4fc0-9a1a-a75006155228, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4e828c-f1dc-4fc0-9a1a-a75006155228, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3246276198734581337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337324627619873458133732462761987345813373246276198734581337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62be4486-17e5-4362-abd1-141e3d83af37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36b6cff4-30a3-4d00-8ee6-b3c976fac1d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b6cff4-30a3-4d00-8ee6-b3c976fac1d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8382984607547707711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711838298460754770771183829846075477077118382984607547707711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4e828c-f1dc-4fc0-9a1a-a75006155228, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8346e449-6a97-4ce6-a5c4-788a8da84901, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8346e449-6a97-4ce6-a5c4-788a8da84901, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16025184597989988111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111160251845979899881111602518459798998811116025184597989988111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b6cff4-30a3-4d00-8ee6-b3c976fac1d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e02dd811-89af-4a3b-8997-85e52a63543f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e02dd811-89af-4a3b-8997-85e52a63543f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13191138693880679704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704131911386938806797041319113869388067970413191138693880679704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8346e449-6a97-4ce6-a5c4-788a8da84901, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f339478-2ffc-4758-b481-52c9b2362c30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f339478-2ffc-4758-b481-52c9b2362c30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077462752419915564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564150774627524199155641507746275241991556415077462752419915564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e02dd811-89af-4a3b-8997-85e52a63543f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f339478-2ffc-4758-b481-52c9b2362c30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dee164bb-69ee-4af0-8014-0522f74f7074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee164bb-69ee-4af0-8014-0522f74f7074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13243732197493739471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471132437321974937394711324373219749373947113243732197493739471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a3ae7e-bfac-4aaf-a031-7f3c43eaca98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a3ae7e-bfac-4aaf-a031-7f3c43eaca98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 510007258890521244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244510007258890521244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a3ae7e-bfac-4aaf-a031-7f3c43eaca98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63459a58-778e-4bbe-9bfd-bb2f99a60bdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63459a58-778e-4bbe-9bfd-bb2f99a60bdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11621008625819505154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154116210086258195051541162100862581950515411621008625819505154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee164bb-69ee-4af0-8014-0522f74f7074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b721aa0e-7d8a-4ce8-ab29-603d80d9e3cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b721aa0e-7d8a-4ce8-ab29-603d80d9e3cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2163664204250326571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571216366420425032657121636642042503265712163664204250326571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63459a58-778e-4bbe-9bfd-bb2f99a60bdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec9fc4b3-4ab2-433f-88da-6422341b1197, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9fc4b3-4ab2-433f-88da-6422341b1197, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270591803375652773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773122705918033756527731227059180337565277312270591803375652773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b721aa0e-7d8a-4ce8-ab29-603d80d9e3cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc17b1c-0c33-4e3b-8ec6-4d46949ddb26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc17b1c-0c33-4e3b-8ec6-4d46949ddb26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663366409142298849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849266336640914229884926633664091422988492663366409142298849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9fc4b3-4ab2-433f-88da-6422341b1197, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47400310-e369-47ac-9334-4edd913587f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47400310-e369-47ac-9334-4edd913587f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17118858685281845070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070171188586852818450701711885868528184507017118858685281845070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc17b1c-0c33-4e3b-8ec6-4d46949ddb26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31e2e021-0734-4ece-8b2e-8a0ae7dcffc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e2e021-0734-4ece-8b2e-8a0ae7dcffc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288671496965122981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981182886714969651229811828867149696512298118288671496965122981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47400310-e369-47ac-9334-4edd913587f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a44be83-a204-43be-87d0-5a5ae3fb2aec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a44be83-a204-43be-87d0-5a5ae3fb2aec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14526478904400652481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481145264789044006524811452647890440065248114526478904400652481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e2e021-0734-4ece-8b2e-8a0ae7dcffc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96ec3777-2d6c-4c65-a011-835e53ba9385, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ec3777-2d6c-4c65-a011-835e53ba9385, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9199758794036696141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141919975879403669614191997587940366961419199758794036696141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a44be83-a204-43be-87d0-5a5ae3fb2aec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcafb8d3-97f3-4aec-97ce-d0254f4f1020, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcafb8d3-97f3-4aec-97ce-d0254f4f1020, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764184509376256325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325127641845093762563251276418450937625632512764184509376256325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ec3777-2d6c-4c65-a011-835e53ba9385, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 041783e6-bf66-4ad2-8dac-1c288b20a92c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041783e6-bf66-4ad2-8dac-1c288b20a92c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4198039882978936149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149419803988297893614941980398829789361494198039882978936149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcafb8d3-97f3-4aec-97ce-d0254f4f1020, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26ab9628-d590-4d6a-a6b0-8f26aa343ea6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ab9628-d590-4d6a-a6b0-8f26aa343ea6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326859321197727167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167143268593211977271671432685932119772716714326859321197727167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041783e6-bf66-4ad2-8dac-1c288b20a92c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cc7e958-ddf5-4838-b5c3-19a032bc1735, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc7e958-ddf5-4838-b5c3-19a032bc1735, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656947827895661139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139176569478278956611391765694782789566113917656947827895661139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc7e958-ddf5-4838-b5c3-19a032bc1735, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac6a8b81-84f9-44be-8293-480ce00e700c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6a8b81-84f9-44be-8293-480ce00e700c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9666066860834431375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375966606686083443137596660668608344313759666066860834431375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6a8b81-84f9-44be-8293-480ce00e700c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 859207dd-1a34-478e-a428-c41813dfe66f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 859207dd-1a34-478e-a428-c41813dfe66f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3791144649209659406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406379114464920965940637911446492096594063791144649209659406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ab9628-d590-4d6a-a6b0-8f26aa343ea6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 345117d1-55bb-4558-bf4d-a456ca3a64bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345117d1-55bb-4558-bf4d-a456ca3a64bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11984649756109603808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808119846497561096038081198464975610960380811984649756109603808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 859207dd-1a34-478e-a428-c41813dfe66f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c90d2535-4a87-4459-a7fe-0a1eea7d7c79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90d2535-4a87-4459-a7fe-0a1eea7d7c79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885591598781217666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666888559159878121766688855915987812176668885591598781217666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345117d1-55bb-4558-bf4d-a456ca3a64bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ece76fc8-b35c-4141-90e5-621c09c15f8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece76fc8-b35c-4141-90e5-621c09c15f8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539587212015747560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560155395872120157475601553958721201574756015539587212015747560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90d2535-4a87-4459-a7fe-0a1eea7d7c79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfcb1cd4-6374-4d4c-9b33-9dfa52a78b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcb1cd4-6374-4d4c-9b33-9dfa52a78b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113339408354265520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520311333940835426552031133394083542655203113339408354265520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece76fc8-b35c-4141-90e5-621c09c15f8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79439e1e-46ee-4fb5-805a-865b09aff3d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcb1cd4-6374-4d4c-9b33-9dfa52a78b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b91fb553-e0f5-4fb3-90bc-478ec8904cfd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91fb553-e0f5-4fb3-90bc-478ec8904cfd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000862594925231798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798300086259492523179830008625949252317983000862594925231798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79439e1e-46ee-4fb5-805a-865b09aff3d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10887892333100301852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852108878923331003018521088789233310030185210887892333100301852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91fb553-e0f5-4fb3-90bc-478ec8904cfd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d3bae6-fd4a-43ee-b428-a2db3865af76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d3bae6-fd4a-43ee-b428-a2db3865af76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2891452859987100229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229289145285998710022928914528599871002292891452859987100229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79439e1e-46ee-4fb5-805a-865b09aff3d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19054a78-793a-422c-81cb-8e000f710b88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19054a78-793a-422c-81cb-8e000f710b88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8210387264919632660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660821038726491963266082103872649196326608210387264919632660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d3bae6-fd4a-43ee-b428-a2db3865af76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4963a721-c3c3-4433-b7d9-cbb42c36b4ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4963a721-c3c3-4433-b7d9-cbb42c36b4ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13379069450982262136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136133790694509822621361337906945098226213613379069450982262136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19054a78-793a-422c-81cb-8e000f710b88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 118a78fe-4569-4fff-ae56-53fa8ecd7889, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118a78fe-4569-4fff-ae56-53fa8ecd7889, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383504451953994147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147138350445195399414713835044519539941471383504451953994147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4963a721-c3c3-4433-b7d9-cbb42c36b4ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76cc9163-6159-44c4-94ab-7881f5c16855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cc9163-6159-44c4-94ab-7881f5c16855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3063606274342496896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896306360627434249689630636062743424968963063606274342496896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118a78fe-4569-4fff-ae56-53fa8ecd7889, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab7d61f2-a16e-4ca4-b85d-61ed4e649e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7d61f2-a16e-4ca4-b85d-61ed4e649e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15768532225540120269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269157685322255401202691576853222554012026915768532225540120269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cc9163-6159-44c4-94ab-7881f5c16855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e4e2ccd-c3b9-412f-9d48-d371f9a56e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e4e2ccd-c3b9-412f-9d48-d371f9a56e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 282554508465238857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857282554508465238857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7d61f2-a16e-4ca4-b85d-61ed4e649e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9c5f083-c39f-4ccb-a390-895c806b2344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c5f083-c39f-4ccb-a390-895c806b2344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 906224071712353017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017906224071712353017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e4e2ccd-c3b9-412f-9d48-d371f9a56e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95417cf3-12b5-49bc-a73a-0ccc3dfce96c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95417cf3-12b5-49bc-a73a-0ccc3dfce96c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8304967591065935578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578830496759106593557883049675910659355788304967591065935578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c5f083-c39f-4ccb-a390-895c806b2344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ee42389-152a-473c-8651-12348489c9e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee42389-152a-473c-8651-12348489c9e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15762809753582834124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124157628097535828341241576280975358283412415762809753582834124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95417cf3-12b5-49bc-a73a-0ccc3dfce96c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f730df9-8dbc-4578-b56f-d61b8a488520, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f730df9-8dbc-4578-b56f-d61b8a488520, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12928845112245270718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718129288451122452707181292884511224527071812928845112245270718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee42389-152a-473c-8651-12348489c9e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be0ec962-6ada-4c32-9111-f7b90c644593, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be0ec962-6ada-4c32-9111-f7b90c644593, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1570371946650548021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021157037194665054802115703719466505480211570371946650548021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be0ec962-6ada-4c32-9111-f7b90c644593, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2d94f2a-6596-4649-b070-452b61701aa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2d94f2a-6596-4649-b070-452b61701aa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7046761317307956610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610704676131730795661070467613173079566107046761317307956610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f730df9-8dbc-4578-b56f-d61b8a488520, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00ecde10-ca45-4d4b-b2f1-488261da8c43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ecde10-ca45-4d4b-b2f1-488261da8c43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15203164107276801579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579152031641072768015791520316410727680157915203164107276801579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2d94f2a-6596-4649-b070-452b61701aa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbddfcdf-e56f-4fcc-860b-8c0725fe2522, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ecde10-ca45-4d4b-b2f1-488261da8c43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a025f-efb4-4f88-8bac-43eecab6f285, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbddfcdf-e56f-4fcc-860b-8c0725fe2522, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 140409317095932521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521140409317095932521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a025f-efb4-4f88-8bac-43eecab6f285, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 851957225458694641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641851957225458694641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbddfcdf-e56f-4fcc-860b-8c0725fe2522, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a025f-efb4-4f88-8bac-43eecab6f285, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 846c66e7-426e-473e-9249-031dcde09bee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb608b25-0b22-4f78-a808-6d9a5ce8a156, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb608b25-0b22-4f78-a808-6d9a5ce8a156, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14656332241600091414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414146563322416000914141465633224160009141414656332241600091414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846c66e7-426e-473e-9249-031dcde09bee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18160504881997710119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119181605048819977101191816050488199771011918160504881997710119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb608b25-0b22-4f78-a808-6d9a5ce8a156, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bebf031-701c-4aa4-88f5-4fc440074f33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bebf031-701c-4aa4-88f5-4fc440074f33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1160783821766652497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497116078382176665249711607838217666524971160783821766652497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846c66e7-426e-473e-9249-031dcde09bee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8948d29c-59d3-468a-b37f-b807ec2a2e3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8948d29c-59d3-468a-b37f-b807ec2a2e3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5701431386296763333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333570143138629676333357014313862967633335701431386296763333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bebf031-701c-4aa4-88f5-4fc440074f33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83694c7e-9695-41e7-9506-7bb29ace7d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83694c7e-9695-41e7-9506-7bb29ace7d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 405746555605556950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950405746555605556950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8948d29c-59d3-468a-b37f-b807ec2a2e3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4f995f7-838b-4440-a6a2-83a173563a77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f995f7-838b-4440-a6a2-83a173563a77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14804768213826578744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744148047682138265787441480476821382657874414804768213826578744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83694c7e-9695-41e7-9506-7bb29ace7d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 393b56f9-4415-4cdb-9b3e-d165ec05ea36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 393b56f9-4415-4cdb-9b3e-d165ec05ea36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13962972421995731439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439139629724219957314391396297242199573143913962972421995731439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f995f7-838b-4440-a6a2-83a173563a77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 323df579-1492-4b39-9ca7-672badc980e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 323df579-1492-4b39-9ca7-672badc980e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8645134370747318762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762864513437074731876286451343707473187628645134370747318762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 393b56f9-4415-4cdb-9b3e-d165ec05ea36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b7ffff3-bdd4-4435-be21-19aba53fb7b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7ffff3-bdd4-4435-be21-19aba53fb7b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18234845380482209714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714182348453804822097141823484538048220971418234845380482209714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 323df579-1492-4b39-9ca7-672badc980e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fca8438-2027-4796-ae3f-1f83e883a4aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fca8438-2027-4796-ae3f-1f83e883a4aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8604227806593544237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237860422780659354423786042278065935442378604227806593544237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7ffff3-bdd4-4435-be21-19aba53fb7b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10c1aa40-9286-48aa-9b24-d1f80bd236a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10c1aa40-9286-48aa-9b24-d1f80bd236a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6708935593716230379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379670893559371623037967089355937162303796708935593716230379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fca8438-2027-4796-ae3f-1f83e883a4aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 811597b5-9f7f-468c-81d1-0371072892af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811597b5-9f7f-468c-81d1-0371072892af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434593337436947392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392243459333743694739224345933374369473922434593337436947392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10c1aa40-9286-48aa-9b24-d1f80bd236a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbe9569-b391-4875-a135-e33200554396, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbe9569-b391-4875-a135-e33200554396, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147389623784467547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547914738962378446754791473896237844675479147389623784467547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811597b5-9f7f-468c-81d1-0371072892af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c761f53-7b59-4fa8-b5b2-57d423554bf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c761f53-7b59-4fa8-b5b2-57d423554bf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3291654999442452397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397329165499944245239732916549994424523973291654999442452397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbe9569-b391-4875-a135-e33200554396, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7fe293-776a-421d-b24f-fd9071db1db7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7fe293-776a-421d-b24f-fd9071db1db7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15411641139454347025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025154116411394543470251541164113945434702515411641139454347025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c761f53-7b59-4fa8-b5b2-57d423554bf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f9d59f-db09-47e6-bd04-a39aafaa0719, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f9d59f-db09-47e6-bd04-a39aafaa0719, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10107446898836536363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363101074468988365363631010744689883653636310107446898836536363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7fe293-776a-421d-b24f-fd9071db1db7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e03e300-abd1-43a9-b366-c3ecbc2a165a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e03e300-abd1-43a9-b366-c3ecbc2a165a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3492672675929098942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942349267267592909894234926726759290989423492672675929098942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f9d59f-db09-47e6-bd04-a39aafaa0719, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7a6cdd-25a8-48f7-8ec3-99dbf6f6c683, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7a6cdd-25a8-48f7-8ec3-99dbf6f6c683, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663307858950064243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243266330785895006424326633078589500642432663307858950064243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e03e300-abd1-43a9-b366-c3ecbc2a165a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80e009aa-6ead-4dff-82d9-e8bc44c73100, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e009aa-6ead-4dff-82d9-e8bc44c73100, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16913551130617374457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457169135511306173744571691355113061737445716913551130617374457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7a6cdd-25a8-48f7-8ec3-99dbf6f6c683, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 623ec157-215a-4539-be7c-f1be25e6ecaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623ec157-215a-4539-be7c-f1be25e6ecaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293658618645518198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198129365861864551819812936586186455181981293658618645518198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e009aa-6ead-4dff-82d9-e8bc44c73100, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dca11aaa-6165-4c7b-86a7-f2c8299fd0a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca11aaa-6165-4c7b-86a7-f2c8299fd0a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17408312074089839747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747174083120740898397471740831207408983974717408312074089839747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623ec157-215a-4539-be7c-f1be25e6ecaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82288438-3e63-4625-824d-48832dae3b34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82288438-3e63-4625-824d-48832dae3b34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601196910755348734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734360119691075534873436011969107553487343601196910755348734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca11aaa-6165-4c7b-86a7-f2c8299fd0a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcc9bb8d-a7cf-499b-9cfb-865310aafb66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc9bb8d-a7cf-499b-9cfb-865310aafb66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489601513223678359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359148960151322367835914896015132236783591489601513223678359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82288438-3e63-4625-824d-48832dae3b34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 667b4291-2ac0-4469-ab10-cc33212c4908, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 667b4291-2ac0-4469-ab10-cc33212c4908, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318304048642149722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722153183040486421497221531830404864214972215318304048642149722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc9bb8d-a7cf-499b-9cfb-865310aafb66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441a9552-454c-4f14-8841-bcfdb8131a4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441a9552-454c-4f14-8841-bcfdb8131a4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2490241534733644258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258249024153473364425824902415347336442582490241534733644258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 667b4291-2ac0-4469-ab10-cc33212c4908, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441a9552-454c-4f14-8841-bcfdb8131a4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccecc025-e944-44c1-b50f-5ab8e5278f9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8957ee5-87e3-4eb4-9e82-83e636b91df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8957ee5-87e3-4eb4-9e82-83e636b91df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16352490093229139738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738163524900932291397381635249009322913973816352490093229139738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccecc025-e944-44c1-b50f-5ab8e5278f9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15944600517151762354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354159446005171517623541594460051715176235415944600517151762354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8957ee5-87e3-4eb4-9e82-83e636b91df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e06a71fe-c821-4282-b117-ec11c39a837e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccecc025-e944-44c1-b50f-5ab8e5278f9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e06a71fe-c821-4282-b117-ec11c39a837e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5143387686301506531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531514338768630150653151433876863015065315143387686301506531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0cb818a-e0d9-4478-83ed-98e3f9af2bd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cb818a-e0d9-4478-83ed-98e3f9af2bd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13323006805046526470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470133230068050465264701332300680504652647013323006805046526470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e06a71fe-c821-4282-b117-ec11c39a837e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4570f2cb-f0b3-4454-8814-830ff3f9248f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4570f2cb-f0b3-4454-8814-830ff3f9248f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14178887666348907265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265141788876663489072651417888766634890726514178887666348907265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cb818a-e0d9-4478-83ed-98e3f9af2bd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d527468-783e-4e38-9f25-b990ad307019, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d527468-783e-4e38-9f25-b990ad307019, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8251563684547288020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020825156368454728802082515636845472880208251563684547288020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4570f2cb-f0b3-4454-8814-830ff3f9248f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16be5120-2b7a-498a-a32a-c258d892f9e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d527468-783e-4e38-9f25-b990ad307019, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 074d1364-90e9-45b0-8137-24039aa966f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 074d1364-90e9-45b0-8137-24039aa966f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12057778735388417186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186120577787353884171861205777873538841718612057778735388417186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16be5120-2b7a-498a-a32a-c258d892f9e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17323233482616796403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403173232334826167964031732323348261679640317323233482616796403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 074d1364-90e9-45b0-8137-24039aa966f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f94065-dc95-46f0-a2ab-766dedc2ccda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f94065-dc95-46f0-a2ab-766dedc2ccda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432253925906632528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528443225392590663252844322539259066325284432253925906632528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16be5120-2b7a-498a-a32a-c258d892f9e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb2f6c6b-407a-4b53-bfdc-49403bb8743b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb2f6c6b-407a-4b53-bfdc-49403bb8743b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3361245491051557974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974336124549105155797433612454910515579743361245491051557974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f94065-dc95-46f0-a2ab-766dedc2ccda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 691695af-daa1-48aa-b35c-77e57d52964b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691695af-daa1-48aa-b35c-77e57d52964b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15855956046515989074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074158559560465159890741585595604651598907415855956046515989074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb2f6c6b-407a-4b53-bfdc-49403bb8743b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8e74bb9-11f7-4100-a2c5-8b094f6a57fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e74bb9-11f7-4100-a2c5-8b094f6a57fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5001469265478699222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222500146926547869922250014692654786992225001469265478699222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691695af-daa1-48aa-b35c-77e57d52964b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, effce65c-bf38-45c8-a1fd-2e8c23566d1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, effce65c-bf38-45c8-a1fd-2e8c23566d1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193707492461366543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543193707492461366543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e74bb9-11f7-4100-a2c5-8b094f6a57fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba58487-313b-4da5-b841-69d35fb3f370, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba58487-313b-4da5-b841-69d35fb3f370, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10293800639011801167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167102938006390118011671029380063901180116710293800639011801167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, effce65c-bf38-45c8-a1fd-2e8c23566d1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf4b5e7e-1c7a-4094-bdda-7616e3a9010d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf4b5e7e-1c7a-4094-bdda-7616e3a9010d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132267045090994995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995131322670450909949951313226704509099499513132267045090994995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba58487-313b-4da5-b841-69d35fb3f370, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceaa8e2c-da65-4efa-aba0-26df4c228ee2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceaa8e2c-da65-4efa-aba0-26df4c228ee2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6601054244972176675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675660105424497217667566010542449721766756601054244972176675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf4b5e7e-1c7a-4094-bdda-7616e3a9010d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65851078-e3f6-4d54-b9f7-d8e145a6193c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65851078-e3f6-4d54-b9f7-d8e145a6193c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6478112199395130921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921647811219939513092164781121993951309216478112199395130921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceaa8e2c-da65-4efa-aba0-26df4c228ee2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 154d40f9-1585-42bc-9ee3-ec7708b32579, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 154d40f9-1585-42bc-9ee3-ec7708b32579, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718081354974925034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034471808135497492503447180813549749250344718081354974925034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65851078-e3f6-4d54-b9f7-d8e145a6193c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d34a7712-29f4-457a-bf74-de48719f8c31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d34a7712-29f4-457a-bf74-de48719f8c31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3198641624151299933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933319864162415129993331986416241512999333198641624151299933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 154d40f9-1585-42bc-9ee3-ec7708b32579, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fd6fe7c-899f-4e01-a517-4ff868e74ad5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd6fe7c-899f-4e01-a517-4ff868e74ad5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283279565181397225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225528327956518139722552832795651813972255283279565181397225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d34a7712-29f4-457a-bf74-de48719f8c31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 644eceea-6831-4841-a663-33492bc76298, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644eceea-6831-4841-a663-33492bc76298, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166362339778538486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486216636233977853848621663623397785384862166362339778538486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd6fe7c-899f-4e01-a517-4ff868e74ad5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f1d355-76d0-4130-ad44-aa56e11754fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f1d355-76d0-4130-ad44-aa56e11754fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13809539616035239754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754138095396160352397541380953961603523975413809539616035239754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644eceea-6831-4841-a663-33492bc76298, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d0afd3d-fef4-424a-9540-d4e4d53dccbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0afd3d-fef4-424a-9540-d4e4d53dccbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16475239652716499978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978164752396527164999781647523965271649997816475239652716499978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f1d355-76d0-4130-ad44-aa56e11754fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a23f0771-f395-4097-a86a-9a2f79adb5ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23f0771-f395-4097-a86a-9a2f79adb5ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12210934611719120078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078122109346117191200781221093461171912007812210934611719120078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0afd3d-fef4-424a-9540-d4e4d53dccbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cd85d93-1eba-49f2-b936-c8be4299a71a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd85d93-1eba-49f2-b936-c8be4299a71a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16825640908832345997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997168256409088323459971682564090883234599716825640908832345997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23f0771-f395-4097-a86a-9a2f79adb5ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d8c29a1-b4da-4d42-b900-4706e968bc20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8c29a1-b4da-4d42-b900-4706e968bc20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 541011280319833500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500541011280319833500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd85d93-1eba-49f2-b936-c8be4299a71a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a64dd4f2-e823-40b0-83a6-64fc9369292e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64dd4f2-e823-40b0-83a6-64fc9369292e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3408223061202832361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361340822306120283236134082230612028323613408223061202832361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8c29a1-b4da-4d42-b900-4706e968bc20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a926b4fc-a9bf-43ce-9c9d-05ffb27cd311, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a926b4fc-a9bf-43ce-9c9d-05ffb27cd311, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15490587405827320538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538154905874058273205381549058740582732053815490587405827320538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a926b4fc-a9bf-43ce-9c9d-05ffb27cd311, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6051d14-8d3f-46e3-82ea-e828d0ea6acb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6051d14-8d3f-46e3-82ea-e828d0ea6acb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9787484139099186484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484978748413909918648497874841390991864849787484139099186484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64dd4f2-e823-40b0-83a6-64fc9369292e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf91375a-f242-43e2-8378-b2a7c88c07e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf91375a-f242-43e2-8378-b2a7c88c07e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11991102916212445908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908119911029162124459081199110291621244590811991102916212445908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6051d14-8d3f-46e3-82ea-e828d0ea6acb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dc2a0f3-968e-4624-8ecd-23f472cc1d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc2a0f3-968e-4624-8ecd-23f472cc1d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944423979932331112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112494442397993233111249444239799323311124944423979932331112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf91375a-f242-43e2-8378-b2a7c88c07e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 305c57e4-26ad-4b87-b83f-6549bbe04699, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305c57e4-26ad-4b87-b83f-6549bbe04699, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14762713638554456426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426147627136385544564261476271363855445642614762713638554456426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc2a0f3-968e-4624-8ecd-23f472cc1d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a8e7cab-1fb0-4c7a-8399-b894f72816d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8e7cab-1fb0-4c7a-8399-b894f72816d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7392679694386880590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590739267969438688059073926796943868805907392679694386880590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305c57e4-26ad-4b87-b83f-6549bbe04699, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8af02fa-7d0b-4789-b558-d71a72fa8bc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8af02fa-7d0b-4789-b558-d71a72fa8bc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6201892391755267842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842620189239175526784262018923917552678426201892391755267842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8e7cab-1fb0-4c7a-8399-b894f72816d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a3ebf28-9844-4079-9217-fe70a3e9ec7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a3ebf28-9844-4079-9217-fe70a3e9ec7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239892394297884491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491132398923942978844911323989239429788449113239892394297884491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8af02fa-7d0b-4789-b558-d71a72fa8bc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c99ddff-a0e3-49e1-a514-b889a0561060, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c99ddff-a0e3-49e1-a514-b889a0561060, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5044195966212863834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834504419596621286383450441959662128638345044195966212863834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a3ebf28-9844-4079-9217-fe70a3e9ec7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccbcdf4f-977d-4a94-9c05-a694888fcfab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbcdf4f-977d-4a94-9c05-a694888fcfab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1070507733064222146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146107050773306422214610705077330642221461070507733064222146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbcdf4f-977d-4a94-9c05-a694888fcfab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22289f50-c0c2-4f1b-992a-847626a180a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c99ddff-a0e3-49e1-a514-b889a0561060, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22289f50-c0c2-4f1b-992a-847626a180a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16259826534534956845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845162598265345349568451625982653453495684516259826534534956845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3f66ab3-d8b6-4636-bb19-27081630e173, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f66ab3-d8b6-4636-bb19-27081630e173, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557398493153899676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676755739849315389967675573984931538996767557398493153899676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22289f50-c0c2-4f1b-992a-847626a180a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f66ab3-d8b6-4636-bb19-27081630e173, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2406ee87-d82d-437d-a2c3-517f48c4da6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2406ee87-d82d-437d-a2c3-517f48c4da6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5224441850808067295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295522444185080806729552244418508080672955224441850808067295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c09b019c-6e73-406e-93c6-c41e98da67e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c09b019c-6e73-406e-93c6-c41e98da67e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11249156290148930490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490112491562901489304901124915629014893049011249156290148930490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2406ee87-d82d-437d-a2c3-517f48c4da6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a73b04a3-d416-4c6b-b2c0-13bdbba78ac3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73b04a3-d416-4c6b-b2c0-13bdbba78ac3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14303142270843566744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744143031422708435667441430314227084356674414303142270843566744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c09b019c-6e73-406e-93c6-c41e98da67e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 864dcc57-f2fd-404a-bfed-03d29fc9dcb8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864dcc57-f2fd-404a-bfed-03d29fc9dcb8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 748299974091152564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564748299974091152564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73b04a3-d416-4c6b-b2c0-13bdbba78ac3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 100f07d8-4183-4bce-8cd2-5d6d23b16ed8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 100f07d8-4183-4bce-8cd2-5d6d23b16ed8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8725234307907667965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965872523430790766796587252343079076679658725234307907667965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864dcc57-f2fd-404a-bfed-03d29fc9dcb8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59e28a5e-6bc0-4335-8238-f0042a2deb92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e28a5e-6bc0-4335-8238-f0042a2deb92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248094176058680739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739624809417605868073962480941760586807396248094176058680739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 100f07d8-4183-4bce-8cd2-5d6d23b16ed8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92b206bb-5c3f-459e-bac0-c478b97edcab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b206bb-5c3f-459e-bac0-c478b97edcab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11404833080255176861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861114048330802551768611140483308025517686111404833080255176861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e28a5e-6bc0-4335-8238-f0042a2deb92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e247b2f0-c10b-4532-8c77-1e561cc6671b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e247b2f0-c10b-4532-8c77-1e561cc6671b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 232174871433720580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580232174871433720580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b206bb-5c3f-459e-bac0-c478b97edcab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daa261ff-719f-4395-aaed-2aa32a420842, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e247b2f0-c10b-4532-8c77-1e561cc6671b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a97df892-7e73-4d9b-a116-64753ea2fecd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa261ff-719f-4395-aaed-2aa32a420842, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207207508810233839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839172072075088102338391720720750881023383917207207508810233839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97df892-7e73-4d9b-a116-64753ea2fecd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14152940977418397866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866141529409774183978661415294097741839786614152940977418397866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa261ff-719f-4395-aaed-2aa32a420842, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ce44f22-4ce9-4db6-ba52-f0e9ea576b77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97df892-7e73-4d9b-a116-64753ea2fecd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce44f22-4ce9-4db6-ba52-f0e9ea576b77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17520825247409037320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320175208252474090373201752082524740903732017520825247409037320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d7ea97fb-6ffb-45e7-b0c5-b28bc4d5d867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ea97fb-6ffb-45e7-b0c5-b28bc4d5d867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9328518414884021938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938932851841488402193893285184148840219389328518414884021938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce44f22-4ce9-4db6-ba52-f0e9ea576b77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd72843a-a99e-4398-a4ab-040a91123048, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd72843a-a99e-4398-a4ab-040a91123048, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2443917177029793953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953244391717702979395324439171770297939532443917177029793953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ea97fb-6ffb-45e7-b0c5-b28bc4d5d867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7f60868-74ab-46a9-9fd1-6b9cbc042e9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f60868-74ab-46a9-9fd1-6b9cbc042e9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11543609988356801330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330115436099883568013301154360998835680133011543609988356801330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd72843a-a99e-4398-a4ab-040a91123048, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 067ec420-9189-491c-9a72-3686983adc0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 067ec420-9189-491c-9a72-3686983adc0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983726025096085102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102998372602509608510299837260250960851029983726025096085102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f60868-74ab-46a9-9fd1-6b9cbc042e9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45f1ebb-cd59-4607-b2a1-68e8eb46cae7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45f1ebb-cd59-4607-b2a1-68e8eb46cae7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8209181371279868543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543820918137127986854382091813712798685438209181371279868543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 067ec420-9189-491c-9a72-3686983adc0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d8c5197-8d27-4a8a-8951-bc9656847b4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8c5197-8d27-4a8a-8951-bc9656847b4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3305436698988068514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514330543669898806851433054366989880685143305436698988068514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45f1ebb-cd59-4607-b2a1-68e8eb46cae7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18f3c4a8-e7aa-4676-979e-033145536b21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8c5197-8d27-4a8a-8951-bc9656847b4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f3c4a8-e7aa-4676-979e-033145536b21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4192109729929718058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058419210972992971805841921097299297180584192109729929718058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b975f02-aa2a-4aa1-99f2-a3a5f1f1873f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b975f02-aa2a-4aa1-99f2-a3a5f1f1873f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14822032480936651124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124148220324809366511241482203248093665112414822032480936651124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b975f02-aa2a-4aa1-99f2-a3a5f1f1873f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a62515e1-020f-4c0f-a99f-38066bb76989, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62515e1-020f-4c0f-a99f-38066bb76989, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5817882474909256694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694581788247490925669458178824749092566945817882474909256694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f3c4a8-e7aa-4676-979e-033145536b21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d131398-ea20-4b9c-8f2f-36bc700b206c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d131398-ea20-4b9c-8f2f-36bc700b206c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10879711819217476187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187108797118192174761871087971181921747618710879711819217476187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d131398-ea20-4b9c-8f2f-36bc700b206c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb19add7-7b70-4b76-a032-eebe0346740e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb19add7-7b70-4b76-a032-eebe0346740e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16930866949482959875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875169308669494829598751693086694948295987516930866949482959875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62515e1-020f-4c0f-a99f-38066bb76989, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e7c6621-6b1e-4dd2-bb5d-38cff559dd9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7c6621-6b1e-4dd2-bb5d-38cff559dd9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15094917442983910036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036150949174429839100361509491744298391003615094917442983910036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb19add7-7b70-4b76-a032-eebe0346740e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc35d25a-be5e-48da-8b5f-e47093ec2b76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7c6621-6b1e-4dd2-bb5d-38cff559dd9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25b1f366-4ba4-4196-9cc7-f88a65a6e91f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc35d25a-be5e-48da-8b5f-e47093ec2b76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675537295453595357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357767553729545359535776755372954535953577675537295453595357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b1f366-4ba4-4196-9cc7-f88a65a6e91f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4704316997901686920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920470431699790168692047043169979016869204704316997901686920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc35d25a-be5e-48da-8b5f-e47093ec2b76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b1f366-4ba4-4196-9cc7-f88a65a6e91f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd589d9-edb6-4b51-bf73-dab28c8e9c8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fae97af9-7548-416b-afeb-7bdcbd2a6619, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd589d9-edb6-4b51-bf73-dab28c8e9c8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098000333820904683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683609800033382090468360980003338209046836098000333820904683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae97af9-7548-416b-afeb-7bdcbd2a6619, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3794936592043028400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400379493659204302840037949365920430284003794936592043028400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd589d9-edb6-4b51-bf73-dab28c8e9c8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd201720-a474-4c79-9a50-31d208cee5c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd201720-a474-4c79-9a50-31d208cee5c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456991642444927339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339456991642444927339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae97af9-7548-416b-afeb-7bdcbd2a6619, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e2cd82c-7131-4721-93d6-9c328bea89e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2cd82c-7131-4721-93d6-9c328bea89e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147664967616143775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775714766496761614377571476649676161437757147664967616143775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2cd82c-7131-4721-93d6-9c328bea89e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5cc71f3a-b7ff-44fc-ad66-39aed5fbd706, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc71f3a-b7ff-44fc-ad66-39aed5fbd706, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674442306650013770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770367444230665001377036744423066500137703674442306650013770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd201720-a474-4c79-9a50-31d208cee5c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc71f3a-b7ff-44fc-ad66-39aed5fbd706, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1da22de4-51e4-4a05-b5ff-4da850c1e275, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da22de4-51e4-4a05-b5ff-4da850c1e275, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17031972711458483883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883170319727114584838831703197271145848388317031972711458483883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c1ab4f5-18f1-4df2-873a-6ed71a2bb92c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1ab4f5-18f1-4df2-873a-6ed71a2bb92c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6497771612106089319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319649777161210608931964977716121060893196497771612106089319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da22de4-51e4-4a05-b5ff-4da850c1e275, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b927b88c-8feb-47e2-80f0-3edda4d7dcc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b927b88c-8feb-47e2-80f0-3edda4d7dcc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15315608245713778775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775153156082457137787751531560824571377877515315608245713778775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1ab4f5-18f1-4df2-873a-6ed71a2bb92c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3bc0692-6ac9-45fd-a8c7-8f93c5a8fb76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bc0692-6ac9-45fd-a8c7-8f93c5a8fb76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8215248209090660292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292821524820909066029282152482090906602928215248209090660292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b927b88c-8feb-47e2-80f0-3edda4d7dcc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97d3895a-b121-453c-8f85-37a342c7b693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97d3895a-b121-453c-8f85-37a342c7b693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3015949644933059373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373301594964493305937330159496449330593733015949644933059373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bc0692-6ac9-45fd-a8c7-8f93c5a8fb76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8738d9ba-8d59-415d-80b6-246c479c6fce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8738d9ba-8d59-415d-80b6-246c479c6fce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4336328056175272808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808433632805617527280843363280561752728084336328056175272808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97d3895a-b121-453c-8f85-37a342c7b693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 258f1d89-253d-498a-bbc8-60739c98147d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258f1d89-253d-498a-bbc8-60739c98147d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3310758072890908488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488331075807289090848833107580728909084883310758072890908488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8738d9ba-8d59-415d-80b6-246c479c6fce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a1a23b0-a953-46ed-8e5f-34a039dbf763, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1a23b0-a953-46ed-8e5f-34a039dbf763, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901383562698471303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303119013835626984713031190138356269847130311901383562698471303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258f1d89-253d-498a-bbc8-60739c98147d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1deb6ff-7938-4fce-98a0-fb42ae199325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1a23b0-a953-46ed-8e5f-34a039dbf763, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1deb6ff-7938-4fce-98a0-fb42ae199325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12046638227086350562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562120466382270863505621204663822708635056212046638227086350562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6617dfaa-1ad9-417e-a31a-5b50a73825d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6617dfaa-1ad9-417e-a31a-5b50a73825d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255407750294464619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619102554077502944646191025540775029446461910255407750294464619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1deb6ff-7938-4fce-98a0-fb42ae199325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1345076-e49c-43d4-9e93-0648c1f12689, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1345076-e49c-43d4-9e93-0648c1f12689, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 292904346164264881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881292904346164264881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6617dfaa-1ad9-417e-a31a-5b50a73825d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 118266ac-0231-4f14-98c5-fd44c9cc6506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 118266ac-0231-4f14-98c5-fd44c9cc6506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569327421077848692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692155693274210778486921556932742107784869215569327421077848692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1345076-e49c-43d4-9e93-0648c1f12689, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed1814a3-b323-4378-958e-6061b4632891, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1814a3-b323-4378-958e-6061b4632891, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289294157307421268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268328929415730742126832892941573074212683289294157307421268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 118266ac-0231-4f14-98c5-fd44c9cc6506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ed12e82-b32a-4cbc-9965-8adb7a02aad8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed12e82-b32a-4cbc-9965-8adb7a02aad8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5234016156053636974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974523401615605363697452340161560536369745234016156053636974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1814a3-b323-4378-958e-6061b4632891, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc0ae10-d5e5-4888-a96e-04171bd2bbd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed12e82-b32a-4cbc-9965-8adb7a02aad8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09635cbd-7ac7-4a0b-b8c2-e8e5e0d92c79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc0ae10-d5e5-4888-a96e-04171bd2bbd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10046359965394759852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852100463599653947598521004635996539475985210046359965394759852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09635cbd-7ac7-4a0b-b8c2-e8e5e0d92c79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7270695046925908397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397727069504692590839772706950469259083977270695046925908397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc0ae10-d5e5-4888-a96e-04171bd2bbd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd17e19d-6a92-45c1-aa0f-f064f9d4a853, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd17e19d-6a92-45c1-aa0f-f064f9d4a853, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59781211182011535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535597812111820115355978121118201153559781211182011535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09635cbd-7ac7-4a0b-b8c2-e8e5e0d92c79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf9f47c8-48ae-4b57-8579-0fe7042fb800, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9f47c8-48ae-4b57-8579-0fe7042fb800, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1019727464093929698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698101972746409392969810197274640939296981019727464093929698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd17e19d-6a92-45c1-aa0f-f064f9d4a853, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e24ad76-bcb2-403a-b347-5e79f1373c65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e24ad76-bcb2-403a-b347-5e79f1373c65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12655371165206349209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209126553711652063492091265537116520634920912655371165206349209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9f47c8-48ae-4b57-8579-0fe7042fb800, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fad3c8f8-45c4-467c-9214-d4c08294208c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fad3c8f8-45c4-467c-9214-d4c08294208c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192429397082011808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808121924293970820118081219242939708201180812192429397082011808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fad3c8f8-45c4-467c-9214-d4c08294208c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e24ad76-bcb2-403a-b347-5e79f1373c65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12e2d745-90ab-49c1-b237-920dc6e51a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e2d745-90ab-49c1-b237-920dc6e51a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2613392354121090787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787261339235412109078726133923541210907872613392354121090787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 86aedc20-d564-4fac-baf5-ccbc7a8524f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86aedc20-d564-4fac-baf5-ccbc7a8524f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873573597561448007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007168735735975614480071687357359756144800716873573597561448007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e2d745-90ab-49c1-b237-920dc6e51a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6384ea70-618e-41d7-9967-0ffde5d8cf4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6384ea70-618e-41d7-9967-0ffde5d8cf4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172054101112651980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980131720541011126519801317205410111265198013172054101112651980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86aedc20-d564-4fac-baf5-ccbc7a8524f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4063cf0-5eba-4622-bb98-3f24f3bc2ed1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4063cf0-5eba-4622-bb98-3f24f3bc2ed1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12402425416095445501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501124024254160954455011240242541609544550112402425416095445501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6384ea70-618e-41d7-9967-0ffde5d8cf4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ec802f2-f4d0-41b9-9035-c0eb8684617e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec802f2-f4d0-41b9-9035-c0eb8684617e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10504596961332271487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487105045969613322714871050459696133227148710504596961332271487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4063cf0-5eba-4622-bb98-3f24f3bc2ed1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 569126cd-0869-48d0-97ca-3f2eebf5b16c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 569126cd-0869-48d0-97ca-3f2eebf5b16c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823569421129355934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934882356942112935593488235694211293559348823569421129355934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec802f2-f4d0-41b9-9035-c0eb8684617e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6e42bf9-2c5e-4c34-903b-a59ec61c3a60, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e42bf9-2c5e-4c34-903b-a59ec61c3a60, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7931781171903484243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243793178117190348424379317811719034842437931781171903484243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 569126cd-0869-48d0-97ca-3f2eebf5b16c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd68af9c-72c3-4439-b88f-9adb3c37fa87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd68af9c-72c3-4439-b88f-9adb3c37fa87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1244620374334416499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499124462037433441649912446203743344164991244620374334416499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e42bf9-2c5e-4c34-903b-a59ec61c3a60, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d929b903-885d-495c-89f1-64b654922585, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d929b903-885d-495c-89f1-64b654922585, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16908585462926899995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995169085854629268999951690858546292689999516908585462926899995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd68af9c-72c3-4439-b88f-9adb3c37fa87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dfd5ba2-899f-4456-8f81-8c0ad39e50d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dfd5ba2-899f-4456-8f81-8c0ad39e50d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17507612650893449816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816175076126508934498161750761265089344981617507612650893449816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d929b903-885d-495c-89f1-64b654922585, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26893d9a-6388-4ca1-ae0c-93306f207839, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dfd5ba2-899f-4456-8f81-8c0ad39e50d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a968918f-a6f2-4a9b-9a52-32a706eb2cb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a968918f-a6f2-4a9b-9a52-32a706eb2cb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13466498135699673796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796134664981356996737961346649813569967379613466498135699673796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26893d9a-6388-4ca1-ae0c-93306f207839, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6538329841413904574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574653832984141390457465383298414139045746538329841413904574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a968918f-a6f2-4a9b-9a52-32a706eb2cb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 521ed153-00a1-467c-ac60-fc6cde47d895, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521ed153-00a1-467c-ac60-fc6cde47d895, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9728280055805738274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274972828005580573827497282800558057382749728280055805738274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26893d9a-6388-4ca1-ae0c-93306f207839, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5e482c1-5dfa-4fba-ac75-890e95ad3ba7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e482c1-5dfa-4fba-ac75-890e95ad3ba7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4967275325764195759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759496727532576419575949672753257641957594967275325764195759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521ed153-00a1-467c-ac60-fc6cde47d895, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f5ae1cf-ef54-4513-b4c9-ed5d9ac66ff7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5ae1cf-ef54-4513-b4c9-ed5d9ac66ff7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11920503882120256400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400119205038821202564001192050388212025640011920503882120256400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e482c1-5dfa-4fba-ac75-890e95ad3ba7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14b2a1cf-3660-49f5-9961-0d42f07292fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b2a1cf-3660-49f5-9961-0d42f07292fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11851917021350575238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238118519170213505752381185191702135057523811851917021350575238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5ae1cf-ef54-4513-b4c9-ed5d9ac66ff7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 319a84ba-5db2-4730-8ec7-33427b4c0169, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319a84ba-5db2-4730-8ec7-33427b4c0169, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12346423800734104519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519123464238007341045191234642380073410451912346423800734104519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b2a1cf-3660-49f5-9961-0d42f07292fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5f8c2d-f611-443c-a76e-d897e74ea4dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5f8c2d-f611-443c-a76e-d897e74ea4dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733974773529350519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519773397477352935051977339747735293505197733974773529350519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319a84ba-5db2-4730-8ec7-33427b4c0169, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 932ed884-3334-42e8-a5a3-05586e3a5db1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932ed884-3334-42e8-a5a3-05586e3a5db1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8532906618934929939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939853290661893492993985329066189349299398532906618934929939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5f8c2d-f611-443c-a76e-d897e74ea4dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47001d31-de4e-4402-9410-1bdeab97a396, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932ed884-3334-42e8-a5a3-05586e3a5db1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 291cd303-deb4-4504-89d8-0d533aa2e767, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47001d31-de4e-4402-9410-1bdeab97a396, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825985265387817739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739825985265387817739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291cd303-deb4-4504-89d8-0d533aa2e767, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18118546316981251536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536181185463169812515361811854631698125153618118546316981251536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47001d31-de4e-4402-9410-1bdeab97a396, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291cd303-deb4-4504-89d8-0d533aa2e767, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eea9b97-62aa-4444-a8ad-df93c27893b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eea9b97-62aa-4444-a8ad-df93c27893b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3059670619764525455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455305967061976452545530596706197645254553059670619764525455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d288a85-8169-4e4c-a33d-5afd0e336f51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d288a85-8169-4e4c-a33d-5afd0e336f51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4866614392494291711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711486661439249429171148666143924942917114866614392494291711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eea9b97-62aa-4444-a8ad-df93c27893b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8963b3f-969b-4c96-bff7-4bd4cafe11cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8963b3f-969b-4c96-bff7-4bd4cafe11cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4449340212291992181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181444934021229199218144493402122919921814449340212291992181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d288a85-8169-4e4c-a33d-5afd0e336f51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e0f10b-0b2d-41fa-a565-eb262d5d5ddd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e0f10b-0b2d-41fa-a565-eb262d5d5ddd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18031149562030616365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365180311495620306163651803114956203061636518031149562030616365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8963b3f-969b-4c96-bff7-4bd4cafe11cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3478f0e5-bd04-49fc-9d96-e435143e6975, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3478f0e5-bd04-49fc-9d96-e435143e6975, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15720600260171048079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079157206002601710480791572060026017104807915720600260171048079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e0f10b-0b2d-41fa-a565-eb262d5d5ddd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e12d98-5d12-4f18-a1aa-e3156f46ea92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e12d98-5d12-4f18-a1aa-e3156f46ea92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544160315613667906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906754416031561366790675441603156136679067544160315613667906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3478f0e5-bd04-49fc-9d96-e435143e6975, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa493a35-9364-404f-8ee1-a3cc54cb34e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa493a35-9364-404f-8ee1-a3cc54cb34e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438052040720314848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848143805204072031484814380520407203148481438052040720314848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e12d98-5d12-4f18-a1aa-e3156f46ea92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8eb19372-21ee-4c45-a74c-2efdfdc958fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb19372-21ee-4c45-a74c-2efdfdc958fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6805448142381282366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366680544814238128236668054481423812823666805448142381282366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa493a35-9364-404f-8ee1-a3cc54cb34e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df07f025-9d95-453d-9290-b6145e6b5ac3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df07f025-9d95-453d-9290-b6145e6b5ac3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248990749648227729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729162489907496482277291624899074964822772916248990749648227729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb19372-21ee-4c45-a74c-2efdfdc958fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94f5f9a2-1355-4ccb-8604-855c5ec7b89a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f5f9a2-1355-4ccb-8604-855c5ec7b89a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953274655617436394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394395327465561743639439532746556174363943953274655617436394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df07f025-9d95-453d-9290-b6145e6b5ac3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3567fca-91d9-436f-ac22-d146b88624d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3567fca-91d9-436f-ac22-d146b88624d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13062422074261083723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723130624220742610837231306242207426108372313062422074261083723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f5f9a2-1355-4ccb-8604-855c5ec7b89a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9c69777-9188-49ee-b5d5-f9631f129bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c69777-9188-49ee-b5d5-f9631f129bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 662230604219127036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036662230604219127036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3567fca-91d9-436f-ac22-d146b88624d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6707147-718f-41d5-a166-c0b1e28bd0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6707147-718f-41d5-a166-c0b1e28bd0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17730255517226892092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092177302555172268920921773025551722689209217730255517226892092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c69777-9188-49ee-b5d5-f9631f129bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348e774b-6e27-4866-b7c2-6112e1ae42e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6707147-718f-41d5-a166-c0b1e28bd0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348e774b-6e27-4866-b7c2-6112e1ae42e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17168463289536733999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999171684632895367339991716846328953673399917168463289536733999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9a26da5-7257-46c4-836d-518c2e3db86a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a26da5-7257-46c4-836d-518c2e3db86a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132085056720888017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017121320850567208880171213208505672088801712132085056720888017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348e774b-6e27-4866-b7c2-6112e1ae42e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a26da5-7257-46c4-836d-518c2e3db86a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d72a31d1-3365-4424-9707-dbc3a8c09378, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d72a31d1-3365-4424-9707-dbc3a8c09378, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12587376920201485741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741125873769202014857411258737692020148574112587376920201485741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e686e8be-3f0b-48dc-8ecb-f4353e63a6fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e686e8be-3f0b-48dc-8ecb-f4353e63a6fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18245225125796746832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832182452251257967468321824522512579674683218245225125796746832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d72a31d1-3365-4424-9707-dbc3a8c09378, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6439fab6-9d1d-45b1-9b41-9f8672211a4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6439fab6-9d1d-45b1-9b41-9f8672211a4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7086766000017082629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629708676600001708262970867660000170826297086766000017082629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e686e8be-3f0b-48dc-8ecb-f4353e63a6fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5df07d2d-45cb-43d5-9c6d-6c321d06769d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df07d2d-45cb-43d5-9c6d-6c321d06769d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3255331873878227843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843325533187387822784332553318738782278433255331873878227843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6439fab6-9d1d-45b1-9b41-9f8672211a4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f86395a5-a1a1-43fd-ba5c-4d28d81f64dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86395a5-a1a1-43fd-ba5c-4d28d81f64dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12764055657354349981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981127640556573543499811276405565735434998112764055657354349981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df07d2d-45cb-43d5-9c6d-6c321d06769d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86395a5-a1a1-43fd-ba5c-4d28d81f64dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c012538-be80-4303-a835-aa0a537ecaf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c012538-be80-4303-a835-aa0a537ecaf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15857323846544512611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611158573238465445126111585732384654451261115857323846544512611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf358a18-87fb-4438-8639-1c439be23992, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c012538-be80-4303-a835-aa0a537ecaf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf358a18-87fb-4438-8639-1c439be23992, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17483036231526140265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265174830362315261402651748303623152614026517483036231526140265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46b744cf-e30f-4701-8f63-31dd1685a5ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b744cf-e30f-4701-8f63-31dd1685a5ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7141502063246346725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725714150206324634672571415020632463467257141502063246346725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf358a18-87fb-4438-8639-1c439be23992, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db0ecc2c-52b5-4f79-8395-d76ea33a2f30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0ecc2c-52b5-4f79-8395-d76ea33a2f30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908497080047372180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180790849708004737218079084970800473721807908497080047372180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b744cf-e30f-4701-8f63-31dd1685a5ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a21c4ea5-7926-4e28-9d76-5d68af3d64be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21c4ea5-7926-4e28-9d76-5d68af3d64be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197597575552812155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155819759757555281215581975975755528121558197597575552812155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21c4ea5-7926-4e28-9d76-5d68af3d64be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1027dfd3-2c76-40e8-8103-831138cad366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1027dfd3-2c76-40e8-8103-831138cad366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12119546270852998843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843121195462708529988431211954627085299884312119546270852998843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0ecc2c-52b5-4f79-8395-d76ea33a2f30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 349208e4-8b86-4e5b-8182-d0443aab3b0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 349208e4-8b86-4e5b-8182-d0443aab3b0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15430857372220235385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385154308573722202353851543085737222023538515430857372220235385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 349208e4-8b86-4e5b-8182-d0443aab3b0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34d23f03-4d94-43e1-a8c3-63b18e68418c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34d23f03-4d94-43e1-a8c3-63b18e68418c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11249148682905767862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862112491486829057678621124914868290576786211249148682905767862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1027dfd3-2c76-40e8-8103-831138cad366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a3f2c56-f751-4153-a11e-419da6406ae3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3f2c56-f751-4153-a11e-419da6406ae3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16231654871775685486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486162316548717756854861623165487177568548616231654871775685486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34d23f03-4d94-43e1-a8c3-63b18e68418c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f0fb6f7-3380-4668-8976-cf45329e5f5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f0fb6f7-3380-4668-8976-cf45329e5f5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3374149519695308456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456337414951969530845633741495196953084563374149519695308456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3f2c56-f751-4153-a11e-419da6406ae3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e29f6b26-764f-490a-8698-05743033dc10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e29f6b26-764f-490a-8698-05743033dc10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644521504629757444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444126445215046297574441264452150462975744412644521504629757444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e29f6b26-764f-490a-8698-05743033dc10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85a0206e-d197-4aaf-86e2-e8d7fb0c6cd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a0206e-d197-4aaf-86e2-e8d7fb0c6cd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4006811380966477562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562400681138096647756240068113809664775624006811380966477562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f0fb6f7-3380-4668-8976-cf45329e5f5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04b89412-119d-48a7-a98f-1c9d3f3b9550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b89412-119d-48a7-a98f-1c9d3f3b9550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196146589776045418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418171961465897760454181719614658977604541817196146589776045418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a0206e-d197-4aaf-86e2-e8d7fb0c6cd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad5032c-45ba-44ce-81d5-6ab0d2835402, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad5032c-45ba-44ce-81d5-6ab0d2835402, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9133231277103224487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487913323127710322448791332312771032244879133231277103224487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b89412-119d-48a7-a98f-1c9d3f3b9550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad5032c-45ba-44ce-81d5-6ab0d2835402, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97e04b5f-d158-4554-9382-2c1561d77e17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e04b5f-d158-4554-9382-2c1561d77e17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760196420081587324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324147601964200815873241476019642008158732414760196420081587324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537dcb53-5142-4ef8-945d-772d1da7b590, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537dcb53-5142-4ef8-945d-772d1da7b590, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11872081497260280117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117118720814972602801171187208149726028011711872081497260280117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e04b5f-d158-4554-9382-2c1561d77e17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d90de13-f218-4343-9112-f27140797a50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d90de13-f218-4343-9112-f27140797a50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4720014405721579256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256472001440572157925647200144057215792564720014405721579256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537dcb53-5142-4ef8-945d-772d1da7b590, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 338f2b6d-bd4c-4564-adbc-ff487b54e5b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338f2b6d-bd4c-4564-adbc-ff487b54e5b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10090211707379971452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452100902117073799714521009021170737997145210090211707379971452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d90de13-f218-4343-9112-f27140797a50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a8568f6-940b-4350-be78-bc7aca88d537, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8568f6-940b-4350-be78-bc7aca88d537, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759433203759316081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081147594332037593160811475943320375931608114759433203759316081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338f2b6d-bd4c-4564-adbc-ff487b54e5b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6f6d4b-c5b3-443a-beca-cda83b15ffcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6f6d4b-c5b3-443a-beca-cda83b15ffcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932457316474012610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610693245731647401261069324573164740126106932457316474012610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8568f6-940b-4350-be78-bc7aca88d537, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe9bc1b0-a5d0-4e70-8dbc-3ad1c1bdbe74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9bc1b0-a5d0-4e70-8dbc-3ad1c1bdbe74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3610939752107750410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410361093975210775041036109397521077504103610939752107750410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6f6d4b-c5b3-443a-beca-cda83b15ffcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c61f0927-4852-4269-b4a5-c457ffa8d18d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9bc1b0-a5d0-4e70-8dbc-3ad1c1bdbe74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d9ed02e-ad6c-4866-a81a-9421844c59ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9ed02e-ad6c-4866-a81a-9421844c59ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16338022367802575040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040163380223678025750401633802236780257504016338022367802575040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61f0927-4852-4269-b4a5-c457ffa8d18d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1125186543002307169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169112518654300230716911251865430023071691125186543002307169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9ed02e-ad6c-4866-a81a-9421844c59ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a7897b9-517e-4ddc-8452-c44df018f693, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7897b9-517e-4ddc-8452-c44df018f693, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16072592165084363904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904160725921650843639041607259216508436390416072592165084363904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61f0927-4852-4269-b4a5-c457ffa8d18d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1271ca02-ca99-431a-ba83-dfeb9c6fa2cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1271ca02-ca99-431a-ba83-dfeb9c6fa2cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8937487348222948717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717893748734822294871789374873482229487178937487348222948717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7897b9-517e-4ddc-8452-c44df018f693, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c917b6a-ef61-4a28-bf39-8389f62b6bf3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c917b6a-ef61-4a28-bf39-8389f62b6bf3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787921056590169015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015787921056590169015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1271ca02-ca99-431a-ba83-dfeb9c6fa2cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb78ed46-42bb-499a-876e-626a2a0a6aa3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb78ed46-42bb-499a-876e-626a2a0a6aa3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4407400890507006179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179440740089050700617944074008905070061794407400890507006179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c917b6a-ef61-4a28-bf39-8389f62b6bf3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4371ad95-03ec-4cdf-8b9d-8f7ff920098d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4371ad95-03ec-4cdf-8b9d-8f7ff920098d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9286227391170379823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823928622739117037982392862273911703798239286227391170379823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb78ed46-42bb-499a-876e-626a2a0a6aa3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b399a51-26ce-4176-9744-4b1a82d6edfe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b399a51-26ce-4176-9744-4b1a82d6edfe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15360605803840227803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803153606058038402278031536060580384022780315360605803840227803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4371ad95-03ec-4cdf-8b9d-8f7ff920098d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f713c5-38c9-4372-b203-6f56bbafeb7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f713c5-38c9-4372-b203-6f56bbafeb7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15027173596518717939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939150271735965187179391502717359651871793915027173596518717939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b399a51-26ce-4176-9744-4b1a82d6edfe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf42dbac-489a-4e00-ac3b-836033bdfd16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf42dbac-489a-4e00-ac3b-836033bdfd16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3559569343922175730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730355956934392217573035595693439221757303559569343922175730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f713c5-38c9-4372-b203-6f56bbafeb7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e627ee5-4b7a-4a55-aa36-85599b3c0a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e627ee5-4b7a-4a55-aa36-85599b3c0a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15531583242181840236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236155315832421818402361553158324218184023615531583242181840236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf42dbac-489a-4e00-ac3b-836033bdfd16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d07dbef4-bd56-45f5-bce4-43e5dcbd6453, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07dbef4-bd56-45f5-bce4-43e5dcbd6453, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2547883492508547589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589254788349250854758925478834925085475892547883492508547589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e627ee5-4b7a-4a55-aa36-85599b3c0a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7900d2dd-6f73-4356-aed1-08ac73d61822, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7900d2dd-6f73-4356-aed1-08ac73d61822, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12237003234778007210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210122370032347780072101223700323477800721012237003234778007210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07dbef4-bd56-45f5-bce4-43e5dcbd6453, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e323d0e-3822-4bc3-9e42-ee39b6a56712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e323d0e-3822-4bc3-9e42-ee39b6a56712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695446749187011008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008106954467491870110081069544674918701100810695446749187011008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7900d2dd-6f73-4356-aed1-08ac73d61822, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e323d0e-3822-4bc3-9e42-ee39b6a56712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 586a4eb7-5e85-4ff2-acda-ebd66d2444c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b26eb8c-b398-4647-8b88-ca63023396f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 586a4eb7-5e85-4ff2-acda-ebd66d2444c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3067953040491178008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008306795304049117800830679530404911780083067953040491178008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b26eb8c-b398-4647-8b88-ca63023396f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2378507947259778643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643237850794725977864323785079472597786432378507947259778643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 586a4eb7-5e85-4ff2-acda-ebd66d2444c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23caed71-7e21-4a82-9952-03f9eda86069, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b26eb8c-b398-4647-8b88-ca63023396f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1447032-233b-4fe1-83c3-56d42adc8a31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1447032-233b-4fe1-83c3-56d42adc8a31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16360674348466325105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105163606743484663251051636067434846632510516360674348466325105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23caed71-7e21-4a82-9952-03f9eda86069, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3360976564935768610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610336097656493576861033609765649357686103360976564935768610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23caed71-7e21-4a82-9952-03f9eda86069, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9774369f-7e0a-435a-8e47-c590b95aea45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9774369f-7e0a-435a-8e47-c590b95aea45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12753262301708668328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328127532623017086683281275326230170866832812753262301708668328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1447032-233b-4fe1-83c3-56d42adc8a31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71134701-a3ed-46be-8ac2-d9183c5921ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71134701-a3ed-46be-8ac2-d9183c5921ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16724077029976249702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702167240770299762497021672407702997624970216724077029976249702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9774369f-7e0a-435a-8e47-c590b95aea45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, def50bab-fc40-4448-b87f-20c7d3252289, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71134701-a3ed-46be-8ac2-d9183c5921ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def50bab-fc40-4448-b87f-20c7d3252289, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11389862217308750068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068113898622173087500681138986221730875006811389862217308750068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5e75c81-55ec-4637-b742-be48c3638e61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e75c81-55ec-4637-b742-be48c3638e61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5081534765886186826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826508153476588618682650815347658861868265081534765886186826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def50bab-fc40-4448-b87f-20c7d3252289, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a656d530-9e30-4c15-bd42-06c08059f4ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a656d530-9e30-4c15-bd42-06c08059f4ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6703041943749850320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320670304194374985032067030419437498503206703041943749850320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e75c81-55ec-4637-b742-be48c3638e61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faeed5d2-e599-43f1-95c2-b8bfce44436b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a656d530-9e30-4c15-bd42-06c08059f4ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faeed5d2-e599-43f1-95c2-b8bfce44436b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7007866330520266781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781700786633052026678170078663305202667817007866330520266781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e59b9be-d620-4d07-97b1-1b80d10b8698, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e59b9be-d620-4d07-97b1-1b80d10b8698, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9036563983390018771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771903656398339001877190365639833900187719036563983390018771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faeed5d2-e599-43f1-95c2-b8bfce44436b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef21b19a-4c6f-4c20-961b-3d1ef03a71fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef21b19a-4c6f-4c20-961b-3d1ef03a71fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2020936012963345523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523202093601296334552320209360129633455232020936012963345523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e59b9be-d620-4d07-97b1-1b80d10b8698, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e16360-7ad2-4a09-954d-d50ba95b9faf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e16360-7ad2-4a09-954d-d50ba95b9faf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596929066868023299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299165969290668680232991659692906686802329916596929066868023299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef21b19a-4c6f-4c20-961b-3d1ef03a71fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9a8940-d30a-4d20-97cc-80bfac8b9d7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9a8940-d30a-4d20-97cc-80bfac8b9d7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264776300446302325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325132647763004463023251326477630044630232513264776300446302325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e16360-7ad2-4a09-954d-d50ba95b9faf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6731572b-52ce-4780-9af1-ef3aaa2b9b1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6731572b-52ce-4780-9af1-ef3aaa2b9b1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14670146742686060126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126146701467426860601261467014674268606012614670146742686060126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9a8940-d30a-4d20-97cc-80bfac8b9d7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e6474b3-ffb2-43f0-b21c-7aef723c1e19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6474b3-ffb2-43f0-b21c-7aef723c1e19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13286740840272673834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834132867408402726738341328674084027267383413286740840272673834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6731572b-52ce-4780-9af1-ef3aaa2b9b1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59a50485-6588-48de-9466-2a199f362d46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a50485-6588-48de-9466-2a199f362d46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1410063231188861537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537141006323118886153714100632311888615371410063231188861537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6474b3-ffb2-43f0-b21c-7aef723c1e19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f0aad06-4421-467b-abd2-af9a6922d963, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f0aad06-4421-467b-abd2-af9a6922d963, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4493996813375816936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936449399681337581693644939968133758169364493996813375816936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a50485-6588-48de-9466-2a199f362d46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64906e0d-b156-4902-86b1-02473972fd82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f0aad06-4421-467b-abd2-af9a6922d963, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7fb3efa-4ddf-4d93-92d9-023472063149, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64906e0d-b156-4902-86b1-02473972fd82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6271953027989179649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649627195302798917964962719530279891796496271953027989179649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fb3efa-4ddf-4d93-92d9-023472063149, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2190231031149273234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234219023103114927323421902310311492732342190231031149273234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64906e0d-b156-4902-86b1-02473972fd82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a45e18-35f2-4169-be35-23d0fdc0d046, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fb3efa-4ddf-4d93-92d9-023472063149, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0269a373-ce40-4aa7-b0f6-42e988ecaee0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a45e18-35f2-4169-be35-23d0fdc0d046, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13722655428827667460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460137226554288276674601372265542882766746013722655428827667460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0269a373-ce40-4aa7-b0f6-42e988ecaee0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10158839869018570067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067101588398690185700671015883986901857006710158839869018570067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a45e18-35f2-4169-be35-23d0fdc0d046, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e546a040-2731-4505-a4d6-0abd36b4c465, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e546a040-2731-4505-a4d6-0abd36b4c465, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6928282064182812967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967692828206418281296769282820641828129676928282064182812967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e546a040-2731-4505-a4d6-0abd36b4c465, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfe90b97-584f-43fa-97bf-414d467edb22, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe90b97-584f-43fa-97bf-414d467edb22, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2319648664647666269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269231964866464766626923196486646476662692319648664647666269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0269a373-ce40-4aa7-b0f6-42e988ecaee0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceefcd9e-70fa-4794-874c-de4c513b3b7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe90b97-584f-43fa-97bf-414d467edb22, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceefcd9e-70fa-4794-874c-de4c513b3b7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7092779390477900146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146709277939047790014670927793904779001467092779390477900146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0eb0165-7489-418b-b6ed-c16a6a14a425, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0eb0165-7489-418b-b6ed-c16a6a14a425, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4584278055822257481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481458427805582225748145842780558222574814584278055822257481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceefcd9e-70fa-4794-874c-de4c513b3b7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0eb0165-7489-418b-b6ed-c16a6a14a425, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8de323d3-a093-4419-9f22-789548cb0168, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a9a11d-7b33-40a0-ab19-341dfc272421, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a9a11d-7b33-40a0-ab19-341dfc272421, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680596901987316970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970268059690198731697026805969019873169702680596901987316970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de323d3-a093-4419-9f22-789548cb0168, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829979181165669150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150829979181165669150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a9a11d-7b33-40a0-ab19-341dfc272421, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0389b643-62cb-4902-bd0e-930e5182bafa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0389b643-62cb-4902-bd0e-930e5182bafa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2578694108703846686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686257869410870384668625786941087038466862578694108703846686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de323d3-a093-4419-9f22-789548cb0168, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f032e1f4-252f-4dda-bd8a-c7ccab8efe9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f032e1f4-252f-4dda-bd8a-c7ccab8efe9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16593958538838313892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892165939585388383138921659395853883831389216593958538838313892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0389b643-62cb-4902-bd0e-930e5182bafa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f032e1f4-252f-4dda-bd8a-c7ccab8efe9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9936e07-2f41-439d-9caf-679707a96776, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9936e07-2f41-439d-9caf-679707a96776, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14096115383184353767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767140961153831843537671409611538318435376714096115383184353767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b23af35-f4d1-4e8e-bad9-9c8515cc05c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b23af35-f4d1-4e8e-bad9-9c8515cc05c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810176152241014013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013128101761522410140131281017615224101401312810176152241014013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9936e07-2f41-439d-9caf-679707a96776, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5148f30e-a2d8-4328-be51-d9971539ade1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5148f30e-a2d8-4328-be51-d9971539ade1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431544145870343370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370184315441458703433701843154414587034337018431544145870343370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b23af35-f4d1-4e8e-bad9-9c8515cc05c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400f081c-d6d5-4682-acf8-81f0a876b8f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400f081c-d6d5-4682-acf8-81f0a876b8f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250006982370640865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865925000698237064086592500069823706408659250006982370640865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5148f30e-a2d8-4328-be51-d9971539ade1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5521acfb-5e83-4448-bf73-865aefed446a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400f081c-d6d5-4682-acf8-81f0a876b8f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5521acfb-5e83-4448-bf73-865aefed446a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304023256840882457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457430402325684088245743040232568408824574304023256840882457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3b20c27-f680-470d-be86-f838c6af077c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b20c27-f680-470d-be86-f838c6af077c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725168112929710129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129177251681129297101291772516811292971012917725168112929710129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5521acfb-5e83-4448-bf73-865aefed446a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b20c27-f680-470d-be86-f838c6af077c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1db0922c-1c7f-4392-ad54-94da878cb295, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc246cab-32b4-4a12-8183-ffb64863dedf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc246cab-32b4-4a12-8183-ffb64863dedf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17209034564407915751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751172090345644079157511720903456440791575117209034564407915751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1db0922c-1c7f-4392-ad54-94da878cb295, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795438059032134956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956147954380590321349561479543805903213495614795438059032134956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc246cab-32b4-4a12-8183-ffb64863dedf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d767ae8b-6597-493e-9efc-0f392e32dc8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d767ae8b-6597-493e-9efc-0f392e32dc8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18038166409499823862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862180381664094998238621803816640949982386218038166409499823862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1db0922c-1c7f-4392-ad54-94da878cb295, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddcd7df1-8dc7-4c34-915c-8cfdc0175129, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddcd7df1-8dc7-4c34-915c-8cfdc0175129, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 892772788385672412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412892772788385672412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d767ae8b-6597-493e-9efc-0f392e32dc8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e311c7b-398f-439a-ae62-23183dd4d666, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e311c7b-398f-439a-ae62-23183dd4d666, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5968741530214154828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828596874153021415482859687415302141548285968741530214154828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddcd7df1-8dc7-4c34-915c-8cfdc0175129, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 064f4e84-7935-4fae-9e35-c95bd8de6794, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064f4e84-7935-4fae-9e35-c95bd8de6794, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17646771025718024844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844176467710257180248441764677102571802484417646771025718024844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e311c7b-398f-439a-ae62-23183dd4d666, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bf2bde0-d918-4743-87df-4ef3a6ee82de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf2bde0-d918-4743-87df-4ef3a6ee82de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736964551903265328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328773696455190326532877369645519032653287736964551903265328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064f4e84-7935-4fae-9e35-c95bd8de6794, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf2bde0-d918-4743-87df-4ef3a6ee82de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ea0f00-2410-4420-976c-68ec75649c97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea0f00-2410-4420-976c-68ec75649c97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828974271510116621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621128289742715101166211282897427151011662112828974271510116621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f357f319-74f8-4c23-b91e-9929d7f12c6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f357f319-74f8-4c23-b91e-9929d7f12c6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6454241212901775201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201645424121290177520164542412129017752016454241212901775201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea0f00-2410-4420-976c-68ec75649c97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 507f1ad1-8e9c-4113-a44a-6ee5972d45f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 507f1ad1-8e9c-4113-a44a-6ee5972d45f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568869929529731888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888155688699295297318881556886992952973188815568869929529731888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f357f319-74f8-4c23-b91e-9929d7f12c6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b18316b8-b39f-46b8-a6e8-e225aebadebf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b18316b8-b39f-46b8-a6e8-e225aebadebf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022846887210899684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684120228468872108996841202284688721089968412022846887210899684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 507f1ad1-8e9c-4113-a44a-6ee5972d45f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55b09c7e-a1c3-451d-954d-cc7ba696483d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b09c7e-a1c3-451d-954d-cc7ba696483d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9221284245704155502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502922128424570415550292212842457041555029221284245704155502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b18316b8-b39f-46b8-a6e8-e225aebadebf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 833fa595-768c-4eb5-a64e-efd5604ae7fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833fa595-768c-4eb5-a64e-efd5604ae7fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13859249650383172466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466138592496503831724661385924965038317246613859249650383172466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b09c7e-a1c3-451d-954d-cc7ba696483d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f53fa3-2bd9-4242-8c28-00f67f2dd907, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f53fa3-2bd9-4242-8c28-00f67f2dd907, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6959936256538968614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614695993625653896861469599362565389686146959936256538968614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833fa595-768c-4eb5-a64e-efd5604ae7fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cf74081-450f-4231-b979-a97ca4406c34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cf74081-450f-4231-b979-a97ca4406c34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 571303928907065766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766571303928907065766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f53fa3-2bd9-4242-8c28-00f67f2dd907, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f56e838-a0ae-4443-b01e-16629b8f3878, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f56e838-a0ae-4443-b01e-16629b8f3878, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10105962474655420875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875101059624746554208751010596247465542087510105962474655420875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cf74081-450f-4231-b979-a97ca4406c34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dff051db-08b2-41e4-b20f-14d386e2ce3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff051db-08b2-41e4-b20f-14d386e2ce3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8181209140570156677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677818120914057015667781812091405701566778181209140570156677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f56e838-a0ae-4443-b01e-16629b8f3878, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a30352c1-21f5-459e-b3fc-8516c25e96f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30352c1-21f5-459e-b3fc-8516c25e96f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13308437219421592400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400133084372194215924001330843721942159240013308437219421592400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff051db-08b2-41e4-b20f-14d386e2ce3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 506e77da-e7ba-4f86-9dfb-54ed266ade65, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 506e77da-e7ba-4f86-9dfb-54ed266ade65, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7329256311738142556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556732925631173814255673292563117381425567329256311738142556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30352c1-21f5-459e-b3fc-8516c25e96f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 000efd0e-1f53-4aab-b68b-6f28e490a7d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 000efd0e-1f53-4aab-b68b-6f28e490a7d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7254713058936945217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217725471305893694521772547130589369452177254713058936945217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 506e77da-e7ba-4f86-9dfb-54ed266ade65, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7eb1e27-34a5-4df6-b4e6-784d94d4ca1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7eb1e27-34a5-4df6-b4e6-784d94d4ca1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949276183018123699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699129492761830181236991294927618301812369912949276183018123699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 000efd0e-1f53-4aab-b68b-6f28e490a7d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7eb1e27-34a5-4df6-b4e6-784d94d4ca1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85309560-4c36-4e6f-96eb-277b0411c909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e44e34f-d216-4010-b7bf-b0e671364f42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85309560-4c36-4e6f-96eb-277b0411c909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029215050168171087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087120292150501681710871202921505016817108712029215050168171087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e44e34f-d216-4010-b7bf-b0e671364f42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008854574830325715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715500885457483032571550088545748303257155008854574830325715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85309560-4c36-4e6f-96eb-277b0411c909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7de4d25-45c2-4c24-bed7-496bcec11d14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7de4d25-45c2-4c24-bed7-496bcec11d14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13746395955178600003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003137463959551786000031374639595517860000313746395955178600003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e44e34f-d216-4010-b7bf-b0e671364f42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6c58c2-030a-4fc0-9f06-51f481598f48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6c58c2-030a-4fc0-9f06-51f481598f48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3756040575204545956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956375604057520454595637560405752045459563756040575204545956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6c58c2-030a-4fc0-9f06-51f481598f48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3606bb-817e-40f0-aa6c-9b3e353420b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7de4d25-45c2-4c24-bed7-496bcec11d14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3606bb-817e-40f0-aa6c-9b3e353420b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6903799188632722748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748690379918863272274869037991886327227486903799188632722748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7e88eb-8442-45ee-a9dc-cfd117f45fbe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7e88eb-8442-45ee-a9dc-cfd117f45fbe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302881040171080233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233113028810401710802331130288104017108023311302881040171080233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3606bb-817e-40f0-aa6c-9b3e353420b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bfb1635-a50e-4c82-b90a-d8104046d521, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfb1635-a50e-4c82-b90a-d8104046d521, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3351926453416246362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362335192645341624636233519264534162463623351926453416246362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7e88eb-8442-45ee-a9dc-cfd117f45fbe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34e52ff7-4171-478e-9fa9-2217af771f8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e52ff7-4171-478e-9fa9-2217af771f8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610478779955747659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659261047877995574765926104787799557476592610478779955747659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfb1635-a50e-4c82-b90a-d8104046d521, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e41b266c-f0d9-451e-bbb9-f6a2527dfb9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e41b266c-f0d9-451e-bbb9-f6a2527dfb9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239460509278866302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302723946050927886630272394605092788663027239460509278866302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e52ff7-4171-478e-9fa9-2217af771f8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f0b788-b49a-4bed-83bb-c0b779a12b55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f0b788-b49a-4bed-83bb-c0b779a12b55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9279797560610251125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125927979756061025112592797975606102511259279797560610251125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e41b266c-f0d9-451e-bbb9-f6a2527dfb9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3041a2e-ebb3-4876-a0c4-850f8f8145d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3041a2e-ebb3-4876-a0c4-850f8f8145d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 902496413803266615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615902496413803266615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f0b788-b49a-4bed-83bb-c0b779a12b55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e8ab7e6-a2d9-402c-b129-d6690ab81a05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8ab7e6-a2d9-402c-b129-d6690ab81a05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3149317114934848300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300314931711493484830031493171149348483003149317114934848300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3041a2e-ebb3-4876-a0c4-850f8f8145d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8ab7e6-a2d9-402c-b129-d6690ab81a05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de994ecf-f7fa-4b91-a0cc-c8a8727abbb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de994ecf-f7fa-4b91-a0cc-c8a8727abbb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5395991210751382562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562539599121075138256253959912107513825625395991210751382562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e82fae73-022a-466b-a5bd-56100f6618fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82fae73-022a-466b-a5bd-56100f6618fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3393251578454854324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324339325157845485432433932515784548543243393251578454854324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de994ecf-f7fa-4b91-a0cc-c8a8727abbb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d0e5fdb-5090-4207-b2a1-e03c57080cde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0e5fdb-5090-4207-b2a1-e03c57080cde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1011453007267708568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568101145300726770856810114530072677085681011453007267708568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82fae73-022a-466b-a5bd-56100f6618fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a244d18-a81b-4484-a2e2-d83c0ff84dd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a244d18-a81b-4484-a2e2-d83c0ff84dd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1907265886827678325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325190726588682767832519072658868276783251907265886827678325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0e5fdb-5090-4207-b2a1-e03c57080cde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30aa8068-a899-49a5-9dcd-b9099f135591, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30aa8068-a899-49a5-9dcd-b9099f135591, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8483862283025344426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426848386228302534442684838622830253444268483862283025344426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a244d18-a81b-4484-a2e2-d83c0ff84dd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e7c3909-4819-4184-afdb-a1c1a34f2bdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7c3909-4819-4184-afdb-a1c1a34f2bdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649738308572823140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140176497383085728231401764973830857282314017649738308572823140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30aa8068-a899-49a5-9dcd-b9099f135591, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 054cef9e-1f57-4444-baa2-0f5322ce7909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 054cef9e-1f57-4444-baa2-0f5322ce7909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098653414667346946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946100986534146673469461009865341466734694610098653414667346946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e7c3909-4819-4184-afdb-a1c1a34f2bdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7a63d509-a724-459c-b637-22fbe91d1816, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a63d509-a724-459c-b637-22fbe91d1816, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17936931175121176182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182179369311751211761821793693117512117618217936931175121176182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 054cef9e-1f57-4444-baa2-0f5322ce7909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 442a57df-48c4-4b6a-8153-6baecba95305, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 442a57df-48c4-4b6a-8153-6baecba95305, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15891146361809149669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669158911463618091496691589114636180914966915891146361809149669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 442a57df-48c4-4b6a-8153-6baecba95305, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 385d6fd7-8b4a-4acd-b12c-bcc0704ab72b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 385d6fd7-8b4a-4acd-b12c-bcc0704ab72b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6055745032224359933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933605574503222435993360557450322243599336055745032224359933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a63d509-a724-459c-b637-22fbe91d1816, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8906fb62-a166-49db-ad6a-5e77da30b3f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8906fb62-a166-49db-ad6a-5e77da30b3f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6604218657057562934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934660421865705756293466042186570575629346604218657057562934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8906fb62-a166-49db-ad6a-5e77da30b3f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c16ef57e-d688-43e3-8e6a-787ed43c3bc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c16ef57e-d688-43e3-8e6a-787ed43c3bc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5343196433172531317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317534319643317253131753431964331725313175343196433172531317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 385d6fd7-8b4a-4acd-b12c-bcc0704ab72b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22dd1a4a-af8f-408a-b2da-60d31c8456c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22dd1a4a-af8f-408a-b2da-60d31c8456c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11216602541584412232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232112166025415844122321121660254158441223211216602541584412232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c16ef57e-d688-43e3-8e6a-787ed43c3bc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a514ecc-4bda-4cb7-b653-fce7f74ff29f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a514ecc-4bda-4cb7-b653-fce7f74ff29f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18085624138159218474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474180856241381592184741808562413815921847418085624138159218474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22dd1a4a-af8f-408a-b2da-60d31c8456c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b85e1856-c19c-487d-8f9d-f1fecb5a4f2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85e1856-c19c-487d-8f9d-f1fecb5a4f2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3873388012316205774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774387338801231620577438733880123162057743873388012316205774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a514ecc-4bda-4cb7-b653-fce7f74ff29f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6aa649b-26db-4191-b35b-31f60e4cf0ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6aa649b-26db-4191-b35b-31f60e4cf0ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12075819125867865115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115120758191258678651151207581912586786511512075819125867865115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85e1856-c19c-487d-8f9d-f1fecb5a4f2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 271f433f-0072-4720-b415-4e77f12f3aa7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271f433f-0072-4720-b415-4e77f12f3aa7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16556104683726542556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556165561046837265425561655610468372654255616556104683726542556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6aa649b-26db-4191-b35b-31f60e4cf0ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0810d504-ecdd-4c51-88b4-fb759532749e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0810d504-ecdd-4c51-88b4-fb759532749e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1709883743984516434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434170988374398451643417098837439845164341709883743984516434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271f433f-0072-4720-b415-4e77f12f3aa7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a42f1e0-b284-49e8-90ab-d7147f21c581, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a42f1e0-b284-49e8-90ab-d7147f21c581, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2283782228081343457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457228378222808134345722837822280813434572283782228081343457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0810d504-ecdd-4c51-88b4-fb759532749e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66994a5d-3342-4648-8121-ef1d7497b863, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66994a5d-3342-4648-8121-ef1d7497b863, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12158763219136861384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384121587632191368613841215876321913686138412158763219136861384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a42f1e0-b284-49e8-90ab-d7147f21c581, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30d549ae-f5c2-4fa4-8179-c03722d014d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d549ae-f5c2-4fa4-8179-c03722d014d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9327701706107473913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913932770170610747391393277017061074739139327701706107473913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66994a5d-3342-4648-8121-ef1d7497b863, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3de7a1e1-5f58-43a9-b774-4c562865e8d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de7a1e1-5f58-43a9-b774-4c562865e8d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170191195314798794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794170191195314798794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d549ae-f5c2-4fa4-8179-c03722d014d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eda9fe57-9380-4f68-9dd2-9fef96e07078, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda9fe57-9380-4f68-9dd2-9fef96e07078, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5885941656530372367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367588594165653037236758859416565303723675885941656530372367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de7a1e1-5f58-43a9-b774-4c562865e8d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0721094a-8ae6-4ffb-9403-decac6ade641, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda9fe57-9380-4f68-9dd2-9fef96e07078, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0721094a-8ae6-4ffb-9403-decac6ade641, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400465358061969048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048940046535806196904894004653580619690489400465358061969048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24040676-87e8-4491-93d8-e41ff63816e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24040676-87e8-4491-93d8-e41ff63816e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8942105409702668768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768894210540970266876889421054097026687688942105409702668768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0721094a-8ae6-4ffb-9403-decac6ade641, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c351b1d-10dd-4fad-8f52-dd88a03e0c39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c351b1d-10dd-4fad-8f52-dd88a03e0c39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485976434267697102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102144859764342676971021448597643426769710214485976434267697102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24040676-87e8-4491-93d8-e41ff63816e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca84d65f-8875-4f47-b5a1-ba628174a2a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca84d65f-8875-4f47-b5a1-ba628174a2a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2282144589912577762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762228214458991257776222821445899125777622282144589912577762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c351b1d-10dd-4fad-8f52-dd88a03e0c39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca84d65f-8875-4f47-b5a1-ba628174a2a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dee9a45-b4fb-4cc3-afa9-d999c411eea0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dee9a45-b4fb-4cc3-afa9-d999c411eea0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5933203113784051757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757593320311378405175759332031137840517575933203113784051757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfaa078d-0d47-4677-91f9-dd58c5cad463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfaa078d-0d47-4677-91f9-dd58c5cad463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5846428083722142361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361584642808372214236158464280837221423615846428083722142361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfaa078d-0d47-4677-91f9-dd58c5cad463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f809e4d-3733-48a1-88a6-e9f993af4cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f809e4d-3733-48a1-88a6-e9f993af4cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8350643630933099693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693835064363093309969383506436309330996938350643630933099693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dee9a45-b4fb-4cc3-afa9-d999c411eea0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e79ed56-fac5-4767-81c3-805e66afdc14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e79ed56-fac5-4767-81c3-805e66afdc14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7005611979881201069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069700561197988120106970056119798812010697005611979881201069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f809e4d-3733-48a1-88a6-e9f993af4cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529f08a4-83f4-4af5-a0da-74e1dd020b37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529f08a4-83f4-4af5-a0da-74e1dd020b37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2207722195619779899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899220772219561977989922077221956197798992207722195619779899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e79ed56-fac5-4767-81c3-805e66afdc14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d567722-f093-4dc0-9fa9-669bf6ddd402, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d567722-f093-4dc0-9fa9-669bf6ddd402, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13451083934284307128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128134510839342843071281345108393428430712813451083934284307128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529f08a4-83f4-4af5-a0da-74e1dd020b37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0fbee5e-fd8b-4d98-9055-8dd55e1977c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0fbee5e-fd8b-4d98-9055-8dd55e1977c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1513602662803902814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814151360266280390281415136026628039028141513602662803902814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d567722-f093-4dc0-9fa9-669bf6ddd402, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd540ce-ef41-4b62-a8c3-e594ae82fb02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd540ce-ef41-4b62-a8c3-e594ae82fb02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5998369602597218434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434599836960259721843459983696025972184345998369602597218434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0fbee5e-fd8b-4d98-9055-8dd55e1977c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44519914-4157-44c7-a3bf-74bec2416500, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44519914-4157-44c7-a3bf-74bec2416500, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17970804151240221285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285179708041512402212851797080415124022128517970804151240221285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd540ce-ef41-4b62-a8c3-e594ae82fb02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d24f95b-b08f-42c5-ba3e-6321e2f87fb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d24f95b-b08f-42c5-ba3e-6321e2f87fb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203171690921738355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355182031716909217383551820317169092173835518203171690921738355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44519914-4157-44c7-a3bf-74bec2416500, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 123ba0dc-dccf-4674-a8f1-0aaeb9d57ca5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 123ba0dc-dccf-4674-a8f1-0aaeb9d57ca5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835620110033277823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823183562011003327782318356201100332778231835620110033277823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d24f95b-b08f-42c5-ba3e-6321e2f87fb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a82f71c-0de7-4324-b8e8-a241ffe99dc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a82f71c-0de7-4324-b8e8-a241ffe99dc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288913000522418764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764228891300052241876422889130005224187642288913000522418764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 123ba0dc-dccf-4674-a8f1-0aaeb9d57ca5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5df6a8b-aacd-4c09-b74f-47f27294f44c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5df6a8b-aacd-4c09-b74f-47f27294f44c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4662649324335848578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578466264932433584857846626493243358485784662649324335848578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a82f71c-0de7-4324-b8e8-a241ffe99dc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38ae0104-abdc-4b4c-813b-ee1b9f3c6627, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ae0104-abdc-4b4c-813b-ee1b9f3c6627, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12193408928347626938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938121934089283476269381219340892834762693812193408928347626938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5df6a8b-aacd-4c09-b74f-47f27294f44c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7b906bc-f725-4c25-ab57-69481fefbeef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b906bc-f725-4c25-ab57-69481fefbeef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1556459848625059249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249155645984862505924915564598486250592491556459848625059249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b906bc-f725-4c25-ab57-69481fefbeef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3bb392-2870-4950-b79e-0f0d73f77b27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3bb392-2870-4950-b79e-0f0d73f77b27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16982890998269112535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535169828909982691125351698289099826911253516982890998269112535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3bb392-2870-4950-b79e-0f0d73f77b27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee344d2b-08b7-4d72-9890-3f4d301a541c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee344d2b-08b7-4d72-9890-3f4d301a541c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137926599040072966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966513792659904007296651379265990400729665137926599040072966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ae0104-abdc-4b4c-813b-ee1b9f3c6627, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03f72ac7-2f8d-4ead-9000-36a1217158ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f72ac7-2f8d-4ead-9000-36a1217158ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854299314586426248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248485429931458642624848542993145864262484854299314586426248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee344d2b-08b7-4d72-9890-3f4d301a541c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a20816-a9e2-4df0-9541-8256f8ad9ff6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a20816-a9e2-4df0-9541-8256f8ad9ff6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 512852712159077817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817512852712159077817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f72ac7-2f8d-4ead-9000-36a1217158ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0542859-5366-44a1-a285-feb1b08d8862, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0542859-5366-44a1-a285-feb1b08d8862, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 167461585738149519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519167461585738149519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a20816-a9e2-4df0-9541-8256f8ad9ff6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 300c4c26-98e2-4f21-a85d-caaf0488542c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300c4c26-98e2-4f21-a85d-caaf0488542c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558927924764223665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665555892792476422366555589279247642236655558927924764223665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0542859-5366-44a1-a285-feb1b08d8862, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a63e101-577e-4b7a-b551-2e9654caba33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a63e101-577e-4b7a-b551-2e9654caba33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3997623327128431399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399399762332712843139939976233271284313993997623327128431399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300c4c26-98e2-4f21-a85d-caaf0488542c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c469c83-4fc0-4301-ad81-0b7cc15683db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c469c83-4fc0-4301-ad81-0b7cc15683db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588683039160683710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710658868303916068371065886830391606837106588683039160683710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a63e101-577e-4b7a-b551-2e9654caba33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a844dc1-df35-47ab-a96c-c441276c7dc0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a844dc1-df35-47ab-a96c-c441276c7dc0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5907290184687046371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371590729018468704637159072901846870463715907290184687046371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c469c83-4fc0-4301-ad81-0b7cc15683db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b81bfe0-f265-4319-bae0-cee0fedbb6fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b81bfe0-f265-4319-bae0-cee0fedbb6fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10228723471527270228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228102287234715272702281022872347152727022810228723471527270228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a844dc1-df35-47ab-a96c-c441276c7dc0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b81bfe0-f265-4319-bae0-cee0fedbb6fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40a01318-3127-4f69-9356-566a640d7ada, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a01318-3127-4f69-9356-566a640d7ada, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 366650442972852522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522366650442972852522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a65e841-6534-4ba5-96db-53e4795555fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a65e841-6534-4ba5-96db-53e4795555fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812048429110987604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604181204842911098760418120484291109876041812048429110987604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a01318-3127-4f69-9356-566a640d7ada, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 311d7017-baeb-4bd2-98c9-0600169dbc28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311d7017-baeb-4bd2-98c9-0600169dbc28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066619879923376159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159206661987992337615920666198799233761592066619879923376159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a65e841-6534-4ba5-96db-53e4795555fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f8e6c56-2fa9-459c-9b1f-1ec1b728ba5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f8e6c56-2fa9-459c-9b1f-1ec1b728ba5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13010237173160984455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455130102371731609844551301023717316098445513010237173160984455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311d7017-baeb-4bd2-98c9-0600169dbc28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4640f325-4caf-4149-b18d-60113e630e6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4640f325-4caf-4149-b18d-60113e630e6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13226459368835352971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971132264593688353529711322645936883535297113226459368835352971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f8e6c56-2fa9-459c-9b1f-1ec1b728ba5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a47c07-3db8-4321-9c26-c9116a946662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a47c07-3db8-4321-9c26-c9116a946662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14341109287922724975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975143411092879227249751434110928792272497514341109287922724975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4640f325-4caf-4149-b18d-60113e630e6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68d74daa-3b77-4f00-8e09-7dac9b46070e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68d74daa-3b77-4f00-8e09-7dac9b46070e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 698351963907307144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144698351963907307144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a47c07-3db8-4321-9c26-c9116a946662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f2c4d70-49f5-4201-8b19-d85d012c0fb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2c4d70-49f5-4201-8b19-d85d012c0fb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7858121693314481305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305785812169331448130578581216933144813057858121693314481305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68d74daa-3b77-4f00-8e09-7dac9b46070e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f891168-c0e1-44a9-b838-b1d2b06084e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f891168-c0e1-44a9-b838-b1d2b06084e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9610212716098812456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456961021271609881245696102127160988124569610212716098812456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2c4d70-49f5-4201-8b19-d85d012c0fb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ce51fd8-83da-4e86-9fcc-5ce1dd3c8480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce51fd8-83da-4e86-9fcc-5ce1dd3c8480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18202316666537134644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644182023166665371346441820231666653713464418202316666537134644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f891168-c0e1-44a9-b838-b1d2b06084e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a17f80-d3f5-4b65-882a-f2aa0423e5d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a17f80-d3f5-4b65-882a-f2aa0423e5d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17306206953006290147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147173062069530062901471730620695300629014717306206953006290147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce51fd8-83da-4e86-9fcc-5ce1dd3c8480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 653f3a64-f154-4151-8d3e-29168b1166da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653f3a64-f154-4151-8d3e-29168b1166da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204207005149382140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140102042070051493821401020420700514938214010204207005149382140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a17f80-d3f5-4b65-882a-f2aa0423e5d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 314eaef3-dacc-4f30-ba26-d0b78e59284b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314eaef3-dacc-4f30-ba26-d0b78e59284b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620343263414753745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745362034326341475374536203432634147537453620343263414753745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653f3a64-f154-4151-8d3e-29168b1166da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00017395-092e-49f1-9a73-402dc2f65d3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00017395-092e-49f1-9a73-402dc2f65d3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13432963944010199486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486134329639440101994861343296394401019948613432963944010199486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314eaef3-dacc-4f30-ba26-d0b78e59284b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13370eac-6559-409c-ba52-84a12c87a44d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00017395-092e-49f1-9a73-402dc2f65d3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5082b050-e28b-440f-84f9-3dea85ea8f53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5082b050-e28b-440f-84f9-3dea85ea8f53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16318750944706511566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566163187509447065115661631875094470651156616318750944706511566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13370eac-6559-409c-ba52-84a12c87a44d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18304862556959403208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208183048625569594032081830486255695940320818304862556959403208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5082b050-e28b-440f-84f9-3dea85ea8f53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad15310e-7569-401f-87cc-f20c1cab6976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad15310e-7569-401f-87cc-f20c1cab6976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7936865908877922640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640793686590887792264079368659088779226407936865908877922640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13370eac-6559-409c-ba52-84a12c87a44d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fef6a7a1-a1b2-4eca-bb75-2ba76df48f9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef6a7a1-a1b2-4eca-bb75-2ba76df48f9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15160134118075474077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077151601341180754740771516013411807547407715160134118075474077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad15310e-7569-401f-87cc-f20c1cab6976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fc2f53d-b605-421b-a480-d815a59ba2c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc2f53d-b605-421b-a480-d815a59ba2c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3365860308867170626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626336586030886717062633658603088671706263365860308867170626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef6a7a1-a1b2-4eca-bb75-2ba76df48f9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4322a92d-dd27-4d87-88b8-ffcd4b4a3161, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4322a92d-dd27-4d87-88b8-ffcd4b4a3161, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362387907029150708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708183623879070291507081836238790702915070818362387907029150708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc2f53d-b605-421b-a480-d815a59ba2c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e3dd72e-28c7-4f36-bf8a-b4fb0a8c2f3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3dd72e-28c7-4f36-bf8a-b4fb0a8c2f3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6588917150258012465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465658891715025801246565889171502580124656588917150258012465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4322a92d-dd27-4d87-88b8-ffcd4b4a3161, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a814ec6-7eef-4beb-b96e-5aee4983afab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a814ec6-7eef-4beb-b96e-5aee4983afab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3323030827454560693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693332303082745456069333230308274545606933323030827454560693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3dd72e-28c7-4f36-bf8a-b4fb0a8c2f3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ddb5c3-5a15-4865-a1f7-310bfbfda568, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ddb5c3-5a15-4865-a1f7-310bfbfda568, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6287972095295210282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282628797209529521028262879720952952102826287972095295210282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a814ec6-7eef-4beb-b96e-5aee4983afab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b467d63a-ca04-4593-9038-b0d533ccbc5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b467d63a-ca04-4593-9038-b0d533ccbc5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11090744248578781346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346110907442485787813461109074424857878134611090744248578781346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ddb5c3-5a15-4865-a1f7-310bfbfda568, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e79856-037a-42af-be4e-3e7e5484f8e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e79856-037a-42af-be4e-3e7e5484f8e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864710182419049177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177158647101824190491771586471018241904917715864710182419049177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b467d63a-ca04-4593-9038-b0d533ccbc5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1f8c652-4dff-4805-946d-87c17f0e14c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f8c652-4dff-4805-946d-87c17f0e14c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17742475740374051141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141177424757403740511411774247574037405114117742475740374051141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e79856-037a-42af-be4e-3e7e5484f8e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 758ed817-7bd6-4e4e-9bb3-a64f95bc9ed8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758ed817-7bd6-4e4e-9bb3-a64f95bc9ed8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436242256237950283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283174362422562379502831743624225623795028317436242256237950283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758ed817-7bd6-4e4e-9bb3-a64f95bc9ed8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54a9b44c-2a11-4be0-a43b-fd9ca5f6f0c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a9b44c-2a11-4be0-a43b-fd9ca5f6f0c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7526775111242070584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584752677511124207058475267751112420705847526775111242070584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f8c652-4dff-4805-946d-87c17f0e14c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 546185fc-0eaf-4e0a-888a-fcfcb3ea1b0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546185fc-0eaf-4e0a-888a-fcfcb3ea1b0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736500078640178337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337127365000786401783371273650007864017833712736500078640178337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a9b44c-2a11-4be0-a43b-fd9ca5f6f0c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd7e619-1a6c-425c-ac4b-7a35c7748379, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd7e619-1a6c-425c-ac4b-7a35c7748379, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10998923421347738268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268109989234213477382681099892342134773826810998923421347738268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546185fc-0eaf-4e0a-888a-fcfcb3ea1b0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6f137cc-b0e3-4f9c-85b7-e4ed14fcd8b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6f137cc-b0e3-4f9c-85b7-e4ed14fcd8b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338739345322414378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378123387393453224143781233873934532241437812338739345322414378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6f137cc-b0e3-4f9c-85b7-e4ed14fcd8b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63b46018-f4b5-4d56-b441-3723137c0b41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b46018-f4b5-4d56-b441-3723137c0b41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766702501700785480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480976670250170078548097667025017007854809766702501700785480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b46018-f4b5-4d56-b441-3723137c0b41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b9be001-8c43-4f95-b6d9-3bd630f81459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9be001-8c43-4f95-b6d9-3bd630f81459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12049677463780995000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000120496774637809950001204967746378099500012049677463780995000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd7e619-1a6c-425c-ac4b-7a35c7748379, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c150924-569c-4ba6-918e-02c16019ca53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c150924-569c-4ba6-918e-02c16019ca53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17051338777796711149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149170513387777967111491705133877779671114917051338777796711149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9be001-8c43-4f95-b6d9-3bd630f81459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e318005-e081-43b3-b819-9b2ef8e107fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e318005-e081-43b3-b819-9b2ef8e107fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1800885112601808151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151180088511260180815118008851126018081511800885112601808151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c150924-569c-4ba6-918e-02c16019ca53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74d83c04-4b2c-4bfa-86be-b61cef88fb9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d83c04-4b2c-4bfa-86be-b61cef88fb9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1314333555086021933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933131433355508602193313143335550860219331314333555086021933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e318005-e081-43b3-b819-9b2ef8e107fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a6ea55-d233-49d6-a877-b582e3de40c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a6ea55-d233-49d6-a877-b582e3de40c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1550387401152031373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373155038740115203137315503874011520313731550387401152031373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d83c04-4b2c-4bfa-86be-b61cef88fb9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae299fd0-b1e1-4afb-ab21-e3c380323f1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae299fd0-b1e1-4afb-ab21-e3c380323f1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 261944662711921506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506261944662711921506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a6ea55-d233-49d6-a877-b582e3de40c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10e45a4d-50e9-4ec3-9a41-356df270c616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e45a4d-50e9-4ec3-9a41-356df270c616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13202626314101224805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805132026263141012248051320262631410122480513202626314101224805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e45a4d-50e9-4ec3-9a41-356df270c616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0432e3e-5217-4f49-947e-b50d50d6f867, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae299fd0-b1e1-4afb-ab21-e3c380323f1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c2dd0f1-1252-43cc-98df-e126063facae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2dd0f1-1252-43cc-98df-e126063facae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16258045441139327650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650162580454411393276501625804544113932765016258045441139327650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0432e3e-5217-4f49-947e-b50d50d6f867, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14734688597443995921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921147346885974439959211473468859744399592114734688597443995921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0432e3e-5217-4f49-947e-b50d50d6f867, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c4dbd04-797f-412d-bae6-5724add35985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4dbd04-797f-412d-bae6-5724add35985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14089797250104990070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070140897972501049900701408979725010499007014089797250104990070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2dd0f1-1252-43cc-98df-e126063facae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdc42acc-3349-4c94-82fc-fe25db2c2692, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdc42acc-3349-4c94-82fc-fe25db2c2692, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709681052121338298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298870968105212133829887096810521213382988709681052121338298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4dbd04-797f-412d-bae6-5724add35985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c4cac7a-66ab-475a-a903-c78036540cd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4cac7a-66ab-475a-a903-c78036540cd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4888008039106157773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773488800803910615777348880080391061577734888008039106157773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdc42acc-3349-4c94-82fc-fe25db2c2692, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 534fbc9b-7e5f-4afb-a55d-c8249a9adb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534fbc9b-7e5f-4afb-a55d-c8249a9adb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16871868261261377365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365168718682612613773651687186826126137736516871868261261377365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4cac7a-66ab-475a-a903-c78036540cd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d0c041b-b25b-480a-b881-ab4a09062c41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d0c041b-b25b-480a-b881-ab4a09062c41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13787946072290929739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739137879460722909297391378794607229092973913787946072290929739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534fbc9b-7e5f-4afb-a55d-c8249a9adb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d20cf0a7-3855-4071-8e62-b971a231fea4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d20cf0a7-3855-4071-8e62-b971a231fea4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471759101735871130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130154717591017358711301547175910173587113015471759101735871130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d0c041b-b25b-480a-b881-ab4a09062c41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af6d6477-069c-4167-b6e8-82a3501c92ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6d6477-069c-4167-b6e8-82a3501c92ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8995613721207936398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398899561372120793639889956137212079363988995613721207936398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d20cf0a7-3855-4071-8e62-b971a231fea4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 348d8314-7372-4239-9384-db24b3398003, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348d8314-7372-4239-9384-db24b3398003, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7297723106467422380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380729772310646742238072977231064674223807297723106467422380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6d6477-069c-4167-b6e8-82a3501c92ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a2a23cf-228e-4d7f-9235-d7be8d96734a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2a23cf-228e-4d7f-9235-d7be8d96734a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417890287759883431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431641789028775988343164178902877598834316417890287759883431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348d8314-7372-4239-9384-db24b3398003, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2a23cf-228e-4d7f-9235-d7be8d96734a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caf4a840-cd63-409c-8a10-45e28b0d734f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb7b576-fa71-4339-80b1-b7f459f13264, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf4a840-cd63-409c-8a10-45e28b0d734f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9516174543147936124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124951617454314793612495161745431479361249516174543147936124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb7b576-fa71-4339-80b1-b7f459f13264, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10643018859892296500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500106430188598922965001064301885989229650010643018859892296500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf4a840-cd63-409c-8a10-45e28b0d734f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb7b576-fa71-4339-80b1-b7f459f13264, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e059e5f4-e639-4d1b-91f4-a5c17b4334a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e059e5f4-e639-4d1b-91f4-a5c17b4334a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6997488685119965016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016699748868511996501669974886851199650166997488685119965016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c349b76d-3e95-449d-a0ca-867fae1a44ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c349b76d-3e95-449d-a0ca-867fae1a44ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6904117632834845808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808690411763283484580869041176328348458086904117632834845808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e059e5f4-e639-4d1b-91f4-a5c17b4334a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01ea6a1b-a0a1-4364-95b9-6c240e3aa7a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ea6a1b-a0a1-4364-95b9-6c240e3aa7a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11735799443615861387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387117357994436158613871173579944361586138711735799443615861387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c349b76d-3e95-449d-a0ca-867fae1a44ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf429b8f-b1a0-4d92-b736-6098158a20a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf429b8f-b1a0-4d92-b736-6098158a20a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208449019994315021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021620844901999431502162084490199943150216208449019994315021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ea6a1b-a0a1-4364-95b9-6c240e3aa7a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 551f7c99-a7dc-4bda-b56d-af48712e70f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 551f7c99-a7dc-4bda-b56d-af48712e70f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 896682794353639985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985896682794353639985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf429b8f-b1a0-4d92-b736-6098158a20a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6707243f-aa35-4d8d-9f2d-5c2415c2e8e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6707243f-aa35-4d8d-9f2d-5c2415c2e8e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9137211919972947549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549913721191997294754991372119199729475499137211919972947549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 551f7c99-a7dc-4bda-b56d-af48712e70f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99a1e7c1-0861-43da-b4e3-cf4afc923768, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a1e7c1-0861-43da-b4e3-cf4afc923768, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6650394061638438998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998665039406163843899866503940616384389986650394061638438998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6707243f-aa35-4d8d-9f2d-5c2415c2e8e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc2ff2db-8c7c-4d37-bf07-d4950725f005, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc2ff2db-8c7c-4d37-bf07-d4950725f005, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279356069446903784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784162793560694469037841627935606944690378416279356069446903784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a1e7c1-0861-43da-b4e3-cf4afc923768, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc2ff2db-8c7c-4d37-bf07-d4950725f005, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b62660ef-5620-464e-afc8-3cf6189dfa26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62660ef-5620-464e-afc8-3cf6189dfa26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786874646440594277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277117868746464405942771178687464644059427711786874646440594277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a27bf14-9254-4d01-b228-66be7e5c97f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a27bf14-9254-4d01-b228-66be7e5c97f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8262459020012225072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072826245902001222507282624590200122250728262459020012225072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62660ef-5620-464e-afc8-3cf6189dfa26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78521db3-e8a6-42c1-9199-39bece422c1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78521db3-e8a6-42c1-9199-39bece422c1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16638313197395302125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125166383131973953021251663831319739530212516638313197395302125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a27bf14-9254-4d01-b228-66be7e5c97f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e21ab8a0-dbce-48b7-b036-58ea3a0a016f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e21ab8a0-dbce-48b7-b036-58ea3a0a016f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422469403020850044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044154224694030208500441542246940302085004415422469403020850044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78521db3-e8a6-42c1-9199-39bece422c1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81e9b89e-42b9-4005-99a4-be367fe274be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e9b89e-42b9-4005-99a4-be367fe274be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 602411804439454248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248602411804439454248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e21ab8a0-dbce-48b7-b036-58ea3a0a016f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04cb04f8-013c-4b1f-9bfc-5639a46879b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04cb04f8-013c-4b1f-9bfc-5639a46879b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566593752443041365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365356659375244304136535665937524430413653566593752443041365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e9b89e-42b9-4005-99a4-be367fe274be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41fade1d-20c2-4c92-8708-d35469e159bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fade1d-20c2-4c92-8708-d35469e159bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3857303967948706531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531385730396794870653138573039679487065313857303967948706531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04cb04f8-013c-4b1f-9bfc-5639a46879b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4940a05f-913d-4b80-878b-4aba0fb2204d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4940a05f-913d-4b80-878b-4aba0fb2204d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15927951458769095256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256159279514587690952561592795145876909525615927951458769095256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fade1d-20c2-4c92-8708-d35469e159bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4940a05f-913d-4b80-878b-4aba0fb2204d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad89d6ad-3aa5-4d46-b0b0-955ecbe2e3a0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad89d6ad-3aa5-4d46-b0b0-955ecbe2e3a0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4549259681112850403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403454925968111285040345492596811128504034549259681112850403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d47acf-7ba6-4ef6-8f60-f8abdc2b2cf9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad89d6ad-3aa5-4d46-b0b0-955ecbe2e3a0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 115e33ec-d26a-437b-81f5-e1abb34ac424, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d47acf-7ba6-4ef6-8f60-f8abdc2b2cf9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765052437261099930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930176505243726109993017650524372610999301765052437261099930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115e33ec-d26a-437b-81f5-e1abb34ac424, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15628896225821695576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576156288962258216955761562889622582169557615628896225821695576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115e33ec-d26a-437b-81f5-e1abb34ac424, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 388d67d8-86bd-4f2c-bbb5-3eaa563adc21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 388d67d8-86bd-4f2c-bbb5-3eaa563adc21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364983664841322469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469936498366484132246993649836648413224699364983664841322469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d47acf-7ba6-4ef6-8f60-f8abdc2b2cf9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a259e664-af53-4b16-ab14-3bb6177efa77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a259e664-af53-4b16-ab14-3bb6177efa77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 820880325262069789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789820880325262069789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 388d67d8-86bd-4f2c-bbb5-3eaa563adc21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef5e1d41-3f2f-4d56-abda-7f803f6dc8f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef5e1d41-3f2f-4d56-abda-7f803f6dc8f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17683021355474492876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876176830213554744928761768302135547449287617683021355474492876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a259e664-af53-4b16-ab14-3bb6177efa77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe904f2c-f609-4490-a947-b4cac2385479, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe904f2c-f609-4490-a947-b4cac2385479, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7906800112007567470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470790680011200756747079068001120075674707906800112007567470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef5e1d41-3f2f-4d56-abda-7f803f6dc8f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82231ef0-0c4f-4349-b14a-5f71ca8b89d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82231ef0-0c4f-4349-b14a-5f71ca8b89d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15515805937100751599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599155158059371007515991551580593710075159915515805937100751599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe904f2c-f609-4490-a947-b4cac2385479, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efb7cb38-6dfd-4d64-b816-5336baaca24e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efb7cb38-6dfd-4d64-b816-5336baaca24e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9740410653800362876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876974041065380036287697404106538003628769740410653800362876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82231ef0-0c4f-4349-b14a-5f71ca8b89d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7739b70d-36b5-4240-83b0-d01875541ace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7739b70d-36b5-4240-83b0-d01875541ace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16553790473724570162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162165537904737245701621655379047372457016216553790473724570162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efb7cb38-6dfd-4d64-b816-5336baaca24e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8372c2dd-5e37-442b-b880-66b0b4230f56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8372c2dd-5e37-442b-b880-66b0b4230f56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7399843909320545164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164739984390932054516473998439093205451647399843909320545164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7739b70d-36b5-4240-83b0-d01875541ace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45613fbf-8d19-4677-8485-8c3c38b000b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45613fbf-8d19-4677-8485-8c3c38b000b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100228268918207984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984100228268918207984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8372c2dd-5e37-442b-b880-66b0b4230f56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6d071d0-ddb0-416b-86fa-2dc0ae0ca47e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45613fbf-8d19-4677-8485-8c3c38b000b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d071d0-ddb0-416b-86fa-2dc0ae0ca47e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18286768331307764467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467182867683313077644671828676833130776446718286768331307764467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2150401f-0a3c-4746-a771-cb0c6c20ae9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2150401f-0a3c-4746-a771-cb0c6c20ae9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7925495899339920082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082792549589933992008279254958993399200827925495899339920082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d071d0-ddb0-416b-86fa-2dc0ae0ca47e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1edfced-8df1-48a5-b9b1-f5434b748ce8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1edfced-8df1-48a5-b9b1-f5434b748ce8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926311076874721183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183592631107687472118359263110768747211835926311076874721183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2150401f-0a3c-4746-a771-cb0c6c20ae9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d46367c-e99d-42e0-81ca-108d1ac81a35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d46367c-e99d-42e0-81ca-108d1ac81a35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18409768670546993689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689184097686705469936891840976867054699368918409768670546993689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1edfced-8df1-48a5-b9b1-f5434b748ce8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451e3753-6a47-4680-ae82-917b41fc777a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451e3753-6a47-4680-ae82-917b41fc777a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820169020586210554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554482016902058621055448201690205862105544820169020586210554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d46367c-e99d-42e0-81ca-108d1ac81a35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc4d6c69-6656-4dec-9dd6-1183c53ac16e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4d6c69-6656-4dec-9dd6-1183c53ac16e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5082655104638683507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507508265510463868350750826551046386835075082655104638683507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451e3753-6a47-4680-ae82-917b41fc777a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d31f97cb-8dff-4a43-841c-2b1fc960f1fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d31f97cb-8dff-4a43-841c-2b1fc960f1fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10276121410092542095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095102761214100925420951027612141009254209510276121410092542095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4d6c69-6656-4dec-9dd6-1183c53ac16e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec2d52cf-73c5-4a29-8237-84b89512ed26, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec2d52cf-73c5-4a29-8237-84b89512ed26, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17174665264730470662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662171746652647304706621717466526473047066217174665264730470662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d31f97cb-8dff-4a43-841c-2b1fc960f1fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70cc90b3-1c5d-4ff8-82bd-85c06447431f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70cc90b3-1c5d-4ff8-82bd-85c06447431f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2850516021839447235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235285051602183944723528505160218394472352850516021839447235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec2d52cf-73c5-4a29-8237-84b89512ed26, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c950cbea-28e2-493f-ba33-f3ceed817ad1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c950cbea-28e2-493f-ba33-f3ceed817ad1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080669646722207778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778180806696467222077781808066964672220777818080669646722207778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70cc90b3-1c5d-4ff8-82bd-85c06447431f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 401654f2-533c-477e-bae5-4d6d92de0362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401654f2-533c-477e-bae5-4d6d92de0362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4523662501277158162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162452366250127715816245236625012771581624523662501277158162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c950cbea-28e2-493f-ba33-f3ceed817ad1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bc54ae4-4d53-4605-9788-041f4afd2c2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc54ae4-4d53-4605-9788-041f4afd2c2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468716135700352541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541146871613570035254114687161357003525411468716135700352541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401654f2-533c-477e-bae5-4d6d92de0362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7b4ac72-3be9-4d18-925e-2193fcf3ab0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b4ac72-3be9-4d18-925e-2193fcf3ab0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13120546698663935154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154131205466986639351541312054669866393515413120546698663935154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc54ae4-4d53-4605-9788-041f4afd2c2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 41954378-a0b9-4f84-986c-46898ccd4b43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41954378-a0b9-4f84-986c-46898ccd4b43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598228260999489844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844155982282609994898441559822826099948984415598228260999489844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7b4ac72-3be9-4d18-925e-2193fcf3ab0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c82fa5aa-9ee2-4c05-8cd0-bfc267955d73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82fa5aa-9ee2-4c05-8cd0-bfc267955d73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012409691390228147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147401240969139022814740124096913902281474012409691390228147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41954378-a0b9-4f84-986c-46898ccd4b43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82fa5aa-9ee2-4c05-8cd0-bfc267955d73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 758574c5-ade6-484c-8f8c-7aa6b166b798, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851f5af1-8aaf-4633-82cc-76e632e953c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851f5af1-8aaf-4633-82cc-76e632e953c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16660970544000325574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574166609705440003255741666097054400032557416660970544000325574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 758574c5-ade6-484c-8f8c-7aa6b166b798, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911912779377168157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157391191277937716815739119127793771681573911912779377168157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851f5af1-8aaf-4633-82cc-76e632e953c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 758574c5-ade6-484c-8f8c-7aa6b166b798, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dc8e0b7-b105-45b8-bc22-be1e72dd42d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc8e0b7-b105-45b8-bc22-be1e72dd42d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7747245164466211799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799774724516446621179977472451644662117997747245164466211799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 003c9fa3-df9e-4456-9450-dc81944cb8fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 003c9fa3-df9e-4456-9450-dc81944cb8fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8687389845920847600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600868738984592084760086873898459208476008687389845920847600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc8e0b7-b105-45b8-bc22-be1e72dd42d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 003c9fa3-df9e-4456-9450-dc81944cb8fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 930e2857-6d38-496f-ad95-ea59993a1871, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b73e778e-4ca7-4e51-a913-f483da54d2c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73e778e-4ca7-4e51-a913-f483da54d2c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17827606043852244904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904178276060438522449041782760604385224490417827606043852244904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930e2857-6d38-496f-ad95-ea59993a1871, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298731011509583030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030729873101150958303072987310115095830307298731011509583030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930e2857-6d38-496f-ad95-ea59993a1871, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5be355f-b0c5-4315-8ec7-5f160ad54358, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73e778e-4ca7-4e51-a913-f483da54d2c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5be355f-b0c5-4315-8ec7-5f160ad54358, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15256287722347120881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881152562877223471208811525628772234712088115256287722347120881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dac516e4-19d3-437a-a197-7f92b3bc4d10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dac516e4-19d3-437a-a197-7f92b3bc4d10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9072187155977241810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810907218715597724181090721871559772418109072187155977241810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5be355f-b0c5-4315-8ec7-5f160ad54358, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dac516e4-19d3-437a-a197-7f92b3bc4d10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d828bf6e-c04d-4fd2-ad0e-d00063e38e53, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d828bf6e-c04d-4fd2-ad0e-d00063e38e53, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505503854909409299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299850550385490940929985055038549094092998505503854909409299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e9761ce-e2cb-4311-9a57-51a14e97fe79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9761ce-e2cb-4311-9a57-51a14e97fe79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17431604671509133662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662174316046715091336621743160467150913366217431604671509133662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d828bf6e-c04d-4fd2-ad0e-d00063e38e53, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aed6900c-3067-43fc-a386-7d53526806ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed6900c-3067-43fc-a386-7d53526806ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15636598970214269907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907156365989702142699071563659897021426990715636598970214269907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9761ce-e2cb-4311-9a57-51a14e97fe79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef617109-73cc-4d44-81d6-d8ee77ed96ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef617109-73cc-4d44-81d6-d8ee77ed96ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3482022420391309201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201348202242039130920134820224203913092013482022420391309201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed6900c-3067-43fc-a386-7d53526806ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f1254ba-4206-4ec9-8f6b-3ca67c612392, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f1254ba-4206-4ec9-8f6b-3ca67c612392, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12243363556119090712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712122433635561190907121224336355611909071212243363556119090712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef617109-73cc-4d44-81d6-d8ee77ed96ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54087ba6-c5e4-42e1-aecd-b7a76cb44675, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54087ba6-c5e4-42e1-aecd-b7a76cb44675, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424505351758193812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812442450535175819381244245053517581938124424505351758193812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f1254ba-4206-4ec9-8f6b-3ca67c612392, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b6bc222-bcc3-4ae2-bbca-afa082df352e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6bc222-bcc3-4ae2-bbca-afa082df352e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462826011999735126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126144628260119997351261446282601199973512614462826011999735126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54087ba6-c5e4-42e1-aecd-b7a76cb44675, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adfa67e7-12db-430a-b2c3-ea746883fdc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfa67e7-12db-430a-b2c3-ea746883fdc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9924677677815518335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335992467767781551833599246776778155183359924677677815518335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6bc222-bcc3-4ae2-bbca-afa082df352e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c354b3c-5b1a-4e47-ae2f-a2d30ccfcffa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c354b3c-5b1a-4e47-ae2f-a2d30ccfcffa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11949891171726657661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661119498911717266576611194989117172665766111949891171726657661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfa67e7-12db-430a-b2c3-ea746883fdc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5f43373-a702-4830-93b3-45353e164c85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f43373-a702-4830-93b3-45353e164c85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8708113297088131425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425870811329708813142587081132970881314258708113297088131425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c354b3c-5b1a-4e47-ae2f-a2d30ccfcffa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f43373-a702-4830-93b3-45353e164c85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09ba5e95-1ed2-4ebd-9ecd-ee0f54d6e126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ba5e95-1ed2-4ebd-9ecd-ee0f54d6e126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2121217310989353687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687212121731098935368721212173109893536872121217310989353687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 997f4a09-3cda-4243-8be4-47ff54cc79b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997f4a09-3cda-4243-8be4-47ff54cc79b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047504727813230210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210804750472781323021080475047278132302108047504727813230210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ba5e95-1ed2-4ebd-9ecd-ee0f54d6e126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adce7a61-1e89-49ff-b158-eece103242cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adce7a61-1e89-49ff-b158-eece103242cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5684648714559172481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481568464871455917248156846487145591724815684648714559172481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997f4a09-3cda-4243-8be4-47ff54cc79b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d696a1f-989e-468e-a922-bda0402621c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d696a1f-989e-468e-a922-bda0402621c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1271751456923836925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925127175145692383692512717514569238369251271751456923836925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adce7a61-1e89-49ff-b158-eece103242cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85c31370-0989-4381-9c1f-b41dff572315, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c31370-0989-4381-9c1f-b41dff572315, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15287977841591625456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456152879778415916254561528797784159162545615287977841591625456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d696a1f-989e-468e-a922-bda0402621c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a911db4a-ee6c-449b-a13a-f8081a14bac9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a911db4a-ee6c-449b-a13a-f8081a14bac9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16111739839757305695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695161117398397573056951611173983975730569516111739839757305695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c31370-0989-4381-9c1f-b41dff572315, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5478ed01-f0c9-4e62-a648-97e2ea915288, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5478ed01-f0c9-4e62-a648-97e2ea915288, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14389173954795839167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167143891739547958391671438917395479583916714389173954795839167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a911db4a-ee6c-449b-a13a-f8081a14bac9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0728268e-4b08-4e0b-ab86-a7ded929f794, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0728268e-4b08-4e0b-ab86-a7ded929f794, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187666254679162149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149818766625467916214981876662546791621498187666254679162149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5478ed01-f0c9-4e62-a648-97e2ea915288, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae1dd7d9-fb51-4f52-9268-b2403ea8585c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0728268e-4b08-4e0b-ab86-a7ded929f794, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a791c884-3f0d-492a-825b-33142e577696, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a791c884-3f0d-492a-825b-33142e577696, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200390138380123023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023220039013838012302322003901383801230232200390138380123023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1dd7d9-fb51-4f52-9268-b2403ea8585c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17126809313829052729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729171268093138290527291712680931382905272917126809313829052729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a791c884-3f0d-492a-825b-33142e577696, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72a389ad-6236-4137-adb9-1c3caf834ee1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a389ad-6236-4137-adb9-1c3caf834ee1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16911608639724330392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392169116086397243303921691160863972433039216911608639724330392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1dd7d9-fb51-4f52-9268-b2403ea8585c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0d85d0f-e1ac-4c10-99f5-83cb238628ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d85d0f-e1ac-4c10-99f5-83cb238628ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9183456867383814592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592918345686738381459291834568673838145929183456867383814592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d85d0f-e1ac-4c10-99f5-83cb238628ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfe7720f-a6e4-4b9b-b1e2-ef82f78e8bf2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe7720f-a6e4-4b9b-b1e2-ef82f78e8bf2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4253230058701291435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435425323005870129143542532300587012914354253230058701291435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a389ad-6236-4137-adb9-1c3caf834ee1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba0828bb-0385-46c9-ad3f-cf87c5752fe2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0828bb-0385-46c9-ad3f-cf87c5752fe2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10913576133134944645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645109135761331349446451091357613313494464510913576133134944645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe7720f-a6e4-4b9b-b1e2-ef82f78e8bf2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e530174d-3cdf-4cd1-a935-c10aa59d9214, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e530174d-3cdf-4cd1-a935-c10aa59d9214, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5132517158928117600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600513251715892811760051325171589281176005132517158928117600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0828bb-0385-46c9-ad3f-cf87c5752fe2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a48934fe-0a14-4f7c-a57b-34b8ae707757, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48934fe-0a14-4f7c-a57b-34b8ae707757, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815899011050920416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416281589901105092041628158990110509204162815899011050920416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e530174d-3cdf-4cd1-a935-c10aa59d9214, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36ea67d3-ce92-4ccd-b370-f5cbaf364c9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48934fe-0a14-4f7c-a57b-34b8ae707757, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75578592-e9b6-4847-b0ca-6f516bb515bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75578592-e9b6-4847-b0ca-6f516bb515bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14518874896761076580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580145188748967610765801451887489676107658014518874896761076580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ea67d3-ce92-4ccd-b370-f5cbaf364c9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2073294544256877064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064207329454425687706420732945442568770642073294544256877064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75578592-e9b6-4847-b0ca-6f516bb515bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ea67d3-ce92-4ccd-b370-f5cbaf364c9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae499bff-35eb-4c42-a14d-846e1452d879, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae499bff-35eb-4c42-a14d-846e1452d879, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6333921817532282394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394633392181753228239463339218175322823946333921817532282394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fdff71d-7068-4c04-a070-ea279542d59a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae499bff-35eb-4c42-a14d-846e1452d879, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdff71d-7068-4c04-a070-ea279542d59a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2831924772409117449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449283192477240911744928319247724091174492831924772409117449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ad0a7f4-5b21-48f9-9720-63123f9f9de9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad0a7f4-5b21-48f9-9720-63123f9f9de9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10695787050942094932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932106957870509420949321069578705094209493210695787050942094932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdff71d-7068-4c04-a070-ea279542d59a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13ebc628-87e6-442e-a106-acab2dabf1c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad0a7f4-5b21-48f9-9720-63123f9f9de9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a104b047-6161-4994-b350-c822c0d5a485, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a104b047-6161-4994-b350-c822c0d5a485, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082789988542675838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838908278998854267583890827899885426758389082789988542675838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ebc628-87e6-442e-a106-acab2dabf1c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9550000964612560717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717955000096461256071795500009646125607179550000964612560717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ebc628-87e6-442e-a106-acab2dabf1c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b88a6e2-82ab-43a7-9d7e-972668187648, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b88a6e2-82ab-43a7-9d7e-972668187648, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381999104023455966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966381999104023455966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a104b047-6161-4994-b350-c822c0d5a485, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5544de99-5777-4d91-b075-7a86865c3be5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5544de99-5777-4d91-b075-7a86865c3be5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14433503359104289862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862144335033591042898621443350335910428986214433503359104289862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b88a6e2-82ab-43a7-9d7e-972668187648, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a6a41c1-8827-461a-be65-4abf0be16df0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a6a41c1-8827-461a-be65-4abf0be16df0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11238472426545059664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664112384724265450596641123847242654505966411238472426545059664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5544de99-5777-4d91-b075-7a86865c3be5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6b8dcd-1139-4e58-81d0-383f2780cf52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6b8dcd-1139-4e58-81d0-383f2780cf52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9750622430348447083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083975062243034844708397506224303484470839750622430348447083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a6a41c1-8827-461a-be65-4abf0be16df0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62dc754a-75e9-4919-8a7d-ad20b78870e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62dc754a-75e9-4919-8a7d-ad20b78870e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3357911537137386611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611335791153713738661133579115371373866113357911537137386611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62dc754a-75e9-4919-8a7d-ad20b78870e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3757e2aa-8a68-4db1-88ec-3c4aac9e21fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3757e2aa-8a68-4db1-88ec-3c4aac9e21fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662640840875755852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852136626408408757558521366264084087575585213662640840875755852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6b8dcd-1139-4e58-81d0-383f2780cf52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 316edc12-c855-43b1-8d24-19768192592a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316edc12-c855-43b1-8d24-19768192592a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7698114559361398779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779769811455936139877976981145593613987797698114559361398779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3757e2aa-8a68-4db1-88ec-3c4aac9e21fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca3ae170-e9b0-4335-aa2d-bc2ff608d2a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3ae170-e9b0-4335-aa2d-bc2ff608d2a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10935080892434923976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976109350808924349239761093508089243492397610935080892434923976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316edc12-c855-43b1-8d24-19768192592a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 835b8a73-2ddc-4e79-9362-02e596be8bea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835b8a73-2ddc-4e79-9362-02e596be8bea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5990675219521149439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439599067521952114943959906752195211494395990675219521149439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3ae170-e9b0-4335-aa2d-bc2ff608d2a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3902e316-d0f2-4fe9-b4a9-be504604b7b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3902e316-d0f2-4fe9-b4a9-be504604b7b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4721414018856142058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058472141401885614205847214140188561420584721414018856142058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835b8a73-2ddc-4e79-9362-02e596be8bea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e07986b-6ee5-4afb-882f-49a7a5aaf79c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3902e316-d0f2-4fe9-b4a9-be504604b7b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b4c17a-f09e-495e-adcb-27266fec8c20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b4c17a-f09e-495e-adcb-27266fec8c20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8125094401735572189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189812509440173557218981250944017355721898125094401735572189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e07986b-6ee5-4afb-882f-49a7a5aaf79c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6050240095375524114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114605024009537552411460502400953755241146050240095375524114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b4c17a-f09e-495e-adcb-27266fec8c20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e07986b-6ee5-4afb-882f-49a7a5aaf79c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff900c4b-8cb7-4b41-9a60-a6d3814fc522, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60b119e4-8e0c-402b-9060-292618747954, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff900c4b-8cb7-4b41-9a60-a6d3814fc522, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13551725482076603811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811135517254820766038111355172548207660381113551725482076603811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b119e4-8e0c-402b-9060-292618747954, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17656233342328902186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186176562333423289021861765623334232890218617656233342328902186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff900c4b-8cb7-4b41-9a60-a6d3814fc522, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 009982e8-a582-40bb-a09b-84aa1acf554e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009982e8-a582-40bb-a09b-84aa1acf554e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14651208356925233558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558146512083569252335581465120835692523355814651208356925233558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b119e4-8e0c-402b-9060-292618747954, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3b6a47f-b986-4a33-8698-5c4a1b1b9a75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b6a47f-b986-4a33-8698-5c4a1b1b9a75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262335203362115552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552122623352033621155521226233520336211555212262335203362115552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009982e8-a582-40bb-a09b-84aa1acf554e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cfc0fa1-cc8d-462d-875c-ada1ac5413cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfc0fa1-cc8d-462d-875c-ada1ac5413cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9941695737495104540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540994169573749510454099416957374951045409941695737495104540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b6a47f-b986-4a33-8698-5c4a1b1b9a75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c213e3f5-2087-4080-9a51-19615302872d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c213e3f5-2087-4080-9a51-19615302872d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 688271777655599334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334688271777655599334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfc0fa1-cc8d-462d-875c-ada1ac5413cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50ad39b6-db1f-4dfd-a246-5d59efc478fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ad39b6-db1f-4dfd-a246-5d59efc478fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3911772278501377245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245391177227850137724539117722785013772453911772278501377245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c213e3f5-2087-4080-9a51-19615302872d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba5236c4-f96a-4e42-80d4-9bbaa75ffed0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba5236c4-f96a-4e42-80d4-9bbaa75ffed0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4855947738399145488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488485594773839914548848559477383991454884855947738399145488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ad39b6-db1f-4dfd-a246-5d59efc478fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73e46d6f-6d40-4ac5-9484-22ce42db5941, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e46d6f-6d40-4ac5-9484-22ce42db5941, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8400644427209124262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262840064442720912426284006444272091242628400644427209124262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba5236c4-f96a-4e42-80d4-9bbaa75ffed0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e85dd4-b2b8-4ccb-9c43-104323926771, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e85dd4-b2b8-4ccb-9c43-104323926771, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8664788308435583048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048866478830843558304886647883084355830488664788308435583048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e85dd4-b2b8-4ccb-9c43-104323926771, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06553826-f4f4-43cb-86fd-020f9ef7ee87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06553826-f4f4-43cb-86fd-020f9ef7ee87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18161513133061980101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101181615131330619801011816151313306198010118161513133061980101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e46d6f-6d40-4ac5-9484-22ce42db5941, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f82d90bc-9a11-4060-b8fd-b4bab57542f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f82d90bc-9a11-4060-b8fd-b4bab57542f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16388250231710568005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005163882502317105680051638825023171056800516388250231710568005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06553826-f4f4-43cb-86fd-020f9ef7ee87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e5cda2a1-5e47-4e7f-9864-d0163d3738f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5cda2a1-5e47-4e7f-9864-d0163d3738f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1339889229779803382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382133988922977980338213398892297798033821339889229779803382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f82d90bc-9a11-4060-b8fd-b4bab57542f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fa15984-aa46-4a80-9bf0-b185144c820b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa15984-aa46-4a80-9bf0-b185144c820b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17359907142856203684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684173599071428562036841735990714285620368417359907142856203684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5cda2a1-5e47-4e7f-9864-d0163d3738f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd80ba5-ea2a-4c11-ba7d-6c09deb1c995, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd80ba5-ea2a-4c11-ba7d-6c09deb1c995, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12921869402132501526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526129218694021325015261292186940213250152612921869402132501526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa15984-aa46-4a80-9bf0-b185144c820b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a7c6e9-e612-411c-8b28-aa7436eb339e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a7c6e9-e612-411c-8b28-aa7436eb339e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10726924259099143754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754107269242590991437541072692425909914375410726924259099143754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd80ba5-ea2a-4c11-ba7d-6c09deb1c995, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb494599-a4aa-4699-b1f3-5e49c6349254, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb494599-a4aa-4699-b1f3-5e49c6349254, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2961070469842744436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436296107046984274443629610704698427444362961070469842744436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a7c6e9-e612-411c-8b28-aa7436eb339e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63ecbf4d-e758-4af6-9028-47e7c1b8c0dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ecbf4d-e758-4af6-9028-47e7c1b8c0dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4316921372127507700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700431692137212750770043169213721275077004316921372127507700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb494599-a4aa-4699-b1f3-5e49c6349254, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79334b3e-9ba9-4ddf-9434-de63b1c5c79c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79334b3e-9ba9-4ddf-9434-de63b1c5c79c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568140463715786799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799165681404637157867991656814046371578679916568140463715786799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ecbf4d-e758-4af6-9028-47e7c1b8c0dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24754f7b-330e-4390-8652-d8394022a4d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24754f7b-330e-4390-8652-d8394022a4d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 995448533446280686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686995448533446280686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79334b3e-9ba9-4ddf-9434-de63b1c5c79c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 391c8c26-bd76-4655-af81-c9f2df1c62e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 391c8c26-bd76-4655-af81-c9f2df1c62e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2739682855729779514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514273968285572977951427396828557297795142739682855729779514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24754f7b-330e-4390-8652-d8394022a4d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 568d3940-c248-49ca-9cce-43f35748aece, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568d3940-c248-49ca-9cce-43f35748aece, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17324067384007155001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001173240673840071550011732406738400715500117324067384007155001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 391c8c26-bd76-4655-af81-c9f2df1c62e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e142d025-4070-4d58-b021-e726d17f7736, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e142d025-4070-4d58-b021-e726d17f7736, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217197392879362217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217122171973928793622171221719739287936221712217197392879362217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568d3940-c248-49ca-9cce-43f35748aece, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 743ca87d-565a-416e-8c23-80729119182b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 743ca87d-565a-416e-8c23-80729119182b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13087052368028629644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644130870523680286296441308705236802862964413087052368028629644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e142d025-4070-4d58-b021-e726d17f7736, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253a775d-afd5-479d-93e7-e6badc86d9cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253a775d-afd5-479d-93e7-e6badc86d9cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401890738170289516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516540189073817028951654018907381702895165401890738170289516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 743ca87d-565a-416e-8c23-80729119182b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49d410fc-f66b-4105-b3d6-6945134ff0b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49d410fc-f66b-4105-b3d6-6945134ff0b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 236996133393488176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176236996133393488176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253a775d-afd5-479d-93e7-e6badc86d9cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 953b5230-0c77-4b3b-960b-551d5e9df779, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953b5230-0c77-4b3b-960b-551d5e9df779, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428181258688377755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755542818125868837775554281812586883777555428181258688377755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49d410fc-f66b-4105-b3d6-6945134ff0b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a1d0bc8-9a7d-4b43-b5aa-7253567209d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a1d0bc8-9a7d-4b43-b5aa-7253567209d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16013165721357989355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355160131657213579893551601316572135798935516013165721357989355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953b5230-0c77-4b3b-960b-551d5e9df779, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 807ea1b7-3def-44ec-b300-6645b149dfec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807ea1b7-3def-44ec-b300-6645b149dfec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7938085508674735180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180793808550867473518079380855086747351807938085508674735180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a1d0bc8-9a7d-4b43-b5aa-7253567209d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c5aee0d-a5c5-4721-939c-5d805d8e70e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5aee0d-a5c5-4721-939c-5d805d8e70e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11064776667724992660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660110647766677249926601106477666772499266011064776667724992660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807ea1b7-3def-44ec-b300-6645b149dfec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f9db92e-f029-4283-a881-1599b85ca71e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f9db92e-f029-4283-a881-1599b85ca71e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18337886416422118522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522183378864164221185221833788641642211852218337886416422118522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5aee0d-a5c5-4721-939c-5d805d8e70e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f9db92e-f029-4283-a881-1599b85ca71e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9796d04-02d7-4e50-b543-ef9a5e0ccb39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9796d04-02d7-4e50-b543-ef9a5e0ccb39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13666894254312256919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919136668942543122569191366689425431225691913666894254312256919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d4044b6-4da1-4431-9732-5a61a6351242, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d4044b6-4da1-4431-9732-5a61a6351242, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135148938407376465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465213514893840737646521351489384073764652135148938407376465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9796d04-02d7-4e50-b543-ef9a5e0ccb39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d4044b6-4da1-4431-9732-5a61a6351242, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54f80f6e-e678-4c48-b4c8-f5b1f54023f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c212e72-33e4-43b0-8b75-cb3f24332299, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c212e72-33e4-43b0-8b75-cb3f24332299, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12399352689629034250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250123993526896290342501239935268962903425012399352689629034250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f80f6e-e678-4c48-b4c8-f5b1f54023f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2154368020861549603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603215436802086154960321543680208615496032154368020861549603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c212e72-33e4-43b0-8b75-cb3f24332299, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15a501d7-2e5e-48d1-a261-39560e8213d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a501d7-2e5e-48d1-a261-39560e8213d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6877108139448815982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982687710813944881598268771081394488159826877108139448815982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f80f6e-e678-4c48-b4c8-f5b1f54023f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d12e46e-f905-4c73-ab22-3b2f2123af0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d12e46e-f905-4c73-ab22-3b2f2123af0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14932798356556993480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480149327983565569934801493279835655699348014932798356556993480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d12e46e-f905-4c73-ab22-3b2f2123af0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebefec96-301a-41f9-87d2-b1a2232f9790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebefec96-301a-41f9-87d2-b1a2232f9790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453542658076501814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814174535426580765018141745354265807650181417453542658076501814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a501d7-2e5e-48d1-a261-39560e8213d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4050a2ab-4a14-4996-90dc-212b3998e81b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4050a2ab-4a14-4996-90dc-212b3998e81b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5085858281918348319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319508585828191834831950858582819183483195085858281918348319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebefec96-301a-41f9-87d2-b1a2232f9790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c98cffe-ed49-4fd1-add4-2730821cdebf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c98cffe-ed49-4fd1-add4-2730821cdebf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7155321331356821313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313715532133135682131371553213313568213137155321331356821313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4050a2ab-4a14-4996-90dc-212b3998e81b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6771c1ad-addc-45ac-9215-6459a7bdcda5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6771c1ad-addc-45ac-9215-6459a7bdcda5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11795615136381728060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060117956151363817280601179561513638172806011795615136381728060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c98cffe-ed49-4fd1-add4-2730821cdebf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2929092a-6360-4087-8e5a-a32b8d8ed39d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2929092a-6360-4087-8e5a-a32b8d8ed39d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14691856459328423395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395146918564593284233951469185645932842339514691856459328423395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6771c1ad-addc-45ac-9215-6459a7bdcda5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3a9249f-cdd3-4250-bfd1-d7205ecc3859, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a9249f-cdd3-4250-bfd1-d7205ecc3859, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3869943738789378786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786386994373878937878638699437387893787863869943738789378786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2929092a-6360-4087-8e5a-a32b8d8ed39d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfa29f5c-ced8-4689-b7ca-fe9706bbceff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa29f5c-ced8-4689-b7ca-fe9706bbceff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098185435467468863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863209818543546746886320981854354674688632098185435467468863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a9249f-cdd3-4250-bfd1-d7205ecc3859, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 389615d0-1ea4-4f72-8d37-7cc020e4e2de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389615d0-1ea4-4f72-8d37-7cc020e4e2de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7758501732835942293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293775850173283594229377585017328359422937758501732835942293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389615d0-1ea4-4f72-8d37-7cc020e4e2de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6a4b700-d064-49a3-ba67-777f03d7b417, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a4b700-d064-49a3-ba67-777f03d7b417, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867545092662800103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103128675450926628001031286754509266280010312867545092662800103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa29f5c-ced8-4689-b7ca-fe9706bbceff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c529db8e-28a9-4835-a4d8-a8fa6862bf5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c529db8e-28a9-4835-a4d8-a8fa6862bf5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7726467954933066680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680772646795493306668077264679549330666807726467954933066680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a4b700-d064-49a3-ba67-777f03d7b417, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c08be18b-aae4-41ea-83b9-909cff605e64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c08be18b-aae4-41ea-83b9-909cff605e64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521372943769574152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152155213729437695741521552137294376957415215521372943769574152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c529db8e-28a9-4835-a4d8-a8fa6862bf5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d788c95-d3be-4fb0-b3a3-3718c33d6ca8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d788c95-d3be-4fb0-b3a3-3718c33d6ca8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16704940749174135373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373167049407491741353731670494074917413537316704940749174135373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c08be18b-aae4-41ea-83b9-909cff605e64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10b65568-dc21-47fb-aada-cd1130f41aad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b65568-dc21-47fb-aada-cd1130f41aad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 385025201067232761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761385025201067232761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d788c95-d3be-4fb0-b3a3-3718c33d6ca8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7141a7-8732-4304-943f-eea9c72deffa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7141a7-8732-4304-943f-eea9c72deffa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946616143594870947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947794661614359487094779466161435948709477946616143594870947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b65568-dc21-47fb-aada-cd1130f41aad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b20a07e-bb0f-4dd8-be8d-5897321e6ca9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b20a07e-bb0f-4dd8-be8d-5897321e6ca9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4803672800264968855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855480367280026496885548036728002649688554803672800264968855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7141a7-8732-4304-943f-eea9c72deffa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6400f97-bc68-45bd-96c0-1c80ec5b49e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6400f97-bc68-45bd-96c0-1c80ec5b49e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10013788546429202419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419100137885464292024191001378854642920241910013788546429202419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b20a07e-bb0f-4dd8-be8d-5897321e6ca9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a25c7086-da28-4560-86fc-263004b72e0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25c7086-da28-4560-86fc-263004b72e0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4653701513958690379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379465370151395869037946537015139586903794653701513958690379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6400f97-bc68-45bd-96c0-1c80ec5b49e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3be14079-1f38-4ac0-ae0a-413457d8fd33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be14079-1f38-4ac0-ae0a-413457d8fd33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5605658052785010066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066560565805278501006656056580527850100665605658052785010066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25c7086-da28-4560-86fc-263004b72e0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5bb6aa9-a343-4ce1-a3c8-4ca0b28574b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5bb6aa9-a343-4ce1-a3c8-4ca0b28574b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18426555491200199619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619184265554912001996191842655549120019961918426555491200199619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be14079-1f38-4ac0-ae0a-413457d8fd33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df1a0ae4-0c14-498f-9eed-e0cc6dfcaeab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1a0ae4-0c14-498f-9eed-e0cc6dfcaeab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3802736048140795227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227380273604814079522738027360481407952273802736048140795227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5bb6aa9-a343-4ce1-a3c8-4ca0b28574b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 976279e7-d2d0-4da9-b8b6-04e117f92702, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976279e7-d2d0-4da9-b8b6-04e117f92702, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5246015988885354991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991524601598888535499152460159888853549915246015988885354991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1a0ae4-0c14-498f-9eed-e0cc6dfcaeab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2b541fd-3968-40c5-8e7b-14ae2899e880, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b541fd-3968-40c5-8e7b-14ae2899e880, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15592003682132933889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889155920036821329338891559200368213293388915592003682132933889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976279e7-d2d0-4da9-b8b6-04e117f92702, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df959659-8dcd-49df-bd4e-2d603bbfdeb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df959659-8dcd-49df-bd4e-2d603bbfdeb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951802971592433740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740295180297159243374029518029715924337402951802971592433740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b541fd-3968-40c5-8e7b-14ae2899e880, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844a0664-30b5-4a96-b884-6dfdca6d9cd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844a0664-30b5-4a96-b884-6dfdca6d9cd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3575135033927718900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900357513503392771890035751350339277189003575135033927718900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df959659-8dcd-49df-bd4e-2d603bbfdeb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37e71401-6873-4368-a112-355e4e88d758, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e71401-6873-4368-a112-355e4e88d758, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8159857522768648139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139815985752276864813981598575227686481398159857522768648139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844a0664-30b5-4a96-b884-6dfdca6d9cd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28214778-9335-4aef-b010-c9598e0f27bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28214778-9335-4aef-b010-c9598e0f27bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10006845238507471766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766100068452385074717661000684523850747176610006845238507471766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e71401-6873-4368-a112-355e4e88d758, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b59bd230-a912-4722-a49c-57be609697e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59bd230-a912-4722-a49c-57be609697e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277870100337424109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109827787010033742410982778701003374241098277870100337424109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28214778-9335-4aef-b010-c9598e0f27bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0203d28-348c-46ef-9dd3-3c880a177e4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0203d28-348c-46ef-9dd3-3c880a177e4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7811395594564477194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194781139559456447719478113955945644771947811395594564477194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59bd230-a912-4722-a49c-57be609697e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65de0996-b433-4811-a979-6639d71779c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65de0996-b433-4811-a979-6639d71779c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7199378879374800474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474719937887937480047471993788793748004747199378879374800474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0203d28-348c-46ef-9dd3-3c880a177e4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a9dda1-9941-4093-a951-230429ef8af9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a9dda1-9941-4093-a951-230429ef8af9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556841095514472384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384955684109551447238495568410955144723849556841095514472384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65de0996-b433-4811-a979-6639d71779c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36efbd7f-5e27-40ae-9454-14881c82f1ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36efbd7f-5e27-40ae-9454-14881c82f1ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4671673426624814352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352467167342662481435246716734266248143524671673426624814352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a9dda1-9941-4093-a951-230429ef8af9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f0c2d2-ea4f-4224-85d3-d5f5cc6bb0a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f0c2d2-ea4f-4224-85d3-d5f5cc6bb0a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123322890205770657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657131233228902057706571312332289020577065713123322890205770657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36efbd7f-5e27-40ae-9454-14881c82f1ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f684e29-4ef5-4a8e-a970-d50a09857f0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f684e29-4ef5-4a8e-a970-d50a09857f0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18177448243954016772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772181774482439540167721817744824395401677218177448243954016772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f0c2d2-ea4f-4224-85d3-d5f5cc6bb0a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1dc05f47-9dae-405a-a364-c2392a8d8da5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc05f47-9dae-405a-a364-c2392a8d8da5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16634837832459657708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708166348378324596577081663483783245965770816634837832459657708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc05f47-9dae-405a-a364-c2392a8d8da5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 564f232e-b4f7-44b4-8125-df2f288e2cc7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f684e29-4ef5-4a8e-a970-d50a09857f0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31a31d54-7216-492c-8568-2bc56700f42d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564f232e-b4f7-44b4-8125-df2f288e2cc7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6943277336433852363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363694327733643385236369432773364338523636943277336433852363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a31d54-7216-492c-8568-2bc56700f42d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949051749124711080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080159490517491247110801594905174912471108015949051749124711080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564f232e-b4f7-44b4-8125-df2f288e2cc7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a31d54-7216-492c-8568-2bc56700f42d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32949b70-603d-4d17-bccb-edf10ccfb239, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32949b70-603d-4d17-bccb-edf10ccfb239, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4094105475995381885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885409410547599538188540941054759953818854094105475995381885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da79c616-f54c-48f1-97af-a7d0482fbe90, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da79c616-f54c-48f1-97af-a7d0482fbe90, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11588093939912440215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215115880939399124402151158809393991244021511588093939912440215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32949b70-603d-4d17-bccb-edf10ccfb239, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29e7dca7-8a08-4351-810b-848c7c019196, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e7dca7-8a08-4351-810b-848c7c019196, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13625737727402159963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963136257377274021599631362573772740215996313625737727402159963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da79c616-f54c-48f1-97af-a7d0482fbe90, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44d553f4-1a33-4c3f-b629-6fe1a8fd9129, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d553f4-1a33-4c3f-b629-6fe1a8fd9129, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1053221567199372414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414105322156719937241410532215671993724141053221567199372414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e7dca7-8a08-4351-810b-848c7c019196, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, deb3e5c3-dd65-4a74-95a2-c83261f0249c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deb3e5c3-dd65-4a74-95a2-c83261f0249c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17912468999474519659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659179124689994745196591791246899947451965917912468999474519659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d553f4-1a33-4c3f-b629-6fe1a8fd9129, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984202cb-73f4-4e07-b44b-769235168dda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984202cb-73f4-4e07-b44b-769235168dda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1884164887144244789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789188416488714424478918841648871442447891884164887144244789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deb3e5c3-dd65-4a74-95a2-c83261f0249c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d36e8896-2109-4009-89f8-3f26643c23b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d36e8896-2109-4009-89f8-3f26643c23b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3670210388695254333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333367021038869525433336702103886952543333670210388695254333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984202cb-73f4-4e07-b44b-769235168dda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f55a0e1-9e71-4a92-af56-e977f884c246, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f55a0e1-9e71-4a92-af56-e977f884c246, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6081706377280645105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105608170637728064510560817063772806451056081706377280645105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d36e8896-2109-4009-89f8-3f26643c23b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00d01d27-882f-4292-b74b-84f43b6112e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d01d27-882f-4292-b74b-84f43b6112e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6649952585739369926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926664995258573936992666499525857393699266649952585739369926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f55a0e1-9e71-4a92-af56-e977f884c246, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d01d27-882f-4292-b74b-84f43b6112e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c10ce7b0-60d4-47a0-94bd-df02f66858e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f85a0fe6-75f1-48e9-919c-d334a8a85bde, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f85a0fe6-75f1-48e9-919c-d334a8a85bde, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028727263167410940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940150287272631674109401502872726316741094015028727263167410940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10ce7b0-60d4-47a0-94bd-df02f66858e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3648604656264221651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651364860465626422165136486046562642216513648604656264221651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f85a0fe6-75f1-48e9-919c-d334a8a85bde, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e7a0e4-350d-4505-9055-7f4a7f865c2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10ce7b0-60d4-47a0-94bd-df02f66858e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c78be48-fa20-47a5-93d7-37f8336d4e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c78be48-fa20-47a5-93d7-37f8336d4e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080342699547636019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019100803426995476360191008034269954763601910080342699547636019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e7a0e4-350d-4505-9055-7f4a7f865c2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313397221815748417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417731339722181574841773133972218157484177313397221815748417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e7a0e4-350d-4505-9055-7f4a7f865c2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57f35f65-10d4-4b84-9833-01dafce3c05e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f35f65-10d4-4b84-9833-01dafce3c05e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391093654703463666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666539109365470346366653910936547034636665391093654703463666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c78be48-fa20-47a5-93d7-37f8336d4e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2535207f-a962-44f4-a814-df3d29ef6b9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f35f65-10d4-4b84-9833-01dafce3c05e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ca1d5aa-a4da-4117-936c-13a3b915e76e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca1d5aa-a4da-4117-936c-13a3b915e76e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12739717988945441795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795127397179889454417951273971798894544179512739717988945441795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2535207f-a962-44f4-a814-df3d29ef6b9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12754571215631183033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033127545712156311830331275457121563118303312754571215631183033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca1d5aa-a4da-4117-936c-13a3b915e76e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c817378-a7e1-4a5c-b5ef-7b37de34698d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c817378-a7e1-4a5c-b5ef-7b37de34698d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16627423347003906157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157166274233470039061571662742334700390615716627423347003906157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2535207f-a962-44f4-a814-df3d29ef6b9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4c03fa3-32ce-4170-981e-e9178d795678, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c03fa3-32ce-4170-981e-e9178d795678, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5802491046633738220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220580249104663373822058024910466337382205802491046633738220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c817378-a7e1-4a5c-b5ef-7b37de34698d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef744299-7271-4eaf-9c7a-9337489af198, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef744299-7271-4eaf-9c7a-9337489af198, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16535062835502572974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974165350628355025729741653506283550257297416535062835502572974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c03fa3-32ce-4170-981e-e9178d795678, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 823d6a56-f309-4b84-bc6a-1ee45cdb256e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823d6a56-f309-4b84-bc6a-1ee45cdb256e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9317056540233177527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527931705654023317752793170565402331775279317056540233177527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef744299-7271-4eaf-9c7a-9337489af198, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1cfece6e-60e2-433e-a69f-351873f612af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfece6e-60e2-433e-a69f-351873f612af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7412446906331722296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296741244690633172229674124469063317222967412446906331722296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823d6a56-f309-4b84-bc6a-1ee45cdb256e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab1f48eb-a663-4042-bc32-247defc127c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1f48eb-a663-4042-bc32-247defc127c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4709002580532299797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797470900258053229979747090025805322997974709002580532299797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1f48eb-a663-4042-bc32-247defc127c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bb919cb-ab21-45af-adbf-85bf8da66ab9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb919cb-ab21-45af-adbf-85bf8da66ab9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029552286850157232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232130295522868501572321302955228685015723213029552286850157232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb919cb-ab21-45af-adbf-85bf8da66ab9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01530732-d7a9-4508-8171-e709dd18e480, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01530732-d7a9-4508-8171-e709dd18e480, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8097277804291229551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551809727780429122955180972778042912295518097277804291229551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfece6e-60e2-433e-a69f-351873f612af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29c221f6-dee4-4107-bcf4-9089cb0c986d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29c221f6-dee4-4107-bcf4-9089cb0c986d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9827403177156641917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917982740317715664191798274031771566419179827403177156641917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01530732-d7a9-4508-8171-e709dd18e480, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29c221f6-dee4-4107-bcf4-9089cb0c986d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be16f57d-9a39-4058-99ae-3f0d3b90b6a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be16f57d-9a39-4058-99ae-3f0d3b90b6a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16688761551639782508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508166887615516397825081668876155163978250816688761551639782508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4269f7e0-1a56-4ca7-9f5d-fc038c2f8031, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4269f7e0-1a56-4ca7-9f5d-fc038c2f8031, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5884122011028644037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037588412201102864403758841220110286440375884122011028644037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be16f57d-9a39-4058-99ae-3f0d3b90b6a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e6c6a9-502d-4ecd-8ff9-814a7bfdb0f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e6c6a9-502d-4ecd-8ff9-814a7bfdb0f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 751374427415344418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418751374427415344418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4269f7e0-1a56-4ca7-9f5d-fc038c2f8031, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8529e5aa-1c6e-4a10-80d2-59874e2f70f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8529e5aa-1c6e-4a10-80d2-59874e2f70f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385763083571296108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108103857630835712961081038576308357129610810385763083571296108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e6c6a9-502d-4ecd-8ff9-814a7bfdb0f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed21765e-a705-4292-8165-f72535571b6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed21765e-a705-4292-8165-f72535571b6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8124985997752981986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986812498599775298198681249859977529819868124985997752981986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8529e5aa-1c6e-4a10-80d2-59874e2f70f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed21765e-a705-4292-8165-f72535571b6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faf31aba-36c7-4e53-a2ef-6e0a0035731a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af768bc6-3ce3-49df-88a9-b12bd6081872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf31aba-36c7-4e53-a2ef-6e0a0035731a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922640516511523764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764922640516511523764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af768bc6-3ce3-49df-88a9-b12bd6081872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8328358890432316790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790832835889043231679083283588904323167908328358890432316790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf31aba-36c7-4e53-a2ef-6e0a0035731a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94823df4-746e-4c92-8e72-c025bc5fce25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94823df4-746e-4c92-8e72-c025bc5fce25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15902555877354431611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611159025558773544316111590255587735443161115902555877354431611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af768bc6-3ce3-49df-88a9-b12bd6081872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae464633-58f9-4db8-9863-22eb7a63c356, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae464633-58f9-4db8-9863-22eb7a63c356, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 165684603007890346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346165684603007890346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94823df4-746e-4c92-8e72-c025bc5fce25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba2ff3d-ae8c-4104-9530-3afcb62160b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba2ff3d-ae8c-4104-9530-3afcb62160b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831867651556955024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024583186765155695502458318676515569550245831867651556955024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae464633-58f9-4db8-9863-22eb7a63c356, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42abfd9b-4a0c-4346-86c0-29ce97a7ff85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42abfd9b-4a0c-4346-86c0-29ce97a7ff85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8760689660827747568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568876068966082774756887606896608277475688760689660827747568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba2ff3d-ae8c-4104-9530-3afcb62160b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42abfd9b-4a0c-4346-86c0-29ce97a7ff85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa7ed078-507b-4dd4-8e51-6018e4044130, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7ed078-507b-4dd4-8e51-6018e4044130, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10717161231033747338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338107171612310337473381071716123103374733810717161231033747338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e428b02-a590-4133-98ad-020b6d8b4e20, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e428b02-a590-4133-98ad-020b6d8b4e20, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956830762034554488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488139568307620345544881395683076203455448813956830762034554488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7ed078-507b-4dd4-8e51-6018e4044130, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254405fd-e997-447c-b495-18ce4fa6bb51, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254405fd-e997-447c-b495-18ce4fa6bb51, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058748942490016446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446140587489424900164461405874894249001644614058748942490016446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e428b02-a590-4133-98ad-020b6d8b4e20, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f69f6649-62e4-4948-a87b-dc67c0092ddc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69f6649-62e4-4948-a87b-dc67c0092ddc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2046097911712183824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824204609791171218382420460979117121838242046097911712183824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254405fd-e997-447c-b495-18ce4fa6bb51, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8a0a332-8efd-4bc1-82dc-ae68380ce4d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a0a332-8efd-4bc1-82dc-ae68380ce4d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5973209386341437215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215597320938634143721559732093863414372155973209386341437215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69f6649-62e4-4948-a87b-dc67c0092ddc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a0a332-8efd-4bc1-82dc-ae68380ce4d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fad0894-a12d-450f-99e4-f5bc021a1310, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fad0894-a12d-450f-99e4-f5bc021a1310, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17354000150276636816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816173540001502766368161735400015027663681617354000150276636816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c9605af-0878-4348-8e35-23ad861717d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9605af-0878-4348-8e35-23ad861717d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549237381981550211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211145492373819815502111454923738198155021114549237381981550211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fad0894-a12d-450f-99e4-f5bc021a1310, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 620194af-338a-4c94-ab7e-dd04e784151e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620194af-338a-4c94-ab7e-dd04e784151e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5841837506896960359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359584183750689696035958418375068969603595841837506896960359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9605af-0878-4348-8e35-23ad861717d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bfc038d-4953-40f3-9177-95bcef297c9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bfc038d-4953-40f3-9177-95bcef297c9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11281451769826271429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429112814517698262714291128145176982627142911281451769826271429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620194af-338a-4c94-ab7e-dd04e784151e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc084c61-6fba-4696-9211-024f9fd79dd8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc084c61-6fba-4696-9211-024f9fd79dd8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14727651823820992682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682147276518238209926821472765182382099268214727651823820992682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bfc038d-4953-40f3-9177-95bcef297c9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 196c08e6-cf7f-463b-bd38-948e0e37acee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 196c08e6-cf7f-463b-bd38-948e0e37acee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17227956680621279010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010172279566806212790101722795668062127901017227956680621279010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc084c61-6fba-4696-9211-024f9fd79dd8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd3ff5c9-eeeb-4918-a2d6-f24cad151e61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 196c08e6-cf7f-463b-bd38-948e0e37acee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd3ff5c9-eeeb-4918-a2d6-f24cad151e61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075245544281506778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778107524554428150677810752455442815067781075245544281506778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76636fe6-6c98-4f9d-96c9-9b3b787dfa3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76636fe6-6c98-4f9d-96c9-9b3b787dfa3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209330567107904753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753620933056710790475362093305671079047536209330567107904753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd3ff5c9-eeeb-4918-a2d6-f24cad151e61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 723155d7-a7e7-4a91-a941-0790b3f4f502, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723155d7-a7e7-4a91-a941-0790b3f4f502, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7734818081300048237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237773481808130004823777348180813000482377734818081300048237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76636fe6-6c98-4f9d-96c9-9b3b787dfa3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 356738fa-e270-4d4e-be16-47d924551aa4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356738fa-e270-4d4e-be16-47d924551aa4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10933281210847460415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415109332812108474604151093328121084746041510933281210847460415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723155d7-a7e7-4a91-a941-0790b3f4f502, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37be1f1c-8eea-43ad-b6c7-5d2a3d6ca0b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37be1f1c-8eea-43ad-b6c7-5d2a3d6ca0b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18087738771607939197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197180877387716079391971808773877160793919718087738771607939197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356738fa-e270-4d4e-be16-47d924551aa4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 934b7e2f-240e-4a58-a27e-482f9155eb36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934b7e2f-240e-4a58-a27e-482f9155eb36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454985647248605793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793445498564724860579344549856472486057934454985647248605793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37be1f1c-8eea-43ad-b6c7-5d2a3d6ca0b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcf49d4c-01cc-4dd9-ba6b-453e0f70bb98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf49d4c-01cc-4dd9-ba6b-453e0f70bb98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5214018751086923365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365521401875108692336552140187510869233655214018751086923365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf49d4c-01cc-4dd9-ba6b-453e0f70bb98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba04ba54-900c-4c34-86e1-24207b51d45a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934b7e2f-240e-4a58-a27e-482f9155eb36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba04ba54-900c-4c34-86e1-24207b51d45a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14778144998853437278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278147781449988534372781477814499885343727814778144998853437278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9035c38-1264-4e54-af5f-f89d5463ee94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9035c38-1264-4e54-af5f-f89d5463ee94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116134540776202813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813161161345407762028131611613454077620281316116134540776202813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba04ba54-900c-4c34-86e1-24207b51d45a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9035c38-1264-4e54-af5f-f89d5463ee94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f79a90c-3026-451a-885a-106065671df7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f79a90c-3026-451a-885a-106065671df7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7835276055431247721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721783527605543124772178352760554312477217835276055431247721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16887bc7-b340-4a01-ba99-6246f26e0db9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16887bc7-b340-4a01-ba99-6246f26e0db9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14839937068495217987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987148399370684952179871483993706849521798714839937068495217987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16887bc7-b340-4a01-ba99-6246f26e0db9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06aa5481-202f-4c71-af57-6a8d0df3bd15, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06aa5481-202f-4c71-af57-6a8d0df3bd15, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17405692731889981900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900174056927318899819001740569273188998190017405692731889981900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f79a90c-3026-451a-885a-106065671df7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ebb16fa-b08f-4cc3-9b74-e90cf3dee1cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebb16fa-b08f-4cc3-9b74-e90cf3dee1cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17836767183935471241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241178367671839354712411783676718393547124117836767183935471241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06aa5481-202f-4c71-af57-6a8d0df3bd15, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59de3de7-1b61-4a79-b9ee-09c21e264382, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59de3de7-1b61-4a79-b9ee-09c21e264382, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9164624943089295942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942916462494308929594291646249430892959429164624943089295942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebb16fa-b08f-4cc3-9b74-e90cf3dee1cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5975d0b6-1edd-4424-86a6-d6ebf7f9ca8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5975d0b6-1edd-4424-86a6-d6ebf7f9ca8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596894299834329879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879859689429983432987985968942998343298798596894299834329879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59de3de7-1b61-4a79-b9ee-09c21e264382, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 305b3687-4752-4a5a-8490-97b698a0c109, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305b3687-4752-4a5a-8490-97b698a0c109, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5360258226262348926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926536025822626234892653602582262623489265360258226262348926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5975d0b6-1edd-4424-86a6-d6ebf7f9ca8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2135dba9-8b60-458d-a676-cba921633a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2135dba9-8b60-458d-a676-cba921633a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1772431602044759806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806177243160204475980617724316020447598061772431602044759806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305b3687-4752-4a5a-8490-97b698a0c109, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcd2db00-758a-4a4f-97f6-7385003a6d7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd2db00-758a-4a4f-97f6-7385003a6d7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11936516821920236527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527119365168219202365271193651682192023652711936516821920236527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2135dba9-8b60-458d-a676-cba921633a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0d52c27-dec9-440b-b080-48f1baa4d731, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0d52c27-dec9-440b-b080-48f1baa4d731, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16942536571891405890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890169425365718914058901694253657189140589016942536571891405890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd2db00-758a-4a4f-97f6-7385003a6d7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0d52c27-dec9-440b-b080-48f1baa4d731, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f75b36c4-9e8d-432f-91c2-475c0e298154, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f75b36c4-9e8d-432f-91c2-475c0e298154, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3768495249721117149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149376849524972111714937684952497211171493768495249721117149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 030bce91-6694-4af9-9087-d1c5bce5e628, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030bce91-6694-4af9-9087-d1c5bce5e628, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12973013216095878498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498129730132160958784981297301321609587849812973013216095878498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f75b36c4-9e8d-432f-91c2-475c0e298154, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec3ac230-896e-4598-a1b1-fa4814fe74fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3ac230-896e-4598-a1b1-fa4814fe74fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8527646374676029479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479852764637467602947985276463746760294798527646374676029479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030bce91-6694-4af9-9087-d1c5bce5e628, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb6732f4-92c6-4e96-9324-d194551ea586, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb6732f4-92c6-4e96-9324-d194551ea586, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9642677854557464612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612964267785455746461296426778545574646129642677854557464612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3ac230-896e-4598-a1b1-fa4814fe74fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b54368b-67ca-4fe1-8a31-ebe5cf3a1e85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b54368b-67ca-4fe1-8a31-ebe5cf3a1e85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15571371956154363004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004155713719561543630041557137195615436300415571371956154363004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb6732f4-92c6-4e96-9324-d194551ea586, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e0c2e7a-f7d7-4ef0-8c0d-4b3d7f6d2dc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0c2e7a-f7d7-4ef0-8c0d-4b3d7f6d2dc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3867425907752507122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122386742590775250712238674259077525071223867425907752507122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b54368b-67ca-4fe1-8a31-ebe5cf3a1e85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a81c4f4-b509-4374-be06-e4a9bb222085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a81c4f4-b509-4374-be06-e4a9bb222085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4788270228414553320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320478827022841455332047882702284145533204788270228414553320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0c2e7a-f7d7-4ef0-8c0d-4b3d7f6d2dc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a81c4f4-b509-4374-be06-e4a9bb222085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d78f69e-81dd-4711-8b91-f454251a24dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57427133-db99-4d78-9196-4489f3c914d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d78f69e-81dd-4711-8b91-f454251a24dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2150237749137957384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384215023774913795738421502377491379573842150237749137957384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57427133-db99-4d78-9196-4489f3c914d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7907515958107505269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269790751595810750526979075159581075052697907515958107505269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d78f69e-81dd-4711-8b91-f454251a24dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57427133-db99-4d78-9196-4489f3c914d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dbdb1d7-4884-4c6b-a97a-136f5d7bc092, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dbdb1d7-4884-4c6b-a97a-136f5d7bc092, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7005105499022449594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594700510549902244959470051054990224495947005105499022449594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e08d8fb8-dd47-485e-8011-611f3d7c63d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e08d8fb8-dd47-485e-8011-611f3d7c63d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5455366433901064026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026545536643390106402654553664339010640265455366433901064026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dbdb1d7-4884-4c6b-a97a-136f5d7bc092, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9db05348-dbdd-4d9c-bb2f-c81639ea5ced, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db05348-dbdd-4d9c-bb2f-c81639ea5ced, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9881295020596183052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052988129502059618305298812950205961830529881295020596183052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e08d8fb8-dd47-485e-8011-611f3d7c63d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13cece24-bc04-4571-8dc0-3797cb200e49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13cece24-bc04-4571-8dc0-3797cb200e49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12784899744044584200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200127848997440445842001278489974404458420012784899744044584200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db05348-dbdd-4d9c-bb2f-c81639ea5ced, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a5e0678-7315-4a9f-8fca-39afaee8593b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5e0678-7315-4a9f-8fca-39afaee8593b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709718711409350938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938870971871140935093887097187114093509388709718711409350938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13cece24-bc04-4571-8dc0-3797cb200e49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0d22a5e-7304-4631-a345-16f09118ebf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0d22a5e-7304-4631-a345-16f09118ebf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6357154631156216023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023635715463115621602363571546311562160236357154631156216023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5e0678-7315-4a9f-8fca-39afaee8593b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1948272a-02c2-4fd0-9e2e-26a2e37f2247, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0d22a5e-7304-4631-a345-16f09118ebf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1948272a-02c2-4fd0-9e2e-26a2e37f2247, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16271833783391111631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631162718337833911116311627183378339111163116271833783391111631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ab9adc-c353-4977-8a8c-a1637e6b8c71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ab9adc-c353-4977-8a8c-a1637e6b8c71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1831632806427756012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012183163280642775601218316328064277560121831632806427756012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1948272a-02c2-4fd0-9e2e-26a2e37f2247, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 400a429d-fb59-4e92-968e-ecd6e9bdafab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400a429d-fb59-4e92-968e-ecd6e9bdafab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3858460503545626687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687385846050354562668738584605035456266873858460503545626687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ab9adc-c353-4977-8a8c-a1637e6b8c71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5461a00f-b183-45ac-ad0f-5d5199fe7870, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5461a00f-b183-45ac-ad0f-5d5199fe7870, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969506496829487011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011179695064968294870111796950649682948701117969506496829487011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400a429d-fb59-4e92-968e-ecd6e9bdafab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e0cd0c4-eabb-48bc-9b56-3a6ae6ace657, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0cd0c4-eabb-48bc-9b56-3a6ae6ace657, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5517685669434782249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249551768566943478224955176856694347822495517685669434782249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5461a00f-b183-45ac-ad0f-5d5199fe7870, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02fb1f02-174b-42f3-840d-90d55d00ce2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fb1f02-174b-42f3-840d-90d55d00ce2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946253327620270502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502994625332762027050299462533276202705029946253327620270502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0cd0c4-eabb-48bc-9b56-3a6ae6ace657, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 021e83f4-6560-4a27-ad21-c0ca0cf0e62a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021e83f4-6560-4a27-ad21-c0ca0cf0e62a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8730183039588556775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775873018303958855677587301830395885567758730183039588556775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fb1f02-174b-42f3-840d-90d55d00ce2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f45122d-1b4e-48c5-8026-be331cf5a4fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f45122d-1b4e-48c5-8026-be331cf5a4fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3244331155416568614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614324433115541656861432443311554165686143244331155416568614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021e83f4-6560-4a27-ad21-c0ca0cf0e62a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f154eacf-a76e-4fee-bf7d-6d8558f3d219, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f154eacf-a76e-4fee-bf7d-6d8558f3d219, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383915295821218140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140138391529582121814013839152958212181401383915295821218140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f45122d-1b4e-48c5-8026-be331cf5a4fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77581368-a121-496a-859b-9a404de27855, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77581368-a121-496a-859b-9a404de27855, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149069333202286145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145414906933320228614541490693332022861454149069333202286145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f154eacf-a76e-4fee-bf7d-6d8558f3d219, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77581368-a121-496a-859b-9a404de27855, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea54eff4-d3e5-43e9-9a3e-462181eac217, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea54eff4-d3e5-43e9-9a3e-462181eac217, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113689520286662344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344111136895202866623441111368952028666234411113689520286662344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b38adba7-defc-454d-bd7f-3acc72619de0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b38adba7-defc-454d-bd7f-3acc72619de0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16326265360377182985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985163262653603771829851632626536037718298516326265360377182985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea54eff4-d3e5-43e9-9a3e-462181eac217, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea1c072e-b82f-48b7-b3c5-de07a439f2f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea1c072e-b82f-48b7-b3c5-de07a439f2f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17728913413043748334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334177289134130437483341772891341304374833417728913413043748334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b38adba7-defc-454d-bd7f-3acc72619de0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 451076bf-e570-463f-84d5-9821607763d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451076bf-e570-463f-84d5-9821607763d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8272560568272190337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337827256056827219033782725605682721903378272560568272190337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea1c072e-b82f-48b7-b3c5-de07a439f2f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 459f70c3-0df8-40dd-be9d-ac265adbca4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459f70c3-0df8-40dd-be9d-ac265adbca4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14768331453311246423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423147683314533112464231476833145331124642314768331453311246423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451076bf-e570-463f-84d5-9821607763d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96b0c25-9c92-45cb-8f23-4f1ca342f3e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96b0c25-9c92-45cb-8f23-4f1ca342f3e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 793139941740512567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567793139941740512567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459f70c3-0df8-40dd-be9d-ac265adbca4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5a9342b-6630-4d65-9400-7a3232a8efed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a9342b-6630-4d65-9400-7a3232a8efed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15734515847601321227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227157345158476013212271573451584760132122715734515847601321227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96b0c25-9c92-45cb-8f23-4f1ca342f3e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d124579-5836-4977-b29b-23546b606e86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d124579-5836-4977-b29b-23546b606e86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5373231894904575484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484537323189490457548453732318949045754845373231894904575484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a9342b-6630-4d65-9400-7a3232a8efed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e10e0b20-5abf-460d-98f9-02dda071bb86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10e0b20-5abf-460d-98f9-02dda071bb86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11840359122029179022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022118403591220291790221184035912202917902211840359122029179022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d124579-5836-4977-b29b-23546b606e86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebed14e5-86a1-4872-ae68-25903de1a374, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebed14e5-86a1-4872-ae68-25903de1a374, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15065187352568857605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605150651873525688576051506518735256885760515065187352568857605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10e0b20-5abf-460d-98f9-02dda071bb86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df37bf6c-de7d-42f5-b631-5ff3c8bc4640, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df37bf6c-de7d-42f5-b631-5ff3c8bc4640, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11283623792688298390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390112836237926882983901128362379268829839011283623792688298390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebed14e5-86a1-4872-ae68-25903de1a374, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab4cdb22-9e27-4e92-b877-97f47c300f7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4cdb22-9e27-4e92-b877-97f47c300f7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6312825998290517114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114631282599829051711463128259982905171146312825998290517114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df37bf6c-de7d-42f5-b631-5ff3c8bc4640, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69c4f3c7-487e-47ca-b91c-232cb0ce287c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c4f3c7-487e-47ca-b91c-232cb0ce287c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16763020546414439045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045167630205464144390451676302054641443904516763020546414439045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4cdb22-9e27-4e92-b877-97f47c300f7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 17ec499c-cde2-49ed-8b58-991255bcf6fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ec499c-cde2-49ed-8b58-991255bcf6fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 385661233277272850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850385661233277272850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c4f3c7-487e-47ca-b91c-232cb0ce287c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b9498e5-a7ef-49e4-b0de-255ec1299617, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9498e5-a7ef-49e4-b0de-255ec1299617, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5748908961607843113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113574890896160784311357489089616078431135748908961607843113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ec499c-cde2-49ed-8b58-991255bcf6fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3698bc17-34ed-4429-8a8f-69444f836008, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3698bc17-34ed-4429-8a8f-69444f836008, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582185819476849181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181558218581947684918155821858194768491815582185819476849181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9498e5-a7ef-49e4-b0de-255ec1299617, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99f075e7-b65f-4f6b-a45e-7edfc103d0e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f075e7-b65f-4f6b-a45e-7edfc103d0e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2145487300609211024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024214548730060921102421454873006092110242145487300609211024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3698bc17-34ed-4429-8a8f-69444f836008, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e13c54fa-821f-400c-a052-93d07cd58d25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13c54fa-821f-400c-a052-93d07cd58d25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16430304732240073039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039164303047322400730391643030473224007303916430304732240073039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f075e7-b65f-4f6b-a45e-7edfc103d0e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8196dd1f-ebef-408d-b8fd-2de8f7d3b1c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8196dd1f-ebef-408d-b8fd-2de8f7d3b1c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255609475758236553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553102556094757582365531025560947575823655310255609475758236553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13c54fa-821f-400c-a052-93d07cd58d25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4567ef-ff3c-43cc-ae90-5a7b02061167, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4567ef-ff3c-43cc-ae90-5a7b02061167, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17198480964448170631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631171984809644481706311719848096444817063117198480964448170631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8196dd1f-ebef-408d-b8fd-2de8f7d3b1c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b200b0b-2624-4b20-bd53-809b550a7ba8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b200b0b-2624-4b20-bd53-809b550a7ba8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16277000980153587799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799162770009801535877991627700098015358779916277000980153587799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b200b0b-2624-4b20-bd53-809b550a7ba8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd8e4f48-b38d-436c-9f56-d06a0f255fe1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8e4f48-b38d-436c-9f56-d06a0f255fe1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4341766384825406296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296434176638482540629643417663848254062964341766384825406296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4567ef-ff3c-43cc-ae90-5a7b02061167, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e63181dc-b8ea-4b59-b4c2-b97ff0ef10bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8e4f48-b38d-436c-9f56-d06a0f255fe1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63181dc-b8ea-4b59-b4c2-b97ff0ef10bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7958466795136059137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137795846679513605913779584667951360591377958466795136059137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 508a9ee6-4af8-4d9a-8345-52de3854e443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508a9ee6-4af8-4d9a-8345-52de3854e443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020915289687295030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030180209152896872950301802091528968729503018020915289687295030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63181dc-b8ea-4b59-b4c2-b97ff0ef10bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508a9ee6-4af8-4d9a-8345-52de3854e443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dea63104-dbe4-4ed3-9e6a-856698e8074c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea63104-dbe4-4ed3-9e6a-856698e8074c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12534529904427282232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232125345299044272822321253452990442728223212534529904427282232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1720cb16-9c42-42f9-ab64-b5f703fd63e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1720cb16-9c42-42f9-ab64-b5f703fd63e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4791762793407440625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625479176279340744062547917627934074406254791762793407440625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea63104-dbe4-4ed3-9e6a-856698e8074c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c3a60a2-ec8f-4ddd-a485-94e5c542079d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1720cb16-9c42-42f9-ab64-b5f703fd63e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3a60a2-ec8f-4ddd-a485-94e5c542079d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1421577823479911065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065142157782347991106514215778234799110651421577823479911065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 111e6271-9668-44b6-b367-5dcd0ae0c09c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111e6271-9668-44b6-b367-5dcd0ae0c09c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14267805778208854991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991142678057782088549911426780577820885499114267805778208854991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111e6271-9668-44b6-b367-5dcd0ae0c09c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 622b5dae-560f-49f7-93cb-0a7c15db350d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3a60a2-ec8f-4ddd-a485-94e5c542079d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622b5dae-560f-49f7-93cb-0a7c15db350d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925786119629715996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996992578611962971599699257861196297159969925786119629715996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18113784-18b7-4ae7-a6eb-df49e21f9a08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18113784-18b7-4ae7-a6eb-df49e21f9a08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2457198643858136274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274245719864385813627424571986438581362742457198643858136274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622b5dae-560f-49f7-93cb-0a7c15db350d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49a50658-4472-444f-803e-83d7f9b40eb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a50658-4472-444f-803e-83d7f9b40eb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16512681618616092440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440165126816186160924401651268161861609244016512681618616092440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18113784-18b7-4ae7-a6eb-df49e21f9a08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dedd5dc2-02e9-4ee7-84ed-148649947ce4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dedd5dc2-02e9-4ee7-84ed-148649947ce4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326644958650905854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854143266449586509058541432664495865090585414326644958650905854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a50658-4472-444f-803e-83d7f9b40eb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d4ce021-8d37-4ebb-8a30-78404b399ba1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dedd5dc2-02e9-4ee7-84ed-148649947ce4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d4ce021-8d37-4ebb-8a30-78404b399ba1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12667786345620468594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594126677863456204685941266778634562046859412667786345620468594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9279d95-7273-4f86-9450-be8dd23fc8f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9279d95-7273-4f86-9450-be8dd23fc8f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009872956560136789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789200987295656013678920098729565601367892009872956560136789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d4ce021-8d37-4ebb-8a30-78404b399ba1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f169021-072f-4b15-b5e7-c1118d4d02ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9279d95-7273-4f86-9450-be8dd23fc8f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 841fe05a-b6ca-4056-bf17-b9a669f0ed4b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 841fe05a-b6ca-4056-bf17-b9a669f0ed4b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1237285848359988861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861123728584835998886112372858483599888611237285848359988861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f169021-072f-4b15-b5e7-c1118d4d02ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11686903832567143513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513116869038325671435131168690383256714351311686903832567143513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 841fe05a-b6ca-4056-bf17-b9a669f0ed4b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78904774-79a8-48e8-9b9a-09d38050aacb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78904774-79a8-48e8-9b9a-09d38050aacb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4606851857778242330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330460685185777824233046068518577782423304606851857778242330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78904774-79a8-48e8-9b9a-09d38050aacb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82da7feb-3186-4791-a07e-0e26b14cc65a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82da7feb-3186-4791-a07e-0e26b14cc65a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3504171218000821348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348350417121800082134835041712180008213483504171218000821348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f169021-072f-4b15-b5e7-c1118d4d02ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23e6afb5-3767-4a7c-980e-6e09ad68531d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e6afb5-3767-4a7c-980e-6e09ad68531d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12210339363932918616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616122103393639329186161221033936393291861612210339363932918616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82da7feb-3186-4791-a07e-0e26b14cc65a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f52e89-c5bd-4751-b04a-4edef6fe2934, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f52e89-c5bd-4751-b04a-4edef6fe2934, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15595637925495080650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650155956379254950806501559563792549508065015595637925495080650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e6afb5-3767-4a7c-980e-6e09ad68531d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec0abcf9-9d19-49c0-a315-8a448be084f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0abcf9-9d19-49c0-a315-8a448be084f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2800507860555046747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747280050786055504674728005078605550467472800507860555046747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f52e89-c5bd-4751-b04a-4edef6fe2934, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a614fc15-06df-4cc2-8ffa-35b34a279c1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a614fc15-06df-4cc2-8ffa-35b34a279c1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371186542428105292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292837118654242810529283711865424281052928371186542428105292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a614fc15-06df-4cc2-8ffa-35b34a279c1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef002ec5-510b-41f2-9c85-98531def684b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0abcf9-9d19-49c0-a315-8a448be084f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef002ec5-510b-41f2-9c85-98531def684b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120436585667753921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921512043658566775392151204365856677539215120436585667753921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a42460ed-af3e-410a-a722-78f0118a6de8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef002ec5-510b-41f2-9c85-98531def684b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 005e70da-44b1-4a15-ad3e-e4cef750612d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 005e70da-44b1-4a15-ad3e-e4cef750612d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1614159852700377362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362161415985270037736216141598527003773621614159852700377362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42460ed-af3e-410a-a722-78f0118a6de8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813336349104800145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145981333634910480014598133363491048001459813336349104800145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 005e70da-44b1-4a15-ad3e-e4cef750612d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 519f2830-b467-4881-a462-c004dd9fe4ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 519f2830-b467-4881-a462-c004dd9fe4ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471305336957671004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004147130533695767100414713053369576710041471305336957671004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42460ed-af3e-410a-a722-78f0118a6de8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fce8ca7-455d-4942-9ee6-59a181933d5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fce8ca7-455d-4942-9ee6-59a181933d5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2742596760050339372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372274259676005033937227425967600503393722742596760050339372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 519f2830-b467-4881-a462-c004dd9fe4ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90082441-c8e1-4b82-8521-db7d2c0d9d24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90082441-c8e1-4b82-8521-db7d2c0d9d24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3271179506993263304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304327117950699326330432711795069932633043271179506993263304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fce8ca7-455d-4942-9ee6-59a181933d5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4834119e-ff0b-4f94-82b5-cec34639757f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4834119e-ff0b-4f94-82b5-cec34639757f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1055401342692502887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887105540134269250288710554013426925028871055401342692502887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90082441-c8e1-4b82-8521-db7d2c0d9d24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1bc7ac4-220f-4a9a-a6ba-b44939bb6637, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1bc7ac4-220f-4a9a-a6ba-b44939bb6637, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6199495631200237351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351619949563120023735161994956312002373516199495631200237351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4834119e-ff0b-4f94-82b5-cec34639757f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6110b6e-9ed5-4f73-845e-f057a1c00a36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6110b6e-9ed5-4f73-845e-f057a1c00a36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13118993732160490155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155131189937321604901551311899373216049015513118993732160490155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1bc7ac4-220f-4a9a-a6ba-b44939bb6637, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc24130-26f7-4769-b373-5a499448a459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc24130-26f7-4769-b373-5a499448a459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4176163970134109799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799417616397013410979941761639701341097994176163970134109799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6110b6e-9ed5-4f73-845e-f057a1c00a36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d5c5907-adae-4be3-89de-298b26ef29a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5c5907-adae-4be3-89de-298b26ef29a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17197375541164516449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449171973755411645164491719737554116451644917197375541164516449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc24130-26f7-4769-b373-5a499448a459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11d79e4b-6ef8-49ce-8e2f-ec47ef642c2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d79e4b-6ef8-49ce-8e2f-ec47ef642c2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1743696079476564765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765174369607947656476517436960794765647651743696079476564765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5c5907-adae-4be3-89de-298b26ef29a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c36c3e9b-5fa2-45a0-8e17-0d8d65e882c5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36c3e9b-5fa2-45a0-8e17-0d8d65e882c5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17709504700524781368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368177095047005247813681770950470052478136817709504700524781368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d79e4b-6ef8-49ce-8e2f-ec47ef642c2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 227cc3b2-7650-471a-ac7f-050e373de9fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227cc3b2-7650-471a-ac7f-050e373de9fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18036497101311397747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747180364971013113977471803649710131139774718036497101311397747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36c3e9b-5fa2-45a0-8e17-0d8d65e882c5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd3f89e3-c87b-48a6-b479-ff74de0d7b1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227cc3b2-7650-471a-ac7f-050e373de9fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 69a841cd-58af-4cad-bd52-d0176824b617, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a841cd-58af-4cad-bd52-d0176824b617, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2331888352786278971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971233188835278627897123318883527862789712331888352786278971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3f89e3-c87b-48a6-b479-ff74de0d7b1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8474222580724150095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095847422258072415009584742225807241500958474222580724150095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a841cd-58af-4cad-bd52-d0176824b617, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97942f11-a4db-42dc-9676-536f041349fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97942f11-a4db-42dc-9676-536f041349fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 992062880116167739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739992062880116167739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3f89e3-c87b-48a6-b479-ff74de0d7b1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce7ee8b6-8da7-416f-bd56-6650da5f5fbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce7ee8b6-8da7-416f-bd56-6650da5f5fbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7573174038816925963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963757317403881692596375731740388169259637573174038816925963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce7ee8b6-8da7-416f-bd56-6650da5f5fbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 110f0ad1-2bc2-447d-9800-1716fd2684de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 110f0ad1-2bc2-447d-9800-1716fd2684de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669079415996676057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057266907941599667605726690794159966760572669079415996676057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97942f11-a4db-42dc-9676-536f041349fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 892a9a00-bff7-44c4-9e0c-5c98bfa99274, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892a9a00-bff7-44c4-9e0c-5c98bfa99274, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104053272218005625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625111040532722180056251110405327221800562511104053272218005625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 110f0ad1-2bc2-447d-9800-1716fd2684de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a51ac2a5-3de3-4149-8872-3153309e304c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51ac2a5-3de3-4149-8872-3153309e304c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10378377099429502161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161103783770994295021611037837709942950216110378377099429502161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892a9a00-bff7-44c4-9e0c-5c98bfa99274, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77446b4c-0bc3-4562-b784-073f50811ab3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77446b4c-0bc3-4562-b784-073f50811ab3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16623160628015819174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174166231606280158191741662316062801581917416623160628015819174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51ac2a5-3de3-4149-8872-3153309e304c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4a44397-7682-4ed8-88c8-586bd29f20e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a44397-7682-4ed8-88c8-586bd29f20e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6129396613861787938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938612939661386178793861293966138617879386129396613861787938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77446b4c-0bc3-4562-b784-073f50811ab3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed3fa277-056b-471b-aa73-af3e0763d2b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed3fa277-056b-471b-aa73-af3e0763d2b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 917485628988555360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360917485628988555360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a44397-7682-4ed8-88c8-586bd29f20e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e55cc384-356b-467e-9fa2-a49df655621d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55cc384-356b-467e-9fa2-a49df655621d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13805471776657493924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924138054717766574939241380547177665749392413805471776657493924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed3fa277-056b-471b-aa73-af3e0763d2b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5aa21b1-b872-4e39-80d9-edcd9fc85cf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aa21b1-b872-4e39-80d9-edcd9fc85cf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058716612534058956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956140587166125340589561405871661253405895614058716612534058956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55cc384-356b-467e-9fa2-a49df655621d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 747f4d3e-045a-4846-baa5-c8177d5e851c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747f4d3e-045a-4846-baa5-c8177d5e851c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595023891719018673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673175950238917190186731759502389171901867317595023891719018673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aa21b1-b872-4e39-80d9-edcd9fc85cf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8fbb86b-4ab4-479c-bf69-45aa8e070914, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8fbb86b-4ab4-479c-bf69-45aa8e070914, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15230323728661480850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850152303237286614808501523032372866148085015230323728661480850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8fbb86b-4ab4-479c-bf69-45aa8e070914, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a8e90ec-d256-40c5-8f9e-62f44188f49e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8e90ec-d256-40c5-8f9e-62f44188f49e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3461843898260009014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014346184389826000901434618438982600090143461843898260009014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747f4d3e-045a-4846-baa5-c8177d5e851c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 849c21db-1584-4d62-a24f-fde3b504e77c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849c21db-1584-4d62-a24f-fde3b504e77c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6738279025207511089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089673827902520751108967382790252075110896738279025207511089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8e90ec-d256-40c5-8f9e-62f44188f49e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 915a17e8-fd8a-43bb-b7aa-f0bfab9a1bf8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915a17e8-fd8a-43bb-b7aa-f0bfab9a1bf8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299157505646011410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410229915750564601141022991575056460114102299157505646011410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849c21db-1584-4d62-a24f-fde3b504e77c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ed985e-1eff-49ee-8391-6fd109404c2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ed985e-1eff-49ee-8391-6fd109404c2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443720145088215843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843844372014508821584384437201450882158438443720145088215843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915a17e8-fd8a-43bb-b7aa-f0bfab9a1bf8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca015fad-27ef-4584-bfb0-771deeaa66e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca015fad-27ef-4584-bfb0-771deeaa66e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036298536796107812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812203629853679610781220362985367961078122036298536796107812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ed985e-1eff-49ee-8391-6fd109404c2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf40fcc7-e734-46fd-8125-65bbea89a9f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf40fcc7-e734-46fd-8125-65bbea89a9f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12278886686121530167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167122788866861215301671227888668612153016712278886686121530167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca015fad-27ef-4584-bfb0-771deeaa66e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92b400c1-8e23-44ff-9ca0-14e0e7421f91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b400c1-8e23-44ff-9ca0-14e0e7421f91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7499845442821614128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128749984544282161412874998454428216141287499845442821614128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf40fcc7-e734-46fd-8125-65bbea89a9f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66f25f39-74b5-4412-b3c4-c1a4d68066c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f25f39-74b5-4412-b3c4-c1a4d68066c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1931577355323339995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995193157735532333999519315773553233399951931577355323339995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b400c1-8e23-44ff-9ca0-14e0e7421f91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5da4194a-b1f4-4009-8eed-e97b1199201e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da4194a-b1f4-4009-8eed-e97b1199201e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14353761511433755832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832143537615114337558321435376151143375583214353761511433755832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f25f39-74b5-4412-b3c4-c1a4d68066c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da4194a-b1f4-4009-8eed-e97b1199201e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537d0621-4586-4eeb-8209-dc427220f44e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42d59a9a-4b12-42e5-84f4-e7410d12468e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d59a9a-4b12-42e5-84f4-e7410d12468e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8449603442398392380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380844960344239839238084496034423983923808449603442398392380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537d0621-4586-4eeb-8209-dc427220f44e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12269368486493726096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096122693684864937260961226936848649372609612269368486493726096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d59a9a-4b12-42e5-84f4-e7410d12468e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537d0621-4586-4eeb-8209-dc427220f44e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb7c8355-1237-4505-8c48-6414dc9bbef1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb7c8355-1237-4505-8c48-6414dc9bbef1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802198584227285730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730138021985842272857301380219858422728573013802198584227285730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 153285b4-4afe-4084-8473-cbc9c7a16ae8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb7c8355-1237-4505-8c48-6414dc9bbef1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abd44ace-d47d-4f9d-b083-947d819d535f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd44ace-d47d-4f9d-b083-947d819d535f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15915122074785556189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189159151220747855561891591512207478555618915915122074785556189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153285b4-4afe-4084-8473-cbc9c7a16ae8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17193383507716854595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595171933835077168545951719338350771685459517193383507716854595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd44ace-d47d-4f9d-b083-947d819d535f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74931a3-e42a-4543-9397-ef3767a685b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74931a3-e42a-4543-9397-ef3767a685b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970782494452735220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220149707824944527352201497078249445273522014970782494452735220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153285b4-4afe-4084-8473-cbc9c7a16ae8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05f79f19-361e-4cb1-8fd1-6b12782c1d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f79f19-361e-4cb1-8fd1-6b12782c1d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8831547873832810846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846883154787383281084688315478738328108468831547873832810846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74931a3-e42a-4543-9397-ef3767a685b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 115ee3e2-88d2-4949-8181-d6dff9371664, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115ee3e2-88d2-4949-8181-d6dff9371664, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15019151551520254602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602150191515515202546021501915155152025460215019151551520254602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f79f19-361e-4cb1-8fd1-6b12782c1d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0062f251-8c5d-4851-ae59-f14d3d21885a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0062f251-8c5d-4851-ae59-f14d3d21885a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9860455641047965137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137986045564104796513798604556410479651379860455641047965137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115ee3e2-88d2-4949-8181-d6dff9371664, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6900365b-9a1a-4cc1-802c-d356bc955a4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6900365b-9a1a-4cc1-802c-d356bc955a4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13237860666029103106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106132378606660291031061323786066602910310613237860666029103106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0062f251-8c5d-4851-ae59-f14d3d21885a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 476a9ef2-2c5b-46a1-b28b-0678adaf3132, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6900365b-9a1a-4cc1-802c-d356bc955a4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476a9ef2-2c5b-46a1-b28b-0678adaf3132, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439278979355781214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214543927897935578121454392789793557812145439278979355781214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5e1742-ce86-4740-9c47-cd34d66ab6d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5e1742-ce86-4740-9c47-cd34d66ab6d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8158740612376939827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827815874061237693982781587406123769398278158740612376939827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5e1742-ce86-4740-9c47-cd34d66ab6d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9634d31e-74de-4f45-9202-085169b1380f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9634d31e-74de-4f45-9202-085169b1380f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8953649001918012548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548895364900191801254889536490019180125488953649001918012548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476a9ef2-2c5b-46a1-b28b-0678adaf3132, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba43f990-ea37-4808-aeae-8ac81d31f604, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba43f990-ea37-4808-aeae-8ac81d31f604, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14200203467986582653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653142002034679865826531420020346798658265314200203467986582653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9634d31e-74de-4f45-9202-085169b1380f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 24d7be5d-4bd5-47e0-9f21-e1f0962b3457, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d7be5d-4bd5-47e0-9f21-e1f0962b3457, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 368600915188989135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135368600915188989135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba43f990-ea37-4808-aeae-8ac81d31f604, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ee29f80-60a8-4ec3-9f6e-9c17506d430e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d7be5d-4bd5-47e0-9f21-e1f0962b3457, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee29f80-60a8-4ec3-9f6e-9c17506d430e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501967787053884791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791175019677870538847911750196778705388479117501967787053884791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9484032-71dc-4b39-b9c9-16d56d6257e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9484032-71dc-4b39-b9c9-16d56d6257e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12224445413345546091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091122244454133455460911222444541334554609112224445413345546091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee29f80-60a8-4ec3-9f6e-9c17506d430e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d99dcc7-a830-417a-8e3b-15edd4bbe04f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d99dcc7-a830-417a-8e3b-15edd4bbe04f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13291533997962746677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677132915339979627466771329153399796274667713291533997962746677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9484032-71dc-4b39-b9c9-16d56d6257e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 263c93ab-dff9-4f34-8f96-cd510f553daf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263c93ab-dff9-4f34-8f96-cd510f553daf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14196424091010784627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627141964240910107846271419642409101078462714196424091010784627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d99dcc7-a830-417a-8e3b-15edd4bbe04f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecdb7735-f515-4511-885e-61346dd4f3a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecdb7735-f515-4511-885e-61346dd4f3a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 53920872596665445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445539208725966654455392087259666544553920872596665445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263c93ab-dff9-4f34-8f96-cd510f553daf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5835b846-593c-4466-887d-74c81de7017b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5835b846-593c-4466-887d-74c81de7017b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10439182866585680069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069104391828665856800691043918286658568006910439182866585680069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecdb7735-f515-4511-885e-61346dd4f3a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bded043-e630-4cc2-be2b-1829086d0e0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bded043-e630-4cc2-be2b-1829086d0e0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13309984752034574050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050133099847520345740501330998475203457405013309984752034574050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5835b846-593c-4466-887d-74c81de7017b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a3c85d-326f-4b1d-8a6a-0a2114982e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a3c85d-326f-4b1d-8a6a-0a2114982e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17482607263063226179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179174826072630632261791748260726306322617917482607263063226179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bded043-e630-4cc2-be2b-1829086d0e0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d2b5324-b880-4094-a1f0-7c22812143e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2b5324-b880-4094-a1f0-7c22812143e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6542980686685162587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587654298068668516258765429806866851625876542980686685162587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a3c85d-326f-4b1d-8a6a-0a2114982e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bc6706f-4b0c-46ad-b05a-8584881c203c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc6706f-4b0c-46ad-b05a-8584881c203c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5254194936834310899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899525419493683431089952541949368343108995254194936834310899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2b5324-b880-4094-a1f0-7c22812143e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 995e837b-e469-4da8-a465-f04ea11cbf64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995e837b-e469-4da8-a465-f04ea11cbf64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601349615496941508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508360134961549694150836013496154969415083601349615496941508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc6706f-4b0c-46ad-b05a-8584881c203c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe2c9eab-b795-4708-a499-bac2f2c55f06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2c9eab-b795-4708-a499-bac2f2c55f06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14828245645288927549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549148282456452889275491482824564528892754914828245645288927549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995e837b-e469-4da8-a465-f04ea11cbf64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7df2d948-1da8-473a-8ae3-1034606f4a8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df2d948-1da8-473a-8ae3-1034606f4a8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302057761672519157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157123020577616725191571230205776167251915712302057761672519157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2c9eab-b795-4708-a499-bac2f2c55f06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df2d948-1da8-473a-8ae3-1034606f4a8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25256a7b-3790-4b0c-af81-a74c107cfe7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ff71c67-34bf-40be-bff0-697b0e5f22fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff71c67-34bf-40be-bff0-697b0e5f22fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901256855977354853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853490125685597735485349012568559773548534901256855977354853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25256a7b-3790-4b0c-af81-a74c107cfe7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4213057185296499288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288421305718529649928842130571852964992884213057185296499288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff71c67-34bf-40be-bff0-697b0e5f22fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d88dacf-9ef1-4ccb-8d9b-6a3aa3891b54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d88dacf-9ef1-4ccb-8d9b-6a3aa3891b54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12480609603079009196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196124806096030790091961248060960307900919612480609603079009196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25256a7b-3790-4b0c-af81-a74c107cfe7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b88983a8-416f-4b35-9cd5-5cad5b16ba82, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b88983a8-416f-4b35-9cd5-5cad5b16ba82, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739917966704421345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345117399179667044213451173991796670442134511739917966704421345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d88dacf-9ef1-4ccb-8d9b-6a3aa3891b54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df3f59fb-6fb5-4950-a69b-7b248d1ac976, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3f59fb-6fb5-4950-a69b-7b248d1ac976, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8125589221708129547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547812558922170812954781255892217081295478125589221708129547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b88983a8-416f-4b35-9cd5-5cad5b16ba82, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1058d5c3-5258-44c0-a131-f58c5283b6ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1058d5c3-5258-44c0-a131-f58c5283b6ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9513370106243520821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821951337010624352082195133701062435208219513370106243520821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3f59fb-6fb5-4950-a69b-7b248d1ac976, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 74841f9a-7f62-4628-ac21-86591c35c10a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74841f9a-7f62-4628-ac21-86591c35c10a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2681312021938244749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749268131202193824474926813120219382447492681312021938244749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1058d5c3-5258-44c0-a131-f58c5283b6ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efdcadf2-9fdc-4e6e-bd32-f815585ae302, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efdcadf2-9fdc-4e6e-bd32-f815585ae302, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10443567888415798507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507104435678884157985071044356788841579850710443567888415798507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74841f9a-7f62-4628-ac21-86591c35c10a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a88a815-91b8-434f-be8f-b82440e0974d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a88a815-91b8-434f-be8f-b82440e0974d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13764336597069140976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976137643365970691409761376433659706914097613764336597069140976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efdcadf2-9fdc-4e6e-bd32-f815585ae302, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90e7c01b-0eee-4fab-a4e1-607af6b11e2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e7c01b-0eee-4fab-a4e1-607af6b11e2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6887770647779233487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487688777064777923348768877706477792334876887770647779233487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a88a815-91b8-434f-be8f-b82440e0974d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6d2f1a8-b768-4085-854d-ed76bfa3573a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d2f1a8-b768-4085-854d-ed76bfa3573a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187441908316319084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084818744190831631908481874419083163190848187441908316319084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e7c01b-0eee-4fab-a4e1-607af6b11e2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf7641ae-fc6d-4282-a0f4-7d362d46d531, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7641ae-fc6d-4282-a0f4-7d362d46d531, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574626622966321631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631457462662296632163145746266229663216314574626622966321631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d2f1a8-b768-4085-854d-ed76bfa3573a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 251c058e-ac03-4a76-98c8-8b9646ee8434, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 251c058e-ac03-4a76-98c8-8b9646ee8434, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12184221256303090509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509121842212563030905091218422125630309050912184221256303090509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7641ae-fc6d-4282-a0f4-7d362d46d531, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94a9e32e-e93d-4f04-b42d-3abc6da3b03f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a9e32e-e93d-4f04-b42d-3abc6da3b03f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13598814754494335301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301135988147544943353011359881475449433530113598814754494335301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a9e32e-e93d-4f04-b42d-3abc6da3b03f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05d6673c-99fc-44fb-a340-bd6cc94af8f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d6673c-99fc-44fb-a340-bd6cc94af8f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6226147046084786844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844622614704608478684462261470460847868446226147046084786844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 251c058e-ac03-4a76-98c8-8b9646ee8434, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f5773dd-603d-4b6f-b042-1d2d1978b99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f5773dd-603d-4b6f-b042-1d2d1978b99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4741657126455468472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472474165712645546847247416571264554684724741657126455468472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d6673c-99fc-44fb-a340-bd6cc94af8f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8eb9eb5-44ab-424a-a05b-0284e5ce6ad2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8eb9eb5-44ab-424a-a05b-0284e5ce6ad2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6079294860185390958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958607929486018539095860792948601853909586079294860185390958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f5773dd-603d-4b6f-b042-1d2d1978b99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 949eb8c1-5f5e-4fc9-b8df-dd8da7d72c37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949eb8c1-5f5e-4fc9-b8df-dd8da7d72c37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772327496567420385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385167723274965674203851677232749656742038516772327496567420385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8eb9eb5-44ab-424a-a05b-0284e5ce6ad2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe2d77b9-6aa5-42dd-8848-558bd1bee71f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2d77b9-6aa5-42dd-8848-558bd1bee71f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6727033572519992901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901672703357251999290167270335725199929016727033572519992901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949eb8c1-5f5e-4fc9-b8df-dd8da7d72c37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95823ac8-23de-4f94-82ca-3ee6db11de61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95823ac8-23de-4f94-82ca-3ee6db11de61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139835408823778070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070813983540882377807081398354088237780708139835408823778070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2d77b9-6aa5-42dd-8848-558bd1bee71f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f142077a-9dcb-4355-a5d0-863a75d1038a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f142077a-9dcb-4355-a5d0-863a75d1038a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14970734445584783229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229149707344455847832291497073444558478322914970734445584783229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95823ac8-23de-4f94-82ca-3ee6db11de61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d216f1f1-3630-45ab-a77a-1862a1f8b1a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d216f1f1-3630-45ab-a77a-1862a1f8b1a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823032934470031030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030158230329344700310301582303293447003103015823032934470031030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f142077a-9dcb-4355-a5d0-863a75d1038a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1219af07-ba98-4114-972c-322b16742811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1219af07-ba98-4114-972c-322b16742811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12497217005363407391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391124972170053634073911249721700536340739112497217005363407391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d216f1f1-3630-45ab-a77a-1862a1f8b1a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6fa0f8-abf9-4c8f-9add-a197fa4ebc3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6fa0f8-abf9-4c8f-9add-a197fa4ebc3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16424914246402296466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466164249142464022964661642491424640229646616424914246402296466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1219af07-ba98-4114-972c-322b16742811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cb46517-8583-459a-8e0f-5e383b17ed74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb46517-8583-459a-8e0f-5e383b17ed74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716166637159852656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656371616663715985265637161666371598526563716166637159852656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6fa0f8-abf9-4c8f-9add-a197fa4ebc3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30ec2762-8b99-4f78-9428-dd365c52bdd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30ec2762-8b99-4f78-9428-dd365c52bdd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5366804822960894229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229536680482296089422953668048229608942295366804822960894229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb46517-8583-459a-8e0f-5e383b17ed74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef27707f-78f7-4845-bdba-6b747b6d1295, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef27707f-78f7-4845-bdba-6b747b6d1295, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11576380804208407931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931115763808042084079311157638080420840793111576380804208407931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30ec2762-8b99-4f78-9428-dd365c52bdd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 980467a0-b691-4020-ad5e-e26441ca72f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef27707f-78f7-4845-bdba-6b747b6d1295, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5b66625-7433-4bec-ae3c-217d55ba42f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b66625-7433-4bec-ae3c-217d55ba42f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8495848239207002609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609849584823920700260984958482392070026098495848239207002609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980467a0-b691-4020-ad5e-e26441ca72f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12749069266528858055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055127490692665288580551274906926652885805512749069266528858055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b66625-7433-4bec-ae3c-217d55ba42f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19f9baf0-e2c5-4012-9592-341640f18422, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980467a0-b691-4020-ad5e-e26441ca72f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ef6b024-197e-42e2-8d12-fa5ed8960e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ef6b024-197e-42e2-8d12-fa5ed8960e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6985114438018974060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060698511443801897406069851144380189740606985114438018974060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f9baf0-e2c5-4012-9592-341640f18422, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617322368775203172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172561732236877520317256173223687752031725617322368775203172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f9baf0-e2c5-4012-9592-341640f18422, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ef6b024-197e-42e2-8d12-fa5ed8960e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5cceb1a-94a5-4827-b13c-3c17ead923db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5cceb1a-94a5-4827-b13c-3c17ead923db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4326242530360198790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790432624253036019879043262425303601987904326242530360198790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92382531-dcc2-492c-847c-91225020a550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92382531-dcc2-492c-847c-91225020a550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5795105333320651115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115579510533332065111557951053333206511155795105333320651115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5cceb1a-94a5-4827-b13c-3c17ead923db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92382531-dcc2-492c-847c-91225020a550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2bdc1e7d-2a0d-4547-a8c6-2643da5556b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e9360e0-a433-4909-b2fc-3a61a59482f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bdc1e7d-2a0d-4547-a8c6-2643da5556b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14118653347006577267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267141186533470065772671411865334700657726714118653347006577267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9360e0-a433-4909-b2fc-3a61a59482f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14899643605717386333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333148996436057173863331489964360571738633314899643605717386333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bdc1e7d-2a0d-4547-a8c6-2643da5556b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e166e8-09c8-4275-b452-2b0354d33e55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e166e8-09c8-4275-b452-2b0354d33e55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2396882937578799324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324239688293757879932423968829375787993242396882937578799324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9360e0-a433-4909-b2fc-3a61a59482f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc873ed-ce40-43d1-b758-44acb78755f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc873ed-ce40-43d1-b758-44acb78755f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11824716601604241559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559118247166016042415591182471660160424155911824716601604241559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e166e8-09c8-4275-b452-2b0354d33e55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebaa6fc4-e868-45c8-a935-6692b4d0ed4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebaa6fc4-e868-45c8-a935-6692b4d0ed4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066784501307851034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034150667845013078510341506678450130785103415066784501307851034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc873ed-ce40-43d1-b758-44acb78755f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4868ee9c-cd7c-4e91-a481-2ad09979f85c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebaa6fc4-e868-45c8-a935-6692b4d0ed4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2fac3a-d903-4ca2-bd49-1846a5cdad1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2fac3a-d903-4ca2-bd49-1846a5cdad1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600105087270205261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261360010508727020526136001050872702052613600105087270205261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4868ee9c-cd7c-4e91-a481-2ad09979f85c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6000373821244416388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388600037382124441638860003738212444163886000373821244416388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2fac3a-d903-4ca2-bd49-1846a5cdad1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de13131c-09a8-4380-9b70-b8e8a01c8123, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4868ee9c-cd7c-4e91-a481-2ad09979f85c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1fea9d5-7cb1-4e62-82fb-f1891804d8fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de13131c-09a8-4380-9b70-b8e8a01c8123, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437577940077669118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118174375779400776691181743757794007766911817437577940077669118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fea9d5-7cb1-4e62-82fb-f1891804d8fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13996175904503827624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624139961759045038276241399617590450382762413996175904503827624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de13131c-09a8-4380-9b70-b8e8a01c8123, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d24018c8-62cc-4051-94ce-e44e024aea05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24018c8-62cc-4051-94ce-e44e024aea05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18317458244324699319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319183174582443246993191831745824432469931918317458244324699319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fea9d5-7cb1-4e62-82fb-f1891804d8fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8efc22c-740c-4e52-b460-9992e3644220, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8efc22c-740c-4e52-b460-9992e3644220, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4494950601072670784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784449495060107267078444949506010726707844494950601072670784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24018c8-62cc-4051-94ce-e44e024aea05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ce4866-4a1f-4f7c-8b79-2eaa4e4492c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ce4866-4a1f-4f7c-8b79-2eaa4e4492c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4476264835468334416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416447626483546833441644762648354683344164476264835468334416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8efc22c-740c-4e52-b460-9992e3644220, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03e51075-9a4a-4138-8e25-76896e3b1662, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e51075-9a4a-4138-8e25-76896e3b1662, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4581693952873833111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111458169395287383311145816939528738331114581693952873833111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ce4866-4a1f-4f7c-8b79-2eaa4e4492c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4651ab49-39af-42dd-8729-3cf2c557f894, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4651ab49-39af-42dd-8729-3cf2c557f894, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15477196788666704624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624154771967886667046241547719678866670462415477196788666704624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e51075-9a4a-4138-8e25-76896e3b1662, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e55d9ff-61a4-4361-b3c7-aa7b3858238c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e55d9ff-61a4-4361-b3c7-aa7b3858238c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431426803968519060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060114314268039685190601143142680396851906011431426803968519060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4651ab49-39af-42dd-8729-3cf2c557f894, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb58cb6e-df89-4684-b3c7-f53ff97d8fd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb58cb6e-df89-4684-b3c7-f53ff97d8fd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100193624910268214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214141001936249102682141410019362491026821414100193624910268214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e55d9ff-61a4-4361-b3c7-aa7b3858238c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 115b2060-58d2-4e66-91bc-8019f6ac0f5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115b2060-58d2-4e66-91bc-8019f6ac0f5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 406212365574781851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851406212365574781851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115b2060-58d2-4e66-91bc-8019f6ac0f5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ee6f7e7-c8a2-4e2e-89cd-8962b5b8aba3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee6f7e7-c8a2-4e2e-89cd-8962b5b8aba3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16861258804540506233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233168612588045405062331686125880454050623316861258804540506233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb58cb6e-df89-4684-b3c7-f53ff97d8fd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8223f7ec-411c-4398-9818-050b729ff387, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8223f7ec-411c-4398-9818-050b729ff387, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7587869234141192283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283758786923414119228375878692341411922837587869234141192283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee6f7e7-c8a2-4e2e-89cd-8962b5b8aba3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ff88469-444c-48c1-9d9c-3e07ea890e40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff88469-444c-48c1-9d9c-3e07ea890e40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1017478690800994262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262101747869080099426210174786908009942621017478690800994262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8223f7ec-411c-4398-9818-050b729ff387, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2126a997-9839-444a-891f-126650b9f16f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2126a997-9839-444a-891f-126650b9f16f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2979252421346600376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376297925242134660037629792524213466003762979252421346600376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff88469-444c-48c1-9d9c-3e07ea890e40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c1adfe6-7b94-40d9-bc2d-7c05dd51d02c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1adfe6-7b94-40d9-bc2d-7c05dd51d02c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15135510809293008459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459151355108092930084591513551080929300845915135510809293008459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2126a997-9839-444a-891f-126650b9f16f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f5705e7-633c-41d6-8ea7-fc9e8a52c07f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5705e7-633c-41d6-8ea7-fc9e8a52c07f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11545166551210526500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500115451665512105265001154516655121052650011545166551210526500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1adfe6-7b94-40d9-bc2d-7c05dd51d02c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 727b75a8-b5ae-4752-a94b-2097235be55a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 727b75a8-b5ae-4752-a94b-2097235be55a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18152923757629514340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340181529237576295143401815292375762951434018152923757629514340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5705e7-633c-41d6-8ea7-fc9e8a52c07f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 814fd301-363a-4566-b4ea-1e626fb1f838, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 814fd301-363a-4566-b4ea-1e626fb1f838, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421730411456795233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233842173041145679523384217304114567952338421730411456795233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 727b75a8-b5ae-4752-a94b-2097235be55a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9685401d-3fed-47b2-a0e0-f9c642aefdb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9685401d-3fed-47b2-a0e0-f9c642aefdb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640618229642482194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194764061822964248219476406182296424821947640618229642482194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 814fd301-363a-4566-b4ea-1e626fb1f838, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5bbde9a-0a14-4f9f-b372-dc5c8105a7f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5bbde9a-0a14-4f9f-b372-dc5c8105a7f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4049998323966723410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410404999832396672341040499983239667234104049998323966723410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9685401d-3fed-47b2-a0e0-f9c642aefdb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65a41a6d-da3e-421e-9cda-f5162ab75a0e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a41a6d-da3e-421e-9cda-f5162ab75a0e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020515048225355284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284110205150482253552841102051504822535528411020515048225355284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5bbde9a-0a14-4f9f-b372-dc5c8105a7f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66fd7146-83ac-4c44-9c15-091d89bfda93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fd7146-83ac-4c44-9c15-091d89bfda93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7361090287194484015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015736109028719448401573610902871944840157361090287194484015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a41a6d-da3e-421e-9cda-f5162ab75a0e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09edbcef-6309-4c45-92a7-0d7dcdfb93b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09edbcef-6309-4c45-92a7-0d7dcdfb93b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330107699102183441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441533010769910218344153301076991021834415330107699102183441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fd7146-83ac-4c44-9c15-091d89bfda93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3849537-b9a6-4713-8999-8583a4c0c609, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3849537-b9a6-4713-8999-8583a4c0c609, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503033376858701930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930503033376858701930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09edbcef-6309-4c45-92a7-0d7dcdfb93b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ffece38-4b2a-442c-9b7b-1aefe2267b95, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffece38-4b2a-442c-9b7b-1aefe2267b95, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2986506874517863068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068298650687451786306829865068745178630682986506874517863068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3849537-b9a6-4713-8999-8583a4c0c609, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a95595da-292a-4cc2-844a-d3dc4452cfe3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a95595da-292a-4cc2-844a-d3dc4452cfe3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295268910218042884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884929526891021804288492952689102180428849295268910218042884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffece38-4b2a-442c-9b7b-1aefe2267b95, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9559d14d-41b1-4b33-a5a4-58a8661ce5b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9559d14d-41b1-4b33-a5a4-58a8661ce5b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9054555115711433400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400905455511571143340090545551157114334009054555115711433400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a95595da-292a-4cc2-844a-d3dc4452cfe3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdf40ad6-6345-4d2c-bf29-c355db2c5270, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf40ad6-6345-4d2c-bf29-c355db2c5270, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9434830841238474766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766943483084123847476694348308412384747669434830841238474766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9559d14d-41b1-4b33-a5a4-58a8661ce5b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d18ee665-5cf7-4fec-a1d7-2001e8ac0d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18ee665-5cf7-4fec-a1d7-2001e8ac0d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5153332483037298973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973515333248303729897351533324830372989735153332483037298973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf40ad6-6345-4d2c-bf29-c355db2c5270, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db5f05cc-e3d0-48b4-9ed7-5ccce4b2df79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5f05cc-e3d0-48b4-9ed7-5ccce4b2df79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8505357309520863767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767850535730952086376785053573095208637678505357309520863767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18ee665-5cf7-4fec-a1d7-2001e8ac0d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 941ed9d4-52e7-46cc-ba07-2af7ecf92ec7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941ed9d4-52e7-46cc-ba07-2af7ecf92ec7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15002661777243044141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141150026617772430441411500266177724304414115002661777243044141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5f05cc-e3d0-48b4-9ed7-5ccce4b2df79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8285f574-a5fb-4188-a24d-59882b197e35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8285f574-a5fb-4188-a24d-59882b197e35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6642233401004694292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292664223340100469429266422334010046942926642233401004694292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941ed9d4-52e7-46cc-ba07-2af7ecf92ec7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4296312-a3cb-4460-a62e-a9fa01b50f7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4296312-a3cb-4460-a62e-a9fa01b50f7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7042946036254725240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240704294603625472524070429460362547252407042946036254725240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8285f574-a5fb-4188-a24d-59882b197e35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebe7ab6b-aed9-41c6-94cf-3b11ad9ccd97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebe7ab6b-aed9-41c6-94cf-3b11ad9ccd97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11699841262475035021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021116998412624750350211169984126247503502111699841262475035021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4296312-a3cb-4460-a62e-a9fa01b50f7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d25be8e-801a-4115-b5ba-653d8eab34e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d25be8e-801a-4115-b5ba-653d8eab34e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17371499870176240385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385173714998701762403851737149987017624038517371499870176240385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebe7ab6b-aed9-41c6-94cf-3b11ad9ccd97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de51d649-919a-4399-9e0f-2e14725d78d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de51d649-919a-4399-9e0f-2e14725d78d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10224742378125856245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245102247423781258562451022474237812585624510224742378125856245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d25be8e-801a-4115-b5ba-653d8eab34e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c5355d-9e6f-4b01-8a7a-1bf5ff2ebdfd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c5355d-9e6f-4b01-8a7a-1bf5ff2ebdfd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5610827422143515774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774561082742214351577456108274221435157745610827422143515774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de51d649-919a-4399-9e0f-2e14725d78d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc7475c4-12e6-4a1d-87ff-42aa73395fa6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7475c4-12e6-4a1d-87ff-42aa73395fa6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537184358624959185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185145371843586249591851453718435862495918514537184358624959185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c5355d-9e6f-4b01-8a7a-1bf5ff2ebdfd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, addb4387-75a5-4c75-9c52-316eb9ef556c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, addb4387-75a5-4c75-9c52-316eb9ef556c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14356640266600059915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915143566402666000599151435664026660005991514356640266600059915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7475c4-12e6-4a1d-87ff-42aa73395fa6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f5d99b4-19d5-438f-8b5e-179994cd242a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5d99b4-19d5-438f-8b5e-179994cd242a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108962688579187142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142610896268857918714261089626885791871426108962688579187142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, addb4387-75a5-4c75-9c52-316eb9ef556c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bffe1217-694c-41cb-a7b2-964079ab890f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffe1217-694c-41cb-a7b2-964079ab890f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12681734027851086495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495126817340278510864951268173402785108649512681734027851086495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5d99b4-19d5-438f-8b5e-179994cd242a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77f032c2-65ec-4c82-872b-76ceeb6df8b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f032c2-65ec-4c82-872b-76ceeb6df8b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485805436019720043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043485805436019720043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffe1217-694c-41cb-a7b2-964079ab890f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717345f2-ef5c-436b-bef5-03c713d74d58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717345f2-ef5c-436b-bef5-03c713d74d58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6283450218728644957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957628345021872864495762834502187286449576283450218728644957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f032c2-65ec-4c82-872b-76ceeb6df8b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff8fd67-378e-4690-8531-ad35e2cefcf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff8fd67-378e-4690-8531-ad35e2cefcf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3544021738039267192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192354402173803926719235440217380392671923544021738039267192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717345f2-ef5c-436b-bef5-03c713d74d58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4c54ec9-15b7-4e9b-a3b8-3fa34d660997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4c54ec9-15b7-4e9b-a3b8-3fa34d660997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9367134491234300125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125936713449123430012593671344912343001259367134491234300125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff8fd67-378e-4690-8531-ad35e2cefcf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 109aa258-1037-4641-b96a-3fca9e676a2f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4c54ec9-15b7-4e9b-a3b8-3fa34d660997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109aa258-1037-4641-b96a-3fca9e676a2f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7408796673727607287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287740879667372760728774087966737276072877408796673727607287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ddad2175-370e-4612-94b0-585d9fef2cbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad2175-370e-4612-94b0-585d9fef2cbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 181221854605840098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098181221854605840098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109aa258-1037-4641-b96a-3fca9e676a2f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9d0f74e-173b-4752-8e69-7e791788ac89, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d0f74e-173b-4752-8e69-7e791788ac89, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6298975068672575496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496629897506867257549662989750686725754966298975068672575496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad2175-370e-4612-94b0-585d9fef2cbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d0f74e-173b-4752-8e69-7e791788ac89, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a585c33-464b-4178-ab17-f3cdf8b002d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a585c33-464b-4178-ab17-f3cdf8b002d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15388672030741039754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754153886720307410397541538867203074103975415388672030741039754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1721483a-199a-43d1-b72f-00cb07f99ab8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1721483a-199a-43d1-b72f-00cb07f99ab8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16532866235440745786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786165328662354407457861653286623544074578616532866235440745786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a585c33-464b-4178-ab17-f3cdf8b002d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d45f28be-bcd6-49fa-ab31-866e4123c95c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45f28be-bcd6-49fa-ab31-866e4123c95c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199234204770263997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997219923420477026399721992342047702639972199234204770263997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1721483a-199a-43d1-b72f-00cb07f99ab8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45f28be-bcd6-49fa-ab31-866e4123c95c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2e4df46-2c1c-4eb6-a760-bd15470271ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9469291e-f5de-4ec5-b604-3f5fee117095, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9469291e-f5de-4ec5-b604-3f5fee117095, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611508956002712666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666166115089560027126661661150895600271266616611508956002712666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2e4df46-2c1c-4eb6-a760-bd15470271ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6890577146020498204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204689057714602049820468905771460204982046890577146020498204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9469291e-f5de-4ec5-b604-3f5fee117095, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2e4df46-2c1c-4eb6-a760-bd15470271ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fa372e3-4ae1-40c7-9df1-35271640d36f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa372e3-4ae1-40c7-9df1-35271640d36f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9187396455624397162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162918739645562439716291873964556243971629187396455624397162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0111e23-18e0-413d-835a-5323c81cacce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0111e23-18e0-413d-835a-5323c81cacce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 207062869288458789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789207062869288458789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa372e3-4ae1-40c7-9df1-35271640d36f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18c870fb-367d-4ca2-b6e3-0ea773d632de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c870fb-367d-4ca2-b6e3-0ea773d632de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11008166670186984343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343110081666701869843431100816667018698434311008166670186984343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0111e23-18e0-413d-835a-5323c81cacce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bab9670-12ba-4285-95ca-4805406c119c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bab9670-12ba-4285-95ca-4805406c119c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17119528416309554233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233171195284163095542331711952841630955423317119528416309554233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c870fb-367d-4ca2-b6e3-0ea773d632de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2222ef1-6a8d-4cc8-be29-def081609bca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2222ef1-6a8d-4cc8-be29-def081609bca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315538745095384847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847315538745095384847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bab9670-12ba-4285-95ca-4805406c119c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78658b0f-0a7d-42bc-9050-c4647ea78232, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78658b0f-0a7d-42bc-9050-c4647ea78232, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12644044377659724415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415126440443776597244151264404437765972441512644044377659724415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2222ef1-6a8d-4cc8-be29-def081609bca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d381a17-7cd3-4902-9205-165be9d1cd7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d381a17-7cd3-4902-9205-165be9d1cd7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1268511906304580063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063126851190630458006312685119063045800631268511906304580063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78658b0f-0a7d-42bc-9050-c4647ea78232, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fede242-1ec8-4ccd-92e0-03806424d1ba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fede242-1ec8-4ccd-92e0-03806424d1ba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17762058464702813640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640177620584647028136401776205846470281364017762058464702813640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d381a17-7cd3-4902-9205-165be9d1cd7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6743076-6a03-4dd2-a9b4-a6f558362d36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6743076-6a03-4dd2-a9b4-a6f558362d36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4162535836345728484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484416253583634572848441625358363457284844162535836345728484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fede242-1ec8-4ccd-92e0-03806424d1ba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6743076-6a03-4dd2-a9b4-a6f558362d36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e442861d-fece-4358-b33f-0fd588aa0837, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e442861d-fece-4358-b33f-0fd588aa0837, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4739879141276753380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380473987914127675338047398791412767533804739879141276753380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb0b744b-c828-43ee-9119-f2ddaf51a18c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb0b744b-c828-43ee-9119-f2ddaf51a18c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9423474337268090337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337942347433726809033794234743372680903379423474337268090337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e442861d-fece-4358-b33f-0fd588aa0837, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e29a8c4-82bf-4a69-810b-7a217f0c79bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e29a8c4-82bf-4a69-810b-7a217f0c79bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6172247422153264422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422617224742215326442261722474221532644226172247422153264422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb0b744b-c828-43ee-9119-f2ddaf51a18c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe23dd80-4566-4862-95f9-24be447ece18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe23dd80-4566-4862-95f9-24be447ece18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2671701703182136277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277267170170318213627726717017031821362772671701703182136277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e29a8c4-82bf-4a69-810b-7a217f0c79bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07b6fc53-afb6-47f3-bc60-bdacb2c963a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07b6fc53-afb6-47f3-bc60-bdacb2c963a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6923665110593574221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221692366511059357422169236651105935742216923665110593574221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe23dd80-4566-4862-95f9-24be447ece18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 556fef44-e586-427d-bc16-cfb20586e482, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556fef44-e586-427d-bc16-cfb20586e482, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475093533610958979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979144750935336109589791447509353361095897914475093533610958979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07b6fc53-afb6-47f3-bc60-bdacb2c963a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f36ef32-d450-4f24-940a-aa50e1233547, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f36ef32-d450-4f24-940a-aa50e1233547, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7221781256208637839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839722178125620863783972217812562086378397221781256208637839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556fef44-e586-427d-bc16-cfb20586e482, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d92702e-eb68-48f9-bd62-d941ab4ce202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d92702e-eb68-48f9-bd62-d941ab4ce202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14435504952095129270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270144355049520951292701443550495209512927014435504952095129270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f36ef32-d450-4f24-940a-aa50e1233547, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0714d603-6727-4e65-9b8c-907e20e4ba14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0714d603-6727-4e65-9b8c-907e20e4ba14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021829324787451755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755702182932478745175570218293247874517557021829324787451755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d92702e-eb68-48f9-bd62-d941ab4ce202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df19e698-c460-4bdb-b7f6-f68dc5409cd5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df19e698-c460-4bdb-b7f6-f68dc5409cd5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206954194162172920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920120695419416217292012069541941621729201206954194162172920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0714d603-6727-4e65-9b8c-907e20e4ba14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 153b3188-7303-477b-86aa-4edd54a89655, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153b3188-7303-477b-86aa-4edd54a89655, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2037385440693260610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610203738544069326061020373854406932606102037385440693260610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df19e698-c460-4bdb-b7f6-f68dc5409cd5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54e5f17-dd0e-4b3e-89ed-e2258f7d94c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54e5f17-dd0e-4b3e-89ed-e2258f7d94c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16261096483651716471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471162610964836517164711626109648365171647116261096483651716471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153b3188-7303-477b-86aa-4edd54a89655, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de31d588-325c-43ff-9454-aaae8e5c4baa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54e5f17-dd0e-4b3e-89ed-e2258f7d94c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f33dbeb-40a0-42f9-b179-842d8fef6073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f33dbeb-40a0-42f9-b179-842d8fef6073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713126086037609643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643137131260860376096431371312608603760964313713126086037609643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de31d588-325c-43ff-9454-aaae8e5c4baa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2493943937131076847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847249394393713107684724939439371310768472493943937131076847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f33dbeb-40a0-42f9-b179-842d8fef6073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa0ee420-dda1-4a13-85da-444ab7398761, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de31d588-325c-43ff-9454-aaae8e5c4baa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0ee420-dda1-4a13-85da-444ab7398761, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15750349734381725087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087157503497343817250871575034973438172508715750349734381725087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c7ea1b1-8f5c-46c5-a2cb-c68c91822f59, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7ea1b1-8f5c-46c5-a2cb-c68c91822f59, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16448365216953509821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821164483652169535098211644836521695350982116448365216953509821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0ee420-dda1-4a13-85da-444ab7398761, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0c41173-b4fb-489d-9f1e-437918049ca4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c41173-b4fb-489d-9f1e-437918049ca4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4430325329259320158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158443032532925932015844303253292593201584430325329259320158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7ea1b1-8f5c-46c5-a2cb-c68c91822f59, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c5f086e-5e52-4426-aeec-33de8a436822, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5f086e-5e52-4426-aeec-33de8a436822, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975218769737296922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922119752187697372969221197521876973729692211975218769737296922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c41173-b4fb-489d-9f1e-437918049ca4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b70729-6878-4875-a435-c2f4190be9db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b70729-6878-4875-a435-c2f4190be9db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17886611824678627425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425178866118246786274251788661182467862742517886611824678627425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5f086e-5e52-4426-aeec-33de8a436822, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b70729-6878-4875-a435-c2f4190be9db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93b23a61-f733-4e4e-802a-7a2af5fb329e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b23a61-f733-4e4e-802a-7a2af5fb329e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6229652037891806042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042622965203789180604262296520378918060426229652037891806042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38507100-7125-477a-970d-e73b5b84b7aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38507100-7125-477a-970d-e73b5b84b7aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5143925462261714500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500514392546226171450051439254622617145005143925462261714500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b23a61-f733-4e4e-802a-7a2af5fb329e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed78b839-b6db-4192-bf04-e63541f716e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed78b839-b6db-4192-bf04-e63541f716e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 697072928617625338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338697072928617625338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38507100-7125-477a-970d-e73b5b84b7aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba873174-04fd-4a23-9cd8-3100ffb1a394, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba873174-04fd-4a23-9cd8-3100ffb1a394, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1184081941746345832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832118408194174634583211840819417463458321184081941746345832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed78b839-b6db-4192-bf04-e63541f716e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8af3c40-b469-43e5-a99c-3a46f899b051, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8af3c40-b469-43e5-a99c-3a46f899b051, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11674288182287924099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099116742881822879240991167428818228792409911674288182287924099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba873174-04fd-4a23-9cd8-3100ffb1a394, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e649797-aa5b-4df0-8b20-f6089a599e3a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8af3c40-b469-43e5-a99c-3a46f899b051, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e649797-aa5b-4df0-8b20-f6089a599e3a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663721423735689336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336866372142373568933686637214237356893368663721423735689336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4752bef-3967-4944-81e5-fa7bc507b897, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4752bef-3967-4944-81e5-fa7bc507b897, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16925381877787635897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897169253818777876358971692538187778763589716925381877787635897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e649797-aa5b-4df0-8b20-f6089a599e3a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0396a22d-5582-423f-9cbf-69aa19ff4a2a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0396a22d-5582-423f-9cbf-69aa19ff4a2a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14708972160732827066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066147089721607328270661470897216073282706614708972160732827066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4752bef-3967-4944-81e5-fa7bc507b897, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0396a22d-5582-423f-9cbf-69aa19ff4a2a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 337f54a1-60a3-4d35-86e2-26b5e387e7ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337f54a1-60a3-4d35-86e2-26b5e387e7ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17965074491309833571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571179650744913098335711796507449130983357117965074491309833571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85782c1b-7ed7-4bf9-93d3-6753de81b5f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85782c1b-7ed7-4bf9-93d3-6753de81b5f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223941850270725767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767122239418502707257671222394185027072576712223941850270725767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337f54a1-60a3-4d35-86e2-26b5e387e7ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d230745-f10f-4098-87ef-85e442a1d663, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d230745-f10f-4098-87ef-85e442a1d663, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11633936793031265024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024116339367930312650241163393679303126502411633936793031265024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85782c1b-7ed7-4bf9-93d3-6753de81b5f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d76fd3f-400e-4ffa-bbbf-5db4691e1b91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d76fd3f-400e-4ffa-bbbf-5db4691e1b91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730045407599867591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591673004540759986759167300454075998675916730045407599867591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d230745-f10f-4098-87ef-85e442a1d663, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ed48255-f04b-4ca3-a63b-143f1f834287, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed48255-f04b-4ca3-a63b-143f1f834287, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17483485511134478356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356174834855111344783561748348551113447835617483485511134478356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d76fd3f-400e-4ffa-bbbf-5db4691e1b91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8f39d7-66f3-41af-b87f-f94cc2bb9a69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8f39d7-66f3-41af-b87f-f94cc2bb9a69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9168004529746310457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457916800452974631045791680045297463104579168004529746310457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed48255-f04b-4ca3-a63b-143f1f834287, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88e0e94f-8a4c-4580-a7a4-4e9c2ca1c907, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e0e94f-8a4c-4580-a7a4-4e9c2ca1c907, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4830512581803389368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368483051258180338936848305125818033893684830512581803389368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8f39d7-66f3-41af-b87f-f94cc2bb9a69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e62abd7-0937-4b77-91fe-03ad79348879, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e62abd7-0937-4b77-91fe-03ad79348879, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10988204181528132248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248109882041815281322481098820418152813224810988204181528132248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e0e94f-8a4c-4580-a7a4-4e9c2ca1c907, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe58e81a-3b67-4f47-8b01-05f12df5bbcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe58e81a-3b67-4f47-8b01-05f12df5bbcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14052823378033804794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794140528233780338047941405282337803380479414052823378033804794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e62abd7-0937-4b77-91fe-03ad79348879, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf35f7ca-e6b0-48b6-b684-433cdba7721d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf35f7ca-e6b0-48b6-b684-433cdba7721d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17128794142514804428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428171287941425148044281712879414251480442817128794142514804428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe58e81a-3b67-4f47-8b01-05f12df5bbcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 250ce528-b374-4c7a-b2f0-efc8ca7c2f5b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 250ce528-b374-4c7a-b2f0-efc8ca7c2f5b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719366216160296665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665171936621616029666517193662161602966651719366216160296665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf35f7ca-e6b0-48b6-b684-433cdba7721d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc081c6-933c-4061-ac0d-f39dd728f7c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc081c6-933c-4061-ac0d-f39dd728f7c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 441398666956378800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800441398666956378800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 250ce528-b374-4c7a-b2f0-efc8ca7c2f5b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e4327a6-ea59-4d07-8cb6-3f2595cc4159, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e4327a6-ea59-4d07-8cb6-3f2595cc4159, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11268697856200009181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181112686978562000091811126869785620000918111268697856200009181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc081c6-933c-4061-ac0d-f39dd728f7c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d019f74-7390-4762-aa22-cb214fe43fdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d019f74-7390-4762-aa22-cb214fe43fdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953172350353816023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023795317235035381602379531723503538160237953172350353816023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e4327a6-ea59-4d07-8cb6-3f2595cc4159, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d019f74-7390-4762-aa22-cb214fe43fdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a31eec1a-b2cd-48fe-92f4-28a6a6ec852e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1d7a1e2-ba75-473c-adfd-c6a094417be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a31eec1a-b2cd-48fe-92f4-28a6a6ec852e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576765285693076596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596857676528569307659685767652856930765968576765285693076596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d7a1e2-ba75-473c-adfd-c6a094417be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047905453486305000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000104790545348630500010479054534863050001047905453486305000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d7a1e2-ba75-473c-adfd-c6a094417be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149e3905-3f2c-430c-8138-28fb5bbbbc37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a31eec1a-b2cd-48fe-92f4-28a6a6ec852e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149e3905-3f2c-430c-8138-28fb5bbbbc37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8107467387466024890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890810746738746602489081074673874660248908107467387466024890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b268eda3-4273-4f04-a7ab-2f26ef40fbba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b268eda3-4273-4f04-a7ab-2f26ef40fbba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6354291723227003267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267635429172322700326763542917232270032676354291723227003267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149e3905-3f2c-430c-8138-28fb5bbbbc37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b268eda3-4273-4f04-a7ab-2f26ef40fbba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 342e554c-a313-467e-b090-5f9396bc814c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ef0c28-5931-4106-9aae-b3d74f36165b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ef0c28-5931-4106-9aae-b3d74f36165b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4602994367129544217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217460299436712954421746029943671295442174602994367129544217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342e554c-a313-467e-b090-5f9396bc814c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2302448643882410923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923230244864388241092323024486438824109232302448643882410923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342e554c-a313-467e-b090-5f9396bc814c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8055f4b6-296d-4129-a77e-9ed0fe78d79c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8055f4b6-296d-4129-a77e-9ed0fe78d79c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12140646304080442368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368121406463040804423681214064630408044236812140646304080442368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ef0c28-5931-4106-9aae-b3d74f36165b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d513d2d-681c-44e9-a340-b7d10651c25e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d513d2d-681c-44e9-a340-b7d10651c25e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218232075712410548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548421823207571241054842182320757124105484218232075712410548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8055f4b6-296d-4129-a77e-9ed0fe78d79c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ea8d309-c73e-4b2d-a7b3-19fab029b0a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d513d2d-681c-44e9-a340-b7d10651c25e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea8d309-c73e-4b2d-a7b3-19fab029b0a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12173167115203500472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472121731671152035004721217316711520350047212173167115203500472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83aa99ca-9331-478c-a470-e4d9ec7f2cc9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83aa99ca-9331-478c-a470-e4d9ec7f2cc9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14191642646122328198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198141916426461223281981419164264612232819814191642646122328198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea8d309-c73e-4b2d-a7b3-19fab029b0a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07dbc00c-971e-4346-a4c7-854d3f6e2728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07dbc00c-971e-4346-a4c7-854d3f6e2728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14130052647026525754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754141300526470265257541413005264702652575414130052647026525754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83aa99ca-9331-478c-a470-e4d9ec7f2cc9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e352b409-108e-4ad2-bb4d-cc629d0788bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e352b409-108e-4ad2-bb4d-cc629d0788bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13613711478648168915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915136137114786481689151361371147864816891513613711478648168915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07dbc00c-971e-4346-a4c7-854d3f6e2728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e2c4166-df56-4173-9c47-9ef33fde0aa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2c4166-df56-4173-9c47-9ef33fde0aa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889306853679868513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513188930685367986851318893068536798685131889306853679868513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e352b409-108e-4ad2-bb4d-cc629d0788bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0fce6296-0bb4-4ae3-885a-a29fbc9bc142, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fce6296-0bb4-4ae3-885a-a29fbc9bc142, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1788574343276760840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840178857434327676084017885743432767608401788574343276760840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2c4166-df56-4173-9c47-9ef33fde0aa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e59924a-6132-41a8-a6e5-a97005881b21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e59924a-6132-41a8-a6e5-a97005881b21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18016731996988968608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608180167319969889686081801673199698896860818016731996988968608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fce6296-0bb4-4ae3-885a-a29fbc9bc142, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75e5bdcd-4e5f-4897-9eaf-b0437f985912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e5bdcd-4e5f-4897-9eaf-b0437f985912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807756147674762475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475180775614767476247518077561476747624751807756147674762475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e59924a-6132-41a8-a6e5-a97005881b21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e5bdcd-4e5f-4897-9eaf-b0437f985912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28116a63-41f9-4eb4-92b6-3ccc6cd31729, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28116a63-41f9-4eb4-92b6-3ccc6cd31729, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2247956235658862888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888224795623565886288822479562356588628882247956235658862888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85b26cb2-c3b0-458d-b24a-c89f3a463d0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b26cb2-c3b0-458d-b24a-c89f3a463d0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3986649702350314954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954398664970235031495439866497023503149543986649702350314954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28116a63-41f9-4eb4-92b6-3ccc6cd31729, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd08602-f2fc-4c8a-b429-f699f604dea5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd08602-f2fc-4c8a-b429-f699f604dea5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1462698582563581116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116146269858256358111614626985825635811161462698582563581116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd08602-f2fc-4c8a-b429-f699f604dea5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82be95be-7496-400b-924b-ca8cbfd07b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82be95be-7496-400b-924b-ca8cbfd07b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 768523424650675160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160768523424650675160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b26cb2-c3b0-458d-b24a-c89f3a463d0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2123593-6b6d-4649-b651-3ccf01d7f8bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2123593-6b6d-4649-b651-3ccf01d7f8bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219568522524488792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792821956852252448879282195685225244887928219568522524488792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82be95be-7496-400b-924b-ca8cbfd07b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee4e9696-2601-4763-a9a5-1e456c0a1d2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2123593-6b6d-4649-b651-3ccf01d7f8bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc1e6be6-0211-47fc-b66a-5513cfa0d2ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1e6be6-0211-47fc-b66a-5513cfa0d2ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158593145381324480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480111585931453813244801115859314538132448011158593145381324480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4e9696-2601-4763-a9a5-1e456c0a1d2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4235400808763408251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251423540080876340825142354008087634082514235400808763408251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4e9696-2601-4763-a9a5-1e456c0a1d2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d5da3e3-9557-424a-acad-090af620e06b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d5da3e3-9557-424a-acad-090af620e06b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6973610471383139136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136697361047138313913669736104713831391366973610471383139136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1e6be6-0211-47fc-b66a-5513cfa0d2ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5a5232-314d-4b32-b874-fecf5f6ee253, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5a5232-314d-4b32-b874-fecf5f6ee253, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16600574891010161200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200166005748910101612001660057489101016120016600574891010161200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d5da3e3-9557-424a-acad-090af620e06b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4665fc8-9674-4923-9ece-743968f186dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4665fc8-9674-4923-9ece-743968f186dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9839217118948034985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985983921711894803498598392171189480349859839217118948034985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5a5232-314d-4b32-b874-fecf5f6ee253, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a328f199-4977-495d-9e42-f5a015f922a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a328f199-4977-495d-9e42-f5a015f922a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11120925067005056754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754111209250670050567541112092506700505675411120925067005056754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4665fc8-9674-4923-9ece-743968f186dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a328f199-4977-495d-9e42-f5a015f922a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8971e91f-7025-4174-8143-6f6505436b44, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8971e91f-7025-4174-8143-6f6505436b44, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16263845973065490045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045162638459730654900451626384597306549004516263845973065490045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fdc4bf9-123f-4b52-a9f6-30d2155e06de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fdc4bf9-123f-4b52-a9f6-30d2155e06de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7789232507680528546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546778923250768052854677892325076805285467789232507680528546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8971e91f-7025-4174-8143-6f6505436b44, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d64c3e5f-7974-44ed-96f1-10c1d40d9397, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d64c3e5f-7974-44ed-96f1-10c1d40d9397, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17283949745780982632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632172839497457809826321728394974578098263217283949745780982632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fdc4bf9-123f-4b52-a9f6-30d2155e06de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b4d878a-16e0-471f-8d44-6fd407ef9a1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4d878a-16e0-471f-8d44-6fd407ef9a1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379325616166846301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301937932561616684630193793256161668463019379325616166846301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d64c3e5f-7974-44ed-96f1-10c1d40d9397, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff6ac23d-f940-4d91-9e18-be184a1bedc5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6ac23d-f940-4d91-9e18-be184a1bedc5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6472158682265346436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436647215868226534643664721586822653464366472158682265346436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4d878a-16e0-471f-8d44-6fd407ef9a1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a6cd0c-dab8-4dad-9d5b-9497bcf3ddf0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a6cd0c-dab8-4dad-9d5b-9497bcf3ddf0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13104652036053795721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721131046520360537957211310465203605379572113104652036053795721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6ac23d-f940-4d91-9e18-be184a1bedc5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a6cd0c-dab8-4dad-9d5b-9497bcf3ddf0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 020116af-a9f5-4f49-a0cd-56b34ee93a27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020116af-a9f5-4f49-a0cd-56b34ee93a27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074957598219407621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621180749575982194076211807495759821940762118074957598219407621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3e59e2c-c7b0-4107-9efa-58a8d44fa90b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e59e2c-c7b0-4107-9efa-58a8d44fa90b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725152883073836586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586472515288307383658647251528830738365864725152883073836586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020116af-a9f5-4f49-a0cd-56b34ee93a27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b875dd4e-15b4-48e6-8f0b-b4db6430d147, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b875dd4e-15b4-48e6-8f0b-b4db6430d147, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5898163134420089689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689589816313442008968958981631344200896895898163134420089689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e59e2c-c7b0-4107-9efa-58a8d44fa90b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29cbca60-b37f-4b1e-86f8-be97e4ff27ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29cbca60-b37f-4b1e-86f8-be97e4ff27ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3463964131266911012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012346396413126691101234639641312669110123463964131266911012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29cbca60-b37f-4b1e-86f8-be97e4ff27ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47e0430-b062-4455-86ad-d00a941ed126, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47e0430-b062-4455-86ad-d00a941ed126, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18165200042058422353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353181652000420584223531816520004205842235318165200042058422353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b875dd4e-15b4-48e6-8f0b-b4db6430d147, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42c5bd27-9d83-4ed0-9ed7-8df5663984f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c5bd27-9d83-4ed0-9ed7-8df5663984f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925661334094884063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063992566133409488406399256613340948840639925661334094884063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47e0430-b062-4455-86ad-d00a941ed126, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0efea14f-10d6-4306-9b70-a22cef68ef43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0efea14f-10d6-4306-9b70-a22cef68ef43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129846215632292972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972171298462156322929721712984621563229297217129846215632292972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c5bd27-9d83-4ed0-9ed7-8df5663984f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a466dbf-53c2-46bf-951e-715c815f611f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a466dbf-53c2-46bf-951e-715c815f611f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905273539347775346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346139052735393477753461390527353934777534613905273539347775346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0efea14f-10d6-4306-9b70-a22cef68ef43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81f31004-875a-4575-a274-519ce7bc053a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f31004-875a-4575-a274-519ce7bc053a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7318364375850585389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389731836437585058538973183643758505853897318364375850585389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a466dbf-53c2-46bf-951e-715c815f611f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e85337e4-a251-422e-bf07-c715ac6b1986, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85337e4-a251-422e-bf07-c715ac6b1986, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753633272706916201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201675363327270691620167536332727069162016753633272706916201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f31004-875a-4575-a274-519ce7bc053a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67441f96-e66e-4899-bf5f-74066ed76c08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67441f96-e66e-4899-bf5f-74066ed76c08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347495989323237057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057123474959893232370571234749598932323705712347495989323237057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85337e4-a251-422e-bf07-c715ac6b1986, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b06fab0-1895-4db0-985a-ff70d2fe5eae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b06fab0-1895-4db0-985a-ff70d2fe5eae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15514361166264252711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711155143611662642527111551436116626425271115514361166264252711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67441f96-e66e-4899-bf5f-74066ed76c08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91133cb2-a12f-4758-bedb-2451e0698c9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91133cb2-a12f-4758-bedb-2451e0698c9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506687101050164168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168650668710105016416865066871010501641686506687101050164168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b06fab0-1895-4db0-985a-ff70d2fe5eae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91133cb2-a12f-4758-bedb-2451e0698c9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d4b110d-eb33-4557-aadf-8e03ba2bd955, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4b110d-eb33-4557-aadf-8e03ba2bd955, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7095715140317730202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202709571514031773020270957151403177302027095715140317730202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90fedc28-8cf2-491c-96ab-3f448d5aa2c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90fedc28-8cf2-491c-96ab-3f448d5aa2c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18440132920033491044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044184401329200334910441844013292003349104418440132920033491044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90fedc28-8cf2-491c-96ab-3f448d5aa2c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b8e89ca-23ee-4754-bc8c-ed2f3c91dcb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8e89ca-23ee-4754-bc8c-ed2f3c91dcb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711672311548945302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302167116723115489453021671167231154894530216711672311548945302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4b110d-eb33-4557-aadf-8e03ba2bd955, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8e89ca-23ee-4754-bc8c-ed2f3c91dcb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 697122b0-0114-4885-bd2a-e3aa5baa2882, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697122b0-0114-4885-bd2a-e3aa5baa2882, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3007820301005768949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949300782030100576894930078203010057689493007820301005768949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bdd5db4-5639-4f7c-8467-3a53bafb4dc4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdd5db4-5639-4f7c-8467-3a53bafb4dc4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020801723089662497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497110208017230896624971102080172308966249711020801723089662497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdd5db4-5639-4f7c-8467-3a53bafb4dc4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be070a89-7eca-40eb-af92-50b1074ab5ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be070a89-7eca-40eb-af92-50b1074ab5ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1214418312831245049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049121441831283124504912144183128312450491214418312831245049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697122b0-0114-4885-bd2a-e3aa5baa2882, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55e34fb5-ebab-48e9-8ff2-93593fe1bff6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e34fb5-ebab-48e9-8ff2-93593fe1bff6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7686106468290494883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883768610646829049488376861064682904948837686106468290494883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be070a89-7eca-40eb-af92-50b1074ab5ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b680aabd-0ba4-4e4d-80d5-3688b64f39ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e34fb5-ebab-48e9-8ff2-93593fe1bff6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19184f79-d24c-41c8-bc19-7473d12b88cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19184f79-d24c-41c8-bc19-7473d12b88cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1204423052095203012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012120442305209520301212044230520952030121204423052095203012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b680aabd-0ba4-4e4d-80d5-3688b64f39ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12105919438103506946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946121059194381035069461210591943810350694612105919438103506946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19184f79-d24c-41c8-bc19-7473d12b88cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b680aabd-0ba4-4e4d-80d5-3688b64f39ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b92f068-a1e0-49e4-b0cc-61e468eaf4fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b92f068-a1e0-49e4-b0cc-61e468eaf4fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11818900054299727986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986118189000542997279861181890005429972798611818900054299727986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7397add8-f905-4905-abdf-b336be74236f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7397add8-f905-4905-abdf-b336be74236f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7373411742089451495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495737341174208945149573734117420894514957373411742089451495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b92f068-a1e0-49e4-b0cc-61e468eaf4fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4792cb2-ff1c-4751-9e7c-fdfb35c2ada5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4792cb2-ff1c-4751-9e7c-fdfb35c2ada5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5593714771328041865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865559371477132804186555937147713280418655593714771328041865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7397add8-f905-4905-abdf-b336be74236f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 364de379-21cd-4190-a58e-baff1091e2b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364de379-21cd-4190-a58e-baff1091e2b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7820275301396113992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992782027530139611399278202753013961139927820275301396113992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4792cb2-ff1c-4751-9e7c-fdfb35c2ada5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68664c1e-2ce1-4f1b-ba27-1985710b342a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68664c1e-2ce1-4f1b-ba27-1985710b342a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866136410821374338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338178661364108213743381786613641082137433817866136410821374338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364de379-21cd-4190-a58e-baff1091e2b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68664c1e-2ce1-4f1b-ba27-1985710b342a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbc12d53-bb86-42f8-80d4-6bb25a90f685, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc12d53-bb86-42f8-80d4-6bb25a90f685, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964979469290028138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138159649794692900281381596497946929002813815964979469290028138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3730c03a-dd3c-4932-b7d7-0296e11d2741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3730c03a-dd3c-4932-b7d7-0296e11d2741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6115528885291861598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598611552888529186159861155288852918615986115528885291861598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc12d53-bb86-42f8-80d4-6bb25a90f685, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3730c03a-dd3c-4932-b7d7-0296e11d2741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 241de567-cc95-4750-a48b-7390fd65492a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241de567-cc95-4750-a48b-7390fd65492a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15666878028135306774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774156668780281353067741566687802813530677415666878028135306774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 613fcc7c-fc1d-4e68-a473-745fadda0074, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613fcc7c-fc1d-4e68-a473-745fadda0074, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1509990163279849001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001150999016327984900115099901632798490011509990163279849001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241de567-cc95-4750-a48b-7390fd65492a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 030b01ae-bc84-4fbf-8d06-77517d251e9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 030b01ae-bc84-4fbf-8d06-77517d251e9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648989739178919722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722116489897391789197221164898973917891972211648989739178919722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613fcc7c-fc1d-4e68-a473-745fadda0074, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c05561d-533f-4e42-a1c3-aba9f36dd248, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 030b01ae-bc84-4fbf-8d06-77517d251e9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4827c707-b3dd-41f5-83ae-9d505dbd12de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c05561d-533f-4e42-a1c3-aba9f36dd248, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14640415954436944734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734146404159544369447341464041595443694473414640415954436944734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4827c707-b3dd-41f5-83ae-9d505dbd12de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651120694747916302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302126511206947479163021265112069474791630212651120694747916302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c05561d-533f-4e42-a1c3-aba9f36dd248, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4827c707-b3dd-41f5-83ae-9d505dbd12de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc307199-d7b6-4bfd-b9ac-0c3731df103b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc307199-d7b6-4bfd-b9ac-0c3731df103b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 864637577093095750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750864637577093095750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c6115dcc-ce4b-474d-8502-fa3b5ea85e92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6115dcc-ce4b-474d-8502-fa3b5ea85e92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15633701480358147136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136156337014803581471361563370148035814713615633701480358147136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc307199-d7b6-4bfd-b9ac-0c3731df103b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5b44384-f1f5-4e23-9a4d-a7453b263617, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b44384-f1f5-4e23-9a4d-a7453b263617, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4611959108195352363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363461195910819535236346119591081953523634611959108195352363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6115dcc-ce4b-474d-8502-fa3b5ea85e92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71a2934a-b9e4-44f6-8b4b-e8c8dfe8c310, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a2934a-b9e4-44f6-8b4b-e8c8dfe8c310, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15407833161996698514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514154078331619966985141540783316199669851415407833161996698514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b44384-f1f5-4e23-9a4d-a7453b263617, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fabd6e2-d144-4585-9b8d-fc706623a7a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fabd6e2-d144-4585-9b8d-fc706623a7a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4306417813569551016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016430641781356955101643064178135695510164306417813569551016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a2934a-b9e4-44f6-8b4b-e8c8dfe8c310, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 658f854c-e82e-40bd-9479-173f99f62014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658f854c-e82e-40bd-9479-173f99f62014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2538727671227869567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567253872767122786956725387276712278695672538727671227869567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fabd6e2-d144-4585-9b8d-fc706623a7a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658f854c-e82e-40bd-9479-173f99f62014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f7cdfed-f828-4c30-b4ea-dbe815f197e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f7cdfed-f828-4c30-b4ea-dbe815f197e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 561113593953539099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099561113593953539099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4457747-1e1b-46a5-b728-64b80ecad00c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4457747-1e1b-46a5-b728-64b80ecad00c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7755847879623997569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569775584787962399756977558478796239975697755847879623997569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f7cdfed-f828-4c30-b4ea-dbe815f197e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b45a2f9e-cdb9-470b-9ce9-f6747b8bcab6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45a2f9e-cdb9-470b-9ce9-f6747b8bcab6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13023020881177754557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557130230208811777545571302302088117775455713023020881177754557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4457747-1e1b-46a5-b728-64b80ecad00c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 007d1158-0185-46a0-8d3a-aaff844cb014, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007d1158-0185-46a0-8d3a-aaff844cb014, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 967048495359341335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335967048495359341335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45a2f9e-cdb9-470b-9ce9-f6747b8bcab6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 668a5d0f-4a4a-4c48-bed9-40d2548e128e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668a5d0f-4a4a-4c48-bed9-40d2548e128e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12362078959719913019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019123620789597199130191236207895971991301912362078959719913019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007d1158-0185-46a0-8d3a-aaff844cb014, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 516bb17f-b4d4-47c2-bcd6-3494dffbd1d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 516bb17f-b4d4-47c2-bcd6-3494dffbd1d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977136913045026794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794997713691304502679499771369130450267949977136913045026794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668a5d0f-4a4a-4c48-bed9-40d2548e128e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c482ede-5df3-478d-ac64-ffc846fa9e55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c482ede-5df3-478d-ac64-ffc846fa9e55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3156131322138014377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377315613132213801437731561313221380143773156131322138014377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 516bb17f-b4d4-47c2-bcd6-3494dffbd1d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fd7c2dc-226b-4c9f-aeb6-609ec2226162, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd7c2dc-226b-4c9f-aeb6-609ec2226162, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2763707849172265253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253276370784917226525327637078491722652532763707849172265253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c482ede-5df3-478d-ac64-ffc846fa9e55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15fe7dbb-9aaa-476c-945e-7c334ad6bd10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fe7dbb-9aaa-476c-945e-7c334ad6bd10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402252419556344396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396174022524195563443961740225241955634439617402252419556344396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd7c2dc-226b-4c9f-aeb6-609ec2226162, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a18f50c-76bb-4516-9120-4542ebcd709b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fe7dbb-9aaa-476c-945e-7c334ad6bd10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a18f50c-76bb-4516-9120-4542ebcd709b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864018934546806962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962158640189345468069621586401893454680696215864018934546806962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7652e8a3-c932-4442-8c3e-27bd7e9bff11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7652e8a3-c932-4442-8c3e-27bd7e9bff11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752841486528532113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113375284148652853211337528414865285321133752841486528532113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a18f50c-76bb-4516-9120-4542ebcd709b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14f940b8-aa03-4512-a04f-ab7c265cd460, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f940b8-aa03-4512-a04f-ab7c265cd460, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364686126894268167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167153646861268942681671536468612689426816715364686126894268167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7652e8a3-c932-4442-8c3e-27bd7e9bff11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b40c1499-a84b-4bf3-b98a-a25b6f5041c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f940b8-aa03-4512-a04f-ab7c265cd460, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df18a44e-374d-4007-80fd-54728dc3776e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40c1499-a84b-4bf3-b98a-a25b6f5041c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3242795559305165837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837324279555930516583732427955593051658373242795559305165837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df18a44e-374d-4007-80fd-54728dc3776e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8509890721032596141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141850989072103259614185098907210325961418509890721032596141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df18a44e-374d-4007-80fd-54728dc3776e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40c1499-a84b-4bf3-b98a-a25b6f5041c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4fda792f-067a-4ddf-a7e6-4af33a3257d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0cac1819-00bd-4b46-af13-fba8c8282152, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cac1819-00bd-4b46-af13-fba8c8282152, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252769335746332463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463725276933574633246372527693357463324637252769335746332463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fda792f-067a-4ddf-a7e6-4af33a3257d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2552748406834222954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954255274840683422295425527484068342229542552748406834222954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cac1819-00bd-4b46-af13-fba8c8282152, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 73f7a52a-0988-4d64-abe0-bf43c633ede0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73f7a52a-0988-4d64-abe0-bf43c633ede0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5562727510174195602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602556272751017419560255627275101741956025562727510174195602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fda792f-067a-4ddf-a7e6-4af33a3257d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bee7ee61-f40a-494a-b00a-cb40f9edaf9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bee7ee61-f40a-494a-b00a-cb40f9edaf9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771401077124967557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557677140107712496755767714010771249675576771401077124967557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73f7a52a-0988-4d64-abe0-bf43c633ede0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bee7ee61-f40a-494a-b00a-cb40f9edaf9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ee66ec2-5eaa-4b5f-8a32-49b0995d12ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee66ec2-5eaa-4b5f-8a32-49b0995d12ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5983147367591585927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927598314736759158592759831473675915859275983147367591585927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab7aa5a-50a9-4c15-9fa7-f36f6466e926, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab7aa5a-50a9-4c15-9fa7-f36f6466e926, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6240387226759741309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309624038722675974130962403872267597413096240387226759741309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee66ec2-5eaa-4b5f-8a32-49b0995d12ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3cc83ef2-99b2-42f1-87d3-fe2d0a3068d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc83ef2-99b2-42f1-87d3-fe2d0a3068d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15875239720648291284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284158752397206482912841587523972064829128415875239720648291284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab7aa5a-50a9-4c15-9fa7-f36f6466e926, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfca5409-cb00-4593-bb37-5cd1248c2e70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfca5409-cb00-4593-bb37-5cd1248c2e70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10383592766060444650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650103835927660604446501038359276606044465010383592766060444650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc83ef2-99b2-42f1-87d3-fe2d0a3068d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7a622f6-bfc2-45a7-92ed-5ac30862a71e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfca5409-cb00-4593-bb37-5cd1248c2e70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7a622f6-bfc2-45a7-92ed-5ac30862a71e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5108630179336016039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039510863017933601603951086301793360160395108630179336016039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f6e5721-60ac-431a-a4ef-49e56d1e68e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f6e5721-60ac-431a-a4ef-49e56d1e68e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361011606317834610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610136101160631783461013610116063178346101361011606317834610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7a622f6-bfc2-45a7-92ed-5ac30862a71e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0beecf96-7551-4507-b7d2-eb05e61c617f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0beecf96-7551-4507-b7d2-eb05e61c617f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487355295780096168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168104873552957800961681048735529578009616810487355295780096168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f6e5721-60ac-431a-a4ef-49e56d1e68e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bc0838-2b30-46b9-80f8-1ab8840230e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bc0838-2b30-46b9-80f8-1ab8840230e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17046791952199504890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890170467919521995048901704679195219950489017046791952199504890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0beecf96-7551-4507-b7d2-eb05e61c617f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65e0b04f-0616-4529-adb0-44f0799dfed3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e0b04f-0616-4529-adb0-44f0799dfed3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12741858507497557537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537127418585074975575371274185850749755753712741858507497557537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bc0838-2b30-46b9-80f8-1ab8840230e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c209e099-9484-4d3b-b17a-7d13b9660e06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e0b04f-0616-4529-adb0-44f0799dfed3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 63a636ed-2924-4c2f-b492-1718ac6f9b45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c209e099-9484-4d3b-b17a-7d13b9660e06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15239188379174634652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652152391883791746346521523918837917463465215239188379174634652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a636ed-2924-4c2f-b492-1718ac6f9b45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 930900781254032513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513930900781254032513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c209e099-9484-4d3b-b17a-7d13b9660e06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a636ed-2924-4c2f-b492-1718ac6f9b45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d6c64ae-dad0-4b08-a38d-e495a9a204b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6c64ae-dad0-4b08-a38d-e495a9a204b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11676338488453097798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798116763384884530977981167633848845309779811676338488453097798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b005a9f1-bf1c-4aec-8b7f-d70386e5111f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b005a9f1-bf1c-4aec-8b7f-d70386e5111f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8314799157582449135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135831479915758244913583147991575824491358314799157582449135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6c64ae-dad0-4b08-a38d-e495a9a204b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cdda191-2813-4287-a3bc-232256949436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cdda191-2813-4287-a3bc-232256949436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10377069728056509900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900103770697280565099001037706972805650990010377069728056509900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b005a9f1-bf1c-4aec-8b7f-d70386e5111f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cdda191-2813-4287-a3bc-232256949436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e99027fa-e8d2-4f5e-85ff-265852c15b71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99027fa-e8d2-4f5e-85ff-265852c15b71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16460585378711857221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221164605853787118572211646058537871185722116460585378711857221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d477065b-acfa-467e-af37-d464d9e20acd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d477065b-acfa-467e-af37-d464d9e20acd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5786790973737464592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592578679097373746459257867909737374645925786790973737464592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99027fa-e8d2-4f5e-85ff-265852c15b71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8583799d-1e33-4bef-8fe6-0a9ee2a77595, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8583799d-1e33-4bef-8fe6-0a9ee2a77595, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14903447823722500711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711149034478237225007111490344782372250071114903447823722500711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d477065b-acfa-467e-af37-d464d9e20acd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e651f24-fb2d-468a-ac58-131cda02a1a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8583799d-1e33-4bef-8fe6-0a9ee2a77595, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e651f24-fb2d-468a-ac58-131cda02a1a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13986860387272656385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385139868603872726563851398686038727265638513986860387272656385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 204c25a1-e618-47d4-88a6-7506356655f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 204c25a1-e618-47d4-88a6-7506356655f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508010658340466616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616850801065834046661685080106583404666168508010658340466616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 204c25a1-e618-47d4-88a6-7506356655f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e651f24-fb2d-468a-ac58-131cda02a1a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bba9b5c0-918d-4b9e-b8fb-d4c3924143a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba9b5c0-918d-4b9e-b8fb-d4c3924143a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 926556207011699548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548926556207011699548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7f008455-77e7-40c2-a4c0-e27b431f7c13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f008455-77e7-40c2-a4c0-e27b431f7c13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1516333129183959758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758151633312918395975815163331291839597581516333129183959758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba9b5c0-918d-4b9e-b8fb-d4c3924143a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3853e32e-986f-4bbb-917c-54cc7be90506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3853e32e-986f-4bbb-917c-54cc7be90506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2924037812061197835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835292403781206119783529240378120611978352924037812061197835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f008455-77e7-40c2-a4c0-e27b431f7c13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbb1df36-ade5-4589-ac4b-2220bc614405, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb1df36-ade5-4589-ac4b-2220bc614405, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411632225389930519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519124116322253899305191241163222538993051912411632225389930519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3853e32e-986f-4bbb-917c-54cc7be90506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f87ace0-ce56-43e3-b10f-d5903815b12b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f87ace0-ce56-43e3-b10f-d5903815b12b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9090575056687729676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676909057505668772967690905750566877296769090575056687729676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb1df36-ade5-4589-ac4b-2220bc614405, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, acd88356-f4a9-43a2-9901-34dbef38661a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f87ace0-ce56-43e3-b10f-d5903815b12b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd88356-f4a9-43a2-9901-34dbef38661a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11869305045006397246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246118693050450063972461186930504500639724611869305045006397246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b8ca7d9-9743-4235-a58b-d937a30d9985, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8ca7d9-9743-4235-a58b-d937a30d9985, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359301425792327463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463163593014257923274631635930142579232746316359301425792327463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd88356-f4a9-43a2-9901-34dbef38661a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 602e91f8-9ac5-476a-b833-9ea7c46aeb09, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 602e91f8-9ac5-476a-b833-9ea7c46aeb09, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14749507910513809008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008147495079105138090081474950791051380900814749507910513809008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8ca7d9-9743-4235-a58b-d937a30d9985, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aef909cf-f2ab-47bf-a07e-5cdd35c36c04, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef909cf-f2ab-47bf-a07e-5cdd35c36c04, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7835751887241871668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668783575188724187166878357518872418716687835751887241871668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 602e91f8-9ac5-476a-b833-9ea7c46aeb09, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bb325b3d-6681-4114-905a-ec0c3a4377d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef909cf-f2ab-47bf-a07e-5cdd35c36c04, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 688f000f-289a-4ebe-83ff-078af1153a8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb325b3d-6681-4114-905a-ec0c3a4377d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195600512590336040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040101956005125903360401019560051259033604010195600512590336040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688f000f-289a-4ebe-83ff-078af1153a8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 486243374476398558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558486243374476398558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb325b3d-6681-4114-905a-ec0c3a4377d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14ac8bb1-32e6-47e5-9634-d6232a29112c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14ac8bb1-32e6-47e5-9634-d6232a29112c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9046757118478361975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975904675711847836197590467571184783619759046757118478361975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688f000f-289a-4ebe-83ff-078af1153a8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14ac8bb1-32e6-47e5-9634-d6232a29112c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd31535c-27b7-4e8a-8a08-afdf95455295, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd31535c-27b7-4e8a-8a08-afdf95455295, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5055712161917739587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587505571216191773958750557121619177395875055712161917739587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03bee45f-5a44-4168-ac5b-0c0cb783f8cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bee45f-5a44-4168-ac5b-0c0cb783f8cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11954940038927158031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031119549400389271580311195494003892715803111954940038927158031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd31535c-27b7-4e8a-8a08-afdf95455295, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dc6d15d-bd76-4ab8-8670-52325942e753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bee45f-5a44-4168-ac5b-0c0cb783f8cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87a11205-ea8c-488f-9317-e02710b64006, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dc6d15d-bd76-4ab8-8670-52325942e753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471661024613107375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375164716610246131073751647166102461310737516471661024613107375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87a11205-ea8c-488f-9317-e02710b64006, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349627217077931349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349634962721707793134963496272170779313496349627217077931349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dc6d15d-bd76-4ab8-8670-52325942e753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87a11205-ea8c-488f-9317-e02710b64006, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7444db3-ce0f-456f-b5bb-b7ea85cb9b08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35009b0-7503-4be8-9341-a6973d7210cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7444db3-ce0f-456f-b5bb-b7ea85cb9b08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11361683795972908206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206113616837959729082061136168379597290820611361683795972908206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35009b0-7503-4be8-9341-a6973d7210cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 73722152489863316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316737221524898633167372215248986331673722152489863316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35009b0-7503-4be8-9341-a6973d7210cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 49518b9e-7eeb-4021-98a3-6f77d72227d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49518b9e-7eeb-4021-98a3-6f77d72227d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11774922237672710038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038117749222376727100381177492223767271003811774922237672710038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7444db3-ce0f-456f-b5bb-b7ea85cb9b08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6980a21-6f5d-4664-b3f9-fd78932b96d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6980a21-6f5d-4664-b3f9-fd78932b96d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15303892662800065112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112153038926628000651121530389266280006511215303892662800065112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49518b9e-7eeb-4021-98a3-6f77d72227d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5f9e5db8-724b-46e1-99a2-02efce823897, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9e5db8-724b-46e1-99a2-02efce823897, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564074043549706365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365155640740435497063651556407404354970636515564074043549706365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6980a21-6f5d-4664-b3f9-fd78932b96d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9e5db8-724b-46e1-99a2-02efce823897, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2654b57f-9153-458b-8e77-f7fb7b44ee2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2654b57f-9153-458b-8e77-f7fb7b44ee2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452088600089323763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763114520886000893237631145208860008932376311452088600089323763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fbc405-fa9f-4ab7-b08c-cee231463f3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fbc405-fa9f-4ab7-b08c-cee231463f3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 169768195564229286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286169768195564229286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2654b57f-9153-458b-8e77-f7fb7b44ee2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fbc405-fa9f-4ab7-b08c-cee231463f3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 067c946d-15fb-49ce-9787-3f320fc808e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 067c946d-15fb-49ce-9787-3f320fc808e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877086606810969684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684158770866068109696841587708660681096968415877086606810969684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 945eff04-aa13-4218-9d0a-001559a0e28f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945eff04-aa13-4218-9d0a-001559a0e28f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943533231475175262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262594353323147517526259435332314751752625943533231475175262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 067c946d-15fb-49ce-9787-3f320fc808e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a466d80b-cf83-4896-a819-02c10d929577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a466d80b-cf83-4896-a819-02c10d929577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7176619545652748817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817717661954565274881771766195456527488177176619545652748817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945eff04-aa13-4218-9d0a-001559a0e28f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ad946d1-aab0-43ba-90ea-30c84fef008d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad946d1-aab0-43ba-90ea-30c84fef008d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 877965654115354186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186877965654115354186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a466d80b-cf83-4896-a819-02c10d929577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 458eec53-8f93-444f-9f39-e1ab88275601, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 458eec53-8f93-444f-9f39-e1ab88275601, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10359228190479642780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780103592281904796427801035922819047964278010359228190479642780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad946d1-aab0-43ba-90ea-30c84fef008d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66553480-15dd-45bb-873d-761d7e11dba1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66553480-15dd-45bb-873d-761d7e11dba1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4404052106691393663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663440405210669139366344040521066913936634404052106691393663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 458eec53-8f93-444f-9f39-e1ab88275601, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6afc7bd7-ed93-4b51-982d-39f50bddbaea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afc7bd7-ed93-4b51-982d-39f50bddbaea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617633882151497333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333126176338821514973331261763388215149733312617633882151497333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66553480-15dd-45bb-873d-761d7e11dba1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7eb3e80c-53f1-48e7-986a-b56c4643678e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eb3e80c-53f1-48e7-986a-b56c4643678e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702950038765278095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095177029500387652780951770295003876527809517702950038765278095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afc7bd7-ed93-4b51-982d-39f50bddbaea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7beeeca1-1c06-4ca9-b36b-4fcd5e14f5c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7beeeca1-1c06-4ca9-b36b-4fcd5e14f5c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8364473571162703451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451836447357116270345183644735711627034518364473571162703451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eb3e80c-53f1-48e7-986a-b56c4643678e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ef01f3-912e-496f-b76c-fc7f2117a536, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ef01f3-912e-496f-b76c-fc7f2117a536, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14599645230880518562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562145996452308805185621459964523088051856214599645230880518562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7beeeca1-1c06-4ca9-b36b-4fcd5e14f5c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d970d74a-f0ad-44e4-99ec-8fb2314dad0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d970d74a-f0ad-44e4-99ec-8fb2314dad0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14864607050556620073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073148646070505566200731486460705055662007314864607050556620073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ef01f3-912e-496f-b76c-fc7f2117a536, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d970d74a-f0ad-44e4-99ec-8fb2314dad0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03fc5604-5d1e-4d93-9b39-366f4d2058ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fc5604-5d1e-4d93-9b39-366f4d2058ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454762058354238277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277114547620583542382771145476205835423827711454762058354238277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7594e8f6-008b-4a7e-8948-62380dadd540, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7594e8f6-008b-4a7e-8948-62380dadd540, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16139056040527080997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997161390560405270809971613905604052708099716139056040527080997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fc5604-5d1e-4d93-9b39-366f4d2058ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d493098-ea5b-45ca-b587-415c4f6f0fc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d493098-ea5b-45ca-b587-415c4f6f0fc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1123476484401700585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585112347648440170058511234764844017005851123476484401700585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7594e8f6-008b-4a7e-8948-62380dadd540, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0786e32a-75b0-4d34-910e-8b8afd8a8c42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0786e32a-75b0-4d34-910e-8b8afd8a8c42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234021263351403626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626162340212633514036261623402126335140362616234021263351403626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d493098-ea5b-45ca-b587-415c4f6f0fc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aaa79c35-ad8c-47cf-a2c1-3ba55f6f3c73, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa79c35-ad8c-47cf-a2c1-3ba55f6f3c73, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661719612617225215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215366171961261722521536617196126172252153661719612617225215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0786e32a-75b0-4d34-910e-8b8afd8a8c42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d73785c-0497-4884-9905-b4182a4fbc96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d73785c-0497-4884-9905-b4182a4fbc96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14212450737222707247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247142124507372227072471421245073722270724714212450737222707247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa79c35-ad8c-47cf-a2c1-3ba55f6f3c73, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14173633-581e-4fa4-9c0b-7fe107883592, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14173633-581e-4fa4-9c0b-7fe107883592, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8207847562262690543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543820784756226269054382078475622626905438207847562262690543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d73785c-0497-4884-9905-b4182a4fbc96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62a125ae-2096-463a-b98f-25c0db73b56f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a125ae-2096-463a-b98f-25c0db73b56f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879915469973638466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466587991546997363846658799154699736384665879915469973638466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14173633-581e-4fa4-9c0b-7fe107883592, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0623150-a888-445b-b3a9-109e1c9f40ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0623150-a888-445b-b3a9-109e1c9f40ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12241645073796165611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611122416450737961656111224164507379616561112241645073796165611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a125ae-2096-463a-b98f-25c0db73b56f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55d65b45-166d-44b1-a6a9-2201bdd7ba76, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d65b45-166d-44b1-a6a9-2201bdd7ba76, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11820229415548206269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269118202294155482062691182022941554820626911820229415548206269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0623150-a888-445b-b3a9-109e1c9f40ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c19c3b1-9ea8-4600-b3ba-7c19c358d357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c19c3b1-9ea8-4600-b3ba-7c19c358d357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17699217350291996180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180176992173502919961801769921735029199618017699217350291996180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d65b45-166d-44b1-a6a9-2201bdd7ba76, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9e7281d-40c3-4d3e-a884-17f8bcf2a027, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e7281d-40c3-4d3e-a884-17f8bcf2a027, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12739766059694153221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221127397660596941532211273976605969415322112739766059694153221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c19c3b1-9ea8-4600-b3ba-7c19c358d357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d234454-514c-4cc4-a230-188d6577093b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d234454-514c-4cc4-a230-188d6577093b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7283267232272471624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624728326723227247162472832672322724716247283267232272471624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e7281d-40c3-4d3e-a884-17f8bcf2a027, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 374af622-abca-4ed2-b8ab-099fbbdbb323, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374af622-abca-4ed2-b8ab-099fbbdbb323, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8934640257400293643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643893464025740029364389346402574002936438934640257400293643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d234454-514c-4cc4-a230-188d6577093b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3161649e-4868-4e25-936b-5c1e2e333fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3161649e-4868-4e25-936b-5c1e2e333fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321580796144209007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007732158079614420900773215807961442090077321580796144209007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374af622-abca-4ed2-b8ab-099fbbdbb323, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6f9f687-8cd6-4b24-9fb6-82a853ececdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f9f687-8cd6-4b24-9fb6-82a853ececdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13629599294774884272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272136295992947748842721362959929477488427213629599294774884272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3161649e-4868-4e25-936b-5c1e2e333fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2534180-982d-46f2-8af4-85fd03f1c91d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2534180-982d-46f2-8af4-85fd03f1c91d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2989793250696968603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603298979325069696860329897932506969686032989793250696968603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f9f687-8cd6-4b24-9fb6-82a853ececdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c25eafd-730b-4c5e-a021-ae346b0121c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c25eafd-730b-4c5e-a021-ae346b0121c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343565592968025668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668103435655929680256681034356559296802566810343565592968025668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2534180-982d-46f2-8af4-85fd03f1c91d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 496eab3a-85b4-492c-a1ba-63b5271c4e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 496eab3a-85b4-492c-a1ba-63b5271c4e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7119019155297334497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497711901915529733449771190191552973344977119019155297334497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c25eafd-730b-4c5e-a021-ae346b0121c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bc506a9-2f7b-428f-8e3b-5fa2e28cf147, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc506a9-2f7b-428f-8e3b-5fa2e28cf147, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9030738753455970817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817903073875345597081790307387534559708179030738753455970817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 496eab3a-85b4-492c-a1ba-63b5271c4e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059d2723-6b9b-4e6d-910f-6fdabb5cb123, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059d2723-6b9b-4e6d-910f-6fdabb5cb123, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479696025111467548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548154796960251114675481547969602511146754815479696025111467548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059d2723-6b9b-4e6d-910f-6fdabb5cb123, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71f86e22-ee49-40d6-8551-d97aa96ed69a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71f86e22-ee49-40d6-8551-d97aa96ed69a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114295731384053434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434811429573138405343481142957313840534348114295731384053434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc506a9-2f7b-428f-8e3b-5fa2e28cf147, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78769192-ca1b-4c7f-a96f-b722fa6ddb7a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78769192-ca1b-4c7f-a96f-b722fa6ddb7a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000766540347680716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716100007665403476807161000076654034768071610000766540347680716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71f86e22-ee49-40d6-8551-d97aa96ed69a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 428383d3-dce3-4bc7-9f21-8d95e3b5bfdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428383d3-dce3-4bc7-9f21-8d95e3b5bfdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708400007244673966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966270840000724467396627084000072446739662708400007244673966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78769192-ca1b-4c7f-a96f-b722fa6ddb7a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a02ddac2-d969-4f07-b83b-0047df8751fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428383d3-dce3-4bc7-9f21-8d95e3b5bfdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a02ddac2-d969-4f07-b83b-0047df8751fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15899013862749444404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404158990138627494444041589901386274944440415899013862749444404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f8b2c40a-d143-46e4-9f1d-5812854129c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b2c40a-d143-46e4-9f1d-5812854129c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4961864684931536760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760496186468493153676049618646849315367604961864684931536760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a02ddac2-d969-4f07-b83b-0047df8751fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 781fd05f-a31c-4179-a2b1-336f80287f68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 781fd05f-a31c-4179-a2b1-336f80287f68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18018009600124703617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617180180096001247036171801800960012470361718018009600124703617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 781fd05f-a31c-4179-a2b1-336f80287f68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a910698d-1921-46b2-ad57-09a9c266fe57, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a910698d-1921-46b2-ad57-09a9c266fe57, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1597484138023493530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530159748413802349353015974841380234935301597484138023493530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b2c40a-d143-46e4-9f1d-5812854129c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9abe602-441b-4516-866a-ebf578d4ebbc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9abe602-441b-4516-866a-ebf578d4ebbc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4942453215958335330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330494245321595833533049424532159583353304942453215958335330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a910698d-1921-46b2-ad57-09a9c266fe57, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9abe602-441b-4516-866a-ebf578d4ebbc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d63dcf2-4588-499b-bb8f-9e6a856c191f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6de9810-f46a-4e2c-b030-025d2283b658, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d63dcf2-4588-499b-bb8f-9e6a856c191f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370619962747982556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556133706199627479825561337061996274798255613370619962747982556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6de9810-f46a-4e2c-b030-025d2283b658, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13884180351344962876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876138841803513449628761388418035134496287613884180351344962876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d63dcf2-4588-499b-bb8f-9e6a856c191f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6de9810-f46a-4e2c-b030-025d2283b658, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee982ae6-be3c-4acc-afdb-5ad63035b96f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ed34fa0-96ce-4b83-ba21-95c368799471, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee982ae6-be3c-4acc-afdb-5ad63035b96f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15139619752409172737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737151396197524091727371513961975240917273715139619752409172737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed34fa0-96ce-4b83-ba21-95c368799471, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296560545937064913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913296560545937064913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed34fa0-96ce-4b83-ba21-95c368799471, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c012cf73-25f1-4c62-a511-a9711b0e7362, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee982ae6-be3c-4acc-afdb-5ad63035b96f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c012cf73-25f1-4c62-a511-a9711b0e7362, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202007557588598600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600520200755758859860052020075575885986005202007557588598600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, def473b5-f8cf-44fd-8889-55eac07e00f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def473b5-f8cf-44fd-8889-55eac07e00f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9946853265275736780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780994685326527573678099468532652757367809946853265275736780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c012cf73-25f1-4c62-a511-a9711b0e7362, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e565d91-0149-4516-8e64-db4c0e3db0f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e565d91-0149-4516-8e64-db4c0e3db0f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17955920142728277238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238179559201427282772381795592014272827723817955920142728277238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def473b5-f8cf-44fd-8889-55eac07e00f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22aae337-c75e-4123-a395-3ed529fb4675, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aae337-c75e-4123-a395-3ed529fb4675, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8992372631328540010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010899237263132854001089923726313285400108992372631328540010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e565d91-0149-4516-8e64-db4c0e3db0f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e640fa1-a28b-4c5d-8c47-c6a32f729998, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e640fa1-a28b-4c5d-8c47-c6a32f729998, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16626993924563146366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366166269939245631463661662699392456314636616626993924563146366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aae337-c75e-4123-a395-3ed529fb4675, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b9b4a50-8b5d-4f78-9f7d-3648a168f5e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b9b4a50-8b5d-4f78-9f7d-3648a168f5e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 26252268858468013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013262522688584680132625226885846801326252268858468013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e640fa1-a28b-4c5d-8c47-c6a32f729998, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 219eca19-3e99-4da1-8623-f46c78dd73dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 219eca19-3e99-4da1-8623-f46c78dd73dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222186118367177862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862162221861183671778621622218611836717786216222186118367177862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b9b4a50-8b5d-4f78-9f7d-3648a168f5e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b697cf8-5ad9-4f0a-8fe2-9ab080c064e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b697cf8-5ad9-4f0a-8fe2-9ab080c064e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7487981737476672839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839748798173747667283974879817374766728397487981737476672839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 219eca19-3e99-4da1-8623-f46c78dd73dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19cbd15b-339d-4d93-bfef-96140d211af7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19cbd15b-339d-4d93-bfef-96140d211af7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952348866100705760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760129523488661007057601295234886610070576012952348866100705760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b697cf8-5ad9-4f0a-8fe2-9ab080c064e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e6fb426-edc3-47f3-ba83-142d7d3156f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6fb426-edc3-47f3-ba83-142d7d3156f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081549115080780628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628408154911508078062840815491150807806284081549115080780628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19cbd15b-339d-4d93-bfef-96140d211af7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4ae283e-76f4-45af-8505-9eaa03be1322, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ae283e-76f4-45af-8505-9eaa03be1322, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4695517980178453773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773469551798017845377346955179801784537734695517980178453773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6fb426-edc3-47f3-ba83-142d7d3156f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e89bc1ad-3d5e-4eb4-9c11-9174524a0c5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89bc1ad-3d5e-4eb4-9c11-9174524a0c5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750895330759177834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834875089533075917783487508953307591778348750895330759177834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ae283e-76f4-45af-8505-9eaa03be1322, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d5ea6e5-5cd6-420e-b59d-3ea11b61b75e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5ea6e5-5cd6-420e-b59d-3ea11b61b75e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12532699511678442823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823125326995116784428231253269951167844282312532699511678442823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5ea6e5-5cd6-420e-b59d-3ea11b61b75e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dd3fd0c-ac50-43c2-9b38-548bbc22f88d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd3fd0c-ac50-43c2-9b38-548bbc22f88d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2002321190730203103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103200232119073020310320023211907302031032002321190730203103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89bc1ad-3d5e-4eb4-9c11-9174524a0c5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88f79fa6-fcf6-4eca-9cc1-809b286e6943, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f79fa6-fcf6-4eca-9cc1-809b286e6943, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502970034220646850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850145029700342206468501450297003422064685014502970034220646850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd3fd0c-ac50-43c2-9b38-548bbc22f88d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a69a79bd-5a82-4d92-a813-f12a181e1ebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a69a79bd-5a82-4d92-a813-f12a181e1ebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285565879535999390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390285565879535999390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f79fa6-fcf6-4eca-9cc1-809b286e6943, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98820744-7991-4083-bd15-16d8ac63e7ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98820744-7991-4083-bd15-16d8ac63e7ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16808455491488071801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801168084554914880718011680845549148807180116808455491488071801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a69a79bd-5a82-4d92-a813-f12a181e1ebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40e822e1-aa94-4ced-b670-9092872d8331, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e822e1-aa94-4ced-b670-9092872d8331, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11448164184735229714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714114481641847352297141144816418473522971411448164184735229714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98820744-7991-4083-bd15-16d8ac63e7ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af132f6-a457-46c1-b26a-2e5d80e38f1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af132f6-a457-46c1-b26a-2e5d80e38f1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747653528610335897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897674765352861033589767476535286103358976747653528610335897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e822e1-aa94-4ced-b670-9092872d8331, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19a05daf-98bd-445a-b1c4-1f9ec7115860, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a05daf-98bd-445a-b1c4-1f9ec7115860, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354373417075015275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275354373417075015275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2af132f6-a457-46c1-b26a-2e5d80e38f1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ccfc1e-7665-42b4-892a-414c40cb2947, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ccfc1e-7665-42b4-892a-414c40cb2947, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447618200572296202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202244761820057229620224476182005722962022447618200572296202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a05daf-98bd-445a-b1c4-1f9ec7115860, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30882fc-ae54-44e8-9205-e66841db3410, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30882fc-ae54-44e8-9205-e66841db3410, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13095377097774468205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205130953770977744682051309537709777446820513095377097774468205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ccfc1e-7665-42b4-892a-414c40cb2947, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dce5564-aa7d-4083-9f5b-81aed08c2e96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dce5564-aa7d-4083-9f5b-81aed08c2e96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782994355520350101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101782994355520350101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30882fc-ae54-44e8-9205-e66841db3410, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6c7d229-df26-4519-9b4f-9b89178a2a81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6c7d229-df26-4519-9b4f-9b89178a2a81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200636640971818144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144152006366409718181441520063664097181814415200636640971818144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dce5564-aa7d-4083-9f5b-81aed08c2e96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7fadbbd-eb8e-4a14-8cdd-edf6d888a712, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fadbbd-eb8e-4a14-8cdd-edf6d888a712, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13135363830647190381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381131353638306471903811313536383064719038113135363830647190381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6c7d229-df26-4519-9b4f-9b89178a2a81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ef24ae4-b171-40b8-94b2-ce7b3220947d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef24ae4-b171-40b8-94b2-ce7b3220947d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1696637989637437305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305169663798963743730516966379896374373051696637989637437305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fadbbd-eb8e-4a14-8cdd-edf6d888a712, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e235bad-2c18-4a49-9276-09285fe636b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e235bad-2c18-4a49-9276-09285fe636b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14053179504414936612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612140531795044149366121405317950441493661214053179504414936612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef24ae4-b171-40b8-94b2-ce7b3220947d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ba2c559-1bfe-43b3-adf4-4033af7934fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba2c559-1bfe-43b3-adf4-4033af7934fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4878836690777699878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878487883669077769987848788366907776998784878836690777699878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e235bad-2c18-4a49-9276-09285fe636b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30a43b7f-71d1-46fd-a409-d2465f4df1ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba2c559-1bfe-43b3-adf4-4033af7934fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b3f712e-b723-4bac-8e96-22a9cf4390c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b3f712e-b723-4bac-8e96-22a9cf4390c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547593494082466695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695154759349408246669515475934940824666951547593494082466695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a43b7f-71d1-46fd-a409-d2465f4df1ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1575623291570527016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016157562329157052701615756232915705270161575623291570527016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b3f712e-b723-4bac-8e96-22a9cf4390c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d643e224-c0bd-4839-a8d2-7d4a231a8e00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d643e224-c0bd-4839-a8d2-7d4a231a8e00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9456349018920761606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606945634901892076160694563490189207616069456349018920761606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a43b7f-71d1-46fd-a409-d2465f4df1ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd3f0456-143c-4472-91a0-a7547db13b52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3f0456-143c-4472-91a0-a7547db13b52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2717242149631081888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888271724214963108188827172421496310818882717242149631081888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d643e224-c0bd-4839-a8d2-7d4a231a8e00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4efc498a-9684-4b61-b69b-1d0174fee2df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efc498a-9684-4b61-b69b-1d0174fee2df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16802267865886697250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250168022678658866972501680226786588669725016802267865886697250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3f0456-143c-4472-91a0-a7547db13b52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a74c1b65-26e2-496c-ad58-3348dacd821e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efc498a-9684-4b61-b69b-1d0174fee2df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 45e37c0d-34fc-41c8-9fe7-f7b7e575bd0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e37c0d-34fc-41c8-9fe7-f7b7e575bd0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11375264876267462171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171113752648762674621711137526487626746217111375264876267462171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74c1b65-26e2-496c-ad58-3348dacd821e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3112932964945282954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954311293296494528295431129329649452829543112932964945282954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e37c0d-34fc-41c8-9fe7-f7b7e575bd0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae3eff6b-386f-4e4a-a2bc-5c1e6a826820, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae3eff6b-386f-4e4a-a2bc-5c1e6a826820, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198814932329798188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188121988149323297981881219881493232979818812198814932329798188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74c1b65-26e2-496c-ad58-3348dacd821e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d811561-0f75-41c5-97a1-3b73b79652e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d811561-0f75-41c5-97a1-3b73b79652e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2158708528872404059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059215870852887240405921587085288724040592158708528872404059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae3eff6b-386f-4e4a-a2bc-5c1e6a826820, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21491994-5717-446b-948f-1a3cee23ecd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21491994-5717-446b-948f-1a3cee23ecd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291385842106176094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094229138584210617609422913858421061760942291385842106176094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d811561-0f75-41c5-97a1-3b73b79652e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b219da9-4857-4696-b058-13f3c93608ed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b219da9-4857-4696-b058-13f3c93608ed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3469763481302056701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701346976348130205670134697634813020567013469763481302056701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21491994-5717-446b-948f-1a3cee23ecd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d465c150-4a8a-4736-9f9c-5880731e8df8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d465c150-4a8a-4736-9f9c-5880731e8df8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4246643026713150342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342424664302671315034242466430267131503424246643026713150342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d465c150-4a8a-4736-9f9c-5880731e8df8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80aae458-a102-47f2-af7d-65025989e63e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80aae458-a102-47f2-af7d-65025989e63e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16847327251154650136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136168473272511546501361684732725115465013616847327251154650136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b219da9-4857-4696-b058-13f3c93608ed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d3cf2da-4f25-43c0-ae0d-d63c02a5623c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3cf2da-4f25-43c0-ae0d-d63c02a5623c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6518743515781068525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525651874351578106852565187435157810685256518743515781068525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80aae458-a102-47f2-af7d-65025989e63e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 61658d53-823c-4d12-b77d-219604e686cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61658d53-823c-4d12-b77d-219604e686cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10862534835563561848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848108625348355635618481086253483556356184810862534835563561848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d3cf2da-4f25-43c0-ae0d-d63c02a5623c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 082ef814-f709-457c-b2fe-98eef5108c7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082ef814-f709-457c-b2fe-98eef5108c7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1017050527056174960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960101705052705617496010170505270561749601017050527056174960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61658d53-823c-4d12-b77d-219604e686cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6314989-a870-47f0-a150-b26642e5c104, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6314989-a870-47f0-a150-b26642e5c104, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780444288888671829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829478044428888867182947804442888886718294780444288888671829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082ef814-f709-457c-b2fe-98eef5108c7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6314989-a870-47f0-a150-b26642e5c104, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b893b1df-ee22-42e7-bee3-0c73f2ae11cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b893b1df-ee22-42e7-bee3-0c73f2ae11cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356955947983242056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056113569559479832420561135695594798324205611356955947983242056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14881feb-c5a6-4377-b9cc-6f4c5e376484, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14881feb-c5a6-4377-b9cc-6f4c5e376484, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646363030579790828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828564636303057979082856463630305797908285646363030579790828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b893b1df-ee22-42e7-bee3-0c73f2ae11cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 599fccb2-5f1e-49c3-888e-248862099a9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599fccb2-5f1e-49c3-888e-248862099a9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18231811786695886726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726182318117866958867261823181178669588672618231811786695886726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14881feb-c5a6-4377-b9cc-6f4c5e376484, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11128684-ed4f-424c-bad0-ce91bf8376e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11128684-ed4f-424c-bad0-ce91bf8376e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12351525577918082647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647123515255779180826471235152557791808264712351525577918082647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599fccb2-5f1e-49c3-888e-248862099a9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70974073-db51-43ac-94ea-b312822cf6d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70974073-db51-43ac-94ea-b312822cf6d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12179613268961338695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695121796132689613386951217961326896133869512179613268961338695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11128684-ed4f-424c-bad0-ce91bf8376e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48db26d5-6d43-4867-a1d3-6011a92db573, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48db26d5-6d43-4867-a1d3-6011a92db573, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 886067080922066255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255886067080922066255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70974073-db51-43ac-94ea-b312822cf6d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76a71b4c-a85e-48fe-ad96-2d0dcdae25e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a71b4c-a85e-48fe-ad96-2d0dcdae25e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 29445345169004936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936294453451690049362944534516900493629445345169004936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48db26d5-6d43-4867-a1d3-6011a92db573, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff53eb7-d927-432c-b9fc-8f4f460ea1cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff53eb7-d927-432c-b9fc-8f4f460ea1cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6152546849443908331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331615254684944390833161525468494439083316152546849443908331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a71b4c-a85e-48fe-ad96-2d0dcdae25e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 664fdb11-665a-4225-b32e-5b50a24c175c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664fdb11-665a-4225-b32e-5b50a24c175c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13136550032810823648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648131365500328108236481313655003281082364813136550032810823648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff53eb7-d927-432c-b9fc-8f4f460ea1cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e53251f2-9767-4677-a82b-9c9a7177eacd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53251f2-9767-4677-a82b-9c9a7177eacd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10724407639266182867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867107244076392661828671072440763926618286710724407639266182867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664fdb11-665a-4225-b32e-5b50a24c175c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 135e24b7-5724-46f3-a9bd-c6636413d4c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135e24b7-5724-46f3-a9bd-c6636413d4c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008542413407277477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477700854241340727747770085424134072774777008542413407277477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53251f2-9767-4677-a82b-9c9a7177eacd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 871da00b-3a6a-4c12-912e-6341ec09d192, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871da00b-3a6a-4c12-912e-6341ec09d192, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6409191952673260422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422640919195267326042264091919526732604226409191952673260422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135e24b7-5724-46f3-a9bd-c6636413d4c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bae0f36d-df5a-41f0-93af-40a22403506d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae0f36d-df5a-41f0-93af-40a22403506d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4924579771485642464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464492457977148564246449245797714856424644924579771485642464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871da00b-3a6a-4c12-912e-6341ec09d192, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae0f36d-df5a-41f0-93af-40a22403506d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1976444b-6297-41da-9033-278762f93e31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1976444b-6297-41da-9033-278762f93e31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2551814511309199164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164255181451130919916425518145113091991642551814511309199164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0a8c5e2-03db-4e61-b579-0a155952405f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a8c5e2-03db-4e61-b579-0a155952405f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5744602620840356944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944574460262084035694457446026208403569445744602620840356944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1976444b-6297-41da-9033-278762f93e31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c39667c-59c6-46c8-a19e-c49d620a7b07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a8c5e2-03db-4e61-b579-0a155952405f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d5a39b0-c390-4581-8851-ae59332c6a07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c39667c-59c6-46c8-a19e-c49d620a7b07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867438123083919769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769867438123083919769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5a39b0-c390-4581-8851-ae59332c6a07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498339319734909840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840349833931973490984034983393197349098403498339319734909840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c39667c-59c6-46c8-a19e-c49d620a7b07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 126d46b1-5b97-4228-a0f9-72b60acaec9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 126d46b1-5b97-4228-a0f9-72b60acaec9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14310327283841387132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132143103272838413871321431032728384138713214310327283841387132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5a39b0-c390-4581-8851-ae59332c6a07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b99767d0-200e-4609-beda-c2f7e7608485, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99767d0-200e-4609-beda-c2f7e7608485, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1847685614634197618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618184768561463419761818476856146341976181847685614634197618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 126d46b1-5b97-4228-a0f9-72b60acaec9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fd2ea3b-edae-47cf-8588-a34bfd024728, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd2ea3b-edae-47cf-8588-a34bfd024728, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15767448375539369530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530157674483755393695301576744837553936953015767448375539369530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99767d0-200e-4609-beda-c2f7e7608485, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76b63d16-a419-4ee8-80e9-0d55e8bdc87d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b63d16-a419-4ee8-80e9-0d55e8bdc87d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17762913177453464468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468177629131774534644681776291317745346446817762913177453464468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd2ea3b-edae-47cf-8588-a34bfd024728, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8da7a7c0-8517-4970-996a-dc9339f4c0ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da7a7c0-8517-4970-996a-dc9339f4c0ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1303655448388716913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913130365544838871691313036554483887169131303655448388716913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b63d16-a419-4ee8-80e9-0d55e8bdc87d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c89619d-ab3f-4f0b-820d-6207df95502b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c89619d-ab3f-4f0b-820d-6207df95502b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743969175938347895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895137439691759383478951374396917593834789513743969175938347895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da7a7c0-8517-4970-996a-dc9339f4c0ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bd7ccc2-9c86-4f30-9fe5-a5bfdc36f2f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bd7ccc2-9c86-4f30-9fe5-a5bfdc36f2f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10998426634036739176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176109984266340367391761099842663403673917610998426634036739176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c89619d-ab3f-4f0b-820d-6207df95502b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a7d85f77-f016-4582-886b-7ffdb5b6dcaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d85f77-f016-4582-886b-7ffdb5b6dcaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1471746456594171926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926147174645659417192614717464565941719261471746456594171926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bd7ccc2-9c86-4f30-9fe5-a5bfdc36f2f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4e0232a-6896-4912-aab6-5f54a210a36a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e0232a-6896-4912-aab6-5f54a210a36a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6211810441328965643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643621181044132896564362118104413289656436211810441328965643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d85f77-f016-4582-886b-7ffdb5b6dcaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e0232a-6896-4912-aab6-5f54a210a36a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea95d5a0-8e6c-4aa0-8ea5-bf6015d6ed79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea95d5a0-8e6c-4aa0-8ea5-bf6015d6ed79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9417749443012898709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709941774944301289870994177494430128987099417749443012898709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c7c8afe4-ec3c-483b-9563-123b55ccaf92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c8afe4-ec3c-483b-9563-123b55ccaf92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16234073796621161455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455162340737966211614551623407379662116145516234073796621161455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c8afe4-ec3c-483b-9563-123b55ccaf92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55cd0f4e-8011-42b2-ae4d-7c3fed660431, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cd0f4e-8011-42b2-ae4d-7c3fed660431, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17811139019666931268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268178111390196669312681781113901966693126817811139019666931268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea95d5a0-8e6c-4aa0-8ea5-bf6015d6ed79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270225f4-3a3a-438c-a3e7-9e759ad5bf3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270225f4-3a3a-438c-a3e7-9e759ad5bf3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15779091286439546052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052157790912864395460521577909128643954605215779091286439546052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cd0f4e-8011-42b2-ae4d-7c3fed660431, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5f1632d-97fb-4f15-94c2-cecdd2d308e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f1632d-97fb-4f15-94c2-cecdd2d308e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1970296742824280323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323197029674282428032319702967428242803231970296742824280323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270225f4-3a3a-438c-a3e7-9e759ad5bf3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62473b62-0374-49e2-85e8-de3a957809e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62473b62-0374-49e2-85e8-de3a957809e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3658669732001244064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064365866973200124406436586697320012440643658669732001244064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f1632d-97fb-4f15-94c2-cecdd2d308e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ce9a6fe-c5e5-424d-9981-2f3949a7f131, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62473b62-0374-49e2-85e8-de3a957809e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce9a6fe-c5e5-424d-9981-2f3949a7f131, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094763882097869333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333140947638820978693331409476388209786933314094763882097869333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4b6a455-343f-45b2-a6a5-d9ca5d2a6b2e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b6a455-343f-45b2-a6a5-d9ca5d2a6b2e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9518656455708750729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729951865645570875072995186564557087507299518656455708750729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce9a6fe-c5e5-424d-9981-2f3949a7f131, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b6a455-343f-45b2-a6a5-d9ca5d2a6b2e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b27c8472-87d5-4ab1-83c2-a5c8708b743c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b27c8472-87d5-4ab1-83c2-a5c8708b743c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15013590190845638075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075150135901908456380751501359019084563807515013590190845638075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a001675-1aa5-4916-aa90-a5a03fb5a6bc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a001675-1aa5-4916-aa90-a5a03fb5a6bc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9314247961411759165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165931424796141175916593142479614117591659314247961411759165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b27c8472-87d5-4ab1-83c2-a5c8708b743c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2dad1f90-0c6f-497a-ae08-478aa430e691, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dad1f90-0c6f-497a-ae08-478aa430e691, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17574471796203224550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550175744717962032245501757447179620322455017574471796203224550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a001675-1aa5-4916-aa90-a5a03fb5a6bc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ab0ffae-a9cd-4ed6-8ba4-144fda61cc70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab0ffae-a9cd-4ed6-8ba4-144fda61cc70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14015716065222077346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346140157160652220773461401571606522207734614015716065222077346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dad1f90-0c6f-497a-ae08-478aa430e691, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab0ffae-a9cd-4ed6-8ba4-144fda61cc70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9ad142-04ec-4e0c-9cfe-fcbeb30ec3b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9ad142-04ec-4e0c-9cfe-fcbeb30ec3b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143406744084724021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021151434067440847240211514340674408472402115143406744084724021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab0d5669-4645-4efa-8ff6-6788313ff75e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0d5669-4645-4efa-8ff6-6788313ff75e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177889932704499349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349317788993270449934931778899327044993493177889932704499349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0d5669-4645-4efa-8ff6-6788313ff75e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253ca99e-f34e-4b0f-b975-abb3be973c74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253ca99e-f34e-4b0f-b975-abb3be973c74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5951972192356391031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031595197219235639103159519721923563910315951972192356391031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9ad142-04ec-4e0c-9cfe-fcbeb30ec3b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2925f879-acd8-4c35-bb1e-42646fe9e325, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2925f879-acd8-4c35-bb1e-42646fe9e325, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959277218365616846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846149592772183656168461495927721836561684614959277218365616846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253ca99e-f34e-4b0f-b975-abb3be973c74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79ff0fee-5717-4a11-a3c5-7c7b7fe33fc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ff0fee-5717-4a11-a3c5-7c7b7fe33fc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331287726847939331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331733128772684793933173312877268479393317331287726847939331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2925f879-acd8-4c35-bb1e-42646fe9e325, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25b658a6-6adc-4459-b747-2befb8d9fbb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ff0fee-5717-4a11-a3c5-7c7b7fe33fc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5203c39a-30aa-4781-8bb1-336cfbbad9fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5203c39a-30aa-4781-8bb1-336cfbbad9fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2244039179838417766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766224403917983841776622440391798384177662244039179838417766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b658a6-6adc-4459-b747-2befb8d9fbb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16660302446690640634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634166603024466906406341666030244669064063416660302446690640634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5203c39a-30aa-4781-8bb1-336cfbbad9fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25a6b96a-0127-4e72-b8d0-24630d6ac112, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b658a6-6adc-4459-b747-2befb8d9fbb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a6b96a-0127-4e72-b8d0-24630d6ac112, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6125288006880356477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477612528800688035647761252880068803564776125288006880356477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f59bc8b4-43e6-4b57-af1c-311cf81aae6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59bc8b4-43e6-4b57-af1c-311cf81aae6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6257060490657490143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143625706049065749014362570604906574901436257060490657490143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a6b96a-0127-4e72-b8d0-24630d6ac112, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9897d12-ded2-4898-8770-10b529dd33a9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9897d12-ded2-4898-8770-10b529dd33a9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17462918131321216101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101174629181313212161011746291813132121610117462918131321216101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59bc8b4-43e6-4b57-af1c-311cf81aae6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1db8143-cabc-4715-bd79-e4423501820f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9897d12-ded2-4898-8770-10b529dd33a9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77ee9918-5b86-4316-8f82-79ef13f66379, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77ee9918-5b86-4316-8f82-79ef13f66379, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8667220843344960089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089866722084334496008986672208433449600898667220843344960089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1db8143-cabc-4715-bd79-e4423501820f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12747637743661247342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342127476377436612473421274763774366124734212747637743661247342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77ee9918-5b86-4316-8f82-79ef13f66379, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1db8143-cabc-4715-bd79-e4423501820f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fb7fb13-7c3f-4a72-8871-3876c26001a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b9697ec-0aea-4135-a6ac-c5aa5c7e6c32, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b9697ec-0aea-4135-a6ac-c5aa5c7e6c32, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14743102686677560726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726147431026866775607261474310268667756072614743102686677560726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb7fb13-7c3f-4a72-8871-3876c26001a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5187918309769800388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388518791830976980038851879183097698003885187918309769800388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b9697ec-0aea-4135-a6ac-c5aa5c7e6c32, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a025eb43-b925-4ed6-9c06-b64f0b885610, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a025eb43-b925-4ed6-9c06-b64f0b885610, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12137725319771968804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804121377253197719688041213772531977196880412137725319771968804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb7fb13-7c3f-4a72-8871-3876c26001a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3f7aecb-24fe-4b85-8a22-10fe3fd0c373, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f7aecb-24fe-4b85-8a22-10fe3fd0c373, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963023338179228232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232169630233381792282321696302333817922823216963023338179228232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a025eb43-b925-4ed6-9c06-b64f0b885610, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 694539a7-5758-4cf3-b198-ee2cf7d1878a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694539a7-5758-4cf3-b198-ee2cf7d1878a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909400479673380194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194109094004796733801941090940047967338019410909400479673380194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f7aecb-24fe-4b85-8a22-10fe3fd0c373, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd62acde-b3a6-4ab4-94e3-6ee4f7a44d9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd62acde-b3a6-4ab4-94e3-6ee4f7a44d9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16381738036722061366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366163817380367220613661638173803672206136616381738036722061366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694539a7-5758-4cf3-b198-ee2cf7d1878a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 273fb622-e3d0-43b5-9379-301eece70912, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273fb622-e3d0-43b5-9379-301eece70912, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11174690676387809528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528111746906763878095281117469067638780952811174690676387809528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd62acde-b3a6-4ab4-94e3-6ee4f7a44d9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c85c508a-3c30-437b-a3c7-b6bc3fc433e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85c508a-3c30-437b-a3c7-b6bc3fc433e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17633294352598014251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251176332943525980142511763329435259801425117633294352598014251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273fb622-e3d0-43b5-9379-301eece70912, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca31f616-c81f-48e1-a077-e68de2258f52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca31f616-c81f-48e1-a077-e68de2258f52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3562406346758136445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445356240634675813644535624063467581364453562406346758136445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85c508a-3c30-437b-a3c7-b6bc3fc433e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4b2302b-d223-4bdc-8509-c639f4eddd9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4b2302b-d223-4bdc-8509-c639f4eddd9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4140493826935605433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433414049382693560543341404938269356054334140493826935605433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca31f616-c81f-48e1-a077-e68de2258f52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ba7e5de-f825-42c5-8366-d5d45487a139, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba7e5de-f825-42c5-8366-d5d45487a139, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10521216519593193280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280105212165195931932801052121651959319328010521216519593193280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4b2302b-d223-4bdc-8509-c639f4eddd9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 54940b2b-0d97-4bf9-acfb-2613de4fd706, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54940b2b-0d97-4bf9-acfb-2613de4fd706, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6046301191641174207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207604630119164117420760463011916411742076046301191641174207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba7e5de-f825-42c5-8366-d5d45487a139, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66974b7a-ae14-49f4-b086-d08e23bc78be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66974b7a-ae14-49f4-b086-d08e23bc78be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695435440283366037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037695435440283366037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54940b2b-0d97-4bf9-acfb-2613de4fd706, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7bc0ee7d-856c-46c9-9239-92c64d3117e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc0ee7d-856c-46c9-9239-92c64d3117e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1518932620543146309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309151893262054314630915189326205431463091518932620543146309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66974b7a-ae14-49f4-b086-d08e23bc78be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b30e5147-a9fe-48e0-a2ae-2b450b36ef31, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30e5147-a9fe-48e0-a2ae-2b450b36ef31, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 541633902174716645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645541633902174716645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc0ee7d-856c-46c9-9239-92c64d3117e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 128739ad-16a6-48c3-b1c6-8b0bec1a0b33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 128739ad-16a6-48c3-b1c6-8b0bec1a0b33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14725580157209072966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966147255801572090729661472558015720907296614725580157209072966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30e5147-a9fe-48e0-a2ae-2b450b36ef31, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1724f00f-4c65-4e19-a155-58626054321d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1724f00f-4c65-4e19-a155-58626054321d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17084756590710779128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128170847565907107791281708475659071077912817084756590710779128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 128739ad-16a6-48c3-b1c6-8b0bec1a0b33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c31166a6-8aad-4479-bc5b-d018953e03e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c31166a6-8aad-4479-bc5b-d018953e03e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5864023708490559213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213586402370849055921358640237084905592135864023708490559213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c31166a6-8aad-4479-bc5b-d018953e03e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e40f1509-3a5e-4fdd-b5a7-948baecf8764, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e40f1509-3a5e-4fdd-b5a7-948baecf8764, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6254161462153636818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818625416146215363681862541614621536368186254161462153636818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e40f1509-3a5e-4fdd-b5a7-948baecf8764, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20897b46-89b1-483c-b344-118c11de86bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20897b46-89b1-483c-b344-118c11de86bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4217331651659050793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793421733165165905079342173316516590507934217331651659050793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20897b46-89b1-483c-b344-118c11de86bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90484b89-7c90-49fe-87d5-cb1f7a64abd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90484b89-7c90-49fe-87d5-cb1f7a64abd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 998424069032062948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948998424069032062948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1724f00f-4c65-4e19-a155-58626054321d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c0ca418-f4b3-4d28-8ccf-0e34abc57b1c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c0ca418-f4b3-4d28-8ccf-0e34abc57b1c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7202335565047377858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858720233556504737785872023355650473778587202335565047377858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90484b89-7c90-49fe-87d5-cb1f7a64abd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e82cce3-7d4f-422b-933b-fe9ae36fac38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e82cce3-7d4f-422b-933b-fe9ae36fac38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950578164669563240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240295057816466956324029505781646695632402950578164669563240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c0ca418-f4b3-4d28-8ccf-0e34abc57b1c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4b41030-852e-41c4-81dc-05988e4f2787, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b41030-852e-41c4-81dc-05988e4f2787, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247597387704407988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988172475973877044079881724759738770440798817247597387704407988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e82cce3-7d4f-422b-933b-fe9ae36fac38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 179393e7-6716-4e98-9288-072986a51331, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b41030-852e-41c4-81dc-05988e4f2787, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179393e7-6716-4e98-9288-072986a51331, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5231372330757001344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344523137233075700134452313723307570013445231372330757001344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99de8926-cf96-4792-bdc7-3b85117bc616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99de8926-cf96-4792-bdc7-3b85117bc616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858012412009151055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055148580124120091510551485801241200915105514858012412009151055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179393e7-6716-4e98-9288-072986a51331, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f2588bf-30e3-4d56-9355-a96bc44d042d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2588bf-30e3-4d56-9355-a96bc44d042d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 792239494650196783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783792239494650196783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99de8926-cf96-4792-bdc7-3b85117bc616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51dcead4-4a9a-4563-997d-db018a7659a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51dcead4-4a9a-4563-997d-db018a7659a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9719922344211229159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159971992234421122915997199223442112291599719922344211229159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2588bf-30e3-4d56-9355-a96bc44d042d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e896a94c-6ac7-4c42-846e-486ca3e8cb55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51dcead4-4a9a-4563-997d-db018a7659a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d28aee51-5c98-45f8-b351-05e820a44c42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28aee51-5c98-45f8-b351-05e820a44c42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10280881444765867051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051102808814447658670511028088144476586705110280881444765867051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e896a94c-6ac7-4c42-846e-486ca3e8cb55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780512495152395426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426157805124951523954261578051249515239542615780512495152395426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28aee51-5c98-45f8-b351-05e820a44c42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2392b74d-ce65-41d7-ae05-c1e98e5fd277, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e896a94c-6ac7-4c42-846e-486ca3e8cb55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2392b74d-ce65-41d7-ae05-c1e98e5fd277, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3621638225372757952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952362163822537275795236216382253727579523621638225372757952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 914fbbf5-0aed-4397-a206-af7c9dfe97b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914fbbf5-0aed-4397-a206-af7c9dfe97b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347701003659825085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085113477010036598250851134770100365982508511347701003659825085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2392b74d-ce65-41d7-ae05-c1e98e5fd277, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914fbbf5-0aed-4397-a206-af7c9dfe97b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eac6b0b2-007d-49df-9840-c81059872a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac6b0b2-007d-49df-9840-c81059872a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7976124512651141660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660797612451265114166079761245126511416607976124512651141660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfadc20e-34fe-49ce-9146-f1dc9d9ca67d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfadc20e-34fe-49ce-9146-f1dc9d9ca67d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301844435918576368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368133018444359185763681330184443591857636813301844435918576368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac6b0b2-007d-49df-9840-c81059872a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87e66fb7-892b-4b06-8cd1-044962230d9e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e66fb7-892b-4b06-8cd1-044962230d9e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740760608149115223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223147407606081491152231474076060814911522314740760608149115223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfadc20e-34fe-49ce-9146-f1dc9d9ca67d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9ce5344-77ab-4738-b7d6-54bf07f1e344, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ce5344-77ab-4738-b7d6-54bf07f1e344, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3790431602556655712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712379043160255665571237904316025566557123790431602556655712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e66fb7-892b-4b06-8cd1-044962230d9e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85348b59-f51d-4521-9397-204cc1c7cf83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85348b59-f51d-4521-9397-204cc1c7cf83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13267456837430223183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183132674568374302231831326745683743022318313267456837430223183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ce5344-77ab-4738-b7d6-54bf07f1e344, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, afc05f05-0df7-478d-8e02-bb91fedab3e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc05f05-0df7-478d-8e02-bb91fedab3e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14026485890880726514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514140264858908807265141402648589088072651414026485890880726514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85348b59-f51d-4521-9397-204cc1c7cf83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a0cf19a1-a55b-4049-856e-64126229de34, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0cf19a1-a55b-4049-856e-64126229de34, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17117133018692678045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045171171330186926780451711713301869267804517117133018692678045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0cf19a1-a55b-4049-856e-64126229de34, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01c1c803-b11c-48cc-910b-a39ffbdd9420, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c1c803-b11c-48cc-910b-a39ffbdd9420, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8859150303609704125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125885915030360970412588591503036097041258859150303609704125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01c1c803-b11c-48cc-910b-a39ffbdd9420, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87cad555-e3e2-4f1a-829d-5d0b635fab4c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87cad555-e3e2-4f1a-829d-5d0b635fab4c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17756725939489915111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111177567259394899151111775672593948991511117756725939489915111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc05f05-0df7-478d-8e02-bb91fedab3e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad4911fd-6d3c-4510-806e-9b4f06231a35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad4911fd-6d3c-4510-806e-9b4f06231a35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720637668049645932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932117206376680496459321172063766804964593211720637668049645932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87cad555-e3e2-4f1a-829d-5d0b635fab4c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92275398-918a-4d31-8037-d4a6a1840b1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92275398-918a-4d31-8037-d4a6a1840b1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4345811182941492094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094434581118294149209443458111829414920944345811182941492094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92275398-918a-4d31-8037-d4a6a1840b1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3dcb378-19c4-40ac-9586-d7a906a8a9a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3dcb378-19c4-40ac-9586-d7a906a8a9a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6185530536128060269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269618553053612806026961855305361280602696185530536128060269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3dcb378-19c4-40ac-9586-d7a906a8a9a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93ccb984-7309-467b-8db1-24bddcabdfae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ccb984-7309-467b-8db1-24bddcabdfae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611814134507737879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879156118141345077378791561181413450773787915611814134507737879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ccb984-7309-467b-8db1-24bddcabdfae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef8d9479-0ae2-4242-8876-4adf61a763b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef8d9479-0ae2-4242-8876-4adf61a763b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3481513531429376072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072348151353142937607234815135314293760723481513531429376072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad4911fd-6d3c-4510-806e-9b4f06231a35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c257689-2e86-40b8-abf9-5b5de7a7266b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c257689-2e86-40b8-abf9-5b5de7a7266b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10430485623343263285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285104304856233432632851043048562334326328510430485623343263285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef8d9479-0ae2-4242-8876-4adf61a763b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b09fd70-1b0e-4b3c-916e-43b9c782bd69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b09fd70-1b0e-4b3c-916e-43b9c782bd69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8818083219612548351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351881808321961254835188180832196125483518818083219612548351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c257689-2e86-40b8-abf9-5b5de7a7266b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39936731-70ea-41ca-8167-0321ac170d58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39936731-70ea-41ca-8167-0321ac170d58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11217649536788539924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924112176495367885399241121764953678853992411217649536788539924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b09fd70-1b0e-4b3c-916e-43b9c782bd69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 79a6ae6c-ecfa-4d38-a642-a8bf1c25f187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a6ae6c-ecfa-4d38-a642-a8bf1c25f187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1423826868838479623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623142382686883847962314238268688384796231423826868838479623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39936731-70ea-41ca-8167-0321ac170d58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa450746-20fa-4eba-81ab-abfef9d59a03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa450746-20fa-4eba-81ab-abfef9d59a03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 52350211042728074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074523502110427280745235021104272807452350211042728074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a6ae6c-ecfa-4d38-a642-a8bf1c25f187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6b5e4f1b-aa6a-4d8f-b1d4-4654552ccfc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5e4f1b-aa6a-4d8f-b1d4-4654552ccfc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601395558225680709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709260139555822568070926013955582256807092601395558225680709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa450746-20fa-4eba-81ab-abfef9d59a03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adfae80b-bcb9-4f90-8e6c-8307d7b586e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adfae80b-bcb9-4f90-8e6c-8307d7b586e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3773587405523499261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261377358740552349926137735874055234992613773587405523499261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5e4f1b-aa6a-4d8f-b1d4-4654552ccfc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7740a596-fd16-4fdc-92ea-4533c9d9b3dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7740a596-fd16-4fdc-92ea-4533c9d9b3dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3389577391629545535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535338957739162954553533895773916295455353389577391629545535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adfae80b-bcb9-4f90-8e6c-8307d7b586e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d54578fd-a361-4517-9f5a-da567fb70fc8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d54578fd-a361-4517-9f5a-da567fb70fc8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7959178576736043649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649795917857673604364979591785767360436497959178576736043649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7740a596-fd16-4fdc-92ea-4533c9d9b3dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 937587cf-0845-4e53-a0e6-9e6f2322017c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 937587cf-0845-4e53-a0e6-9e6f2322017c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418707892452298230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230144187078924522982301441870789245229823014418707892452298230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d54578fd-a361-4517-9f5a-da567fb70fc8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 446f38e7-c766-4972-b013-5d9e69dc9d33, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 446f38e7-c766-4972-b013-5d9e69dc9d33, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14578542201553496230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230145785422015534962301457854220155349623014578542201553496230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 937587cf-0845-4e53-a0e6-9e6f2322017c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9278a9dc-7004-4343-9106-3c0ed5d099d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9278a9dc-7004-4343-9106-3c0ed5d099d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14018598477020832707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707140185984770208327071401859847702083270714018598477020832707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 446f38e7-c766-4972-b013-5d9e69dc9d33, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad7426f5-d889-419e-b7c5-a9b1deb0a99a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7426f5-d889-419e-b7c5-a9b1deb0a99a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15422671346721214173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173154226713467212141731542267134672121417315422671346721214173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9278a9dc-7004-4343-9106-3c0ed5d099d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cda2ac9c-8912-4136-864a-6f96f0d429a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda2ac9c-8912-4136-864a-6f96f0d429a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815997089546884168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168981599708954688416898159970895468841689815997089546884168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7426f5-d889-419e-b7c5-a9b1deb0a99a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5054ded1-f649-45ba-8c24-1d05be38094b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5054ded1-f649-45ba-8c24-1d05be38094b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859866984945859134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134785986698494585913478598669849458591347859866984945859134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda2ac9c-8912-4136-864a-6f96f0d429a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac4ead35-8b26-4d63-ad83-1e7b1ddb2443, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5054ded1-f649-45ba-8c24-1d05be38094b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4ead35-8b26-4d63-ad83-1e7b1ddb2443, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2146576235468214020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020214657623546821402021465762354682140202146576235468214020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46e864ad-fe84-469c-ad78-08834000b8eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e864ad-fe84-469c-ad78-08834000b8eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4997485781171272018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018499748578117127201849974857811712720184997485781171272018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4ead35-8b26-4d63-ad83-1e7b1ddb2443, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c18afac-1278-430c-ae49-9f1f87ef9ef8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c18afac-1278-430c-ae49-9f1f87ef9ef8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10959195034888279929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929109591950348882799291095919503488827992910959195034888279929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e864ad-fe84-469c-ad78-08834000b8eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4f6760b-1bd2-4a19-87f6-220d3356faec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f6760b-1bd2-4a19-87f6-220d3356faec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15441511125500781326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326154415111255007813261544151112550078132615441511125500781326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c18afac-1278-430c-ae49-9f1f87ef9ef8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d98c8b4f-d492-4f40-901b-93f4bf1179f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d98c8b4f-d492-4f40-901b-93f4bf1179f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1488407100422383707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707148840710042238370714884071004223837071488407100422383707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f6760b-1bd2-4a19-87f6-220d3356faec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 944e2313-ce1c-481d-a6c4-013a0e860c39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 944e2313-ce1c-481d-a6c4-013a0e860c39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4974785844804095143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143497478584480409514349747858448040951434974785844804095143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d98c8b4f-d492-4f40-901b-93f4bf1179f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 944e2313-ce1c-481d-a6c4-013a0e860c39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25e30d8e-7a04-49a5-93bb-ec1b8d9bb72b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82ecf2c7-26c0-448f-b950-350af4d76f0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25e30d8e-7a04-49a5-93bb-ec1b8d9bb72b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651772250239482689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689166517722502394826891665177225023948268916651772250239482689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ecf2c7-26c0-448f-b950-350af4d76f0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9597372173544991884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884959737217354499188495973721735449918849597372173544991884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ecf2c7-26c0-448f-b950-350af4d76f0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bc712a8-8616-4b2f-9b60-137395b4b065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bc712a8-8616-4b2f-9b60-137395b4b065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11294149391148960150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150112941493911489601501129414939114896015011294149391148960150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25e30d8e-7a04-49a5-93bb-ec1b8d9bb72b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e1b0192-b3ca-4b9f-b638-562d2da14426, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1b0192-b3ca-4b9f-b638-562d2da14426, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11750941244117949413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413117509412441179494131175094124411794941311750941244117949413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bc712a8-8616-4b2f-9b60-137395b4b065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31017fda-e2e1-4b26-8015-d41626d4c90c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31017fda-e2e1-4b26-8015-d41626d4c90c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9327004025133689552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552932700402513368955293270040251336895529327004025133689552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1b0192-b3ca-4b9f-b638-562d2da14426, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 740dd20c-a761-4c16-85ca-21dbe2758da8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 740dd20c-a761-4c16-85ca-21dbe2758da8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11697918595528829652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652116979185955288296521169791859552882965211697918595528829652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31017fda-e2e1-4b26-8015-d41626d4c90c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b865be66-b1fe-4241-80cb-dcd0acc78f97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b865be66-b1fe-4241-80cb-dcd0acc78f97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1726034443640739015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015172603444364073901517260344436407390151726034443640739015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 740dd20c-a761-4c16-85ca-21dbe2758da8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1e5cbf8-b81b-4b0f-911b-f37b72869d94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1e5cbf8-b81b-4b0f-911b-f37b72869d94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288789224401227401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401162887892244012274011628878922440122740116288789224401227401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1e5cbf8-b81b-4b0f-911b-f37b72869d94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b865be66-b1fe-4241-80cb-dcd0acc78f97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4919741a-1c03-41f4-9fb5-ccb61f928c1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4919741a-1c03-41f4-9fb5-ccb61f928c1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12671501133520715713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713126715011335207157131267150113352071571312671501133520715713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 006ec70c-6151-47b8-88a2-334574d3efaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006ec70c-6151-47b8-88a2-334574d3efaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5820658434417297850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850582065843441729785058206584344172978505820658434417297850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006ec70c-6151-47b8-88a2-334574d3efaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48988ae9-2983-49b3-bfc4-dadd10ab8f7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48988ae9-2983-49b3-bfc4-dadd10ab8f7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9179098533149447950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950917909853314944795091790985331494479509179098533149447950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4919741a-1c03-41f4-9fb5-ccb61f928c1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67889184-d241-4d0b-bbda-d94b80dc1bd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48988ae9-2983-49b3-bfc4-dadd10ab8f7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7536b82-6121-4e00-8178-347f6588ec0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7536b82-6121-4e00-8178-347f6588ec0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14984888476237111873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873149848884762371118731498488847623711187314984888476237111873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67889184-d241-4d0b-bbda-d94b80dc1bd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3425090389325401758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758342509038932540175834250903893254017583425090389325401758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7536b82-6121-4e00-8178-347f6588ec0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19aa0837-eb4f-45d2-bb9d-53dc7bb6082a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19aa0837-eb4f-45d2-bb9d-53dc7bb6082a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13131733424356847729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729131317334243568477291313173342435684772913131733424356847729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67889184-d241-4d0b-bbda-d94b80dc1bd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19aa0837-eb4f-45d2-bb9d-53dc7bb6082a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 986677e9-18fd-42b3-a8a3-07f2fc6fcea9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986677e9-18fd-42b3-a8a3-07f2fc6fcea9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1890661805576566812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812189066180557656681218906618055765668121890661805576566812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6802c2e1-9936-41d5-b78a-6c304808fbb2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6802c2e1-9936-41d5-b78a-6c304808fbb2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9412187576192094579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579941218757619209457994121875761920945799412187576192094579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986677e9-18fd-42b3-a8a3-07f2fc6fcea9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4a5e5bd-4310-496f-abaa-dceff4a1c5da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a5e5bd-4310-496f-abaa-dceff4a1c5da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624511601160980111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111176245116011609801111762451160116098011117624511601160980111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6802c2e1-9936-41d5-b78a-6c304808fbb2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 690f4fbe-0f3e-4a87-baf6-ee98f82af088, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690f4fbe-0f3e-4a87-baf6-ee98f82af088, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17918482446850276672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672179184824468502766721791848244685027667217918482446850276672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 690f4fbe-0f3e-4a87-baf6-ee98f82af088, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ee99f95-399f-4399-a09b-5777f9143f05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee99f95-399f-4399-a09b-5777f9143f05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7948949772478744818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818794894977247874481879489497724787448187948949772478744818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a5e5bd-4310-496f-abaa-dceff4a1c5da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ee8efb-e47d-4491-8c40-d885d7f42772, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ee8efb-e47d-4491-8c40-d885d7f42772, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160122467537597676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676516012246753759767651601224675375976765160122467537597676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ee8efb-e47d-4491-8c40-d885d7f42772, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 911913c2-ebe6-4474-ba71-2eadccf8529b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911913c2-ebe6-4474-ba71-2eadccf8529b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930502073425443289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289593050207342544328959305020734254432895930502073425443289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911913c2-ebe6-4474-ba71-2eadccf8529b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ab69ae3-2267-44eb-b32a-b4c64f006455, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab69ae3-2267-44eb-b32a-b4c64f006455, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934976463127600021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021129349764631276000211293497646312760002112934976463127600021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee99f95-399f-4399-a09b-5777f9143f05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 424d1f0f-ff20-4e7b-8c65-7f091e4b73b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 424d1f0f-ff20-4e7b-8c65-7f091e4b73b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10091753733655493423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423100917537336554934231009175373365549342310091753733655493423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 424d1f0f-ff20-4e7b-8c65-7f091e4b73b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f432c66-248a-4d0f-adff-652b3fd60d5f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f432c66-248a-4d0f-adff-652b3fd60d5f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6393970987256733629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629639397098725673362963939709872567336296393970987256733629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab69ae3-2267-44eb-b32a-b4c64f006455, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44f226d1-a2cd-4cd6-a027-2333396663bd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f226d1-a2cd-4cd6-a027-2333396663bd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5172795436188570085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085517279543618857008551727954361885700855172795436188570085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f432c66-248a-4d0f-adff-652b3fd60d5f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01bcc2fc-30b2-4a24-bbab-74e7999d30c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01bcc2fc-30b2-4a24-bbab-74e7999d30c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234124916777231553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553234124916777231553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01bcc2fc-30b2-4a24-bbab-74e7999d30c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83f68653-727b-41e7-b920-0820aa273f06, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f68653-727b-41e7-b920-0820aa273f06, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370852070973266679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679133708520709732666791337085207097326667913370852070973266679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f226d1-a2cd-4cd6-a027-2333396663bd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b249c718-eee5-40e3-9930-26dd940f80b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b249c718-eee5-40e3-9930-26dd940f80b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18274706191962704221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221182747061919627042211827470619196270422118274706191962704221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f68653-727b-41e7-b920-0820aa273f06, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 717ccc41-af63-467f-a87e-d1498990771d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717ccc41-af63-467f-a87e-d1498990771d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4992113905863147250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250499211390586314725049921139058631472504992113905863147250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b249c718-eee5-40e3-9930-26dd940f80b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d8ad2b7-c666-489d-9e06-fae7061ffb8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d8ad2b7-c666-489d-9e06-fae7061ffb8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260880653895568769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769132608806538955687691326088065389556876913260880653895568769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717ccc41-af63-467f-a87e-d1498990771d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a1e8064-37f0-42b5-9a85-df9d5b3cecac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1e8064-37f0-42b5-9a85-df9d5b3cecac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8866330049155838750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750886633004915583875088663300491558387508866330049155838750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d8ad2b7-c666-489d-9e06-fae7061ffb8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77835070-ea6a-4883-a88b-6eefc4bfc50e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77835070-ea6a-4883-a88b-6eefc4bfc50e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17541054790982147349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349175410547909821473491754105479098214734917541054790982147349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1e8064-37f0-42b5-9a85-df9d5b3cecac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4e91c1b3-0d20-4158-8c39-9764f64de31e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e91c1b3-0d20-4158-8c39-9764f64de31e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12438740162235510215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215124387401622355102151243874016223551021512438740162235510215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77835070-ea6a-4883-a88b-6eefc4bfc50e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4144a3c7-99db-4d76-8453-6285c05361b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4144a3c7-99db-4d76-8453-6285c05361b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3467747647452047107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107346774764745204710734677476474520471073467747647452047107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e91c1b3-0d20-4158-8c39-9764f64de31e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c3ad383-48a9-4e24-bbb5-94d82ef95403, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3ad383-48a9-4e24-bbb5-94d82ef95403, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9486201777712049428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428948620177771204942894862017777120494289486201777712049428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4144a3c7-99db-4d76-8453-6285c05361b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6e892fbe-261b-4b16-8f6e-3fb74d688bc1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e892fbe-261b-4b16-8f6e-3fb74d688bc1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12093802502256992829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829120938025022569928291209380250225699282912093802502256992829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3ad383-48a9-4e24-bbb5-94d82ef95403, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6df6332-dba7-4f41-ba3a-13f57dc99de7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6df6332-dba7-4f41-ba3a-13f57dc99de7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438107849641461459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459143810784964146145914381078496414614591438107849641461459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e892fbe-261b-4b16-8f6e-3fb74d688bc1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db9cb7ae-8582-41e8-8202-5b5ab25061d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6df6332-dba7-4f41-ba3a-13f57dc99de7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5db14355-9c2e-4f65-ba58-a91af493cd97, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5db14355-9c2e-4f65-ba58-a91af493cd97, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17913727385658335900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900179137273856583359001791372738565833590017913727385658335900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9cb7ae-8582-41e8-8202-5b5ab25061d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041499863692473110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110170414998636924731101704149986369247311017041499863692473110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5db14355-9c2e-4f65-ba58-a91af493cd97, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0265676d-2b96-4a92-8b3b-b1a52dcca5db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0265676d-2b96-4a92-8b3b-b1a52dcca5db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5818630340620204582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582581863034062020458258186303406202045825818630340620204582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9cb7ae-8582-41e8-8202-5b5ab25061d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9ab6246-15f5-4c0d-9f5f-34fa9189f293, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ab6246-15f5-4c0d-9f5f-34fa9189f293, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7959093296492194553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553795909329649219455379590932964921945537959093296492194553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0265676d-2b96-4a92-8b3b-b1a52dcca5db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0724d9b8-1dcd-4132-8a3e-c684fd200e17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0724d9b8-1dcd-4132-8a3e-c684fd200e17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5338687624056987954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954533868762405698795453386876240569879545338687624056987954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ab6246-15f5-4c0d-9f5f-34fa9189f293, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfc47136-b456-4152-8f85-50d6d1263de0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfc47136-b456-4152-8f85-50d6d1263de0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3041286368643484243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243304128636864348424330412863686434842433041286368643484243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0724d9b8-1dcd-4132-8a3e-c684fd200e17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b9c301-cbdf-4208-b2fd-31e009856fda, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b9c301-cbdf-4208-b2fd-31e009856fda, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8250381039368811603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603825038103936881160382503810393688116038250381039368811603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfc47136-b456-4152-8f85-50d6d1263de0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd1451e7-b028-4161-81f8-0e2c473d856e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1451e7-b028-4161-81f8-0e2c473d856e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752687570290640249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249575268757029064024957526875702906402495752687570290640249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b9c301-cbdf-4208-b2fd-31e009856fda, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec4fedcb-5583-4532-88c5-34f71614f5af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4fedcb-5583-4532-88c5-34f71614f5af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438356944823182276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276104383569448231822761043835694482318227610438356944823182276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1451e7-b028-4161-81f8-0e2c473d856e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e81867d-6595-47a5-a27b-618353ab6d16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e81867d-6595-47a5-a27b-618353ab6d16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7026604186118451792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792702660418611845179270266041861184517927026604186118451792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4fedcb-5583-4532-88c5-34f71614f5af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05a5822a-969b-410c-8c14-e44c44beda29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a5822a-969b-410c-8c14-e44c44beda29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 928701522869158948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948928701522869158948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e81867d-6595-47a5-a27b-618353ab6d16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 21d6bab4-2b5b-49bd-8250-961af2d85625, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d6bab4-2b5b-49bd-8250-961af2d85625, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117096816945690286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286511709681694569028651170968169456902865117096816945690286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a5822a-969b-410c-8c14-e44c44beda29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d885bd17-d54c-421c-b219-e2e5114d62aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d885bd17-d54c-421c-b219-e2e5114d62aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141175634947627239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239121411756349476272391214117563494762723912141175634947627239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d6bab4-2b5b-49bd-8250-961af2d85625, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c70d04dc-6fb4-44b0-97c9-f1fdaaa9e46a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c70d04dc-6fb4-44b0-97c9-f1fdaaa9e46a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5220684402356450757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757522068440235645075752206844023564507575220684402356450757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d885bd17-d54c-421c-b219-e2e5114d62aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f440166-6781-4ccd-b633-6019f465bc9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f440166-6781-4ccd-b633-6019f465bc9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6064380317368872580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580606438031736887258060643803173688725806064380317368872580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c70d04dc-6fb4-44b0-97c9-f1fdaaa9e46a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7631d8f1-d789-4d95-aa32-639c3ceffb07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7631d8f1-d789-4d95-aa32-639c3ceffb07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8337926938672086562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562833792693867208656283379269386720865628337926938672086562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f440166-6781-4ccd-b633-6019f465bc9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7244290f-8914-43ad-b5c8-7788b2fb7283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7244290f-8914-43ad-b5c8-7788b2fb7283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5805271016829841065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065580527101682984106558052710168298410655805271016829841065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7631d8f1-d789-4d95-aa32-639c3ceffb07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7244290f-8914-43ad-b5c8-7788b2fb7283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 992f3e26-fb28-49cf-afc3-481ef73c6791, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 992f3e26-fb28-49cf-afc3-481ef73c6791, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16212739281974675231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231162127392819746752311621273928197467523116212739281974675231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e656af88-e685-4019-987f-98f3d7c10ee7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e656af88-e685-4019-987f-98f3d7c10ee7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10036746080759079655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655100367460807590796551003674608075907965510036746080759079655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 992f3e26-fb28-49cf-afc3-481ef73c6791, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1b714ffb-23a0-45c8-9376-39a28ec1e128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b714ffb-23a0-45c8-9376-39a28ec1e128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14844233639728727206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206148442336397287272061484423363972872720614844233639728727206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e656af88-e685-4019-987f-98f3d7c10ee7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1e574d0-24aa-4f60-a95c-00ff2c83922c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e574d0-24aa-4f60-a95c-00ff2c83922c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8891252673705886639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639889125267370588663988912526737058866398891252673705886639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b714ffb-23a0-45c8-9376-39a28ec1e128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 818b21da-93c1-481a-b055-dddf1f8e2002, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818b21da-93c1-481a-b055-dddf1f8e2002, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17318117861938813570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570173181178619388135701731811786193881357017318117861938813570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e574d0-24aa-4f60-a95c-00ff2c83922c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29aa0dd1-4e1a-4113-9c07-1ece6a052271, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aa0dd1-4e1a-4113-9c07-1ece6a052271, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2020830179077282959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959202083017907728295920208301790772829592020830179077282959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818b21da-93c1-481a-b055-dddf1f8e2002, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aa0dd1-4e1a-4113-9c07-1ece6a052271, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b94a9bc-5346-45cc-89e2-ee1d539da5ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b94a9bc-5346-45cc-89e2-ee1d539da5ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3101317876337133995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995310131787633713399531013178763371339953101317876337133995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11aa9bc2-3152-482c-8c40-f46397835eed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11aa9bc2-3152-482c-8c40-f46397835eed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17142946703497551040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040171429467034975510401714294670349755104017142946703497551040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b94a9bc-5346-45cc-89e2-ee1d539da5ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 25d94ffb-4129-4292-be65-bf9d018bab6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d94ffb-4129-4292-be65-bf9d018bab6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15835186631687842353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353158351866316878423531583518663168784235315835186631687842353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11aa9bc2-3152-482c-8c40-f46397835eed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53142b20-cc05-4c88-afa2-c7942776cb27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53142b20-cc05-4c88-afa2-c7942776cb27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016956390841824686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686801695639084182468680169563908418246868016956390841824686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d94ffb-4129-4292-be65-bf9d018bab6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 149f8044-fee4-491f-a384-d52b6c10a5ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 149f8044-fee4-491f-a384-d52b6c10a5ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11243758724023722036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036112437587240237220361124375872402372203611243758724023722036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53142b20-cc05-4c88-afa2-c7942776cb27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14033d22-1352-485f-90a8-fb9725857766, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14033d22-1352-485f-90a8-fb9725857766, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8785286691566212784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784878528669156621278487852866915662127848785286691566212784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 149f8044-fee4-491f-a384-d52b6c10a5ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee34a7d2-a867-4a80-bef9-e46b261c32eb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14033d22-1352-485f-90a8-fb9725857766, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4203f1db-305d-4c0e-b3dd-29d68d6b8d83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee34a7d2-a867-4a80-bef9-e46b261c32eb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18336233124434596981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981183362331244345969811833623312443459698118336233124434596981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4203f1db-305d-4c0e-b3dd-29d68d6b8d83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12439093940310607932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932124390939403106079321243909394031060793212439093940310607932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee34a7d2-a867-4a80-bef9-e46b261c32eb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4203f1db-305d-4c0e-b3dd-29d68d6b8d83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bef4a680-495d-4469-8672-55b3994ced1e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef4a680-495d-4469-8672-55b3994ced1e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15191848304753679450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450151918483047536794501519184830475367945015191848304753679450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c0f088d-0bcb-4be0-9510-eec37df2537b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c0f088d-0bcb-4be0-9510-eec37df2537b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4818891705858916159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159481889170585891615948188917058589161594818891705858916159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef4a680-495d-4469-8672-55b3994ced1e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05c6e125-b183-426d-b6b2-02bae185ca27, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05c6e125-b183-426d-b6b2-02bae185ca27, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10531677665553295735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735105316776655532957351053167766555329573510531677665553295735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c0f088d-0bcb-4be0-9510-eec37df2537b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51ecceb0-dd9c-4a0d-9f20-e798afc7da7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ecceb0-dd9c-4a0d-9f20-e798afc7da7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13775836644012835197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197137758366440128351971377583664401283519713775836644012835197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05c6e125-b183-426d-b6b2-02bae185ca27, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89a206d6-9577-4503-8b8e-dae281a76aad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a206d6-9577-4503-8b8e-dae281a76aad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14467604455362095562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562144676044553620955621446760445536209556214467604455362095562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ecceb0-dd9c-4a0d-9f20-e798afc7da7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a206d6-9577-4503-8b8e-dae281a76aad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d384be0-067f-47d9-93c6-56fc420a5268, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fff8926d-1bc6-4d00-8555-09e31bd51b2d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff8926d-1bc6-4d00-8555-09e31bd51b2d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1333947106572311407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407133394710657231140713339471065723114071333947106572311407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d384be0-067f-47d9-93c6-56fc420a5268, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7184998055516854094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094718499805551685409471849980555168540947184998055516854094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff8926d-1bc6-4d00-8555-09e31bd51b2d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94510de2-bcc6-47c3-b06f-cee96261ab74, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94510de2-bcc6-47c3-b06f-cee96261ab74, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13901739593344053873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873139017395933440538731390173959334405387313901739593344053873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d384be0-067f-47d9-93c6-56fc420a5268, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fada356b-f430-4291-8583-e188b50b6574, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fada356b-f430-4291-8583-e188b50b6574, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14602583757171773266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266146025837571717732661460258375717177326614602583757171773266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94510de2-bcc6-47c3-b06f-cee96261ab74, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5064f08e-50f7-443f-8dec-1f994b8786cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fada356b-f430-4291-8583-e188b50b6574, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a54cd90a-0e63-447d-9199-1ad04543399f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5064f08e-50f7-443f-8dec-1f994b8786cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5527686396132261323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323552768639613226132355276863961322613235527686396132261323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54cd90a-0e63-447d-9199-1ad04543399f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1028789965237798568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568102878996523779856810287899652377985681028789965237798568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5064f08e-50f7-443f-8dec-1f994b8786cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efbb2439-bd7e-4ac0-9c9b-4fc409bb108d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbb2439-bd7e-4ac0-9c9b-4fc409bb108d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14397430158192568985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985143974301581925689851439743015819256898514397430158192568985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54cd90a-0e63-447d-9199-1ad04543399f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d68abd-64bb-4c01-b877-0eaa0d24c68c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d68abd-64bb-4c01-b877-0eaa0d24c68c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3546213627708229993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993354621362770822999335462136277082299933546213627708229993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbb2439-bd7e-4ac0-9c9b-4fc409bb108d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bcb01db-2f50-4933-b9ba-ed01ce1eaa48, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcb01db-2f50-4933-b9ba-ed01ce1eaa48, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4102209668014596320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320410220966801459632041022096680145963204102209668014596320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d68abd-64bb-4c01-b877-0eaa0d24c68c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8da0e015-6899-481b-ac10-d80b0546b21b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da0e015-6899-481b-ac10-d80b0546b21b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093990920877761747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747150939909208777617471509399092087776174715093990920877761747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcb01db-2f50-4933-b9ba-ed01ce1eaa48, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2734551d-3355-4b85-90b9-2eb77925efd3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2734551d-3355-4b85-90b9-2eb77925efd3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934561994794725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725179345619947947251793456199479472517934561994794725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da0e015-6899-481b-ac10-d80b0546b21b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 604e99f4-8b7a-454d-b51a-3a34a43c8d3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2734551d-3355-4b85-90b9-2eb77925efd3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fb5b25d-21ba-40ad-9aee-1f8a2f8a14e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 604e99f4-8b7a-454d-b51a-3a34a43c8d3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16933129233010720563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563169331292330107205631693312923301072056316933129233010720563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb5b25d-21ba-40ad-9aee-1f8a2f8a14e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11777779953175604958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958117777799531756049581177777995317560495811777779953175604958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 604e99f4-8b7a-454d-b51a-3a34a43c8d3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4558740f-b7be-4b29-b8af-748dd65821cf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4558740f-b7be-4b29-b8af-748dd65821cf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11364563902805396349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349113645639028053963491136456390280539634911364563902805396349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb5b25d-21ba-40ad-9aee-1f8a2f8a14e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16331eed-99a0-46d2-a818-6d1f3a572565, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16331eed-99a0-46d2-a818-6d1f3a572565, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12002361269850587386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386120023612698505873861200236126985058738612002361269850587386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4558740f-b7be-4b29-b8af-748dd65821cf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 529a7967-ca20-4a70-bb2f-db8a8dd2297a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529a7967-ca20-4a70-bb2f-db8a8dd2297a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5421037009980701701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701542103700998070170154210370099807017015421037009980701701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16331eed-99a0-46d2-a818-6d1f3a572565, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a16e128b-cdb2-451e-a0db-a94592a443dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16e128b-cdb2-451e-a0db-a94592a443dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909096522821938777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777890909652282193877789090965228219387778909096522821938777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529a7967-ca20-4a70-bb2f-db8a8dd2297a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4a77850-ec41-4092-a3a1-067bcb2145fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a77850-ec41-4092-a3a1-067bcb2145fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12797787823307049220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220127977878233070492201279778782330704922012797787823307049220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16e128b-cdb2-451e-a0db-a94592a443dc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ded48797-e511-46eb-bcea-65264d2331b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded48797-e511-46eb-bcea-65264d2331b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10923201924261580129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129109232019242615801291092320192426158012910923201924261580129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a77850-ec41-4092-a3a1-067bcb2145fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 270ce517-ae4e-4ef7-be1f-8c60c76cdab7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 270ce517-ae4e-4ef7-be1f-8c60c76cdab7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485775961200222734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734114857759612002227341148577596120022273411485775961200222734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded48797-e511-46eb-bcea-65264d2331b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 270ce517-ae4e-4ef7-be1f-8c60c76cdab7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50543065-eb21-4a21-8b2a-3653e41d9549, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50543065-eb21-4a21-8b2a-3653e41d9549, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17662372029099981289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289176623720290999812891766237202909998128917662372029099981289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9559080-de76-41c6-b5f5-878691be5323, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9559080-de76-41c6-b5f5-878691be5323, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15558359690183740937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937155583596901837409371555835969018374093715558359690183740937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50543065-eb21-4a21-8b2a-3653e41d9549, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdd3267a-a53d-4d49-af8b-26d589e0932b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd3267a-a53d-4d49-af8b-26d589e0932b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10123997718218060861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861101239977182180608611012399771821806086110123997718218060861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9559080-de76-41c6-b5f5-878691be5323, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec7b8a41-e402-4858-8d73-3113df681b10, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec7b8a41-e402-4858-8d73-3113df681b10, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7238755510520425993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993723875551052042599372387555105204259937238755510520425993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd3267a-a53d-4d49-af8b-26d589e0932b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b46f399-d26b-4f18-a973-7b2b1923c983, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b46f399-d26b-4f18-a973-7b2b1923c983, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674251836010254914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914146742518360102549141467425183601025491414674251836010254914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec7b8a41-e402-4858-8d73-3113df681b10, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b716ac8-aa17-4c76-9942-8e44c39c436e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b716ac8-aa17-4c76-9942-8e44c39c436e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9634885865585492741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741963488586558549274196348858655854927419634885865585492741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b46f399-d26b-4f18-a973-7b2b1923c983, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48706fee-13ba-4753-8bfb-d45d36e72816, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48706fee-13ba-4753-8bfb-d45d36e72816, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264095855464177550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550264095855464177550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b716ac8-aa17-4c76-9942-8e44c39c436e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 836def98-0174-47ff-ab2c-f0e238a78ff8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 836def98-0174-47ff-ab2c-f0e238a78ff8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296009158446402640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640182960091584464026401829600915844640264018296009158446402640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48706fee-13ba-4753-8bfb-d45d36e72816, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce6ece12-8159-4127-b5db-f11eb6faab47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6ece12-8159-4127-b5db-f11eb6faab47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1882003589046756345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345188200358904675634518820035890467563451882003589046756345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 836def98-0174-47ff-ab2c-f0e238a78ff8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd85aaa5-3931-4f49-9401-65921c2cca7d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd85aaa5-3931-4f49-9401-65921c2cca7d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17700774859403980173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173177007748594039801731770077485940398017317700774859403980173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6ece12-8159-4127-b5db-f11eb6faab47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e40b00-904b-4491-835d-e50138e7bef5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e40b00-904b-4491-835d-e50138e7bef5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893205959925555751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751889320595992555575188932059599255557518893205959925555751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e40b00-904b-4491-835d-e50138e7bef5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f02f298-bcda-4623-ae3e-3741026cb8c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f02f298-bcda-4623-ae3e-3741026cb8c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11446627994537204076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076114466279945372040761144662799453720407611446627994537204076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd85aaa5-3931-4f49-9401-65921c2cca7d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e059456-f312-497c-97a8-9ced0bc41190, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e059456-f312-497c-97a8-9ced0bc41190, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12851093576924047858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858128510935769240478581285109357692404785812851093576924047858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f02f298-bcda-4623-ae3e-3741026cb8c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f54a495-da4c-4b54-abd9-b1e0af5c423e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f54a495-da4c-4b54-abd9-b1e0af5c423e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10842380054717808364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364108423800547178083641084238005471780836410842380054717808364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e059456-f312-497c-97a8-9ced0bc41190, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 991d5f2f-ae80-4ac9-8b8d-b381c0c4d065, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991d5f2f-ae80-4ac9-8b8d-b381c0c4d065, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7599355861373862995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995759935586137386299575993558613738629957599355861373862995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f54a495-da4c-4b54-abd9-b1e0af5c423e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9511d61-b7a5-4825-8fad-20d1b24ddaf8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9511d61-b7a5-4825-8fad-20d1b24ddaf8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 824616648225083769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769824616648225083769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991d5f2f-ae80-4ac9-8b8d-b381c0c4d065, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 026eed29-2465-4cc6-807e-5a1e5656edc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026eed29-2465-4cc6-807e-5a1e5656edc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5530291975447778232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232553029197544777823255302919754477782325530291975447778232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9511d61-b7a5-4825-8fad-20d1b24ddaf8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026eed29-2465-4cc6-807e-5a1e5656edc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccfeb1b3-5e14-4f5a-b796-1c98e5e6b474, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfeb1b3-5e14-4f5a-b796-1c98e5e6b474, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12737447678538948047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047127374476785389480471273744767853894804712737447678538948047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6fbc4ef5-9a60-42fb-afc5-43ac5ad7a08a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fbc4ef5-9a60-42fb-afc5-43ac5ad7a08a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852978123467504676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676168529781234675046761685297812346750467616852978123467504676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfeb1b3-5e14-4f5a-b796-1c98e5e6b474, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9422bb22-9fe5-49dc-9174-bc771de25607, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9422bb22-9fe5-49dc-9174-bc771de25607, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18062405012829227590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590180624050128292275901806240501282922759018062405012829227590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fbc4ef5-9a60-42fb-afc5-43ac5ad7a08a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31143bcc-7e3b-40b6-bb51-18b9acfb97cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31143bcc-7e3b-40b6-bb51-18b9acfb97cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858409065658151581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581285840906565815158128584090656581515812858409065658151581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9422bb22-9fe5-49dc-9174-bc771de25607, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67805cad-a64e-41eb-b35f-039de8909ff7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67805cad-a64e-41eb-b35f-039de8909ff7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 540267893855655474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474540267893855655474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31143bcc-7e3b-40b6-bb51-18b9acfb97cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cbd8051-c42f-458f-83c9-90ec82a690d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cbd8051-c42f-458f-83c9-90ec82a690d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10458146531357702267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267104581465313577022671045814653135770226710458146531357702267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67805cad-a64e-41eb-b35f-039de8909ff7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6941d58e-ffd9-4625-8c65-2daa7746b5a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6941d58e-ffd9-4625-8c65-2daa7746b5a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334358678101324028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028233435867810132402823343586781013240282334358678101324028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cbd8051-c42f-458f-83c9-90ec82a690d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c6269a3-4f4e-47d6-9e67-91f5d869c5fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6269a3-4f4e-47d6-9e67-91f5d869c5fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359383909861125108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108183593839098611251081835938390986112510818359383909861125108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6941d58e-ffd9-4625-8c65-2daa7746b5a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceccd2c9-5e94-4b37-b05b-fb71d3701407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6269a3-4f4e-47d6-9e67-91f5d869c5fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceccd2c9-5e94-4b37-b05b-fb71d3701407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815393710698451513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513281539371069845151328153937106984515132815393710698451513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c7f7f9e-d24f-4682-89fa-e8db5bc0ed0c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c7f7f9e-d24f-4682-89fa-e8db5bc0ed0c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774879376377237989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989877487937637723798987748793763772379898774879376377237989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceccd2c9-5e94-4b37-b05b-fb71d3701407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27295416-6d07-4c39-8f41-fba0ea434b41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27295416-6d07-4c39-8f41-fba0ea434b41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598073812968552639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639155980738129685526391559807381296855263915598073812968552639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c7f7f9e-d24f-4682-89fa-e8db5bc0ed0c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2deb3c1e-8f96-45b9-aff2-085172d3973b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2deb3c1e-8f96-45b9-aff2-085172d3973b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13622984624468769598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598136229846244687695981362298462446876959813622984624468769598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27295416-6d07-4c39-8f41-fba0ea434b41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0589c2d6-8db4-40bd-b86c-df065f15e26b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0589c2d6-8db4-40bd-b86c-df065f15e26b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13811901201182440020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020138119012011824400201381190120118244002013811901201182440020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2deb3c1e-8f96-45b9-aff2-085172d3973b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9dbe186f-fdf3-443b-9da4-37a125b54c54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbe186f-fdf3-443b-9da4-37a125b54c54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3602677191966899872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872360267719196689987236026771919668998723602677191966899872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0589c2d6-8db4-40bd-b86c-df065f15e26b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3600dc88-0490-4109-a147-806b0ad8f76a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3600dc88-0490-4109-a147-806b0ad8f76a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401427804809405018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018134014278048094050181340142780480940501813401427804809405018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbe186f-fdf3-443b-9da4-37a125b54c54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 47ceba85-aad2-4991-b11f-1cd3209c7d40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ceba85-aad2-4991-b11f-1cd3209c7d40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9444513681689282170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170944451368168928217094445136816892821709444513681689282170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3600dc88-0490-4109-a147-806b0ad8f76a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a32ac8cb-fdd2-4a4d-a288-1d4bb5e118fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a32ac8cb-fdd2-4a4d-a288-1d4bb5e118fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10775233694693282277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277107752336946932822771077523369469328227710775233694693282277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a32ac8cb-fdd2-4a4d-a288-1d4bb5e118fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1b85c57-e268-46d4-9ca2-8512a96bd22f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b85c57-e268-46d4-9ca2-8512a96bd22f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 21795643300742188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188217956433007421882179564330074218821795643300742188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ceba85-aad2-4991-b11f-1cd3209c7d40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eddebaa6-fc3f-45d9-b1e5-5d8fc1fcf7e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eddebaa6-fc3f-45d9-b1e5-5d8fc1fcf7e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3517193693161028806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806351719369316102880635171936931610288063517193693161028806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b85c57-e268-46d4-9ca2-8512a96bd22f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caef1f10-7d80-4650-b532-eb0ed75d8ee4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caef1f10-7d80-4650-b532-eb0ed75d8ee4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11635652400095124735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735116356524000951247351163565240009512473511635652400095124735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eddebaa6-fc3f-45d9-b1e5-5d8fc1fcf7e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e0f230-41b0-46d4-9034-d0957f9c1e85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e0f230-41b0-46d4-9034-d0957f9c1e85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1792380379485916348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348179238037948591634817923803794859163481792380379485916348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caef1f10-7d80-4650-b532-eb0ed75d8ee4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89baec42-d049-4dde-9309-21cfffe24ca5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89baec42-d049-4dde-9309-21cfffe24ca5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15574476527523402142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142155744765275234021421557447652752340214215574476527523402142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e0f230-41b0-46d4-9034-d0957f9c1e85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f948fffa-7cb2-4f88-87df-3a7cfb60ccbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f948fffa-7cb2-4f88-87df-3a7cfb60ccbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5147096808754250325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325514709680875425032551470968087542503255147096808754250325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89baec42-d049-4dde-9309-21cfffe24ca5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0172afb-2307-4869-bd4c-5c62428aba79, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0172afb-2307-4869-bd4c-5c62428aba79, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2590441530492323155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155259044153049232315525904415304923231552590441530492323155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f948fffa-7cb2-4f88-87df-3a7cfb60ccbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42a5d270-e011-4252-9bb4-2a05684643a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a5d270-e011-4252-9bb4-2a05684643a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5402988644002149901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901540298864400214990154029886440021499015402988644002149901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0172afb-2307-4869-bd4c-5c62428aba79, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9d35dd0-e14d-41f5-95be-64025f6e574d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d35dd0-e14d-41f5-95be-64025f6e574d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387053961039995352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352938705396103999535293870539610399953529387053961039995352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a5d270-e011-4252-9bb4-2a05684643a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cac7453b-7fc6-4e59-8f79-a915d8644446, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac7453b-7fc6-4e59-8f79-a915d8644446, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791305434782784673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673157913054347827846731579130543478278467315791305434782784673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d35dd0-e14d-41f5-95be-64025f6e574d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1620b1a-3a7c-4fad-b29d-e0f4ba1e405e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1620b1a-3a7c-4fad-b29d-e0f4ba1e405e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2298911110015137265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265229891111001513726522989111100151372652298911110015137265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac7453b-7fc6-4e59-8f79-a915d8644446, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ffc1f9-2be0-4f99-a910-40f85c2b7fe7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1620b1a-3a7c-4fad-b29d-e0f4ba1e405e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ad6a898-99ec-4597-a345-69926a80189d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ffc1f9-2be0-4f99-a910-40f85c2b7fe7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14954556005263894562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562149545560052638945621495455600526389456214954556005263894562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad6a898-99ec-4597-a345-69926a80189d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209271587614923559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559620927158761492355962092715876149235596209271587614923559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ffc1f9-2be0-4f99-a910-40f85c2b7fe7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b2560c9-02eb-409b-b895-39fe325fe686, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b2560c9-02eb-409b-b895-39fe325fe686, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16369665114104568408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408163696651141045684081636966511410456840816369665114104568408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad6a898-99ec-4597-a345-69926a80189d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58195fa3-56a6-419c-90a9-8bbc54ece025, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58195fa3-56a6-419c-90a9-8bbc54ece025, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 325315669562016952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952325315669562016952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b2560c9-02eb-409b-b895-39fe325fe686, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 059feaeb-6a06-4805-949a-efee113d29b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059feaeb-6a06-4805-949a-efee113d29b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4431891008637010852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852443189100863701085244318910086370108524431891008637010852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58195fa3-56a6-419c-90a9-8bbc54ece025, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14788ba9-1926-4438-9cc4-7dab80bbb7bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14788ba9-1926-4438-9cc4-7dab80bbb7bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4108620580176379185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185410862058017637918541086205801763791854108620580176379185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059feaeb-6a06-4805-949a-efee113d29b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b673159-7d83-443b-8927-092a47b47d7f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b673159-7d83-443b-8927-092a47b47d7f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16626342158167648635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635166263421581676486351662634215816764863516626342158167648635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14788ba9-1926-4438-9cc4-7dab80bbb7bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 897e7477-03e4-4776-aabc-202a2fd9fc45, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897e7477-03e4-4776-aabc-202a2fd9fc45, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1402866319391715831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831140286631939171583114028663193917158311402866319391715831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b673159-7d83-443b-8927-092a47b47d7f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d1889446-f90e-4242-9aae-7f1b950fcee6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1889446-f90e-4242-9aae-7f1b950fcee6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7438543113836639293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293743854311383663929374385431138366392937438543113836639293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897e7477-03e4-4776-aabc-202a2fd9fc45, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee86cebd-5923-48ca-8ecc-bcbac8bfc92a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee86cebd-5923-48ca-8ecc-bcbac8bfc92a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15962007663887881786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786159620076638878817861596200766388788178615962007663887881786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1889446-f90e-4242-9aae-7f1b950fcee6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4390f392-2b8b-4288-bef9-250d02136b1d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4390f392-2b8b-4288-bef9-250d02136b1d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245753673406121617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617132457536734061216171324575367340612161713245753673406121617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee86cebd-5923-48ca-8ecc-bcbac8bfc92a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcc81573-73a9-489e-800a-d64ed599652b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc81573-73a9-489e-800a-d64ed599652b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4342628629282144705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705434262862928214470543426286292821447054342628629282144705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4390f392-2b8b-4288-bef9-250d02136b1d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71e7945f-44d7-4458-a64c-80d07adafedd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71e7945f-44d7-4458-a64c-80d07adafedd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543644780627740089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089125436447806277400891254364478062774008912543644780627740089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc81573-73a9-489e-800a-d64ed599652b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8965da82-da96-40b1-b86f-07eb41105080, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8965da82-da96-40b1-b86f-07eb41105080, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971992882493896862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862497199288249389686249719928824938968624971992882493896862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71e7945f-44d7-4458-a64c-80d07adafedd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ad3eeaf-f00f-493a-ba15-d05430e6f524, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad3eeaf-f00f-493a-ba15-d05430e6f524, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8634176358239217762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762863417635823921776286341763582392177628634176358239217762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8965da82-da96-40b1-b86f-07eb41105080, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58bdee6b-ae89-4d57-b75c-1fad2aa84a17, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58bdee6b-ae89-4d57-b75c-1fad2aa84a17, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10904475873905652755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755109044758739056527551090447587390565275510904475873905652755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad3eeaf-f00f-493a-ba15-d05430e6f524, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 015c4d7c-82b8-42f3-aac7-4efe9be1638c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 015c4d7c-82b8-42f3-aac7-4efe9be1638c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16494094682527340912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912164940946825273409121649409468252734091216494094682527340912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58bdee6b-ae89-4d57-b75c-1fad2aa84a17, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43653cd2-2c65-48b1-94e5-bf5c51afded8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43653cd2-2c65-48b1-94e5-bf5c51afded8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717220700710433171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171117172207007104331711171722070071043317111717220700710433171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 015c4d7c-82b8-42f3-aac7-4efe9be1638c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7912f6b8-e7e6-4bff-9cd7-ff8817de38fa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7912f6b8-e7e6-4bff-9cd7-ff8817de38fa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642314038775495719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719146423140387754957191464231403877549571914642314038775495719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43653cd2-2c65-48b1-94e5-bf5c51afded8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b25bc616-e317-4ee4-8102-f68cc8e265ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25bc616-e317-4ee4-8102-f68cc8e265ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18250472442373227063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063182504724423732270631825047244237322706318250472442373227063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7912f6b8-e7e6-4bff-9cd7-ff8817de38fa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46cd78bf-926f-488b-836a-0b5ef6dc40cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46cd78bf-926f-488b-836a-0b5ef6dc40cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035611696740404882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882203561169674040488220356116967404048822035611696740404882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25bc616-e317-4ee4-8102-f68cc8e265ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 452654ed-a88d-4cb6-9e28-6011089d3680, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452654ed-a88d-4cb6-9e28-6011089d3680, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080416082339629522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522100804160823396295221008041608233962952210080416082339629522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46cd78bf-926f-488b-836a-0b5ef6dc40cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6af7972-2404-4ea5-8d75-895330276011, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6af7972-2404-4ea5-8d75-895330276011, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16495179211377702957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957164951792113777029571649517921137770295716495179211377702957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452654ed-a88d-4cb6-9e28-6011089d3680, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f0a2bc1-6405-4191-8dba-d8e05396f55c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0a2bc1-6405-4191-8dba-d8e05396f55c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10633779063607647149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149106337790636076471491063377906360764714910633779063607647149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6af7972-2404-4ea5-8d75-895330276011, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4ef605d1-7541-4eb0-8087-bc734b032f71, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0a2bc1-6405-4191-8dba-d8e05396f55c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef605d1-7541-4eb0-8087-bc734b032f71, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18211485761728578390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390182114857617285783901821148576172857839018211485761728578390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c52a6896-b9cc-409e-9145-0fc7a22ebf24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52a6896-b9cc-409e-9145-0fc7a22ebf24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17052645275501132020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020170526452755011320201705264527550113202017052645275501132020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef605d1-7541-4eb0-8087-bc734b032f71, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52a6896-b9cc-409e-9145-0fc7a22ebf24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0c465da-1ff7-45c6-b78b-3ad28e6a8f8c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c465da-1ff7-45c6-b78b-3ad28e6a8f8c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8947290320002279144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144894729032000227914489472903200022791448947290320002279144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 715daa75-9cdb-499f-a075-0b60a0168044, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c465da-1ff7-45c6-b78b-3ad28e6a8f8c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715daa75-9cdb-499f-a075-0b60a0168044, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983669142036084080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080998366914203608408099836691420360840809983669142036084080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12bb5328-8c16-4a31-87f8-1eb71c6af0c9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bb5328-8c16-4a31-87f8-1eb71c6af0c9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16655318526356538553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553166553185263565385531665531852635653855316655318526356538553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bb5328-8c16-4a31-87f8-1eb71c6af0c9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2048d86e-74a5-4c17-8df7-301a3292bffd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2048d86e-74a5-4c17-8df7-301a3292bffd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505605909248924029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029165056059092489240291650560590924892402916505605909248924029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715daa75-9cdb-499f-a075-0b60a0168044, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b5fa4ec-39ed-447a-917a-928c3b72dec5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5fa4ec-39ed-447a-917a-928c3b72dec5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926426330903373839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839492642633090337383949264263309033738394926426330903373839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2048d86e-74a5-4c17-8df7-301a3292bffd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca4c61fa-a771-4984-ae68-93c10e1d4ae6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca4c61fa-a771-4984-ae68-93c10e1d4ae6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13533169598376437613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613135331695983764376131353316959837643761313533169598376437613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5fa4ec-39ed-447a-917a-928c3b72dec5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca4c61fa-a771-4984-ae68-93c10e1d4ae6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 59688236-704d-4bd0-9cd9-736c7fdd7600, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59688236-704d-4bd0-9cd9-736c7fdd7600, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6492601332347286574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574649260133234728657464926013323472865746492601332347286574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d9ed91f-848a-47d4-bbb1-5f34e734300f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9ed91f-848a-47d4-bbb1-5f34e734300f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6030969593807155671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671603096959380715567160309695938071556716030969593807155671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59688236-704d-4bd0-9cd9-736c7fdd7600, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc1a69a5-7476-4f2f-833c-0db2e3298c92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1a69a5-7476-4f2f-833c-0db2e3298c92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509211593072009476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476509211593072009476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9ed91f-848a-47d4-bbb1-5f34e734300f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b5f1550-fefe-4b16-b5d7-8fb702d89835, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b5f1550-fefe-4b16-b5d7-8fb702d89835, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 276863319241044912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912276863319241044912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1a69a5-7476-4f2f-833c-0db2e3298c92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53ed98d1-3c04-43bb-8b20-be73bca0f69d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ed98d1-3c04-43bb-8b20-be73bca0f69d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399134337982819200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200163991343379828192001639913433798281920016399134337982819200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b5f1550-fefe-4b16-b5d7-8fb702d89835, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1295f480-8078-4df9-bbbf-eb16ef301053, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1295f480-8078-4df9-bbbf-eb16ef301053, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3774993900688305515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515377499390068830551537749939006883055153774993900688305515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ed98d1-3c04-43bb-8b20-be73bca0f69d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1295f480-8078-4df9-bbbf-eb16ef301053, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea8bcf0a-bcc8-4953-890a-1ef306767864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea8bcf0a-bcc8-4953-890a-1ef306767864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902492882122898007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007169024928821228980071690249288212289800716902492882122898007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a365cee0-fa2d-470d-a433-4b971fece66a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a365cee0-fa2d-470d-a433-4b971fece66a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737557695045954925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925737557695045954925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea8bcf0a-bcc8-4953-890a-1ef306767864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2e5ad3f-c534-47e1-b6b6-33bf24c5c2ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e5ad3f-c534-47e1-b6b6-33bf24c5c2ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952251181240071163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163395225118124007116339522511812400711633952251181240071163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a365cee0-fa2d-470d-a433-4b971fece66a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1796113a-719f-4429-982d-a80a100c2669, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1796113a-719f-4429-982d-a80a100c2669, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890894918552504716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716289089491855250471628908949185525047162890894918552504716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e5ad3f-c534-47e1-b6b6-33bf24c5c2ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66a9902c-00f8-452a-a553-5ae99e410fd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a9902c-00f8-452a-a553-5ae99e410fd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14134189345160941436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436141341893451609414361413418934516094143614134189345160941436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1796113a-719f-4429-982d-a80a100c2669, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b03e6530-3b32-4370-9b41-f1a619905864, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03e6530-3b32-4370-9b41-f1a619905864, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7293873803188304302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302729387380318830430272938738031883043027293873803188304302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a9902c-00f8-452a-a553-5ae99e410fd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 67d660f9-2f13-4345-abfd-8e8c6c1bf5bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d660f9-2f13-4345-abfd-8e8c6c1bf5bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6618941102822648465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465661894110282264846566189411028226484656618941102822648465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03e6530-3b32-4370-9b41-f1a619905864, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6136cb54-3513-4706-b3c6-8d898ef20105, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6136cb54-3513-4706-b3c6-8d898ef20105, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084297806708467588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588110842978067084675881108429780670846758811084297806708467588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d660f9-2f13-4345-abfd-8e8c6c1bf5bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e44b2d0-1728-428c-a562-fadff436fc81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e44b2d0-1728-428c-a562-fadff436fc81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5432895153683423955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955543289515368342395554328951536834239555432895153683423955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6136cb54-3513-4706-b3c6-8d898ef20105, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a3c8504-3dcf-4744-a016-03cb296511e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3c8504-3dcf-4744-a016-03cb296511e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3187182723617981177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177318718272361798117731871827236179811773187182723617981177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e44b2d0-1728-428c-a562-fadff436fc81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0bea881a-20f3-40ba-978b-a5a35b7adb93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bea881a-20f3-40ba-978b-a5a35b7adb93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14481962877451152545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545144819628774511525451448196287745115254514481962877451152545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3c8504-3dcf-4744-a016-03cb296511e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6d0b819-36d3-4d24-ad08-0c83891f4492, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d0b819-36d3-4d24-ad08-0c83891f4492, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13567032879663624141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141135670328796636241411356703287966362414113567032879663624141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bea881a-20f3-40ba-978b-a5a35b7adb93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26834afc-217d-49d7-9bf1-cd519ebe66b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26834afc-217d-49d7-9bf1-cd519ebe66b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7717622222495270364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364771762222249527036477176222224952703647717622222495270364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d0b819-36d3-4d24-ad08-0c83891f4492, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ba60c37-e53e-4170-bb1b-ba2fcc3f4b2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba60c37-e53e-4170-bb1b-ba2fcc3f4b2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398487685286449087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087339848768528644908733984876852864490873398487685286449087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26834afc-217d-49d7-9bf1-cd519ebe66b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98f61a69-9c31-4de4-bca9-9025e50b72f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f61a69-9c31-4de4-bca9-9025e50b72f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4416609564542563204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204441660956454256320444166095645425632044416609564542563204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba60c37-e53e-4170-bb1b-ba2fcc3f4b2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 742b147b-6ede-4942-af37-fc677c9070d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742b147b-6ede-4942-af37-fc677c9070d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12335128239185894463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463123351282391858944631233512823918589446312335128239185894463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f61a69-9c31-4de4-bca9-9025e50b72f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35acdd2-ee8d-455a-befd-ff7afd87a756, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35acdd2-ee8d-455a-befd-ff7afd87a756, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856120755267545012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012285612075526754501228561207552675450122856120755267545012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742b147b-6ede-4942-af37-fc677c9070d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8401e175-5597-4cff-959a-b302742f6bb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8401e175-5597-4cff-959a-b302742f6bb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 838163994234798058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058838163994234798058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35acdd2-ee8d-455a-befd-ff7afd87a756, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66cf8bb1-0367-42ab-adb5-2c4aa3805be8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66cf8bb1-0367-42ab-adb5-2c4aa3805be8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055343943515392966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966100553439435153929661005534394351539296610055343943515392966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8401e175-5597-4cff-959a-b302742f6bb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 279aafd8-a32d-4f01-a065-3dcf4bb7e459, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279aafd8-a32d-4f01-a065-3dcf4bb7e459, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4711351580817672294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294471135158081767229447113515808176722944711351580817672294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66cf8bb1-0367-42ab-adb5-2c4aa3805be8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd13cab7-4492-453c-8ae1-05cb5b2c3f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd13cab7-4492-453c-8ae1-05cb5b2c3f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8681414712553486725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725868141471255348672586814147125534867258681414712553486725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279aafd8-a32d-4f01-a065-3dcf4bb7e459, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10553f44-310c-4833-9f38-e6650b830bb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10553f44-310c-4833-9f38-e6650b830bb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7014937910559127989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989701493791055912798970149379105591279897014937910559127989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd13cab7-4492-453c-8ae1-05cb5b2c3f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c0bdb31-f1f7-4765-bdf1-0570f4e249f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0bdb31-f1f7-4765-bdf1-0570f4e249f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14747583687184765660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660147475836871847656601474758368718476566014747583687184765660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10553f44-310c-4833-9f38-e6650b830bb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a5ed2f5-71de-4960-b12f-c81ca206f7ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5ed2f5-71de-4960-b12f-c81ca206f7ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12612366989552921988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988126123669895529219881261236698955292198812612366989552921988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0bdb31-f1f7-4765-bdf1-0570f4e249f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b443e2b5-2eb2-4d3b-88e5-b9ee41bee905, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b443e2b5-2eb2-4d3b-88e5-b9ee41bee905, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8540084581384580815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815854008458138458081585400845813845808158540084581384580815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5ed2f5-71de-4960-b12f-c81ca206f7ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 361fb8c2-2f67-4536-a0e6-02e468701fb6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361fb8c2-2f67-4536-a0e6-02e468701fb6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4581727085143502817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817458172708514350281745817270851435028174581727085143502817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b443e2b5-2eb2-4d3b-88e5-b9ee41bee905, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99c50642-ad27-4729-8d12-042ca196dda2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c50642-ad27-4729-8d12-042ca196dda2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7743756053830262526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526774375605383026252677437560538302625267743756053830262526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361fb8c2-2f67-4536-a0e6-02e468701fb6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23d19a83-8311-457a-8ec5-7b66074c702f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d19a83-8311-457a-8ec5-7b66074c702f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408848778423836896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896240884877842383689624088487784238368962408848778423836896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c50642-ad27-4729-8d12-042ca196dda2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8fd5be1-c458-42cd-b799-8e3528e2eb8e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d19a83-8311-457a-8ec5-7b66074c702f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8fd5be1-c458-42cd-b799-8e3528e2eb8e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17552325395995657616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616175523253959956576161755232539599565761617552325395995657616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b20ca0ed-f65c-4939-b35c-cd7e2a2ea991, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20ca0ed-f65c-4939-b35c-cd7e2a2ea991, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15344044641953468636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636153440446419534686361534404464195346863615344044641953468636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8fd5be1-c458-42cd-b799-8e3528e2eb8e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6039e25c-3ab4-49c3-9a5f-8d0a9380980d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6039e25c-3ab4-49c3-9a5f-8d0a9380980d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6803606803491114304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304680360680349111430468036068034911143046803606803491114304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20ca0ed-f65c-4939-b35c-cd7e2a2ea991, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d297d015-0549-4560-84b3-39104bb6ec6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d297d015-0549-4560-84b3-39104bb6ec6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10479421099844475465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465104794210998444754651047942109984447546510479421099844475465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6039e25c-3ab4-49c3-9a5f-8d0a9380980d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a741a8a0-dc59-4a97-bcd9-58b0bd926e41, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a741a8a0-dc59-4a97-bcd9-58b0bd926e41, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15952702750492049775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775159527027504920497751595270275049204977515952702750492049775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d297d015-0549-4560-84b3-39104bb6ec6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a741a8a0-dc59-4a97-bcd9-58b0bd926e41, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9896bdc6-951d-4931-b854-415015b75609, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9896bdc6-951d-4931-b854-415015b75609, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1635033056333969862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862163503305633396986216350330563339698621635033056333969862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edd009ae-e9c8-4e27-b30a-298087113fba, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd009ae-e9c8-4e27-b30a-298087113fba, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295261403522913709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709329526140352291370932952614035229137093295261403522913709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd009ae-e9c8-4e27-b30a-298087113fba, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d24bef36-573f-499a-9c74-283dfcab1d4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9896bdc6-951d-4931-b854-415015b75609, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d24bef36-573f-499a-9c74-283dfcab1d4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12738915796295418792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792127389157962954187921273891579629541879212738915796295418792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 60fe6d66-4a0d-4485-91f8-61068e0bf134, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60fe6d66-4a0d-4485-91f8-61068e0bf134, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8513231229910604879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879851323122991060487985132312299106048798513231229910604879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d24bef36-573f-499a-9c74-283dfcab1d4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 241dc48e-1346-4cd5-93cc-db6a7760c90d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241dc48e-1346-4cd5-93cc-db6a7760c90d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7805455172613667188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188780545517261366718878054551726136671887805455172613667188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60fe6d66-4a0d-4485-91f8-61068e0bf134, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38c80f1e-195d-4c9a-9e15-5dab518d72ae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38c80f1e-195d-4c9a-9e15-5dab518d72ae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16161762551819938424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424161617625518199384241616176255181993842416161762551819938424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241dc48e-1346-4cd5-93cc-db6a7760c90d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df6fb363-a27d-45e2-b229-912edb2af8a8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6fb363-a27d-45e2-b229-912edb2af8a8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713363931516291346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346371336393151629134637133639315162913463713363931516291346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38c80f1e-195d-4c9a-9e15-5dab518d72ae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ed7d4039-1328-457e-845a-ecb19e5fae4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7d4039-1328-457e-845a-ecb19e5fae4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6586274422196865093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093658627442219686509365862744221968650936586274422196865093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6fb363-a27d-45e2-b229-912edb2af8a8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb7a4d10-f6b2-4d61-9117-ea582db54033, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7a4d10-f6b2-4d61-9117-ea582db54033, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 675846448913754368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368675846448913754368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7d4039-1328-457e-845a-ecb19e5fae4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe87250d-4b10-4871-8dc0-0295917c6e80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe87250d-4b10-4871-8dc0-0295917c6e80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1209295079165019548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548120929507916501954812092950791650195481209295079165019548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7a4d10-f6b2-4d61-9117-ea582db54033, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22c7ad57-7967-4e07-aa19-631af9207c81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c7ad57-7967-4e07-aa19-631af9207c81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072240022228807061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061180722400222288070611807224002222880706118072240022228807061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe87250d-4b10-4871-8dc0-0295917c6e80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3aedd64-12e4-4fc1-8366-ed96762b7af6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3aedd64-12e4-4fc1-8366-ed96762b7af6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9035336758450880646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646903533675845088064690353367584508806469035336758450880646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c7ad57-7967-4e07-aa19-631af9207c81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0f07392-9dcf-4468-9bc3-bb38c29706ac, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f07392-9dcf-4468-9bc3-bb38c29706ac, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4224118133231670061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061422411813323167006142241181332316700614224118133231670061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3aedd64-12e4-4fc1-8366-ed96762b7af6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f07392-9dcf-4468-9bc3-bb38c29706ac, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 085e12d7-5746-4612-a1f0-9c82aff1b8af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085e12d7-5746-4612-a1f0-9c82aff1b8af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12369284909861856071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071123692849098618560711236928490986185607112369284909861856071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4158a96-0b02-45a6-b25c-f5104b816f1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4158a96-0b02-45a6-b25c-f5104b816f1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3477160533114745333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333347716053311474533334771605331147453333477160533114745333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4158a96-0b02-45a6-b25c-f5104b816f1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d10e177e-55b2-4da7-992a-39f94a25ca75, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10e177e-55b2-4da7-992a-39f94a25ca75, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16117368436170396058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058161173684361703960581611736843617039605816117368436170396058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085e12d7-5746-4612-a1f0-9c82aff1b8af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a03da7c-cc33-4ec0-93fa-c34a87b536ca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a03da7c-cc33-4ec0-93fa-c34a87b536ca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207369446951450522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522112073694469514505221120736944695145052211207369446951450522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10e177e-55b2-4da7-992a-39f94a25ca75, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d72a953-c616-41db-86b6-b53c6f22d1fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d72a953-c616-41db-86b6-b53c6f22d1fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5624022930242206727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727562402293024220672756240229302422067275624022930242206727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a03da7c-cc33-4ec0-93fa-c34a87b536ca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c81223c-86fa-4782-9e4e-a86ebeb78b64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c81223c-86fa-4782-9e4e-a86ebeb78b64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16483926935081762901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901164839269350817629011648392693508176290116483926935081762901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d72a953-c616-41db-86b6-b53c6f22d1fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af0e1630-dc8c-404d-bf8b-d789364aadea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af0e1630-dc8c-404d-bf8b-d789364aadea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14361813467995335352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352143618134679953353521436181346799533535214361813467995335352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c81223c-86fa-4782-9e4e-a86ebeb78b64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c326f379-2339-45be-95f1-5dc89797b2a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c326f379-2339-45be-95f1-5dc89797b2a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6150142555362708550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550615014255536270855061501425553627085506150142555362708550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af0e1630-dc8c-404d-bf8b-d789364aadea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ad8ad5-65a2-4fd1-8b72-defd608dd862, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ad8ad5-65a2-4fd1-8b72-defd608dd862, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12402189923339684744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744124021899233396847441240218992333968474412402189923339684744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c326f379-2339-45be-95f1-5dc89797b2a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50396ef1-89b1-4b60-b3e1-6d04168f6d39, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50396ef1-89b1-4b60-b3e1-6d04168f6d39, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7273949689070157719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719727394968907015771972739496890701577197273949689070157719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ad8ad5-65a2-4fd1-8b72-defd608dd862, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ff5a847-e72e-4ca7-9d2d-652171d7c08e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50396ef1-89b1-4b60-b3e1-6d04168f6d39, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ff5a847-e72e-4ca7-9d2d-652171d7c08e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9719601898062951765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765971960189806295176597196018980629517659719601898062951765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab4526f5-2425-4e1f-b262-9d3800ee4c8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4526f5-2425-4e1f-b262-9d3800ee4c8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16884188256704745172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172168841882567047451721688418825670474517216884188256704745172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ff5a847-e72e-4ca7-9d2d-652171d7c08e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a447b49-4e2d-4c6c-a3e8-84ffa3659407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a447b49-4e2d-4c6c-a3e8-84ffa3659407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16730864403032463138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138167308644030324631381673086440303246313816730864403032463138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4526f5-2425-4e1f-b262-9d3800ee4c8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c930ba79-694a-4985-bcd5-e26de0966ae4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c930ba79-694a-4985-bcd5-e26de0966ae4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4116985206099904962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962411698520609990496241169852060999049624116985206099904962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a447b49-4e2d-4c6c-a3e8-84ffa3659407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 129c815f-5fc3-4c16-8e2a-55e60c9a3c9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129c815f-5fc3-4c16-8e2a-55e60c9a3c9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1769723812802759509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509176972381280275950917697238128027595091769723812802759509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c930ba79-694a-4985-bcd5-e26de0966ae4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2faa7157-706c-4974-a296-4d64d72dd4d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2faa7157-706c-4974-a296-4d64d72dd4d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10110812438969015060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060101108124389690150601011081243896901506010110812438969015060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129c815f-5fc3-4c16-8e2a-55e60c9a3c9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d65a13a2-d9da-4e10-b240-f0cb9372972c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65a13a2-d9da-4e10-b240-f0cb9372972c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6281392339090656282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282628139233909065628262813923390906562826281392339090656282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2faa7157-706c-4974-a296-4d64d72dd4d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4e28672-6185-4db1-8f22-9f142d0eec08, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e28672-6185-4db1-8f22-9f142d0eec08, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8672810675755131388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388867281067575513138886728106757551313888672810675755131388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65a13a2-d9da-4e10-b240-f0cb9372972c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff8321d8-a749-4dc3-933b-487a5e12a5d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8321d8-a749-4dc3-933b-487a5e12a5d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5532133451286758268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268553213345128675826855321334512867582685532133451286758268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e28672-6185-4db1-8f22-9f142d0eec08, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71726930-87d7-42a2-998f-7a1387203221, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71726930-87d7-42a2-998f-7a1387203221, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147164561545933285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285714716456154593328571471645615459332857147164561545933285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8321d8-a749-4dc3-933b-487a5e12a5d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 013fb94f-5609-41f5-ac29-577905dc102a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013fb94f-5609-41f5-ac29-577905dc102a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14917743201697898740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740149177432016978987401491774320169789874014917743201697898740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71726930-87d7-42a2-998f-7a1387203221, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d201cac4-d1c6-40ff-a58e-c05ed3c58c8f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d201cac4-d1c6-40ff-a58e-c05ed3c58c8f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9531177032561887786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786953117703256188778695311770325618877869531177032561887786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013fb94f-5609-41f5-ac29-577905dc102a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d99ae45f-30ce-46ef-b5e6-ceec2a11c2a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d99ae45f-30ce-46ef-b5e6-ceec2a11c2a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1734263058734643108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108173426305873464310817342630587346431081734263058734643108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d201cac4-d1c6-40ff-a58e-c05ed3c58c8f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 557bc6de-87ef-479d-a6c9-3fca3d3e509b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557bc6de-87ef-479d-a6c9-3fca3d3e509b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4000343176867527039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039400034317686752703940003431768675270394000343176867527039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d99ae45f-30ce-46ef-b5e6-ceec2a11c2a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a519efc-126e-48ae-ad9f-16e0429aee2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a519efc-126e-48ae-ad9f-16e0429aee2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2080012679127569074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074208001267912756907420800126791275690742080012679127569074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557bc6de-87ef-479d-a6c9-3fca3d3e509b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 614eb318-0939-4ad9-a843-ca70fadec219, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 614eb318-0939-4ad9-a843-ca70fadec219, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097349987873534516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516209734998787353451620973499878735345162097349987873534516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a519efc-126e-48ae-ad9f-16e0429aee2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee5d737b-ad4b-44d1-8352-82a80ff1374f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee5d737b-ad4b-44d1-8352-82a80ff1374f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964500627200466646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646496450062720046664649645006272004666464964500627200466646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 614eb318-0939-4ad9-a843-ca70fadec219, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b1e6ccb-b70d-43fb-b8c7-7aba3d7a2dd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1e6ccb-b70d-43fb-b8c7-7aba3d7a2dd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6633865139976838470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470663386513997683847066338651399768384706633865139976838470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee5d737b-ad4b-44d1-8352-82a80ff1374f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96cab0b-17c4-4442-8439-c5dc2babcd5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96cab0b-17c4-4442-8439-c5dc2babcd5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14588425922653707021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021145884259226537070211458842592265370702114588425922653707021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1e6ccb-b70d-43fb-b8c7-7aba3d7a2dd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55819c39-1294-4155-b5ad-b2f6a1d0b6b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55819c39-1294-4155-b5ad-b2f6a1d0b6b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10470890167169702923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923104708901671697029231047089016716970292310470890167169702923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96cab0b-17c4-4442-8439-c5dc2babcd5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78187845-cb11-4469-aa26-19b05a724f98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78187845-cb11-4469-aa26-19b05a724f98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17173608361617078131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131171736083616170781311717360836161707813117173608361617078131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55819c39-1294-4155-b5ad-b2f6a1d0b6b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 130de988-f6b3-4963-8583-eae07c14c483, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130de988-f6b3-4963-8583-eae07c14c483, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731032074374910795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795731032074374910795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78187845-cb11-4469-aa26-19b05a724f98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 595f2b6a-139a-45a6-9def-4c8befac9c98, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595f2b6a-139a-45a6-9def-4c8befac9c98, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14120037538538913244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244141200375385389132441412003753853891324414120037538538913244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130de988-f6b3-4963-8583-eae07c14c483, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04417928-39e9-4cf3-8f61-8597c1b77909, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595f2b6a-139a-45a6-9def-4c8befac9c98, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 683c3c4e-19ad-49da-a238-b92f3bacfcfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 683c3c4e-19ad-49da-a238-b92f3bacfcfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14721912671432602553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553147219126714326025531472191267143260255314721912671432602553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04417928-39e9-4cf3-8f61-8597c1b77909, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15993739855699775925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925159937398556997759251599373985569977592515993739855699775925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 683c3c4e-19ad-49da-a238-b92f3bacfcfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2fbfe28f-b74d-4875-aa92-08dab361a03e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbfe28f-b74d-4875-aa92-08dab361a03e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 172009572343931163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163172009572343931163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04417928-39e9-4cf3-8f61-8597c1b77909, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a91bde3c-23a2-4471-89f9-d39842e2599a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a91bde3c-23a2-4471-89f9-d39842e2599a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 615994977586701647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647615994977586701647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbfe28f-b74d-4875-aa92-08dab361a03e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e4bc11c-d68c-4de9-bc6b-70dc34fc7261, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e4bc11c-d68c-4de9-bc6b-70dc34fc7261, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11985523359448940910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910119855233594489409101198552335944894091011985523359448940910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a91bde3c-23a2-4471-89f9-d39842e2599a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea61f269-9796-41bd-981d-d7b4e1a261d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea61f269-9796-41bd-981d-d7b4e1a261d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087957547350221583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583408795754735022158340879575473502215834087957547350221583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e4bc11c-d68c-4de9-bc6b-70dc34fc7261, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 611731a1-e772-4199-8733-1c22f4d555de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 611731a1-e772-4199-8733-1c22f4d555de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4338669978104768568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568433866997810476856843386699781047685684338669978104768568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea61f269-9796-41bd-981d-d7b4e1a261d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5324ce7b-2611-4a66-b4b9-05081cd71eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5324ce7b-2611-4a66-b4b9-05081cd71eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4232737476299891080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080423273747629989108042327374762998910804232737476299891080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 611731a1-e772-4199-8733-1c22f4d555de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c8c6368-1e0a-42fe-8f15-2705bfed9997, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c8c6368-1e0a-42fe-8f15-2705bfed9997, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11972074491992219552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552119720744919922195521197207449199221955211972074491992219552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5324ce7b-2611-4a66-b4b9-05081cd71eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6243f29a-dabd-4bdf-9e54-08537f169435, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6243f29a-dabd-4bdf-9e54-08537f169435, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16047901565810499757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757160479015658104997571604790156581049975716047901565810499757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c8c6368-1e0a-42fe-8f15-2705bfed9997, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51f1f4b4-3130-4937-b984-a079f94da3a5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f1f4b4-3130-4937-b984-a079f94da3a5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206168841319588217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217206168841319588217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6243f29a-dabd-4bdf-9e54-08537f169435, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db33d594-2af0-4b8e-aa36-052888289bdc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db33d594-2af0-4b8e-aa36-052888289bdc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16459095883751200272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272164590958837512002721645909588375120027216459095883751200272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f1f4b4-3130-4937-b984-a079f94da3a5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c52dbac-c970-41e1-806e-c0b9187c477c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c52dbac-c970-41e1-806e-c0b9187c477c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17307203646986453400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400173072036469864534001730720364698645340017307203646986453400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db33d594-2af0-4b8e-aa36-052888289bdc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16c9056d-aea9-4aa2-83cf-2e88546c7337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16c9056d-aea9-4aa2-83cf-2e88546c7337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15040656325329184880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880150406563253291848801504065632532918488015040656325329184880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c52dbac-c970-41e1-806e-c0b9187c477c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16de2594-38a1-4101-9bc4-8f9d32e305b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16de2594-38a1-4101-9bc4-8f9d32e305b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3504420335775038583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583350442033577503858335044203357750385833504420335775038583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16c9056d-aea9-4aa2-83cf-2e88546c7337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa3e5737-b0c8-4dd7-8c16-23b834f21f03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3e5737-b0c8-4dd7-8c16-23b834f21f03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18315796627928624920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920183157966279286249201831579662792862492018315796627928624920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16de2594-38a1-4101-9bc4-8f9d32e305b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 411f3217-1a66-48d4-ad9b-b54d4cad6c2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 411f3217-1a66-48d4-ad9b-b54d4cad6c2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1669249139064898477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477166924913906489847716692491390648984771669249139064898477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3e5737-b0c8-4dd7-8c16-23b834f21f03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8e4053-cffc-4c5b-a08a-e6cdb0440945, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8e4053-cffc-4c5b-a08a-e6cdb0440945, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15269320155622662629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629152693201556226626291526932015562266262915269320155622662629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 411f3217-1a66-48d4-ad9b-b54d4cad6c2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 36e2a8b3-eb96-45f7-a0c6-656be4717ddf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8e4053-cffc-4c5b-a08a-e6cdb0440945, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e2a8b3-eb96-45f7-a0c6-656be4717ddf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13352856715696120759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759133528567156961207591335285671569612075913352856715696120759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 025b3696-87e7-4352-884a-204c97733ebf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 025b3696-87e7-4352-884a-204c97733ebf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110852910265738794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794141108529102657387941411085291026573879414110852910265738794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e2a8b3-eb96-45f7-a0c6-656be4717ddf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be2bf28e-704f-44a0-aa5e-6f40003ef93b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2bf28e-704f-44a0-aa5e-6f40003ef93b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11853345955671388064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064118533459556713880641185334595567138806411853345955671388064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 025b3696-87e7-4352-884a-204c97733ebf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbcbb9d2-9e57-4225-9ca8-3e1a9f0901f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbcbb9d2-9e57-4225-9ca8-3e1a9f0901f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15034577246447206996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996150345772464472069961503457724644720699615034577246447206996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2bf28e-704f-44a0-aa5e-6f40003ef93b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ec44082-4933-4b8b-84ff-2e6b08880e99, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec44082-4933-4b8b-84ff-2e6b08880e99, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3058571194813516309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309305857119481351630930585711948135163093058571194813516309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbcbb9d2-9e57-4225-9ca8-3e1a9f0901f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fa136431-df7d-48be-8cf4-7333fee91140, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa136431-df7d-48be-8cf4-7333fee91140, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7826521216520124265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265782652121652012426578265212165201242657826521216520124265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec44082-4933-4b8b-84ff-2e6b08880e99, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a55561c0-96e1-4b1f-9a2f-f7ab7dead02b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55561c0-96e1-4b1f-9a2f-f7ab7dead02b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9017978079839355885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885901797807983935588590179780798393558859017978079839355885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa136431-df7d-48be-8cf4-7333fee91140, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a93502a3-3d27-43fa-8eba-e9dd02b967fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93502a3-3d27-43fa-8eba-e9dd02b967fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719035293185552632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632171903529318555263217190352931855526321719035293185552632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55561c0-96e1-4b1f-9a2f-f7ab7dead02b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33e73ea7-8630-4dc9-957f-f51f24d1ca4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e73ea7-8630-4dc9-957f-f51f24d1ca4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4212925115225238599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599421292511522523859942129251152252385994212925115225238599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93502a3-3d27-43fa-8eba-e9dd02b967fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03f17b31-8d35-4aab-a7d7-880c451a7287, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f17b31-8d35-4aab-a7d7-880c451a7287, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8892773210875243206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206889277321087524320688927732108752432068892773210875243206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e73ea7-8630-4dc9-957f-f51f24d1ca4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a604baf7-0619-461b-8aa7-7dcb290d50f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a604baf7-0619-461b-8aa7-7dcb290d50f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14106466271712448291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291141064662717124482911410646627171244829114106466271712448291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f17b31-8d35-4aab-a7d7-880c451a7287, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06e51903-ddfb-42b2-9550-fd695c0fb32c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e51903-ddfb-42b2-9550-fd695c0fb32c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826365818651960811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811682636581865196081168263658186519608116826365818651960811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a604baf7-0619-461b-8aa7-7dcb290d50f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4dd1a6a7-c54d-4bae-8c99-ebaa697f35e7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd1a6a7-c54d-4bae-8c99-ebaa697f35e7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678043807659589970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970967804380765958997096780438076595899709678043807659589970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e51903-ddfb-42b2-9550-fd695c0fb32c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfd2657e-3a0f-47df-bf0f-dece793644e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd2657e-3a0f-47df-bf0f-dece793644e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2393651976356327736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736239365197635632773623936519763563277362393651976356327736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd1a6a7-c54d-4bae-8c99-ebaa697f35e7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd5d0791-eb32-416d-908b-3ae3bb0e5bb5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5d0791-eb32-416d-908b-3ae3bb0e5bb5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1853899510161424896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896185389951016142489618538995101614248961853899510161424896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd2657e-3a0f-47df-bf0f-dece793644e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10f29c84-8012-438f-852b-21da1d198d5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10f29c84-8012-438f-852b-21da1d198d5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17692027851268099616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616176920278512680996161769202785126809961617692027851268099616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10f29c84-8012-438f-852b-21da1d198d5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5d0791-eb32-416d-908b-3ae3bb0e5bb5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0377bca-55bf-4a50-b9b8-b730afbe3e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0377bca-55bf-4a50-b9b8-b730afbe3e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6103584359293158443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443610358435929315844361035843592931584436103584359293158443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eafec1ac-c5e9-4dca-ad33-f214017ffcd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eafec1ac-c5e9-4dca-ad33-f214017ffcd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10708058484477585233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233107080584844775852331070805848447758523310708058484477585233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0377bca-55bf-4a50-b9b8-b730afbe3e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a001ef3-1f53-4ccf-a1d0-e9937c8bbabc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a001ef3-1f53-4ccf-a1d0-e9937c8bbabc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13781181019663822544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544137811810196638225441378118101966382254413781181019663822544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eafec1ac-c5e9-4dca-ad33-f214017ffcd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11c2dd31-e8aa-4d69-aac6-90b6b2ea686e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c2dd31-e8aa-4d69-aac6-90b6b2ea686e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3139354283442009089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089313935428344200908931393542834420090893139354283442009089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a001ef3-1f53-4ccf-a1d0-e9937c8bbabc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db08f200-84b6-4171-b04a-550d7102c44a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db08f200-84b6-4171-b04a-550d7102c44a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8141896504522311076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076814189650452231107681418965045223110768141896504522311076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c2dd31-e8aa-4d69-aac6-90b6b2ea686e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a922f8f2-e5c6-407b-8a02-840cb35c47f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a922f8f2-e5c6-407b-8a02-840cb35c47f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420787241374174365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365142078724137417436514207872413741743651420787241374174365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db08f200-84b6-4171-b04a-550d7102c44a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f73f354-1684-4b02-8d1b-aa6d9ab58f9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f73f354-1684-4b02-8d1b-aa6d9ab58f9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13608147194392018663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663136081471943920186631360814719439201866313608147194392018663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a922f8f2-e5c6-407b-8a02-840cb35c47f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 725f6faa-eefe-4676-9d1c-73c54e5fb245, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725f6faa-eefe-4676-9d1c-73c54e5fb245, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4219539704870204566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566421953970487020456642195397048702045664219539704870204566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f73f354-1684-4b02-8d1b-aa6d9ab58f9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1a8d1b05-3b35-4aa0-8294-34c42fa4d501, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8d1b05-3b35-4aa0-8294-34c42fa4d501, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8562097018192473342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342856209701819247334285620970181924733428562097018192473342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725f6faa-eefe-4676-9d1c-73c54e5fb245, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cba0ffc-44d1-4b01-a712-1f2725fa866d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cba0ffc-44d1-4b01-a712-1f2725fa866d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2913199241108192577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577291319924110819257729131992411081925772913199241108192577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8d1b05-3b35-4aa0-8294-34c42fa4d501, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1016d71e-056d-4fd4-bc37-b0b30c8fa986, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1016d71e-056d-4fd4-bc37-b0b30c8fa986, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10413315904906554323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323104133159049065543231041331590490655432310413315904906554323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cba0ffc-44d1-4b01-a712-1f2725fa866d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2771c86e-fbf1-4822-a024-ac7a785e2cf1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2771c86e-fbf1-4822-a024-ac7a785e2cf1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1629448087120582760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760162944808712058276016294480871205827601629448087120582760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1016d71e-056d-4fd4-bc37-b0b30c8fa986, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd385f75-95c2-4c02-ade3-84360b9e7660, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd385f75-95c2-4c02-ade3-84360b9e7660, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6333636787878928460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460633363678787892846063336367878789284606333636787878928460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2771c86e-fbf1-4822-a024-ac7a785e2cf1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12aa5baf-2640-4f47-baf2-4043a13852e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12aa5baf-2640-4f47-baf2-4043a13852e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12222988469869255917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917122229884698692559171222298846986925591712222988469869255917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd385f75-95c2-4c02-ade3-84360b9e7660, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0987cbb-9e0b-4de1-b4cb-1f5ffd118175, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0987cbb-9e0b-4de1-b4cb-1f5ffd118175, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772189972713740080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080107721899727137400801077218997271374008010772189972713740080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12aa5baf-2640-4f47-baf2-4043a13852e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c78c813-34ff-4d67-b8ab-c3febb1e97ad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0987cbb-9e0b-4de1-b4cb-1f5ffd118175, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c4df83d-565e-46ac-8f89-803a63a23510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4df83d-565e-46ac-8f89-803a63a23510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17570378554679941330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330175703785546799413301757037855467994133017570378554679941330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c78c813-34ff-4d67-b8ab-c3febb1e97ad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13410512735264035147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147134105127352640351471341051273526403514713410512735264035147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4df83d-565e-46ac-8f89-803a63a23510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c78c813-34ff-4d67-b8ab-c3febb1e97ad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edb0216f-c2bb-4b5d-a15f-93b26ec2b36d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb0216f-c2bb-4b5d-a15f-93b26ec2b36d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3063765255294980972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972306376525529498097230637652552949809723063765255294980972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 546d1b2b-a2c6-4d73-9ba9-1402594114b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546d1b2b-a2c6-4d73-9ba9-1402594114b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11444395187080270038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038114443951870802700381144439518708027003811444395187080270038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb0216f-c2bb-4b5d-a15f-93b26ec2b36d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fe17c69-7a7e-4df8-8c90-fd68c8c70a55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe17c69-7a7e-4df8-8c90-fd68c8c70a55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573088926598482404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404125730889265984824041257308892659848240412573088926598482404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546d1b2b-a2c6-4d73-9ba9-1402594114b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a915d4e9-5c6a-4ba4-96be-04941f5f3582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a915d4e9-5c6a-4ba4-96be-04941f5f3582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7797202259584290560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560779720225958429056077972022595842905607797202259584290560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe17c69-7a7e-4df8-8c90-fd68c8c70a55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b41eb94f-8fdb-4e46-bc25-1bbb1370a369, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b41eb94f-8fdb-4e46-bc25-1bbb1370a369, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257873370249390995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995182578733702493909951825787337024939099518257873370249390995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a915d4e9-5c6a-4ba4-96be-04941f5f3582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6387f464-b427-4d34-b9b7-e003860fd3d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6387f464-b427-4d34-b9b7-e003860fd3d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 289305811714289329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329289305811714289329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b41eb94f-8fdb-4e46-bc25-1bbb1370a369, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d300357-d899-4fde-8afd-405c3c17bfd2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d300357-d899-4fde-8afd-405c3c17bfd2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953824532013536558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558953824532013536558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d300357-d899-4fde-8afd-405c3c17bfd2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e49cc8e8-0b36-45d1-89fb-580f1132bf94, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6387f464-b427-4d34-b9b7-e003860fd3d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99572c3a-55b2-4c0a-b1df-f9d0b6a7951f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99572c3a-55b2-4c0a-b1df-f9d0b6a7951f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128558649436541505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505111285586494365415051112855864943654150511128558649436541505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e49cc8e8-0b36-45d1-89fb-580f1132bf94, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13453560098060683364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364134535600980606833641345356009806068336413453560098060683364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99572c3a-55b2-4c0a-b1df-f9d0b6a7951f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ed4f92a-10fa-44fd-922e-6a08b423cad5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed4f92a-10fa-44fd-922e-6a08b423cad5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369479305563884148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148836947930556388414883694793055638841488369479305563884148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e49cc8e8-0b36-45d1-89fb-580f1132bf94, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed4f92a-10fa-44fd-922e-6a08b423cad5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 91e2727a-0035-41e7-bc57-6d342eb659da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e2727a-0035-41e7-bc57-6d342eb659da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 854862736603987342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342854862736603987342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e962bcb-aeca-48fc-b928-e5d6eb8d3c3c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e962bcb-aeca-48fc-b928-e5d6eb8d3c3c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6652920593508611868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868665292059350861186866529205935086118686652920593508611868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e2727a-0035-41e7-bc57-6d342eb659da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64eb4f9a-a04e-42f8-8dff-70126f4df085, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64eb4f9a-a04e-42f8-8dff-70126f4df085, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7422539021581031701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701742253902158103170174225390215810317017422539021581031701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e962bcb-aeca-48fc-b928-e5d6eb8d3c3c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4b72d2b-30b2-49f5-9105-72478e88f409, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b72d2b-30b2-49f5-9105-72478e88f409, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3777620225561929477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477377762022556192947737776202255619294773777620225561929477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64eb4f9a-a04e-42f8-8dff-70126f4df085, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c227305e-2652-4bb0-9bc5-ae7d0aa8f872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c227305e-2652-4bb0-9bc5-ae7d0aa8f872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17079627146050098495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495170796271460500984951707962714605009849517079627146050098495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b72d2b-30b2-49f5-9105-72478e88f409, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f44dafed-4562-4761-aa07-9e02631390ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44dafed-4562-4761-aa07-9e02631390ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7098503156297513067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067709850315629751306770985031562975130677098503156297513067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c227305e-2652-4bb0-9bc5-ae7d0aa8f872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b2f2332-5f60-43e0-8c8e-dad68b74b7b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b2f2332-5f60-43e0-8c8e-dad68b74b7b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248695961315895307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307524869596131589530752486959613158953075248695961315895307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44dafed-4562-4761-aa07-9e02631390ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40102e27-617a-4615-bddb-3dab71abffe8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40102e27-617a-4615-bddb-3dab71abffe8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3795527321774426759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759379552732177442675937955273217744267593795527321774426759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b2f2332-5f60-43e0-8c8e-dad68b74b7b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08388251-b953-418d-9f4a-2e2ec86636fc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08388251-b953-418d-9f4a-2e2ec86636fc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9322035711663788862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862932203571166378886293220357116637888629322035711663788862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40102e27-617a-4615-bddb-3dab71abffe8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d35f22be-0bd1-487b-a41b-3fe06e0b7463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35f22be-0bd1-487b-a41b-3fe06e0b7463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10895996862087278896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896108959968620872788961089599686208727889610895996862087278896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08388251-b953-418d-9f4a-2e2ec86636fc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ae5dfb84-e50b-462b-b872-c61ab1217b02, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5dfb84-e50b-462b-b872-c61ab1217b02, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11896574822692281114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114118965748226922811141189657482269228111411896574822692281114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35f22be-0bd1-487b-a41b-3fe06e0b7463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2008a72-e940-4c96-983f-e7e30f8f2291, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2008a72-e940-4c96-983f-e7e30f8f2291, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9704947878300798659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659970494787830079865997049478783007986599704947878300798659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5dfb84-e50b-462b-b872-c61ab1217b02, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a6734001-de1c-4c72-9ad2-70148bcf1bb0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6734001-de1c-4c72-9ad2-70148bcf1bb0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18154932758737196595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595181549327587371965951815493275873719659518154932758737196595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2008a72-e940-4c96-983f-e7e30f8f2291, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 178565fc-c705-4dfc-80a9-7730f434d9f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 178565fc-c705-4dfc-80a9-7730f434d9f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14924925967246932171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171149249259672469321711492492596724693217114924925967246932171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6734001-de1c-4c72-9ad2-70148bcf1bb0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e780dec-d9c5-47e6-a83e-da9a12612450, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e780dec-d9c5-47e6-a83e-da9a12612450, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344543967264857784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784183445439672648577841834454396726485778418344543967264857784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e780dec-d9c5-47e6-a83e-da9a12612450, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0460589a-d1c1-4cbb-9d21-d85a78af51db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0460589a-d1c1-4cbb-9d21-d85a78af51db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7817565981150748834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834781756598115074883478175659811507488347817565981150748834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 178565fc-c705-4dfc-80a9-7730f434d9f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7228b577-a95b-41ae-8ff0-a5c14362c025, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7228b577-a95b-41ae-8ff0-a5c14362c025, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16950664317455090374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374169506643174550903741695066431745509037416950664317455090374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0460589a-d1c1-4cbb-9d21-d85a78af51db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 472d49ef-dc29-4d89-96ce-2bd38d4249cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472d49ef-dc29-4d89-96ce-2bd38d4249cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6017054846256112674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674601705484625611267460170548462561126746017054846256112674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7228b577-a95b-41ae-8ff0-a5c14362c025, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f45ad2-2068-487b-8b40-30913785862a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f45ad2-2068-487b-8b40-30913785862a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116715531867398716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716141167155318673987161411671553186739871614116715531867398716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f45ad2-2068-487b-8b40-30913785862a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b09b0c68-92de-4900-8c4b-ed20934d1d87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09b0c68-92de-4900-8c4b-ed20934d1d87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 708805692869082376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376708805692869082376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472d49ef-dc29-4d89-96ce-2bd38d4249cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2ad1bf1-9006-40a8-a2d4-7265be2ad7a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ad1bf1-9006-40a8-a2d4-7265be2ad7a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7609061552610301059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059760906155261030105976090615526103010597609061552610301059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09b0c68-92de-4900-8c4b-ed20934d1d87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ad1bf1-9006-40a8-a2d4-7265be2ad7a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 915b4cab-a4ca-4bd5-9030-0c65ec0656e8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64ac7f4d-9f5c-4897-b065-c15d3e2664ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915b4cab-a4ca-4bd5-9030-0c65ec0656e8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10485288441075586340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340104852884410755863401048528844107558634010485288441075586340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ac7f4d-9f5c-4897-b065-c15d3e2664ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5899008008961749238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238589900800896174923858990080089617492385899008008961749238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915b4cab-a4ca-4bd5-9030-0c65ec0656e8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ac7f4d-9f5c-4897-b065-c15d3e2664ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4c41697f-6049-41b6-bb88-dd218a4db666, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c41697f-6049-41b6-bb88-dd218a4db666, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11267681500097759511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511112676815000977595111126768150009775951111267681500097759511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eec81ced-379a-48c2-a6ab-431d39cb273d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec81ced-379a-48c2-a6ab-431d39cb273d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227898458794772253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253142278984587947722531422789845879477225314227898458794772253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c41697f-6049-41b6-bb88-dd218a4db666, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5225ceb-c81a-40af-bf08-3fcc8f91684d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5225ceb-c81a-40af-bf08-3fcc8f91684d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17523744414749613232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232175237444147496132321752374441474961323217523744414749613232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec81ced-379a-48c2-a6ab-431d39cb273d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bd24b17-b90b-4ac2-987b-ba95e3c90851, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd24b17-b90b-4ac2-987b-ba95e3c90851, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254168253443871279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279142541682534438712791425416825344387127914254168253443871279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5225ceb-c81a-40af-bf08-3fcc8f91684d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8934fa8e-5131-4275-9830-25b510f4086c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8934fa8e-5131-4275-9830-25b510f4086c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794483104404851326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326157944831044048513261579448310440485132615794483104404851326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd24b17-b90b-4ac2-987b-ba95e3c90851, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 203a27fc-ed29-40d9-a98e-b6ab3dd30cb9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203a27fc-ed29-40d9-a98e-b6ab3dd30cb9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12251980545164027579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579122519805451640275791225198054516402757912251980545164027579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8934fa8e-5131-4275-9830-25b510f4086c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d5128e84-87f9-4c74-9c86-3bd0088cd2a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5128e84-87f9-4c74-9c86-3bd0088cd2a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8001413491364141855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855800141349136414185580014134913641418558001413491364141855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203a27fc-ed29-40d9-a98e-b6ab3dd30cb9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c59cc933-76cc-4963-bce1-cd60e6c17eee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59cc933-76cc-4963-bce1-cd60e6c17eee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7346448848149195286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286734644884814919528673464488481491952867346448848149195286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5128e84-87f9-4c74-9c86-3bd0088cd2a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4003ae5-3248-4210-b967-dc423a2c78f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4003ae5-3248-4210-b967-dc423a2c78f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7462595574567795826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826746259557456779582674625955745677958267462595574567795826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59cc933-76cc-4963-bce1-cd60e6c17eee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2e7c74e8-983f-43e7-940d-2cf8766ced23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7c74e8-983f-43e7-940d-2cf8766ced23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5544332586988541238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238554433258698854123855443325869885412385544332586988541238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4003ae5-3248-4210-b967-dc423a2c78f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fca6cf1-f443-40c6-928d-04ddeec19493, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fca6cf1-f443-40c6-928d-04ddeec19493, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4870440309982726693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693487044030998272669348704403099827266934870440309982726693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7c74e8-983f-43e7-940d-2cf8766ced23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc4ccfd2-aea1-4ee5-b71c-14b431298843, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fca6cf1-f443-40c6-928d-04ddeec19493, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b53e2ba-b50d-4802-8388-3ffbcac40de6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b53e2ba-b50d-4802-8388-3ffbcac40de6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14070180459626711972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972140701804596267119721407018045962671197214070180459626711972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4ccfd2-aea1-4ee5-b71c-14b431298843, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11295800294066554819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819112958002940665548191129580029406655481911295800294066554819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4ccfd2-aea1-4ee5-b71c-14b431298843, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e636a84d-0216-4926-9aa9-a7f50729852a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e636a84d-0216-4926-9aa9-a7f50729852a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7349085376893429075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075734908537689342907573490853768934290757349085376893429075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b53e2ba-b50d-4802-8388-3ffbcac40de6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e636a84d-0216-4926-9aa9-a7f50729852a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4e7f949-e365-4295-b16d-b3ecdb833b67, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 82f144a4-7f3c-4a7b-aa1b-978f7c3c0778, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f144a4-7f3c-4a7b-aa1b-978f7c3c0778, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12726643306235812221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221127266433062358122211272664330623581222112726643306235812221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e7f949-e365-4295-b16d-b3ecdb833b67, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5282742547316313147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147528274254731631314752827425473163131475282742547316313147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f144a4-7f3c-4a7b-aa1b-978f7c3c0778, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39af6dd8-187f-4c4c-99f0-f02f52f22669, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39af6dd8-187f-4c4c-99f0-f02f52f22669, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17350707868870441616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616173507078688704416161735070786887044161617350707868870441616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e7f949-e365-4295-b16d-b3ecdb833b67, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 199552b4-20d5-41ba-ac8f-75bd7928273b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199552b4-20d5-41ba-ac8f-75bd7928273b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106036305235400405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405110603630523540040511060363052354004051106036305235400405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39af6dd8-187f-4c4c-99f0-f02f52f22669, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 096c91a4-4206-4af6-ab5e-06268f772c81, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096c91a4-4206-4af6-ab5e-06268f772c81, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18157973313227758084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084181579733132277580841815797331322775808418157973313227758084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199552b4-20d5-41ba-ac8f-75bd7928273b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e81ef1a-0c16-4f99-9323-b5f266a1f3ce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e81ef1a-0c16-4f99-9323-b5f266a1f3ce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11710404880768878422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422117104048807688784221171040488076887842211710404880768878422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096c91a4-4206-4af6-ab5e-06268f772c81, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39e25607-f9b2-48f9-90c7-f32af05d92b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e81ef1a-0c16-4f99-9323-b5f266a1f3ce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c882e7a-101e-4d74-99e0-ddfbf0a60561, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e25607-f9b2-48f9-90c7-f32af05d92b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585895016713387918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918585895016713387918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c882e7a-101e-4d74-99e0-ddfbf0a60561, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4255098490485952190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190425509849048595219042550984904859521904255098490485952190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e25607-f9b2-48f9-90c7-f32af05d92b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c882e7a-101e-4d74-99e0-ddfbf0a60561, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 322c6dbd-d1c2-468c-9120-ca2960633a24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322c6dbd-d1c2-468c-9120-ca2960633a24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706805909714354413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413177068059097143544131770680590971435441317706805909714354413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 035c56c9-492c-44f7-b234-544ba1522b87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035c56c9-492c-44f7-b234-544ba1522b87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18206252876870722529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529182062528768707225291820625287687072252918206252876870722529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035c56c9-492c-44f7-b234-544ba1522b87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 71bb9b89-9f70-4aa9-ae1a-78930b979605, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bb9b89-9f70-4aa9-ae1a-78930b979605, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17248477698484785461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461172484776984847854611724847769848478546117248477698484785461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322c6dbd-d1c2-468c-9120-ca2960633a24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16ad1b94-721f-4a84-91b7-b63d71c5423c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ad1b94-721f-4a84-91b7-b63d71c5423c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812323512153303897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897181232351215330389718123235121533038971812323512153303897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bb9b89-9f70-4aa9-ae1a-78930b979605, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e106e12-b616-4bb2-9a8e-bd630d97dba8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e106e12-b616-4bb2-9a8e-bd630d97dba8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155262734510479637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637515526273451047963751552627345104796375155262734510479637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ad1b94-721f-4a84-91b7-b63d71c5423c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8a0b71dd-8de1-4c0c-8d44-1c5fc3854d78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a0b71dd-8de1-4c0c-8d44-1c5fc3854d78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7331900486250334937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937733190048625033493773319004862503349377331900486250334937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e106e12-b616-4bb2-9a8e-bd630d97dba8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd89e239-1cd7-440b-a98b-444fb1ebe9b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd89e239-1cd7-440b-a98b-444fb1ebe9b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16900985223533358611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611169009852235333586111690098522353335861116900985223533358611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a0b71dd-8de1-4c0c-8d44-1c5fc3854d78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46c26376-a56a-4e34-ba5d-e309c58635e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c26376-a56a-4e34-ba5d-e309c58635e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9479774209877758240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240947977420987775824094797742098777582409479774209877758240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c26376-a56a-4e34-ba5d-e309c58635e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 57bd3aa4-415b-468d-a4b5-ea4e0260ae6b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57bd3aa4-415b-468d-a4b5-ea4e0260ae6b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9526402263008755538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538952640226300875553895264022630087555389526402263008755538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57bd3aa4-415b-468d-a4b5-ea4e0260ae6b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1bbef22-6a71-41bc-ab87-df0e2611ce42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bbef22-6a71-41bc-ab87-df0e2611ce42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301679990684783626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626133016799906847836261330167999068478362613301679990684783626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd89e239-1cd7-440b-a98b-444fb1ebe9b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98ed9119-1c30-4d27-be99-dc021408dcb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ed9119-1c30-4d27-be99-dc021408dcb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12685541168419241806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806126855411684192418061268554116841924180612685541168419241806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bbef22-6a71-41bc-ab87-df0e2611ce42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 381d7976-c5ef-4624-acc1-6dba942026fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381d7976-c5ef-4624-acc1-6dba942026fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16553030411170841020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020165530304111708410201655303041117084102016553030411170841020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ed9119-1c30-4d27-be99-dc021408dcb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68c17f4e-5f35-401d-90cc-0e53c469f050, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c17f4e-5f35-401d-90cc-0e53c469f050, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4297763715639710351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351429776371563971035142977637156397103514297763715639710351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381d7976-c5ef-4624-acc1-6dba942026fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c17f4e-5f35-401d-90cc-0e53c469f050, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5847d430-7bf3-4410-b369-1f59f65f2d68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02f5422f-2ee7-4b7c-80bd-bcb3c93b1ffc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5847d430-7bf3-4410-b369-1f59f65f2d68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047066821862381016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016180470668218623810161804706682186238101618047066821862381016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02f5422f-2ee7-4b7c-80bd-bcb3c93b1ffc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390853216491982884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884539085321649198288453908532164919828845390853216491982884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02f5422f-2ee7-4b7c-80bd-bcb3c93b1ffc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5847d430-7bf3-4410-b369-1f59f65f2d68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 976332ae-2e8d-4140-8d2d-c148784f774c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976332ae-2e8d-4140-8d2d-c148784f774c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9213674537549866844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844921367453754986684492136745375498668449213674537549866844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f1f007d6-775c-4261-91f6-56612a7bcb54, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f007d6-775c-4261-91f6-56612a7bcb54, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3880030910894054648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648388003091089405464838800309108940546483880030910894054648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976332ae-2e8d-4140-8d2d-c148784f774c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, abddec47-99de-46e9-8d13-e90d9bc3e38b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abddec47-99de-46e9-8d13-e90d9bc3e38b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12386080404038068923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923123860804040380689231238608040403806892312386080404038068923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f007d6-775c-4261-91f6-56612a7bcb54, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68519af9-a98c-499a-b70c-f16ab1b7e326, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68519af9-a98c-499a-b70c-f16ab1b7e326, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11883505870565208481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481118835058705652084811188350587056520848111883505870565208481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abddec47-99de-46e9-8d13-e90d9bc3e38b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8b28b6b-9880-4b26-8748-b65b67a3dac0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b28b6b-9880-4b26-8748-b65b67a3dac0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8291348747409756483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483829134874740975648382913487474097564838291348747409756483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68519af9-a98c-499a-b70c-f16ab1b7e326, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0b6cdebb-e1b5-430b-865f-996f562c3c87, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b6cdebb-e1b5-430b-865f-996f562c3c87, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16246601023220934151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151162466010232209341511624660102322093415116246601023220934151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b28b6b-9880-4b26-8748-b65b67a3dac0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7701510-ed9c-465b-a92a-9c113f4cbaea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7701510-ed9c-465b-a92a-9c113f4cbaea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15762404313116628889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889157624043131166288891576240431311662888915762404313116628889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b6cdebb-e1b5-430b-865f-996f562c3c87, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00e7ff70-42d3-4b86-8718-33449f3a0d50, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e7ff70-42d3-4b86-8718-33449f3a0d50, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3033981051899959424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424303398105189995942430339810518999594243033981051899959424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7701510-ed9c-465b-a92a-9c113f4cbaea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98b24d97-bc40-4912-9228-581a1ff1a3da, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b24d97-bc40-4912-9228-581a1ff1a3da, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17670635476164036970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970176706354761640369701767063547616403697017670635476164036970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e7ff70-42d3-4b86-8718-33449f3a0d50, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 62205fd3-f24d-4c29-9de4-c55730e7737a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62205fd3-f24d-4c29-9de4-c55730e7737a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7923687524640182598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598792368752464018259879236875246401825987923687524640182598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b24d97-bc40-4912-9228-581a1ff1a3da, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46fe3f8b-3b45-44b3-9598-9dd5fa6df5f2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46fe3f8b-3b45-44b3-9598-9dd5fa6df5f2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10301637855394135809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809103016378553941358091030163785539413580910301637855394135809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62205fd3-f24d-4c29-9de4-c55730e7737a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1543c916-e496-49ce-a107-05d670d11c85, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1543c916-e496-49ce-a107-05d670d11c85, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667015759004644867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867566701575900464486756670157590046448675667015759004644867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46fe3f8b-3b45-44b3-9598-9dd5fa6df5f2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8dd4bdfb-a338-4c42-ad05-2d2aa45b77ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd4bdfb-a338-4c42-ad05-2d2aa45b77ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 132031067397507020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020132031067397507020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1543c916-e496-49ce-a107-05d670d11c85, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18804ace-c275-41cf-9fdb-92f7631673c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18804ace-c275-41cf-9fdb-92f7631673c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063858119913813849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849110638581199138138491106385811991381384911063858119913813849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd4bdfb-a338-4c42-ad05-2d2aa45b77ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7e8277e-83cb-4bde-a765-ed7a7deecc83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e8277e-83cb-4bde-a765-ed7a7deecc83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12417369568413728358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358124173695684137283581241736956841372835812417369568413728358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18804ace-c275-41cf-9fdb-92f7631673c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3a9f24e-6a5d-4d9a-a05e-cf3af739e2cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3a9f24e-6a5d-4d9a-a05e-cf3af739e2cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896887476361531257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257489688747636153125748968874763615312574896887476361531257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e8277e-83cb-4bde-a765-ed7a7deecc83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f5d5faf9-2137-4c5f-93b9-c7c7851c7180, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5d5faf9-2137-4c5f-93b9-c7c7851c7180, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 889109559191597442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442889109559191597442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3a9f24e-6a5d-4d9a-a05e-cf3af739e2cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d82bf7b-6af4-45a2-bc45-cc425e7cd164, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d82bf7b-6af4-45a2-bc45-cc425e7cd164, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346053332843709059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059103460533328437090591034605333284370905910346053332843709059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5d5faf9-2137-4c5f-93b9-c7c7851c7180, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78196c72-de94-4435-815e-805f1aea83c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78196c72-de94-4435-815e-805f1aea83c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544233570553254206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206105442335705532542061054423357055325420610544233570553254206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d82bf7b-6af4-45a2-bc45-cc425e7cd164, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 131b83bb-3813-40ff-bbe4-b94d0ef9a6ab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131b83bb-3813-40ff-bbe4-b94d0ef9a6ab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9671801714095986184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184967180171409598618496718017140959861849671801714095986184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78196c72-de94-4435-815e-805f1aea83c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9764cbd2-0511-441c-bcd2-a4c6e8b2f8d4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9764cbd2-0511-441c-bcd2-a4c6e8b2f8d4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12383556944365605761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761123835569443656057611238355694436560576112383556944365605761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131b83bb-3813-40ff-bbe4-b94d0ef9a6ab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 28e46ca6-4aea-48f3-aaad-2004f3911e03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e46ca6-4aea-48f3-aaad-2004f3911e03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7924759539908513922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922792475953990851392279247595399085139227924759539908513922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9764cbd2-0511-441c-bcd2-a4c6e8b2f8d4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77266c1e-6c29-4416-b3d7-344e3a36fe3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77266c1e-6c29-4416-b3d7-344e3a36fe3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299506707269518060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060529950670726951806052995067072695180605299506707269518060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e46ca6-4aea-48f3-aaad-2004f3911e03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6bd9d947-9b1f-47e3-a7ae-c9ba3a52a6cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd9d947-9b1f-47e3-a7ae-c9ba3a52a6cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16275335081772718294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294162753350817727182941627533508177271829416275335081772718294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77266c1e-6c29-4416-b3d7-344e3a36fe3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8df86265-905a-4057-9112-174d02efce24, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8df86265-905a-4057-9112-174d02efce24, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3601973254265727484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484360197325426572748436019732542657274843601973254265727484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd9d947-9b1f-47e3-a7ae-c9ba3a52a6cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6348c39c-471d-4550-b420-e4669f294e16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6348c39c-471d-4550-b420-e4669f294e16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 543080497686517610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610543080497686517610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8df86265-905a-4057-9112-174d02efce24, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 038a6327-af32-43b9-a4c1-4e20680d32d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 038a6327-af32-43b9-a4c1-4e20680d32d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4884214961476981707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707488421496147698170748842149614769817074884214961476981707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6348c39c-471d-4550-b420-e4669f294e16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65c3315d-a05e-4d8d-83cb-020c294c79a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65c3315d-a05e-4d8d-83cb-020c294c79a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16611909594490001775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775166119095944900017751661190959449000177516611909594490001775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 038a6327-af32-43b9-a4c1-4e20680d32d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50cf476a-528b-461e-b387-32b462cd0506, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50cf476a-528b-461e-b387-32b462cd0506, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14217525215556040441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441142175252155560404411421752521555604044114217525215556040441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65c3315d-a05e-4d8d-83cb-020c294c79a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 478d6738-3d7d-42b8-a222-ba93ff937284, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478d6738-3d7d-42b8-a222-ba93ff937284, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449635409851538013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013164496354098515380131644963540985153801316449635409851538013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50cf476a-528b-461e-b387-32b462cd0506, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48bdb75b-5677-4302-9a2c-280c72ab1fa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48bdb75b-5677-4302-9a2c-280c72ab1fa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16648136992211803984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984166481369922118039841664813699221180398416648136992211803984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478d6738-3d7d-42b8-a222-ba93ff937284, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c899101-ed89-49b5-8e60-cae5de95c2af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48bdb75b-5677-4302-9a2c-280c72ab1fa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c899101-ed89-49b5-8e60-cae5de95c2af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561699199163489866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866125616991991634898661256169919916348986612561699199163489866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 441c67e4-e69e-4298-98cf-4d7c69601793, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 441c67e4-e69e-4298-98cf-4d7c69601793, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10484055045807421342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342104840550458074213421048405504580742134210484055045807421342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c899101-ed89-49b5-8e60-cae5de95c2af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e96327e4-5581-4f95-8841-e5d193fa2a00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e96327e4-5581-4f95-8841-e5d193fa2a00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9842842687989649024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024984284268798964902498428426879896490249842842687989649024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 441c67e4-e69e-4298-98cf-4d7c69601793, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bf7add07-aad1-4e08-b89b-1333fb82767e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf7add07-aad1-4e08-b89b-1333fb82767e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1651527659665761993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993165152765966576199316515276596657619931651527659665761993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e96327e4-5581-4f95-8841-e5d193fa2a00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a532ccad-0764-425f-a863-5f82fb4ddf14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a532ccad-0764-425f-a863-5f82fb4ddf14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 442801027834339089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089442801027834339089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf7add07-aad1-4e08-b89b-1333fb82767e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e0a867a-3046-417f-82c6-01a4c3dac499, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0a867a-3046-417f-82c6-01a4c3dac499, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929396599370184753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753119293965993701847531192939659937018475311929396599370184753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a532ccad-0764-425f-a863-5f82fb4ddf14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bf852b-0c75-4c38-929a-3b1d4b8ac3fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bf852b-0c75-4c38-929a-3b1d4b8ac3fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1874673903937519182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182187467390393751918218746739039375191821874673903937519182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0a867a-3046-417f-82c6-01a4c3dac499, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bf852b-0c75-4c38-929a-3b1d4b8ac3fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0d07152-9c1e-48d7-bea6-1cd1d67a0e8b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 130c5dca-c742-4f50-b1f2-9849220134c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130c5dca-c742-4f50-b1f2-9849220134c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3239739737985226106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106323973973798522610632397397379852261063239739737985226106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d07152-9c1e-48d7-bea6-1cd1d67a0e8b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9908709373998464548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548990870937399846454899087093739984645489908709373998464548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130c5dca-c742-4f50-b1f2-9849220134c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc9ce0c6-6cd1-4084-82b4-772468590a66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9ce0c6-6cd1-4084-82b4-772468590a66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3043565138375373550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550304356513837537355030435651383753735503043565138375373550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d07152-9c1e-48d7-bea6-1cd1d67a0e8b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 163f1797-9ce5-4b09-8b90-731a1d31e1c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 163f1797-9ce5-4b09-8b90-731a1d31e1c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2632863262608462957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957263286326260846295726328632626084629572632863262608462957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9ce0c6-6cd1-4084-82b4-772468590a66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd8cc500-0f7d-41ea-b192-7f785de73c7b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd8cc500-0f7d-41ea-b192-7f785de73c7b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11046374169803455678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678110463741698034556781104637416980345567811046374169803455678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 163f1797-9ce5-4b09-8b90-731a1d31e1c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f2a6299-22de-4ec6-976d-1c345a626da9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2a6299-22de-4ec6-976d-1c345a626da9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17980272808919193960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960179802728089191939601798027280891919396017980272808919193960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd8cc500-0f7d-41ea-b192-7f785de73c7b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88a36e63-213d-4715-96f5-1f514bdf99e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88a36e63-213d-4715-96f5-1f514bdf99e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10126785255230551071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071101267852552305510711012678525523055107110126785255230551071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2a6299-22de-4ec6-976d-1c345a626da9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d92815e9-d54a-4019-aba9-1d9b89a98f1a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92815e9-d54a-4019-aba9-1d9b89a98f1a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9790062746151209529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529979006274615120952997900627461512095299790062746151209529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88a36e63-213d-4715-96f5-1f514bdf99e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9efe9c7f-a6c4-471b-8f2c-e9739d356ac2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efe9c7f-a6c4-471b-8f2c-e9739d356ac2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8567733575820191376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376856773357582019137685677335758201913768567733575820191376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92815e9-d54a-4019-aba9-1d9b89a98f1a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7b0a75c9-87a8-4224-a658-c38817b3c513, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0a75c9-87a8-4224-a658-c38817b3c513, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1498546218863039840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840149854621886303984014985462188630398401498546218863039840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efe9c7f-a6c4-471b-8f2c-e9739d356ac2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92cee0ca-951c-480b-b079-fdfe63d9ba3d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92cee0ca-951c-480b-b079-fdfe63d9ba3d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3004917275759176704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704300491727575917670430049172757591767043004917275759176704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0a75c9-87a8-4224-a658-c38817b3c513, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 131f4971-24cb-4c3a-ae56-6124a2fae252, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131f4971-24cb-4c3a-ae56-6124a2fae252, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1649115864392966854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854164911586439296685416491158643929668541649115864392966854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92cee0ca-951c-480b-b079-fdfe63d9ba3d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 707d69a0-6ba4-4c71-baf6-3384b436a0b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707d69a0-6ba4-4c71-baf6-3384b436a0b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6370073086273690883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883637007308627369088363700730862736908836370073086273690883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131f4971-24cb-4c3a-ae56-6124a2fae252, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707d69a0-6ba4-4c71-baf6-3384b436a0b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f43f6d-6bbb-4d44-b491-fc95f2b3bc3e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f43f6d-6bbb-4d44-b491-fc95f2b3bc3e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17453045494915815075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075174530454949158150751745304549491581507517453045494915815075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc69f0a-321d-44ab-8819-e94fa8641d13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc69f0a-321d-44ab-8819-e94fa8641d13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 963430576338649900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900963430576338649900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f43f6d-6bbb-4d44-b491-fc95f2b3bc3e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc69f0a-321d-44ab-8819-e94fa8641d13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 375592bf-48df-4a8a-8fd3-3a724f0b0923, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375592bf-48df-4a8a-8fd3-3a724f0b0923, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12144236266637761370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370121442362666377613701214423626663776137012144236266637761370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9efa6426-048f-4251-9bdc-13bf3faacae7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efa6426-048f-4251-9bdc-13bf3faacae7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9024563164902020477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477902456316490202047790245631649020204779024563164902020477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375592bf-48df-4a8a-8fd3-3a724f0b0923, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c5e9b2d9-9c79-4cf3-b9c9-05c9304aa9b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e9b2d9-9c79-4cf3-b9c9-05c9304aa9b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7893520643243761634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634789352064324376163478935206432437616347893520643243761634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efa6426-048f-4251-9bdc-13bf3faacae7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9ac386-ea3d-45d2-ae4a-75583cf3b4e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e9b2d9-9c79-4cf3-b9c9-05c9304aa9b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89b0c81c-af87-480c-9cf5-80bad17112f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9ac386-ea3d-45d2-ae4a-75583cf3b4e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7120324688894839142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142712032468889483914271203246888948391427120324688894839142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89b0c81c-af87-480c-9cf5-80bad17112f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6075239819330852926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926607523981933085292660752398193308529266075239819330852926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9ac386-ea3d-45d2-ae4a-75583cf3b4e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc53ed36-78f4-493a-9731-c1fc6f8994b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89b0c81c-af87-480c-9cf5-80bad17112f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bdbe109-58c9-4832-b0c4-044be4c4c3a3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bdbe109-58c9-4832-b0c4-044be4c4c3a3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6639443857210458617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617663944385721045861766394438572104586176639443857210458617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc53ed36-78f4-493a-9731-c1fc6f8994b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13007716050568118522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522130077160505681185221300771605056811852213007716050568118522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bdbe109-58c9-4832-b0c4-044be4c4c3a3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8c9061cd-f3c2-44fc-a115-657212e0b701, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9061cd-f3c2-44fc-a115-657212e0b701, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12651717442320318453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453126517174423203184531265171744232031845312651717442320318453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc53ed36-78f4-493a-9731-c1fc6f8994b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1bfd9bce-2b41-4e60-9dc1-5ca6842f37b5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bfd9bce-2b41-4e60-9dc1-5ca6842f37b5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14817171623203753510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510148171716232037535101481717162320375351014817171623203753510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9061cd-f3c2-44fc-a115-657212e0b701, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c42547a-6e26-4074-a21a-54e706419c9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bfd9bce-2b41-4e60-9dc1-5ca6842f37b5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c42547a-6e26-4074-a21a-54e706419c9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12981286025784594554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554129812860257845945541298128602578459455412981286025784594554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8fa0e9e-01f7-4073-8613-df21cd4e0590, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8fa0e9e-01f7-4073-8613-df21cd4e0590, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679596379824631921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921126795963798246319211267959637982463192112679596379824631921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c42547a-6e26-4074-a21a-54e706419c9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6cb3e6e2-d42a-4f91-a8ee-a21d51dd7de2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb3e6e2-d42a-4f91-a8ee-a21d51dd7de2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16135683430850641572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572161356834308506415721613568343085064157216135683430850641572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8fa0e9e-01f7-4073-8613-df21cd4e0590, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04caa4ca-394f-497c-9517-ec6f8b2a15b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04caa4ca-394f-497c-9517-ec6f8b2a15b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17632734390978846245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245176327343909788462451763273439097884624517632734390978846245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb3e6e2-d42a-4f91-a8ee-a21d51dd7de2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8f2788-a883-42fb-9a90-a9bfa5369499, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8f2788-a883-42fb-9a90-a9bfa5369499, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3275607526302104471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471327560752630210447132756075263021044713275607526302104471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04caa4ca-394f-497c-9517-ec6f8b2a15b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08615f2e-376d-4224-ad4b-f5d8b396a162, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08615f2e-376d-4224-ad4b-f5d8b396a162, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966233411560876985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985796623341156087698579662334115608769857966233411560876985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8f2788-a883-42fb-9a90-a9bfa5369499, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cab1e58d-8f0f-4f26-acf8-1985b2e5eb4a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab1e58d-8f0f-4f26-acf8-1985b2e5eb4a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 284109174491762791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791284109174491762791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08615f2e-376d-4224-ad4b-f5d8b396a162, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd6d1804-c006-46b5-8d88-59ca33faeefe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6d1804-c006-46b5-8d88-59ca33faeefe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139035881441869564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564813903588144186956481390358814418695648139035881441869564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab1e58d-8f0f-4f26-acf8-1985b2e5eb4a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7770c41-29b2-4006-a48a-692bb3de235e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7770c41-29b2-4006-a48a-692bb3de235e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889977809776471011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011118899778097764710111188997780977647101111889977809776471011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6d1804-c006-46b5-8d88-59ca33faeefe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0c46b9b-4277-46f8-bf8c-b15074593f14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c46b9b-4277-46f8-bf8c-b15074593f14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9075775387130525840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840907577538713052584090757753871305258409075775387130525840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7770c41-29b2-4006-a48a-692bb3de235e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3e770518-ce19-49f2-bc13-dbdd3b9d4d83, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e770518-ce19-49f2-bc13-dbdd3b9d4d83, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7071233115654633746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746707123311565463374670712331156546337467071233115654633746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c46b9b-4277-46f8-bf8c-b15074593f14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c892e4a8-3dce-4358-ad05-9b547955a9f5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c892e4a8-3dce-4358-ad05-9b547955a9f5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877757792869926906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906108777577928699269061087775779286992690610877757792869926906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e770518-ce19-49f2-bc13-dbdd3b9d4d83, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94c3d358-5a71-4113-8b3d-9c54f92989a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c3d358-5a71-4113-8b3d-9c54f92989a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11571060765575659211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211115710607655756592111157106076557565921111571060765575659211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c892e4a8-3dce-4358-ad05-9b547955a9f5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 961bb649-57c9-4ef2-af72-27c7be7f6c36, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961bb649-57c9-4ef2-af72-27c7be7f6c36, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414494975359336606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606144144949753593366061441449497535933660614414494975359336606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961bb649-57c9-4ef2-af72-27c7be7f6c36, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23fc332-c937-4425-996c-8a38033e483c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23fc332-c937-4425-996c-8a38033e483c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2529297090654754309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309252929709065475430925292970906547543092529297090654754309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23fc332-c937-4425-996c-8a38033e483c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3802be7-6996-44a4-b7ad-18b797d4ae42, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3802be7-6996-44a4-b7ad-18b797d4ae42, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15174225161861068114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114151742251618610681141517422516186106811415174225161861068114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c3d358-5a71-4113-8b3d-9c54f92989a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf3ec289-7d03-4c1c-bb92-96c6fcaf9283, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf3ec289-7d03-4c1c-bb92-96c6fcaf9283, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3003892040158271433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433300389204015827143330038920401582714333003892040158271433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3802be7-6996-44a4-b7ad-18b797d4ae42, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f256efdb-4f72-43aa-a6fb-2c5f80b14a2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f256efdb-4f72-43aa-a6fb-2c5f80b14a2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13940928563297084185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185139409285632970841851394092856329708418513940928563297084185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf3ec289-7d03-4c1c-bb92-96c6fcaf9283, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e11450f1-3589-4d4d-b21d-9fe0b430758a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11450f1-3589-4d4d-b21d-9fe0b430758a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6491796909441350243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243649179690944135024364917969094413502436491796909441350243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f256efdb-4f72-43aa-a6fb-2c5f80b14a2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53e579b8-1527-42b3-9420-671833f56b19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e579b8-1527-42b3-9420-671833f56b19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3291159879617622243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243329115987961762224332911598796176222433291159879617622243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11450f1-3589-4d4d-b21d-9fe0b430758a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8614c115-123d-4ac5-a124-08afde7ef27f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8614c115-123d-4ac5-a124-08afde7ef27f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10863442354888742242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242108634423548887422421086344235488874224210863442354888742242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e579b8-1527-42b3-9420-671833f56b19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d82d038e-5e6b-4685-9d63-aa81c2764ca1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82d038e-5e6b-4685-9d63-aa81c2764ca1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385317362751672812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812838531736275167281283853173627516728128385317362751672812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8614c115-123d-4ac5-a124-08afde7ef27f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e221e377-e8f1-43cd-8bd6-127560960dbb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e221e377-e8f1-43cd-8bd6-127560960dbb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620597230150108491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491362059723015010849136205972301501084913620597230150108491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e221e377-e8f1-43cd-8bd6-127560960dbb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15f2d05b-b548-4e96-9355-0b6b78303805, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82d038e-5e6b-4685-9d63-aa81c2764ca1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7cfed85c-3686-4771-98d2-40011aaa91d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cfed85c-3686-4771-98d2-40011aaa91d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8392192171504598761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761839219217150459876183921921715045987618392192171504598761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f2d05b-b548-4e96-9355-0b6b78303805, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8943023888015257654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654894302388801525765489430238880152576548943023888015257654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cfed85c-3686-4771-98d2-40011aaa91d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254509fd-0245-40ae-8ef7-2b7c334f354c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254509fd-0245-40ae-8ef7-2b7c334f354c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10098584179459223164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164100985841794592231641009858417945922316410098584179459223164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f2d05b-b548-4e96-9355-0b6b78303805, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2c695e6-5712-46d2-952f-c483c87b9d96, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c695e6-5712-46d2-952f-c483c87b9d96, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17603076096874060949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949176030760968740609491760307609687406094917603076096874060949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254509fd-0245-40ae-8ef7-2b7c334f354c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c35644c1-6ec6-4248-a0c3-c51478dd8bb3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35644c1-6ec6-4248-a0c3-c51478dd8bb3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4264831835376532308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308426483183537653230842648318353765323084264831835376532308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c695e6-5712-46d2-952f-c483c87b9d96, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5eb1d261-1152-4823-be9d-8098f282f612, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb1d261-1152-4823-be9d-8098f282f612, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1136898408235192646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646113689840823519264611368984082351926461136898408235192646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35644c1-6ec6-4248-a0c3-c51478dd8bb3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5fbe9719-d143-4295-a64b-b52242e9e366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fbe9719-d143-4295-a64b-b52242e9e366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315995890691929135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135143159958906919291351431599589069192913514315995890691929135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb1d261-1152-4823-be9d-8098f282f612, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fbe9719-d143-4295-a64b-b52242e9e366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85695d15-8e30-42d2-aa7e-47f50bfae52a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85695d15-8e30-42d2-aa7e-47f50bfae52a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13607959367006228424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424136079593670062284241360795936700622842413607959367006228424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0787d52c-b61a-4a45-aeb6-4edb661514ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0787d52c-b61a-4a45-aeb6-4edb661514ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914432390246288700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700691443239024628870069144323902462887006914432390246288700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85695d15-8e30-42d2-aa7e-47f50bfae52a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a6fa432-2e4a-4b3e-b6dd-5281e13a402f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a6fa432-2e4a-4b3e-b6dd-5281e13a402f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13032988492088556381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381130329884920885563811303298849208855638113032988492088556381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0787d52c-b61a-4a45-aeb6-4edb661514ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b75d3d40-2ac1-49a4-966b-ed0f15cb5a58, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75d3d40-2ac1-49a4-966b-ed0f15cb5a58, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7423197045142019065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065742319704514201906574231970451420190657423197045142019065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a6fa432-2e4a-4b3e-b6dd-5281e13a402f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cdee3957-76a0-45b4-a3d3-3e022cba0a37, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdee3957-76a0-45b4-a3d3-3e022cba0a37, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3671229002037481287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287367122900203748128736712290020374812873671229002037481287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75d3d40-2ac1-49a4-966b-ed0f15cb5a58, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7519a035-51c8-4d7e-be90-d459d46b1512, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7519a035-51c8-4d7e-be90-d459d46b1512, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9114167447973643228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228911416744797364322891141674479736432289114167447973643228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdee3957-76a0-45b4-a3d3-3e022cba0a37, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d49214a8-929e-4a66-9893-63d77d8d6a61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49214a8-929e-4a66-9893-63d77d8d6a61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831607221414701280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280383160722141470128038316072214147012803831607221414701280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7519a035-51c8-4d7e-be90-d459d46b1512, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 756cd56e-5d17-4b95-9c84-6d30688f83ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49214a8-929e-4a66-9893-63d77d8d6a61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 756cd56e-5d17-4b95-9c84-6d30688f83ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12006009104984161713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713120060091049841617131200600910498416171312006009104984161713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22869e3e-f057-4308-8072-d7436779fd7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22869e3e-f057-4308-8072-d7436779fd7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195539077412998238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238319553907741299823831955390774129982383195539077412998238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 756cd56e-5d17-4b95-9c84-6d30688f83ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b75ead6-a353-4b89-b057-27493493ca6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b75ead6-a353-4b89-b057-27493493ca6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 278946335389380185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185278946335389380185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22869e3e-f057-4308-8072-d7436779fd7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3715e176-822f-49d0-a783-cffeb0116aec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b75ead6-a353-4b89-b057-27493493ca6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e36141b-ff0d-4fab-9f26-605151edcb88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e36141b-ff0d-4fab-9f26-605151edcb88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947695795923687388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388139476957959236873881394769579592368738813947695795923687388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3715e176-822f-49d0-a783-cffeb0116aec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2226685336231841745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745222668533623184174522266853362318417452226685336231841745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e36141b-ff0d-4fab-9f26-605151edcb88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f315dcea-f3db-41fd-97f1-03b40f0c7cfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3715e176-822f-49d0-a783-cffeb0116aec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f315dcea-f3db-41fd-97f1-03b40f0c7cfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2081177222838983796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796208117722283898379620811772228389837962081177222838983796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50ec0e40-204e-4bdb-ba61-d9675365d442, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ec0e40-204e-4bdb-ba61-d9675365d442, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8961063598907136717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717896106359890713671789610635989071367178961063598907136717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f315dcea-f3db-41fd-97f1-03b40f0c7cfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfe88df5-e86c-41f9-8855-bd6f3c4455c2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe88df5-e86c-41f9-8855-bd6f3c4455c2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1327454911947944324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324132745491194794432413274549119479443241327454911947944324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ec0e40-204e-4bdb-ba61-d9675365d442, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, facad769-1904-49d8-9988-657f2de5d187, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, facad769-1904-49d8-9988-657f2de5d187, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8770709028735604193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193877070902873560419387707090287356041938770709028735604193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe88df5-e86c-41f9-8855-bd6f3c4455c2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc146164-40fd-4b69-b9d7-4c71e3050ae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc146164-40fd-4b69-b9d7-4c71e3050ae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15957038362639015476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476159570383626390154761595703836263901547615957038362639015476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, facad769-1904-49d8-9988-657f2de5d187, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a4292ed-16bd-482d-9be3-b2931258e4cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a4292ed-16bd-482d-9be3-b2931258e4cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4442229129804593089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089444222912980459308944422291298045930894442229129804593089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc146164-40fd-4b69-b9d7-4c71e3050ae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a4292ed-16bd-482d-9be3-b2931258e4cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4cab05ef-d3c3-48fc-90ae-5850944c7973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bf61473-a1bb-4dff-a356-f770569cdf4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cab05ef-d3c3-48fc-90ae-5850944c7973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7822872857145537982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982782287285714553798278228728571455379827822872857145537982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf61473-a1bb-4dff-a356-f770569cdf4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12153321441936136431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431121533214419361364311215332144193613643112153321441936136431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cab05ef-d3c3-48fc-90ae-5850944c7973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 612a5c1a-6f86-4aeb-b999-cc1c31cc13c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf61473-a1bb-4dff-a356-f770569cdf4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612a5c1a-6f86-4aeb-b999-cc1c31cc13c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14507135004078777496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496145071350040787774961450713500407877749614507135004078777496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cd62fd85-81c1-4678-a3d4-13f2ffefde28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd62fd85-81c1-4678-a3d4-13f2ffefde28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580510301944095716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716358051030194409571635805103019440957163580510301944095716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612a5c1a-6f86-4aeb-b999-cc1c31cc13c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33c752e4-de0f-423f-8ac1-b944875805b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33c752e4-de0f-423f-8ac1-b944875805b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11208111182123445089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089112081111821234450891120811118212344508911208111182123445089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd62fd85-81c1-4678-a3d4-13f2ffefde28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13b43e6b-2062-4a7e-9bf9-8813daacfe66, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b43e6b-2062-4a7e-9bf9-8813daacfe66, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397939427591967216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216139793942759196721613979394275919672161397939427591967216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33c752e4-de0f-423f-8ac1-b944875805b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a3328008-3e29-451f-b6cf-a3cee6685364, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3328008-3e29-451f-b6cf-a3cee6685364, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6776826970359857841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841677682697035985784167768269703598578416776826970359857841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b43e6b-2062-4a7e-9bf9-8813daacfe66, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f95364d0-4dfc-4ded-b350-ab86e92b4546, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95364d0-4dfc-4ded-b350-ab86e92b4546, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631124102538168162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162106311241025381681621063112410253816816210631124102538168162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3328008-3e29-451f-b6cf-a3cee6685364, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b8c663a-c55e-419d-a0c9-5231a2bd0c92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b8c663a-c55e-419d-a0c9-5231a2bd0c92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7482847211950338767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767748284721195033876774828472119503387677482847211950338767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95364d0-4dfc-4ded-b350-ab86e92b4546, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 001ccb21-21f7-4046-9719-2d1d45222a5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001ccb21-21f7-4046-9719-2d1d45222a5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10424682548075480862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862104246825480754808621042468254807548086210424682548075480862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b8c663a-c55e-419d-a0c9-5231a2bd0c92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da4e0f94-ad89-456a-a5f7-74db9a97c13b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da4e0f94-ad89-456a-a5f7-74db9a97c13b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11301470985102950297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297113014709851029502971130147098510295029711301470985102950297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001ccb21-21f7-4046-9719-2d1d45222a5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 784fbaa8-8baa-4e0f-b719-dc2632cd7a1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da4e0f94-ad89-456a-a5f7-74db9a97c13b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7213c1d2-4e6a-4c90-9d24-d6f3d389fcdd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7213c1d2-4e6a-4c90-9d24-d6f3d389fcdd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1867887431154828877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877186788743115482887718678874311548288771867887431154828877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 784fbaa8-8baa-4e0f-b719-dc2632cd7a1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1923395291802761699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699192339529180276169919233952918027616991923395291802761699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7213c1d2-4e6a-4c90-9d24-d6f3d389fcdd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f30133a8-bf86-4149-a138-3c4f16adece7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f30133a8-bf86-4149-a138-3c4f16adece7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955231331725567774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774695523133172556777469552313317255677746955231331725567774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 784fbaa8-8baa-4e0f-b719-dc2632cd7a1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eb7cc3e1-b166-4186-8758-06d5e6cd0e19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb7cc3e1-b166-4186-8758-06d5e6cd0e19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16878214438969828467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467168782144389698284671687821443896982846716878214438969828467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f30133a8-bf86-4149-a138-3c4f16adece7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 05247ea2-07f3-41e6-9534-af1504d10753, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05247ea2-07f3-41e6-9534-af1504d10753, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141902081673773673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673141902081673773673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb7cc3e1-b166-4186-8758-06d5e6cd0e19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4bcc38c6-66d7-4784-abda-f19238d65cd9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bcc38c6-66d7-4784-abda-f19238d65cd9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1764325369310028134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134176432536931002813417643253693100281341764325369310028134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05247ea2-07f3-41e6-9534-af1504d10753, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1bf10ad-e1a8-4e97-9caf-3575cafcc853, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bf10ad-e1a8-4e97-9caf-3575cafcc853, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12970808636244445832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832129708086362444458321297080863624444583212970808636244445832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bcc38c6-66d7-4784-abda-f19238d65cd9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94937462-239e-4e29-88e8-bc5b56fe575f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94937462-239e-4e29-88e8-bc5b56fe575f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15156419644706101713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713151564196447061017131515641964470610171315156419644706101713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bf10ad-e1a8-4e97-9caf-3575cafcc853, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 541562de-9a3b-466d-a22d-51f15cc03ac2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541562de-9a3b-466d-a22d-51f15cc03ac2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786498420414297309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309117864984204142973091178649842041429730911786498420414297309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94937462-239e-4e29-88e8-bc5b56fe575f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f4dcb621-a246-4662-829e-672a4d6ee8a6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dcb621-a246-4662-829e-672a4d6ee8a6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354969970461250039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039113549699704612500391135496997046125003911354969970461250039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541562de-9a3b-466d-a22d-51f15cc03ac2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f2ae71c3-5e2d-43a1-979a-fc2683997b13, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ae71c3-5e2d-43a1-979a-fc2683997b13, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15292734421632671260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260152927344216326712601529273442163267126015292734421632671260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dcb621-a246-4662-829e-672a4d6ee8a6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee4bbe20-3dd0-4896-9d79-e125f1ed1327, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4bbe20-3dd0-4896-9d79-e125f1ed1327, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6880133476067633843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843688013347606763384368801334760676338436880133476067633843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ae71c3-5e2d-43a1-979a-fc2683997b13, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dabdf35b-86b6-4ee1-a6cc-75e2e8790773, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4bbe20-3dd0-4896-9d79-e125f1ed1327, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 50e02553-29f5-4e52-b533-4205dc115eb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e02553-29f5-4e52-b533-4205dc115eb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1322529815144040517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517132252981514404051713225298151440405171322529815144040517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dabdf35b-86b6-4ee1-a6cc-75e2e8790773, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2402121612727059130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130240212161272705913024021216127270591302402121612727059130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e02553-29f5-4e52-b533-4205dc115eb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dabdf35b-86b6-4ee1-a6cc-75e2e8790773, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0ef951a-7bcb-4618-868c-d3809e05368e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ef951a-7bcb-4618-868c-d3809e05368e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6956117746330891937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937695611774633089193769561177463308919376956117746330891937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d217c647-4d19-4dbc-ab58-4f0ede7daf7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d217c647-4d19-4dbc-ab58-4f0ede7daf7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5645110620756337801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801564511062075633780156451106207563378015645110620756337801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ef951a-7bcb-4618-868c-d3809e05368e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee91263e-1679-4ee4-be2a-9791a8a913c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee91263e-1679-4ee4-be2a-9791a8a913c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3377277789989872889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889337727778998987288933772777899898728893377277789989872889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d217c647-4d19-4dbc-ab58-4f0ede7daf7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 108799f7-43bb-444b-b318-59390af4f745, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108799f7-43bb-444b-b318-59390af4f745, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2866132296729139291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291286613229672913929128661322967291392912866132296729139291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee91263e-1679-4ee4-be2a-9791a8a913c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8d25a5d-77e4-4095-9ded-18b9bbfdf428, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d25a5d-77e4-4095-9ded-18b9bbfdf428, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9160415680517084504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504916041568051708450491604156805170845049160415680517084504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108799f7-43bb-444b-b318-59390af4f745, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 192fd1c7-4432-450d-9dd4-609f7c9ce08f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d25a5d-77e4-4095-9ded-18b9bbfdf428, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf1b84f5-b5bc-46aa-9421-9cb8744a93be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf1b84f5-b5bc-46aa-9421-9cb8744a93be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361480756474294545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545636148075647429454563614807564742945456361480756474294545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192fd1c7-4432-450d-9dd4-609f7c9ce08f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000155910511713119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119900015591051171311990001559105117131199000155910511713119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192fd1c7-4432-450d-9dd4-609f7c9ce08f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf1b84f5-b5bc-46aa-9421-9cb8744a93be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27bfd8c0-4929-4154-85c7-362a7d42fcdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27bfd8c0-4929-4154-85c7-362a7d42fcdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7622717611849415256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256762271761184941525676227176118494152567622717611849415256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 52e14b23-944d-45cd-82eb-f4c8f74f8128, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e14b23-944d-45cd-82eb-f4c8f74f8128, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15709917323751432874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874157099173237514328741570991732375143287415709917323751432874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27bfd8c0-4929-4154-85c7-362a7d42fcdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42f10ed1-ba06-4e66-9f9e-0034fb27530c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f10ed1-ba06-4e66-9f9e-0034fb27530c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6630941216108903955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955663094121610890395566309412161089039556630941216108903955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e14b23-944d-45cd-82eb-f4c8f74f8128, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34a9a8ac-ea9c-4096-82fa-be9dc624f3dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a9a8ac-ea9c-4096-82fa-be9dc624f3dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16599484887388499126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126165994848873884991261659948488738849912616599484887388499126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f10ed1-ba06-4e66-9f9e-0034fb27530c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5e21c25-44b0-4544-915d-e44ede637602, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e21c25-44b0-4544-915d-e44ede637602, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910220263350103503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503149102202633501035031491022026335010350314910220263350103503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a9a8ac-ea9c-4096-82fa-be9dc624f3dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4b90bdb-b731-4c54-bca9-deb2f530def0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e21c25-44b0-4544-915d-e44ede637602, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b90bdb-b731-4c54-bca9-deb2f530def0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750645050314176884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884375064505031417688437506450503141768843750645050314176884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf9e082e-e2c2-472c-ad11-9bc19a13454e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9e082e-e2c2-472c-ad11-9bc19a13454e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3466543074109132030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030346654307410913203034665430741091320303466543074109132030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b90bdb-b731-4c54-bca9-deb2f530def0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e444512a-c693-4a0e-b72c-c73e1bac75f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e444512a-c693-4a0e-b72c-c73e1bac75f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522926692250165278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278352292669225016527835229266922501652783522926692250165278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9e082e-e2c2-472c-ad11-9bc19a13454e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3871a380-1b7e-4f10-b44c-34467dadd144, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3871a380-1b7e-4f10-b44c-34467dadd144, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081213889545184959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959100812138895451849591008121388954518495910081213889545184959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e444512a-c693-4a0e-b72c-c73e1bac75f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8ef64b9b-89bd-4df6-9f46-5d93a71aaf93, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef64b9b-89bd-4df6-9f46-5d93a71aaf93, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1019858689447958610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610101985868944795861010198586894479586101019858689447958610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3871a380-1b7e-4f10-b44c-34467dadd144, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9305bb2-e6c2-4d24-8f91-2880dfc2f419, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9305bb2-e6c2-4d24-8f91-2880dfc2f419, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12933881177821588453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453129338811778215884531293388117782158845312933881177821588453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef64b9b-89bd-4df6-9f46-5d93a71aaf93, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce06a769-bec0-4c85-a63d-4a69c07a7915, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce06a769-bec0-4c85-a63d-4a69c07a7915, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531424120027448688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688531424120027448688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9305bb2-e6c2-4d24-8f91-2880dfc2f419, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a840246-ee87-46b2-861f-b82533d6b886, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a840246-ee87-46b2-861f-b82533d6b886, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4299003597841156126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126429900359784115612642990035978411561264299003597841156126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce06a769-bec0-4c85-a63d-4a69c07a7915, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4a443010-1de6-4e8d-9b20-e713783fc6c1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a443010-1de6-4e8d-9b20-e713783fc6c1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4109432469888358649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649410943246988835864941094324698883586494109432469888358649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a840246-ee87-46b2-861f-b82533d6b886, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e9e4deca-6550-4aef-8f3b-725154da8df7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a443010-1de6-4e8d-9b20-e713783fc6c1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea582d5a-c00b-44c7-b46a-f3143f9b543c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea582d5a-c00b-44c7-b46a-f3143f9b543c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2604629713798598942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942260462971379859894226046297137985989422604629713798598942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e4deca-6550-4aef-8f3b-725154da8df7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521120674054082312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312155211206740540823121552112067405408231215521120674054082312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea582d5a-c00b-44c7-b46a-f3143f9b543c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e4deca-6550-4aef-8f3b-725154da8df7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe01f479-29c0-450d-b4bc-794ce80089b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a631643f-c515-448d-a883-ff6a45e4a80c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a631643f-c515-448d-a883-ff6a45e4a80c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3389331660167288423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423338933166016728842333893316601672884233389331660167288423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe01f479-29c0-450d-b4bc-794ce80089b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16766725780034786228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228167667257800347862281676672578003478622816766725780034786228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a631643f-c515-448d-a883-ff6a45e4a80c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b1cc7ec1-6a53-4107-9112-94888709d4be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cc7ec1-6a53-4107-9112-94888709d4be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5637425836653014885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885563742583665301488556374258366530148855637425836653014885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe01f479-29c0-450d-b4bc-794ce80089b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 03095c37-4e6b-4d62-b129-6eb5d538c792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03095c37-4e6b-4d62-b129-6eb5d538c792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509490977644251328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328165094909776442513281650949097764425132816509490977644251328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cc7ec1-6a53-4107-9112-94888709d4be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14de1655-c032-4918-93b7-942783531b46, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14de1655-c032-4918-93b7-942783531b46, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 483805867253431580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580483805867253431580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03095c37-4e6b-4d62-b129-6eb5d538c792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 820f83fc-3213-4642-834f-b25626e9be5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 820f83fc-3213-4642-834f-b25626e9be5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402283333149852947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947940228333314985294794022833331498529479402283333149852947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14de1655-c032-4918-93b7-942783531b46, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e016b05-946a-444f-a95b-0e5a0ec9c795, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e016b05-946a-444f-a95b-0e5a0ec9c795, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14584999639342327535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535145849996393423275351458499963934232753514584999639342327535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 820f83fc-3213-4642-834f-b25626e9be5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7a56f2b-4a3a-4ddb-be63-1d6f1b7efd9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a56f2b-4a3a-4ddb-be63-1d6f1b7efd9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6390465295504956817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817639046529550495681763904652955049568176390465295504956817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e016b05-946a-444f-a95b-0e5a0ec9c795, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a56f2b-4a3a-4ddb-be63-1d6f1b7efd9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94e1af0c-140d-4fa6-aeb9-43a82d9dda28, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e1af0c-140d-4fa6-aeb9-43a82d9dda28, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9416606753790362252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252941660675379036225294166067537903622529416606753790362252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bc744382-c42a-431a-a210-be71625cb299, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc744382-c42a-431a-a210-be71625cb299, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16361121237144823145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145163611212371448231451636112123714482314516361121237144823145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e1af0c-140d-4fa6-aeb9-43a82d9dda28, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc8c8313-d426-49cf-91d0-5d03b57bb1f7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8c8313-d426-49cf-91d0-5d03b57bb1f7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16632943413445045732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732166329434134450457321663294341344504573216632943413445045732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc744382-c42a-431a-a210-be71625cb299, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbcf6eb7-d9c9-4b5d-b035-d7b1de652cae, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbcf6eb7-d9c9-4b5d-b035-d7b1de652cae, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9999933182945940759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759999993318294594075999999331829459407599999933182945940759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8c8313-d426-49cf-91d0-5d03b57bb1f7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de20f7b3-08ac-4160-aeab-802e98a1558b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de20f7b3-08ac-4160-aeab-802e98a1558b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10483739472836379662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662104837394728363796621048373947283637966210483739472836379662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbcf6eb7-d9c9-4b5d-b035-d7b1de652cae, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3dec8c2a-beb3-41d4-a1d8-7f2fa8b9330c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dec8c2a-beb3-41d4-a1d8-7f2fa8b9330c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277309699594433940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940827730969959443394082773096995944339408277309699594433940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de20f7b3-08ac-4160-aeab-802e98a1558b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 851450a7-7c6a-4465-8804-b98d2385cac2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851450a7-7c6a-4465-8804-b98d2385cac2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8338186646980530501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501833818664698053050183381866469805305018338186646980530501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dec8c2a-beb3-41d4-a1d8-7f2fa8b9330c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7047ef58-7a03-43f5-9e03-29cf72ab29b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7047ef58-7a03-43f5-9e03-29cf72ab29b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8801462796440434155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155880146279644043415588014627964404341558801462796440434155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851450a7-7c6a-4465-8804-b98d2385cac2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ca327339-734f-4591-9fd6-91f8b0c357b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca327339-734f-4591-9fd6-91f8b0c357b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593217770309051918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918459321777030905191845932177703090519184593217770309051918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7047ef58-7a03-43f5-9e03-29cf72ab29b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4d3230a-62e8-4302-bd20-ae9ebc063726, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4d3230a-62e8-4302-bd20-ae9ebc063726, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028220869158075603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603150282208691580756031502822086915807560315028220869158075603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca327339-734f-4591-9fd6-91f8b0c357b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbde399f-dabf-4967-834f-75e89a4b09cd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbde399f-dabf-4967-834f-75e89a4b09cd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16888997789908468033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033168889977899084680331688899778990846803316888997789908468033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4d3230a-62e8-4302-bd20-ae9ebc063726, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ac7f12f-6837-45a5-bf94-5235e7d50bab, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac7f12f-6837-45a5-bf94-5235e7d50bab, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074045054298673140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140180740450542986731401807404505429867314018074045054298673140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbde399f-dabf-4967-834f-75e89a4b09cd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d5ab88e-a6f6-40e7-9904-090bedb59dfb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5ab88e-a6f6-40e7-9904-090bedb59dfb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 550028734823719555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555550028734823719555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac7f12f-6837-45a5-bf94-5235e7d50bab, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1ec394a-aa56-4a2f-951d-772e83d9be8d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1ec394a-aa56-4a2f-951d-772e83d9be8d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6687582959334285894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894668758295933428589466875829593342858946687582959334285894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5ab88e-a6f6-40e7-9904-090bedb59dfb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1ec394a-aa56-4a2f-951d-772e83d9be8d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 48e180bf-6308-461e-a8ac-c8c596279be6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e180bf-6308-461e-a8ac-c8c596279be6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14729165026578510895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895147291650265785108951472916502657851089514729165026578510895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc224299-3662-4fd5-8b83-ea84caf7eb25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc224299-3662-4fd5-8b83-ea84caf7eb25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3191169094809098368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368319116909480909836831911690948090983683191169094809098368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e180bf-6308-461e-a8ac-c8c596279be6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2c38f31-c06f-4677-827b-842a70bf4741, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c38f31-c06f-4677-827b-842a70bf4741, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003527557416288907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907900352755741628890790035275574162889079003527557416288907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc224299-3662-4fd5-8b83-ea84caf7eb25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7026c985-ea38-4ae3-9eed-a3cc2b94d70a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7026c985-ea38-4ae3-9eed-a3cc2b94d70a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15694559677727208935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935156945596777272089351569455967772720893515694559677727208935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c38f31-c06f-4677-827b-842a70bf4741, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d87bc61-bf96-48f3-8897-0d7463eaffa9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d87bc61-bf96-48f3-8897-0d7463eaffa9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3553193829322205396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396355319382932220539635531938293222053963553193829322205396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7026c985-ea38-4ae3-9eed-a3cc2b94d70a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7ab143-d721-4f21-a4ca-c842b972d6b2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7ab143-d721-4f21-a4ca-c842b972d6b2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14088428068873570292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292140884280688735702921408842806887357029214088428068873570292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d87bc61-bf96-48f3-8897-0d7463eaffa9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d119f106-2833-4c6e-ab4b-a24da8ebcc56, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d119f106-2833-4c6e-ab4b-a24da8ebcc56, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13890913426025536424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424138909134260255364241389091342602553642413890913426025536424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7ab143-d721-4f21-a4ca-c842b972d6b2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ec44f4b3-1efe-452b-a3f3-99b1ed50c744, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d119f106-2833-4c6e-ab4b-a24da8ebcc56, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec44f4b3-1efe-452b-a3f3-99b1ed50c744, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946557522828844966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966694655752282884496669465575228288449666946557522828844966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e88ce8e5-f1a4-4f54-af67-826bd45df57f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e88ce8e5-f1a4-4f54-af67-826bd45df57f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15855468914504170841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841158554689145041708411585546891450417084115855468914504170841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec44f4b3-1efe-452b-a3f3-99b1ed50c744, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8580576d-4375-4916-925d-e6a179fa0c63, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8580576d-4375-4916-925d-e6a179fa0c63, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13000269198446365528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528130002691984463655281300026919844636552813000269198446365528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e88ce8e5-f1a4-4f54-af67-826bd45df57f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43f907e3-d73c-4191-92d6-774f1c78f42f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43f907e3-d73c-4191-92d6-774f1c78f42f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 964912446320714192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192964912446320714192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8580576d-4375-4916-925d-e6a179fa0c63, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43f907e3-d73c-4191-92d6-774f1c78f42f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d399cc1f-d760-40ef-8817-30fab5d528e6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d399cc1f-d760-40ef-8817-30fab5d528e6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6500761710982379935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935650076171098237993565007617109823799356500761710982379935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f48ed3d7-361c-4c75-ac42-9d15c467f0b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48ed3d7-361c-4c75-ac42-9d15c467f0b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14088625425381742988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988140886254253817429881408862542538174298814088625425381742988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d399cc1f-d760-40ef-8817-30fab5d528e6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f30d15e-1e86-40a0-95c6-69b677d19aa1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f30d15e-1e86-40a0-95c6-69b677d19aa1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13767389942523795668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668137673899425237956681376738994252379566813767389942523795668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48ed3d7-361c-4c75-ac42-9d15c467f0b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13a05569-94a0-42f5-9272-e3909547e5e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a05569-94a0-42f5-9272-e3909547e5e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12104537762328716329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329121045377623287163291210453776232871632912104537762328716329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f30d15e-1e86-40a0-95c6-69b677d19aa1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2ff78cc8-39f5-434c-a415-3ceb959ac94e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff78cc8-39f5-434c-a415-3ceb959ac94e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18299059293332426116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116182990592933324261161829905929333242611618299059293332426116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a05569-94a0-42f5-9272-e3909547e5e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e741d7a9-2688-4166-88b2-bb91f948b8f4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e741d7a9-2688-4166-88b2-bb91f948b8f4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10380681538269357925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925103806815382693579251038068153826935792510380681538269357925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff78cc8-39f5-434c-a415-3ceb959ac94e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9314d579-5701-41d5-bb11-55a3d91c0dcd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9314d579-5701-41d5-bb11-55a3d91c0dcd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 642375703467953054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054642375703467953054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e741d7a9-2688-4166-88b2-bb91f948b8f4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fbcffcc7-2b42-4299-b22d-395173df3eaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbcffcc7-2b42-4299-b22d-395173df3eaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4164268638414017642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642416426863841401764241642686384140176424164268638414017642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9314d579-5701-41d5-bb11-55a3d91c0dcd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3eb912ae-0caa-4a52-a91e-78e3e45681fe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eb912ae-0caa-4a52-a91e-78e3e45681fe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7324946184117747157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157732494618411774715773249461841177471577324946184117747157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbcffcc7-2b42-4299-b22d-395173df3eaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d3449902-f7b2-4b72-b162-6008e442a456, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3449902-f7b2-4b72-b162-6008e442a456, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7931964766057819578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578793196476605781957879319647660578195787931964766057819578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eb912ae-0caa-4a52-a91e-78e3e45681fe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13e3706a-e057-4db9-b0f3-37898e0a0109, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e3706a-e057-4db9-b0f3-37898e0a0109, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1749374884145286336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336174937488414528633617493748841452863361749374884145286336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3449902-f7b2-4b72-b162-6008e442a456, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7e648b2-2671-4d43-a9f5-4733f8b1fd9f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7e648b2-2671-4d43-a9f5-4733f8b1fd9f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210362355827582654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654162103623558275826541621036235582758265416210362355827582654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e3706a-e057-4db9-b0f3-37898e0a0109, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 613768af-c203-4b92-a94e-6cc4baadc32b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613768af-c203-4b92-a94e-6cc4baadc32b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5887819575888869467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467588781957588886946758878195758888694675887819575888869467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7e648b2-2671-4d43-a9f5-4733f8b1fd9f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f7a368b-f31e-4946-8623-d47846bd891f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7a368b-f31e-4946-8623-d47846bd891f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6190986731508613908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908619098673150861390861909867315086139086190986731508613908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613768af-c203-4b92-a94e-6cc4baadc32b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc6ebd6c-356e-4e09-95fd-e60f37760a69, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6ebd6c-356e-4e09-95fd-e60f37760a69, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11652591512912846916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916116525915129128469161165259151291284691611652591512912846916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7a368b-f31e-4946-8623-d47846bd891f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebadf0ba-f29a-46cd-8914-f475ade0b938, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebadf0ba-f29a-46cd-8914-f475ade0b938, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702354326910316287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287270235432691031628727023543269103162872702354326910316287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6ebd6c-356e-4e09-95fd-e60f37760a69, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebadf0ba-f29a-46cd-8914-f475ade0b938, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 986b12ca-5e4d-4180-8515-069fb7865224, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986b12ca-5e4d-4180-8515-069fb7865224, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4375674513898320688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688437567451389832068843756745138983206884375674513898320688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df98a96e-c83e-44ce-ad3e-a575cb52a2bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df98a96e-c83e-44ce-ad3e-a575cb52a2bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17369148936805620885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885173691489368056208851736914893680562088517369148936805620885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986b12ca-5e4d-4180-8515-069fb7865224, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df98a96e-c83e-44ce-ad3e-a575cb52a2bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6e9d745-3a98-40bc-96fd-920ac59991cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e9d745-3a98-40bc-96fd-920ac59991cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16772315045117557583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583167723150451175575831677231504511755758316772315045117557583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43a42b14-cb0d-4a36-9047-ed8b3c3d2891, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a42b14-cb0d-4a36-9047-ed8b3c3d2891, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13066874304671255855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855130668743046712558551306687430467125585513066874304671255855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e9d745-3a98-40bc-96fd-920ac59991cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a42b14-cb0d-4a36-9047-ed8b3c3d2891, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b19aa92-6e6c-4fe3-b639-dfd698f5eca0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b19aa92-6e6c-4fe3-b639-dfd698f5eca0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6126275828498549278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278612627582849854927861262758284985492786126275828498549278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04428790-4456-4517-92aa-f9f82b84d2a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04428790-4456-4517-92aa-f9f82b84d2a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269669565246460245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245326966956524646024532696695652464602453269669565246460245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b19aa92-6e6c-4fe3-b639-dfd698f5eca0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c23febe0-40e3-4932-a3a8-8b442cf9a3f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c23febe0-40e3-4932-a3a8-8b442cf9a3f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1854732071646761434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434185473207164676143418547320716467614341854732071646761434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04428790-4456-4517-92aa-f9f82b84d2a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 755043be-a190-46fd-921f-5afb4b45af0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755043be-a190-46fd-921f-5afb4b45af0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13096484703896391156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156130964847038963911561309648470389639115613096484703896391156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c23febe0-40e3-4932-a3a8-8b442cf9a3f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755043be-a190-46fd-921f-5afb4b45af0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 93cd35d7-8f9d-4d78-9e53-167a653a0b55, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cd35d7-8f9d-4d78-9e53-167a653a0b55, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563866635766322618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618256386663576632261825638666357663226182563866635766322618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b2f2bb3-2372-47cc-be6b-36362a4d16cb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2f2bb3-2372-47cc-be6b-36362a4d16cb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878279293125483778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778148782792931254837781487827929312548377814878279293125483778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cd35d7-8f9d-4d78-9e53-167a653a0b55, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2f2bb3-2372-47cc-be6b-36362a4d16cb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80c99cc3-3be2-4198-99f8-6609f073744b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, caa8c048-69c2-4435-b8e8-8d142d1bd0aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa8c048-69c2-4435-b8e8-8d142d1bd0aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3702411766550082412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412370241176655008241237024117665500824123702411766550082412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c99cc3-3be2-4198-99f8-6609f073744b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885713206335297545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545888571320633529754588857132063352975458885713206335297545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa8c048-69c2-4435-b8e8-8d142d1bd0aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b12836a-b017-4e57-8ab4-2a9a4ca532de, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c99cc3-3be2-4198-99f8-6609f073744b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09c55efc-7fce-4c1a-92fa-16a494568792, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09c55efc-7fce-4c1a-92fa-16a494568792, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17419144659026148496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496174191446590261484961741914465902614849617419144659026148496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b12836a-b017-4e57-8ab4-2a9a4ca532de, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1998420755377297552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552199842075537729755219984207553772975521998420755377297552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09c55efc-7fce-4c1a-92fa-16a494568792, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e438a73-179b-4de2-a58a-dc80ce078d30, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e438a73-179b-4de2-a58a-dc80ce078d30, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750273248504169434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434147502732485041694341475027324850416943414750273248504169434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b12836a-b017-4e57-8ab4-2a9a4ca532de, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5252bd36-e120-4c96-b6e3-da6069393ffb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5252bd36-e120-4c96-b6e3-da6069393ffb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41723196102768424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424417231961027684244172319610276842441723196102768424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e438a73-179b-4de2-a58a-dc80ce078d30, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1098d79-ea54-49d7-ae18-ea5aba2f8f5a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1098d79-ea54-49d7-ae18-ea5aba2f8f5a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717198471080681431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431147171984710806814311471719847108068143114717198471080681431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5252bd36-e120-4c96-b6e3-da6069393ffb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94b29851-b4e9-4282-b542-15f8372c50af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94b29851-b4e9-4282-b542-15f8372c50af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7422740026925100679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679742274002692510067974227400269251006797422740026925100679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1098d79-ea54-49d7-ae18-ea5aba2f8f5a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ceb9df0-5dd2-4048-82a7-c81f0b044849, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ceb9df0-5dd2-4048-82a7-c81f0b044849, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9500755570061302769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769950075557006130276995007555700613027699500755570061302769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94b29851-b4e9-4282-b542-15f8372c50af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9454423-b986-479b-9e88-d5f83adf36e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9454423-b986-479b-9e88-d5f83adf36e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1586885925008090135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135158688592500809013515868859250080901351586885925008090135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ceb9df0-5dd2-4048-82a7-c81f0b044849, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a3a68d3-b419-4d6d-abf3-def68c1a5052, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a3a68d3-b419-4d6d-abf3-def68c1a5052, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18073021830146224749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749180730218301462247491807302183014622474918073021830146224749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9454423-b986-479b-9e88-d5f83adf36e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b7cf09a-1ab4-497e-9bbd-28ef41d783c0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b7cf09a-1ab4-497e-9bbd-28ef41d783c0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17465779065240820226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226174657790652408202261746577906524082022617465779065240820226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a3a68d3-b419-4d6d-abf3-def68c1a5052, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f6ad4c97-b087-463b-bd22-f650a8fbdb3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6ad4c97-b087-463b-bd22-f650a8fbdb3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11803410116836879726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726118034101168368797261180341011683687972611803410116836879726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b7cf09a-1ab4-497e-9bbd-28ef41d783c0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4daa7b3d-e487-46cf-9a7c-a9c9fc7ba1f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4daa7b3d-e487-46cf-9a7c-a9c9fc7ba1f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619501239589793800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800166195012395897938001661950123958979380016619501239589793800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6ad4c97-b087-463b-bd22-f650a8fbdb3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0e7295c-ad3d-41b0-846e-7e892f5d9fcc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e7295c-ad3d-41b0-846e-7e892f5d9fcc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996430286330652914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914109964302863306529141099643028633065291410996430286330652914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4daa7b3d-e487-46cf-9a7c-a9c9fc7ba1f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d4d6fb-18a2-451b-a904-64db0eadbdaa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d4d6fb-18a2-451b-a904-64db0eadbdaa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10306779895803398521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521103067798958033985211030677989580339852110306779895803398521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e7295c-ad3d-41b0-846e-7e892f5d9fcc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3bb86c95-bcd4-4216-a393-0f62e502327f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb86c95-bcd4-4216-a393-0f62e502327f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6306675797008178210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210630667579700817821063066757970081782106306675797008178210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d4d6fb-18a2-451b-a904-64db0eadbdaa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19fb19a1-7f36-473f-b092-bded39dcdf4d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19fb19a1-7f36-473f-b092-bded39dcdf4d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2911117387768251640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640291111738776825164029111173877682516402911117387768251640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb86c95-bcd4-4216-a393-0f62e502327f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 221825c2-7dfd-44ca-a5af-bc69909a1c91, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221825c2-7dfd-44ca-a5af-bc69909a1c91, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14991440552668693014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014149914405526686930141499144055266869301414991440552668693014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19fb19a1-7f36-473f-b092-bded39dcdf4d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aca3f7a-91ae-4ee9-8958-79600506346f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aca3f7a-91ae-4ee9-8958-79600506346f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8153295491812146941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941815329549181214694181532954918121469418153295491812146941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221825c2-7dfd-44ca-a5af-bc69909a1c91, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 14726f68-56cb-4e40-884e-6d7366e95afe, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14726f68-56cb-4e40-884e-6d7366e95afe, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1292788972167367203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203129278897216736720312927889721673672031292788972167367203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aca3f7a-91ae-4ee9-8958-79600506346f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8a8435d-5222-472f-abb6-dc88b804be5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a8435d-5222-472f-abb6-dc88b804be5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995909724983562163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163109959097249835621631099590972498356216310995909724983562163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14726f68-56cb-4e40-884e-6d7366e95afe, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c54a712-ed10-489f-977c-128b15a19739, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a8435d-5222-472f-abb6-dc88b804be5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0cb44a7-808e-4731-898c-a26c272b6043, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c54a712-ed10-489f-977c-128b15a19739, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15855612652355250234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234158556126523552502341585561265235525023415855612652355250234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0cb44a7-808e-4731-898c-a26c272b6043, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2103007804307936700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700210300780430793670021030078043079367002103007804307936700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c54a712-ed10-489f-977c-128b15a19739, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 852491c3-4929-44f4-97bf-cfc07df8faee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0cb44a7-808e-4731-898c-a26c272b6043, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f513303-d3cc-4632-9d15-539f62089e4e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 852491c3-4929-44f4-97bf-cfc07df8faee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16718356327635500731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731167183563276355007311671835632763550073116718356327635500731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f513303-d3cc-4632-9d15-539f62089e4e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3062918270662959997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997306291827066295999730629182706629599973062918270662959997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 852491c3-4929-44f4-97bf-cfc07df8faee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a316aa93-6900-4c1b-a8f7-ab14362e1220, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a316aa93-6900-4c1b-a8f7-ab14362e1220, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5989444013400826108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108598944401340082610859894440134008261085989444013400826108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f513303-d3cc-4632-9d15-539f62089e4e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 77e0a283-27cd-4262-b8ff-72f580da489c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e0a283-27cd-4262-b8ff-72f580da489c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12291183269340547897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897122911832693405478971229118326934054789712291183269340547897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a316aa93-6900-4c1b-a8f7-ab14362e1220, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ef99c075-7fd7-4e98-b8f9-5c2b260e4730, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef99c075-7fd7-4e98-b8f9-5c2b260e4730, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12977324907125404296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296129773249071254042961297732490712540429612977324907125404296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e0a283-27cd-4262-b8ff-72f580da489c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2d427b6-9eae-48d4-8421-9fdfb976ee19, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef99c075-7fd7-4e98-b8f9-5c2b260e4730, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d427b6-9eae-48d4-8421-9fdfb976ee19, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16102569925327464187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187161025699253274641871610256992532746418716102569925327464187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7427d00-fc03-484e-92da-0db5b673f337, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7427d00-fc03-484e-92da-0db5b673f337, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055791479340107720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720170557914793401077201705579147934010772017055791479340107720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d427b6-9eae-48d4-8421-9fdfb976ee19, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2d937ba-1f0c-4d3b-95e0-8ad2d5845b25, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7427d00-fc03-484e-92da-0db5b673f337, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b4253988-89ac-487b-9c7f-f892b3ac8c5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d937ba-1f0c-4d3b-95e0-8ad2d5845b25, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3196885585784346850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850319688558578434685031968855857843468503196885585784346850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4253988-89ac-487b-9c7f-f892b3ac8c5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15188741894028153022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022151887418940281530221518874189402815302215188741894028153022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d937ba-1f0c-4d3b-95e0-8ad2d5845b25, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31167050-843d-416b-b833-532c022fe099, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31167050-843d-416b-b833-532c022fe099, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250863171152946818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818925086317115294681892508631711529468189250863171152946818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4253988-89ac-487b-9c7f-f892b3ac8c5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f124fc92-1d9e-49f0-a11e-1e2aa47e2920, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f124fc92-1d9e-49f0-a11e-1e2aa47e2920, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 815197103255848722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722815197103255848722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31167050-843d-416b-b833-532c022fe099, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6356791e-f1b0-46db-bb8d-4c7fa6ae0201, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6356791e-f1b0-46db-bb8d-4c7fa6ae0201, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11063383034243686775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775110633830342436867751106338303424368677511063383034243686775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f124fc92-1d9e-49f0-a11e-1e2aa47e2920, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6a4b26b-7283-4804-b9ae-7d679d6fc34c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a4b26b-7283-4804-b9ae-7d679d6fc34c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17810849269852700597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597178108492698527005971781084926985270059717810849269852700597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6356791e-f1b0-46db-bb8d-4c7fa6ae0201, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2589e5a3-076d-4e1e-9117-62a14fa823fd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2589e5a3-076d-4e1e-9117-62a14fa823fd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5537679688263672357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357553767968826367235755376796882636723575537679688263672357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a4b26b-7283-4804-b9ae-7d679d6fc34c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9e809aa-f1a2-41de-bb6c-daae6d11addd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e809aa-f1a2-41de-bb6c-daae6d11addd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 464288019264927884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884464288019264927884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2589e5a3-076d-4e1e-9117-62a14fa823fd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8cf2bca9-0249-4c30-a715-02053b5c85e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf2bca9-0249-4c30-a715-02053b5c85e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14052786807731481720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720140527868077314817201405278680773148172014052786807731481720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e809aa-f1a2-41de-bb6c-daae6d11addd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2668794-db1f-4183-ac8d-e291cc6be0f3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2668794-db1f-4183-ac8d-e291cc6be0f3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415084965502818921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921541508496550281892154150849655028189215415084965502818921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf2bca9-0249-4c30-a715-02053b5c85e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 29bb771b-f76a-4c6c-b589-2f914997e5ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29bb771b-f76a-4c6c-b589-2f914997e5ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1690633350363231753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753169063335036323175316906333503632317531690633350363231753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2668794-db1f-4183-ac8d-e291cc6be0f3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e1f2f485-4e39-4820-8015-46dc09b08c64, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f2f485-4e39-4820-8015-46dc09b08c64, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 192787415793699390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390192787415793699390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29bb771b-f76a-4c6c-b589-2f914997e5ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3ac9b8c0-4916-4126-b62c-9596ad624ab4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac9b8c0-4916-4126-b62c-9596ad624ab4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218923042229721457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457421892304222972145742189230422297214574218923042229721457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f2f485-4e39-4820-8015-46dc09b08c64, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 969d4649-70b7-485f-9323-961233cd4413, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969d4649-70b7-485f-9323-961233cd4413, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008276226774040447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447500827622677404044750082762267740404475008276226774040447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac9b8c0-4916-4126-b62c-9596ad624ab4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd5ad170-aacd-41c3-8247-6c243aaa7357, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5ad170-aacd-41c3-8247-6c243aaa7357, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12586133931338346719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719125861339313383467191258613393133834671912586133931338346719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969d4649-70b7-485f-9323-961233cd4413, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5ad170-aacd-41c3-8247-6c243aaa7357, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, daf60672-722c-4298-a601-8762866f9777, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf60672-722c-4298-a601-8762866f9777, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 95187366699852160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160951873666998521609518736669985216095187366699852160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 68f72c1f-d80c-427a-8911-9cf6dcdbd830, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f72c1f-d80c-427a-8911-9cf6dcdbd830, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362349817255690926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926173623498172556909261736234981725569092617362349817255690926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf60672-722c-4298-a601-8762866f9777, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faa16910-8540-427b-9518-a84bbb332151, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f72c1f-d80c-427a-8911-9cf6dcdbd830, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa16910-8540-427b-9518-a84bbb332151, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11108585381422342858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858111085853814223428581110858538142234285811108585381422342858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 874ebf0a-2888-4799-bbb5-cbe3bda7bea7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874ebf0a-2888-4799-bbb5-cbe3bda7bea7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1683988990154906923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923168398899015490692316839889901549069231683988990154906923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa16910-8540-427b-9518-a84bbb332151, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39ff3fb4-860f-4ec4-84b7-a2ac2c75b6e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39ff3fb4-860f-4ec4-84b7-a2ac2c75b6e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5963013103723397474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474596301310372339747459630131037233974745963013103723397474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874ebf0a-2888-4799-bbb5-cbe3bda7bea7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0889be51-a1e1-4031-9ff6-894af7868539, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39ff3fb4-860f-4ec4-84b7-a2ac2c75b6e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0889be51-a1e1-4031-9ff6-894af7868539, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320985365094633735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735173209853650946337351732098536509463373517320985365094633735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f7dad40a-a8f7-4a1f-8a82-093685eb0af4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7dad40a-a8f7-4a1f-8a82-093685eb0af4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12189617693553552822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822121896176935535528221218961769355355282212189617693553552822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0889be51-a1e1-4031-9ff6-894af7868539, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7dad40a-a8f7-4a1f-8a82-093685eb0af4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1304a9e7-6ad1-40be-a280-e542aa668a49, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3766c6e9-0436-477c-ae0d-bea2d5db3622, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1304a9e7-6ad1-40be-a280-e542aa668a49, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17255162204005100510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510172551622040051005101725516220400510051017255162204005100510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3766c6e9-0436-477c-ae0d-bea2d5db3622, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5714851498582886704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704571485149858288670457148514985828867045714851498582886704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3766c6e9-0436-477c-ae0d-bea2d5db3622, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d0e45a4-95ab-42cc-8ae1-1491f8dc060c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0e45a4-95ab-42cc-8ae1-1491f8dc060c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8235587911502900738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738823558791150290073882355879115029007388235587911502900738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1304a9e7-6ad1-40be-a280-e542aa668a49, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 87c4a21d-4f6d-4262-bef8-a8553cfef24d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0e45a4-95ab-42cc-8ae1-1491f8dc060c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c4a21d-4f6d-4262-bef8-a8553cfef24d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5692867679118055236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236569286767911805523656928676791180552365692867679118055236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, af324e14-1b1d-4616-aaea-3060becb69bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af324e14-1b1d-4616-aaea-3060becb69bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485335259796639774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774114853352597966397741148533525979663977411485335259796639774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c4a21d-4f6d-4262-bef8-a8553cfef24d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 663b598c-9df4-4e7a-8206-8629fe2d6549, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663b598c-9df4-4e7a-8206-8629fe2d6549, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889914711659447543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543588991471165944754358899147116594475435889914711659447543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af324e14-1b1d-4616-aaea-3060becb69bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f97ad5b-319c-48ff-b948-1ad43a82b440, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f97ad5b-319c-48ff-b948-1ad43a82b440, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578380025239049303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303578380025239049303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663b598c-9df4-4e7a-8206-8629fe2d6549, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a4610b88-b6a8-4caa-81f1-4894b5cc3f1f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f97ad5b-319c-48ff-b948-1ad43a82b440, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4610b88-b6a8-4caa-81f1-4894b5cc3f1f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3255599999575503207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207325559999957550320732555999995755032073255599999575503207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2f63bc5-724e-4527-9683-16e99eada3a2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f63bc5-724e-4527-9683-16e99eada3a2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13891508573478895468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468138915085734788954681389150857347889546813891508573478895468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4610b88-b6a8-4caa-81f1-4894b5cc3f1f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f998f7ee-ada6-404a-b142-e4685acc9cd0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f998f7ee-ada6-404a-b142-e4685acc9cd0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2454015687032561490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490245401568703256149024540156870325614902454015687032561490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f63bc5-724e-4527-9683-16e99eada3a2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d33f430a-a32b-47af-ab37-19adacdd7a6e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33f430a-a32b-47af-ab37-19adacdd7a6e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14119489148103035525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525141194891481030355251411948914810303552514119489148103035525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f998f7ee-ada6-404a-b142-e4685acc9cd0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e6af176-937d-464d-9a18-54e3b22b788c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e6af176-937d-464d-9a18-54e3b22b788c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7674830168316561730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730767483016831656173076748301683165617307674830168316561730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33f430a-a32b-47af-ab37-19adacdd7a6e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f6f7d5e-f5ba-4010-b817-dd646fa3672d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e6af176-937d-464d-9a18-54e3b22b788c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edc30921-bc4c-4a7e-a258-74afd2361dc2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc30921-bc4c-4a7e-a258-74afd2361dc2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17245498230160264601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601172454982301602646011724549823016026460117245498230160264601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6f7d5e-f5ba-4010-b817-dd646fa3672d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555676807876907839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839555676807876907839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc30921-bc4c-4a7e-a258-74afd2361dc2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6f7d5e-f5ba-4010-b817-dd646fa3672d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70f88b4d-7817-4ea7-af25-68c59de1982d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 494d3ea5-4bb9-4866-9527-892abbcca067, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f88b4d-7817-4ea7-af25-68c59de1982d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619938308112016468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468176199383081120164681761993830811201646817619938308112016468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 494d3ea5-4bb9-4866-9527-892abbcca067, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944128179079310961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961894412817907931096189441281790793109618944128179079310961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f88b4d-7817-4ea7-af25-68c59de1982d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6446dcbc-13fd-4ce5-bd45-4fb3f145f6ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6446dcbc-13fd-4ce5-bd45-4fb3f145f6ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7779032465083573903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903777903246508357390377790324650835739037779032465083573903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 494d3ea5-4bb9-4866-9527-892abbcca067, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c1cf444-83d0-45dc-9488-12ed50bfcf40, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c1cf444-83d0-45dc-9488-12ed50bfcf40, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799000430485307924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924147990004304853079241479900043048530792414799000430485307924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6446dcbc-13fd-4ce5-bd45-4fb3f145f6ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1b81604-5f48-4618-b444-e719074636b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b81604-5f48-4618-b444-e719074636b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2692965829295782841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841269296582929578284126929658292957828412692965829295782841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c1cf444-83d0-45dc-9488-12ed50bfcf40, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b759ccad-3acb-4321-befe-b6e703624fd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b759ccad-3acb-4321-befe-b6e703624fd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217805320169659561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561152178053201696595611521780532016965956115217805320169659561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b81604-5f48-4618-b444-e719074636b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 694efe9a-42fd-4c25-8fdb-e363e8088faf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 694efe9a-42fd-4c25-8fdb-e363e8088faf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12489758038108289084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084124897580381082890841248975803810828908412489758038108289084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b759ccad-3acb-4321-befe-b6e703624fd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 768181ad-2b28-427d-843d-e31788016ac7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768181ad-2b28-427d-843d-e31788016ac7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1355431166647892032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032135543116664789203213554311666478920321355431166647892032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 694efe9a-42fd-4c25-8fdb-e363e8088faf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10accba0-974f-4fed-9481-3c4953ffc0f1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10accba0-974f-4fed-9481-3c4953ffc0f1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8577655531726099374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374857765553172609937485776555317260993748577655531726099374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768181ad-2b28-427d-843d-e31788016ac7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6646077f-2fa0-4bbf-8622-640d7d248f6c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6646077f-2fa0-4bbf-8622-640d7d248f6c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15518791277968060899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899155187912779680608991551879127796806089915518791277968060899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10accba0-974f-4fed-9481-3c4953ffc0f1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 537b2c95-c7b6-418a-8b2b-af6d11ebd01f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 537b2c95-c7b6-418a-8b2b-af6d11ebd01f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032085901135087614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614703208590113508761470320859011350876147032085901135087614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6646077f-2fa0-4bbf-8622-640d7d248f6c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dde22e9c-6ed1-4b3b-a93a-32c4a7d21204, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde22e9c-6ed1-4b3b-a93a-32c4a7d21204, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1610731378098838926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926161073137809883892616107313780988389261610731378098838926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 537b2c95-c7b6-418a-8b2b-af6d11ebd01f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0a5b7f9a-731e-4c2d-b520-92ae30061f12, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5b7f9a-731e-4c2d-b520-92ae30061f12, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299656441081132570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570162996564410811325701629965644108113257016299656441081132570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde22e9c-6ed1-4b3b-a93a-32c4a7d21204, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b88c5fed-b8fc-4a9e-838d-4cbf254f1db2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b88c5fed-b8fc-4a9e-838d-4cbf254f1db2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4523922908886209098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098452392290888620909845239229088862090984523922908886209098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5b7f9a-731e-4c2d-b520-92ae30061f12, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8285369d-e31b-4122-8440-61adb7323e2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8285369d-e31b-4122-8440-61adb7323e2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492733842826249477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477249273384282624947724927338428262494772492733842826249477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b88c5fed-b8fc-4a9e-838d-4cbf254f1db2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8285369d-e31b-4122-8440-61adb7323e2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cec4d648-44b8-4638-9bbc-99b36b5a79d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec4d648-44b8-4638-9bbc-99b36b5a79d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13871662292149523260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260138716622921495232601387166229214952326013871662292149523260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19605365-7edc-4d21-8ad1-34376062300c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19605365-7edc-4d21-8ad1-34376062300c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18381748293268295861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861183817482932682958611838174829326829586118381748293268295861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec4d648-44b8-4638-9bbc-99b36b5a79d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b784c2e-9bdb-42c0-8aeb-fb685e51fbf7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b784c2e-9bdb-42c0-8aeb-fb685e51fbf7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14007771761527795471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471140077717615277954711400777176152779547114007771761527795471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19605365-7edc-4d21-8ad1-34376062300c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2db6821-2629-400b-9a17-0e7aa65721f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2db6821-2629-400b-9a17-0e7aa65721f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16706367926555743667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667167063679265557436671670636792655574366716706367926555743667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b784c2e-9bdb-42c0-8aeb-fb685e51fbf7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7aa812e8-8c7e-45fa-b565-c9a772f97c35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa812e8-8c7e-45fa-b565-c9a772f97c35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9883555455959682471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471988355545595968247198835554559596824719883555455959682471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2db6821-2629-400b-9a17-0e7aa65721f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7251770a-8cef-4072-b56b-4a5da727743b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7251770a-8cef-4072-b56b-4a5da727743b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11622060805244501764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764116220608052445017641162206080524450176411622060805244501764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa812e8-8c7e-45fa-b565-c9a772f97c35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8901e72-97b4-4816-8162-350a922f594d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8901e72-97b4-4816-8162-350a922f594d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10559389648665182560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560105593896486651825601055938964866518256010559389648665182560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7251770a-8cef-4072-b56b-4a5da727743b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 261a9d07-a3d4-4006-b8ee-936d801aec9a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 261a9d07-a3d4-4006-b8ee-936d801aec9a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10193863064479221433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433101938630644792214331019386306447922143310193863064479221433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8901e72-97b4-4816-8162-350a922f594d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9ff37568-98b1-44f4-b728-3e1dd2e90857, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff37568-98b1-44f4-b728-3e1dd2e90857, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3502684761525605858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858350268476152560585835026847615256058583502684761525605858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 261a9d07-a3d4-4006-b8ee-936d801aec9a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f6e77fd-ba03-4361-b5e4-e60f0664d442, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff37568-98b1-44f4-b728-3e1dd2e90857, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f6e77fd-ba03-4361-b5e4-e60f0664d442, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3080162691165189396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396308016269116518939630801626911651893963080162691165189396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 43d8ae1e-6e22-4503-9e66-09bc0b94f222, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d8ae1e-6e22-4503-9e66-09bc0b94f222, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12266333355861360185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185122663333558613601851226633335586136018512266333355861360185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f6e77fd-ba03-4361-b5e4-e60f0664d442, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c2152d7-1886-4e62-8e79-976027049a6f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2152d7-1886-4e62-8e79-976027049a6f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9076109971989180530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530907610997198918053090761099719891805309076109971989180530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d8ae1e-6e22-4503-9e66-09bc0b94f222, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8240de45-79d3-4fe9-878e-7766b5e2861b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8240de45-79d3-4fe9-878e-7766b5e2861b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4484134176469556295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295448413417646955629544841341764695562954484134176469556295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2152d7-1886-4e62-8e79-976027049a6f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e842260-1fac-4eeb-bea6-6bd670deb2d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e842260-1fac-4eeb-bea6-6bd670deb2d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8070792098892226349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349807079209889222634980707920988922263498070792098892226349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8240de45-79d3-4fe9-878e-7766b5e2861b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8171cac-a87d-4f3d-9e37-51e8cafb6b03, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e842260-1fac-4eeb-bea6-6bd670deb2d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fedcafa8-ca1b-4155-b7c2-eec0cfda5b5d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fedcafa8-ca1b-4155-b7c2-eec0cfda5b5d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13536177697605568125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125135361776976055681251353617769760556812513536177697605568125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8171cac-a87d-4f3d-9e37-51e8cafb6b03, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290703246037991669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669729070324603799166972907032460379916697290703246037991669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fedcafa8-ca1b-4155-b7c2-eec0cfda5b5d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9cadf2b0-ed9c-4034-999e-82517d731c07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cadf2b0-ed9c-4034-999e-82517d731c07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14982713578599675885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885149827135785996758851498271357859967588514982713578599675885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8171cac-a87d-4f3d-9e37-51e8cafb6b03, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13c525f6-422d-4e7c-a448-5c96d20036ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13c525f6-422d-4e7c-a448-5c96d20036ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10814461217330076027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027108144612173300760271081446121733007602710814461217330076027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cadf2b0-ed9c-4034-999e-82517d731c07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1950ee2-b284-452f-9add-c78188b239d1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1950ee2-b284-452f-9add-c78188b239d1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890900740965437073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073158909007409654370731589090074096543707315890900740965437073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13c525f6-422d-4e7c-a448-5c96d20036ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3629024d-e80e-4c18-a16f-6ad300dfe85b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3629024d-e80e-4c18-a16f-6ad300dfe85b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565628645053466034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034556562864505346603455656286450534660345565628645053466034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3629024d-e80e-4c18-a16f-6ad300dfe85b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3140ee77-fc49-4caa-beb5-d5da27f8e231, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3140ee77-fc49-4caa-beb5-d5da27f8e231, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754219050291049871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871975421905029104987197542190502910498719754219050291049871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1950ee2-b284-452f-9add-c78188b239d1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0db3ae81-706a-46aa-b2d9-487f4e65c117, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db3ae81-706a-46aa-b2d9-487f4e65c117, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13491953765475080302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302134919537654750803021349195376547508030213491953765475080302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3140ee77-fc49-4caa-beb5-d5da27f8e231, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcaa5cb0-29ee-4e76-a484-488729ac6ae0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcaa5cb0-29ee-4e76-a484-488729ac6ae0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6115967538600132453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453611596753860013245361159675386001324536115967538600132453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db3ae81-706a-46aa-b2d9-487f4e65c117, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5aa4f8c8-32b2-4ad8-af2c-52e676ac686b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aa4f8c8-32b2-4ad8-af2c-52e676ac686b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799136883529059762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762147991368835290597621479913688352905976214799136883529059762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcaa5cb0-29ee-4e76-a484-488729ac6ae0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db518ee7-329f-43fd-919e-19627e1f3f92, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db518ee7-329f-43fd-919e-19627e1f3f92, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8850289522043334271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271885028952204333427188502895220433342718850289522043334271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aa4f8c8-32b2-4ad8-af2c-52e676ac686b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cb8d1203-eba0-4b54-9613-fb76d3e19edf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8d1203-eba0-4b54-9613-fb76d3e19edf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13188341929619797284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284131883419296197972841318834192961979728413188341929619797284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db518ee7-329f-43fd-919e-19627e1f3f92, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, baf8033c-f5cd-4d35-a876-dd14cae8489c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8d1203-eba0-4b54-9613-fb76d3e19edf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf8033c-f5cd-4d35-a876-dd14cae8489c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2941773041321682944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944294177304132168294429417730413216829442941773041321682944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c0bdaca-1659-4a25-9dfd-7dc3819962d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0bdaca-1659-4a25-9dfd-7dc3819962d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13245582241079140092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092132455822410791400921324558224107914009213245582241079140092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf8033c-f5cd-4d35-a876-dd14cae8489c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c8c11be-9a53-4140-93a7-1ecd7cc72fe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8c11be-9a53-4140-93a7-1ecd7cc72fe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9961087017285482728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728996108701728548272899610870172854827289961087017285482728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0bdaca-1659-4a25-9dfd-7dc3819962d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d076f39d-065c-469e-b303-672d874b650d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d076f39d-065c-469e-b303-672d874b650d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5781928093964704007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007578192809396470400757819280939647040075781928093964704007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8c11be-9a53-4140-93a7-1ecd7cc72fe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5a0c9417-8a57-4ab9-8845-1cd86e275f2c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a0c9417-8a57-4ab9-8845-1cd86e275f2c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4043833038450971544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544404383303845097154440438330384509715444043833038450971544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d076f39d-065c-469e-b303-672d874b650d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2294fa21-00eb-435e-a54d-ba1e63aff95e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2294fa21-00eb-435e-a54d-ba1e63aff95e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327530206235005050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050153275302062350050501532753020623500505015327530206235005050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a0c9417-8a57-4ab9-8845-1cd86e275f2c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 984fd87b-3996-49b0-b418-81263e990a8a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984fd87b-3996-49b0-b418-81263e990a8a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282515553971812889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889428251555397181288942825155539718128894282515553971812889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2294fa21-00eb-435e-a54d-ba1e63aff95e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2f8afd10-ec1e-4eb1-adfb-30494cd9afe8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8afd10-ec1e-4eb1-adfb-30494cd9afe8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5392333665807216792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792539233366580721679253923336658072167925392333665807216792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984fd87b-3996-49b0-b418-81263e990a8a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72d5bcc9-0153-4342-b471-0e0da5c5d5cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d5bcc9-0153-4342-b471-0e0da5c5d5cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8475679782646435891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891847567978264643589184756797826464358918475679782646435891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8afd10-ec1e-4eb1-adfb-30494cd9afe8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89bd8fc6-9f62-41ff-9769-9a8b7517721e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89bd8fc6-9f62-41ff-9769-9a8b7517721e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10003840135837413874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874100038401358374138741000384013583741387410003840135837413874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d5bcc9-0153-4342-b471-0e0da5c5d5cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d922a9cc-3097-44a7-bec0-8645d413d204, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89bd8fc6-9f62-41ff-9769-9a8b7517721e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a702adaf-d445-4b7c-8c5c-b9d9ad652fed, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a702adaf-d445-4b7c-8c5c-b9d9ad652fed, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14561206049949645894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894145612060499496458941456120604994964589414561206049949645894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d922a9cc-3097-44a7-bec0-8645d413d204, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535168811370829934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934135351688113708299341353516881137082993413535168811370829934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a702adaf-d445-4b7c-8c5c-b9d9ad652fed, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, edf79e30-19fb-4b6f-90d0-6d4e34c92905, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d922a9cc-3097-44a7-bec0-8645d413d204, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 32e097b7-6915-4df4-8d20-58dd99ed9932, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32e097b7-6915-4df4-8d20-58dd99ed9932, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4308937113074223372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372430893711307422337243089371130742233724308937113074223372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf79e30-19fb-4b6f-90d0-6d4e34c92905, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5951846209034460482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482595184620903446048259518462090344604825951846209034460482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32e097b7-6915-4df4-8d20-58dd99ed9932, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35fc5828-4099-473d-a13f-16175521225a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35fc5828-4099-473d-a13f-16175521225a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7325549618905661037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037732554961890566103773255496189056610377325549618905661037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf79e30-19fb-4b6f-90d0-6d4e34c92905, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e412701b-d392-4701-85c0-0e2a73d08b9d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e412701b-d392-4701-85c0-0e2a73d08b9d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234085461356678551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551234085461356678551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35fc5828-4099-473d-a13f-16175521225a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15341678-2457-4541-910d-c81eb138fd88, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15341678-2457-4541-910d-c81eb138fd88, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4742039491005959739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739474203949100595973947420394910059597394742039491005959739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e412701b-d392-4701-85c0-0e2a73d08b9d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4f7408a9-35f9-4c9a-9a85-a0bc9b72c616, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7408a9-35f9-4c9a-9a85-a0bc9b72c616, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100416344313763239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239151004163443137632391510041634431376323915100416344313763239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15341678-2457-4541-910d-c81eb138fd88, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ba950b7-6489-42e5-b8dd-9dc9fb335a0a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ba950b7-6489-42e5-b8dd-9dc9fb335a0a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4914587884083697305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305491458788408369730549145878840836973054914587884083697305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7408a9-35f9-4c9a-9a85-a0bc9b72c616, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eae74d0d-bf73-4001-8da7-8c2c93028ca7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eae74d0d-bf73-4001-8da7-8c2c93028ca7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12160862490012651090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090121608624900126510901216086249001265109012160862490012651090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ba950b7-6489-42e5-b8dd-9dc9fb335a0a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7766a725-918e-4fc9-ae8a-a2081de985f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7766a725-918e-4fc9-ae8a-a2081de985f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302621565627687545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545113026215656276875451130262156562768754511302621565627687545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eae74d0d-bf73-4001-8da7-8c2c93028ca7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 858ede8f-fb69-4812-822c-388ae362c6d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 858ede8f-fb69-4812-822c-388ae362c6d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1846779219996465211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211184677921999646521118467792199964652111846779219996465211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7766a725-918e-4fc9-ae8a-a2081de985f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 858ede8f-fb69-4812-822c-388ae362c6d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6c7f1e81-05bd-46cd-b831-c7720c972e5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a10bc5e0-901f-4e5b-b751-f9cb2340e436, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a10bc5e0-901f-4e5b-b751-f9cb2340e436, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6518949876932535743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743651894987693253574365189498769325357436518949876932535743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c7f1e81-05bd-46cd-b831-c7720c972e5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764492342440755820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820167644923424407558201676449234244075582016764492342440755820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a10bc5e0-901f-4e5b-b751-f9cb2340e436, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb32aeb9-076a-46b4-9838-141b89930cad, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb32aeb9-076a-46b4-9838-141b89930cad, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426307064904756885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885842630706490475688584263070649047568858426307064904756885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c7f1e81-05bd-46cd-b831-c7720c972e5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3daa343e-cf9d-4a29-9fb0-913a3b370507, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3daa343e-cf9d-4a29-9fb0-913a3b370507, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 635548534579115610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610635548534579115610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb32aeb9-076a-46b4-9838-141b89930cad, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 09385465-2c08-42d2-83ab-481f1dc55bff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3daa343e-cf9d-4a29-9fb0-913a3b370507, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 911f36e1-481d-4ee4-8608-bbeef94c2583, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911f36e1-481d-4ee4-8608-bbeef94c2583, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17536193058224047567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567175361930582240475671753619305822404756717536193058224047567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09385465-2c08-42d2-83ab-481f1dc55bff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374711636551320086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086163747116365513200861637471163655132008616374711636551320086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911f36e1-481d-4ee4-8608-bbeef94c2583, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6373a553-0ce0-4892-8102-934d0a799fb7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6373a553-0ce0-4892-8102-934d0a799fb7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652950911653257831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831652950911653257831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09385465-2c08-42d2-83ab-481f1dc55bff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 20ca08be-9b21-498a-9c8a-30c134bc2cc3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ca08be-9b21-498a-9c8a-30c134bc2cc3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11781691228458648852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852117816912284586488521178169122845864885211781691228458648852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6373a553-0ce0-4892-8102-934d0a799fb7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 913d358e-06a6-4241-ba0e-faf5b098a1af, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913d358e-06a6-4241-ba0e-faf5b098a1af, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16262926681719206471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471162629266817192064711626292668171920647116262926681719206471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ca08be-9b21-498a-9c8a-30c134bc2cc3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64db9437-256e-48b9-ada5-d269737e7861, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64db9437-256e-48b9-ada5-d269737e7861, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6665539996833532952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952666553999683353295266655399968335329526665539996833532952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913d358e-06a6-4241-ba0e-faf5b098a1af, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 97918a88-64b9-4528-b604-e74478d74407, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97918a88-64b9-4528-b604-e74478d74407, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13515050326779124741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741135150503267791247411351505032677912474113515050326779124741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64db9437-256e-48b9-ada5-d269737e7861, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b351134-1478-413c-8d9d-22fd4b7604c3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b351134-1478-413c-8d9d-22fd4b7604c3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9897787013286447802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802989778701328644780298977870132864478029897787013286447802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97918a88-64b9-4528-b604-e74478d74407, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f356ec3-848e-43f4-a3cc-5f4738aca5a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f356ec3-848e-43f4-a3cc-5f4738aca5a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11553489243058265016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016115534892430582650161155348924305826501611553489243058265016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b351134-1478-413c-8d9d-22fd4b7604c3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11b0627d-2e1c-4173-8799-9b83069e8135, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f356ec3-848e-43f4-a3cc-5f4738aca5a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b0627d-2e1c-4173-8799-9b83069e8135, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5820778124305292814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814582077812430529281458207781243052928145820778124305292814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e76fac2-5e43-40b6-b868-ada388055828, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b0627d-2e1c-4173-8799-9b83069e8135, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e76fac2-5e43-40b6-b868-ada388055828, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9471864705375852260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260947186470537585226094718647053758522609471864705375852260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba7c84f8-e531-4e47-aaa9-a8d7f802ce4f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7c84f8-e531-4e47-aaa9-a8d7f802ce4f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10227266649182151583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583102272666491821515831022726664918215158310227266649182151583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e76fac2-5e43-40b6-b868-ada388055828, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0cbd82c-7c28-4b1a-b4d3-5660081970d9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0cbd82c-7c28-4b1a-b4d3-5660081970d9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 601901707011993367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367601901707011993367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7c84f8-e531-4e47-aaa9-a8d7f802ce4f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4b8cbf10-7750-40b5-90a9-ce9518e44bb4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8cbf10-7750-40b5-90a9-ce9518e44bb4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492750539520477465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465164927505395204774651649275053952047746516492750539520477465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0cbd82c-7c28-4b1a-b4d3-5660081970d9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b296bb3a-e8ae-42f2-bb01-2f08a2566973, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b296bb3a-e8ae-42f2-bb01-2f08a2566973, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729845107797380733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733172984510779738073317298451077973807331729845107797380733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8cbf10-7750-40b5-90a9-ce9518e44bb4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6392dca5-40ad-4523-847b-bda3565774d0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b296bb3a-e8ae-42f2-bb01-2f08a2566973, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1e4cb12-f872-44d8-9d87-c50f6157ffcf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1e4cb12-f872-44d8-9d87-c50f6157ffcf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11555802622695715558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558115558026226957155581155580262269571555811555802622695715558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6392dca5-40ad-4523-847b-bda3565774d0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7216642936816444351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351721664293681644435172166429368164443517216642936816444351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1e4cb12-f872-44d8-9d87-c50f6157ffcf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6578f26-4430-448a-b1c4-892ba01d7e70, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6392dca5-40ad-4523-847b-bda3565774d0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58ebc785-1377-430c-a388-5420cf2528db, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ebc785-1377-430c-a388-5420cf2528db, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18033440658229099367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367180334406582290993671803344065822909936718033440658229099367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6578f26-4430-448a-b1c4-892ba01d7e70, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 641418203114167562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562641418203114167562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ebc785-1377-430c-a388-5420cf2528db, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b3af9459-4b45-472c-8d3a-3b4f08d6b176, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6578f26-4430-448a-b1c4-892ba01d7e70, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 37becc11-362c-416d-8184-0e8c3ec80b18, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3af9459-4b45-472c-8d3a-3b4f08d6b176, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17602294751133130336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336176022947511331303361760229475113313033617602294751133130336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37becc11-362c-416d-8184-0e8c3ec80b18, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8567352212183912751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751856735221218391275185673522121839127518567352212183912751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3af9459-4b45-472c-8d3a-3b4f08d6b176, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d6f9bfe0-731a-43d8-b162-3fb42794d5f8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f9bfe0-731a-43d8-b162-3fb42794d5f8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13264978066745903362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362132649780667459033621326497806674590336213264978066745903362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37becc11-362c-416d-8184-0e8c3ec80b18, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 34169ca4-8729-48ee-8c96-04c0ee51735f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34169ca4-8729-48ee-8c96-04c0ee51735f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11244950645547551598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598112449506455475515981124495064554755159811244950645547551598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f9bfe0-731a-43d8-b162-3fb42794d5f8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 684cf45a-e792-44b7-a70f-1efe4b41637a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 684cf45a-e792-44b7-a70f-1efe4b41637a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16562312027094234838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838165623120270942348381656231202709423483816562312027094234838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34169ca4-8729-48ee-8c96-04c0ee51735f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0aba7b9a-b8a4-4bad-86ca-c805df090ed4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aba7b9a-b8a4-4bad-86ca-c805df090ed4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7707212498196601089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089770721249819660108977072124981966010897707212498196601089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 684cf45a-e792-44b7-a70f-1efe4b41637a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fed862c1-5594-4011-93d9-aa366ca6012a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed862c1-5594-4011-93d9-aa366ca6012a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15365781856439677910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910153657818564396779101536578185643967791015365781856439677910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aba7b9a-b8a4-4bad-86ca-c805df090ed4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, adf6f025-d9d2-4302-828c-4e6fe9685ca0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed862c1-5594-4011-93d9-aa366ca6012a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf6f025-d9d2-4302-828c-4e6fe9685ca0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17928544447614094948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948179285444476140949481792854444761409494817928544447614094948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 56fa63d6-6491-4ada-888e-ef7e875812e4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56fa63d6-6491-4ada-888e-ef7e875812e4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17417639108017093122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122174176391080170931221741763910801709312217417639108017093122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf6f025-d9d2-4302-828c-4e6fe9685ca0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1e373b73-42cf-4667-80da-7aa6cbf0b7a4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e373b73-42cf-4667-80da-7aa6cbf0b7a4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12843492172300071729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729128434921723000717291284349217230007172912843492172300071729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56fa63d6-6491-4ada-888e-ef7e875812e4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e373b73-42cf-4667-80da-7aa6cbf0b7a4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 253439fc-123a-4bd1-afc1-aafd2bd098fb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 38f85347-37c7-4bdd-a81e-59a4b164ad3b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253439fc-123a-4bd1-afc1-aafd2bd098fb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11671918186034898746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746116719181860348987461167191818603489874611671918186034898746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f85347-37c7-4bdd-a81e-59a4b164ad3b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15777299755146007334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334157772997551460073341577729975514600733415777299755146007334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253439fc-123a-4bd1-afc1-aafd2bd098fb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f85347-37c7-4bdd-a81e-59a4b164ad3b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba98d6a7-9e55-48b5-a17c-9fe8efbb928d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba98d6a7-9e55-48b5-a17c-9fe8efbb928d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15819838513624151539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539158198385136241515391581983851362415153915819838513624151539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0055656-7eac-4fcd-965c-f65b51606336, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0055656-7eac-4fcd-965c-f65b51606336, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17831110164936120429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429178311101649361204291783111016493612042917831110164936120429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba98d6a7-9e55-48b5-a17c-9fe8efbb928d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76cd8e25-0bd4-43e6-9ef1-aaf503d3a811, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cd8e25-0bd4-43e6-9ef1-aaf503d3a811, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10387229970428759689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689103872299704287596891038722997042875968910387229970428759689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0055656-7eac-4fcd-965c-f65b51606336, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b8ee36e-df79-40e4-9bbf-3c32531c71e5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cd8e25-0bd4-43e6-9ef1-aaf503d3a811, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a63c37f9-5599-4d8f-ba14-09f2be1ae2c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b8ee36e-df79-40e4-9bbf-3c32531c71e5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12924898123493669146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146129248981234936691461292489812349366914612924898123493669146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a63c37f9-5599-4d8f-ba14-09f2be1ae2c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2721836319084028937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937272183631908402893727218363190840289372721836319084028937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b8ee36e-df79-40e4-9bbf-3c32531c71e5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d0f0e497-22c4-45a3-9ed8-2d9983b58e1b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f0e497-22c4-45a3-9ed8-2d9983b58e1b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9411410675870031588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588941141067587003158894114106758700315889411410675870031588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a63c37f9-5599-4d8f-ba14-09f2be1ae2c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b7fae704-c5d8-49a7-819c-79fadfeaf0c6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fae704-c5d8-49a7-819c-79fadfeaf0c6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332576655538297679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679113325766555382976791133257665553829767911332576655538297679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f0e497-22c4-45a3-9ed8-2d9983b58e1b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e0a4ed60-6459-46dc-a881-84d162213bfb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a4ed60-6459-46dc-a881-84d162213bfb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6933968081727690897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897693396808172769089769339680817276908976933968081727690897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fae704-c5d8-49a7-819c-79fadfeaf0c6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a9f13e5-711c-4290-96c7-819804d4a7e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9f13e5-711c-4290-96c7-819804d4a7e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3854265448591330724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724385426544859133072438542654485913307243854265448591330724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a4ed60-6459-46dc-a881-84d162213bfb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee27f2e6-e407-4600-a385-39d81070920f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee27f2e6-e407-4600-a385-39d81070920f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248862275959033461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461624886227595903346162488622759590334616248862275959033461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9f13e5-711c-4290-96c7-819804d4a7e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ecc3463e-b458-405e-a1c0-19103539d790, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc3463e-b458-405e-a1c0-19103539d790, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15581769560414641053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053155817695604146410531558176956041464105315581769560414641053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee27f2e6-e407-4600-a385-39d81070920f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de2d551e-2d64-473c-bb6d-40e74ce18f6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2d551e-2d64-473c-bb6d-40e74ce18f6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14237367269043510699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699142373672690435106991423736726904351069914237367269043510699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc3463e-b458-405e-a1c0-19103539d790, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 661d34f9-c7a0-43ca-94a9-087bd9d5e983, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 661d34f9-c7a0-43ca-94a9-087bd9d5e983, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1664591565470932821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821166459156547093282116645915654709328211664591565470932821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2d551e-2d64-473c-bb6d-40e74ce18f6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c68f23de-71c9-4365-9d84-a11d6c8af475, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68f23de-71c9-4365-9d84-a11d6c8af475, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471028757638979724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724164710287576389797241647102875763897972416471028757638979724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 661d34f9-c7a0-43ca-94a9-087bd9d5e983, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68f23de-71c9-4365-9d84-a11d6c8af475, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9636b10-b7a5-4a4f-82ff-4afc8e9b8ea1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9636b10-b7a5-4a4f-82ff-4afc8e9b8ea1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069829847980210577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577160698298479802105771606982984798021057716069829847980210577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26edc895-9d9b-482e-b827-2682a8ad9444, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26edc895-9d9b-482e-b827-2682a8ad9444, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15124172310406265392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392151241723104062653921512417231040626539215124172310406265392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9636b10-b7a5-4a4f-82ff-4afc8e9b8ea1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26edc895-9d9b-482e-b827-2682a8ad9444, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d47bfc39-33c1-4e29-8570-dba59e4f93d8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47bfc39-33c1-4e29-8570-dba59e4f93d8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2221832287366747241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241222183228736674724122218322873667472412221832287366747241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7fb5b45-cb26-40ea-964e-165c66d284cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fb5b45-cb26-40ea-964e-165c66d284cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379248387925763049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049737924838792576304973792483879257630497379248387925763049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47bfc39-33c1-4e29-8570-dba59e4f93d8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fb5b45-cb26-40ea-964e-165c66d284cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eaf3c025-b402-40af-8fd5-16d14e99b859, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf3c025-b402-40af-8fd5-16d14e99b859, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12614829987419708341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341126148299874197083411261482998741970834112614829987419708341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44c80161-d91a-4f33-ba29-19924993ad52, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c80161-d91a-4f33-ba29-19924993ad52, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2459809273700896818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818245980927370089681824598092737008968182459809273700896818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c80161-d91a-4f33-ba29-19924993ad52, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8d753c6e-268c-4cba-9b85-12a888df804d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf3c025-b402-40af-8fd5-16d14e99b859, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 30d1c414-311d-442f-b517-18e4f13ad458, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d753c6e-268c-4cba-9b85-12a888df804d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3330659711181897688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688333065971118189768833306597111818976883330659711181897688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d1c414-311d-442f-b517-18e4f13ad458, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14884245823208149487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487148842458232081494871488424582320814948714884245823208149487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d753c6e-268c-4cba-9b85-12a888df804d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e36e12a0-5c69-45dd-895b-e8d15da9bc11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d1c414-311d-442f-b517-18e4f13ad458, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36e12a0-5c69-45dd-895b-e8d15da9bc11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3072506437610194666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666307250643761019466630725064376101946663072506437610194666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b33773-87cb-4e82-8664-e7d55f98d04b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b33773-87cb-4e82-8664-e7d55f98d04b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119204029870867903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903111920402987086790311192040298708679031119204029870867903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36e12a0-5c69-45dd-895b-e8d15da9bc11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd5c7194-e2cd-4cbe-a894-6b7a7aa61766, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5c7194-e2cd-4cbe-a894-6b7a7aa61766, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 177848934553695767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767177848934553695767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b33773-87cb-4e82-8664-e7d55f98d04b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bde923cc-67af-469d-b1ef-5e2bb6345cf4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde923cc-67af-469d-b1ef-5e2bb6345cf4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4507422786097725426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426450742278609772542645074227860977254264507422786097725426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5c7194-e2cd-4cbe-a894-6b7a7aa61766, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde923cc-67af-469d-b1ef-5e2bb6345cf4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5bd330f5-0ee0-4a1f-b9e9-bca6d4830be9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a2bacb8-fadc-4853-923e-ac28c760ea77, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd330f5-0ee0-4a1f-b9e9-bca6d4830be9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2542542254199761326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326254254225419976132625425422541997613262542542254199761326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2bacb8-fadc-4853-923e-ac28c760ea77, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17412221238760990609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609174122212387609906091741222123876099060917412221238760990609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd330f5-0ee0-4a1f-b9e9-bca6d4830be9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d1cbd0e-d7f7-4dea-8e32-0108441a255c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1cbd0e-d7f7-4dea-8e32-0108441a255c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9151164822750745622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622915116482275074562291511648227507456229151164822750745622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2bacb8-fadc-4853-923e-ac28c760ea77, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 103430dd-ed1a-4139-9a37-feec835596ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 103430dd-ed1a-4139-9a37-feec835596ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13730487590915853298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298137304875909158532981373048759091585329813730487590915853298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 103430dd-ed1a-4139-9a37-feec835596ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f602183e-e936-4a3c-b001-75eea7d195b6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f602183e-e936-4a3c-b001-75eea7d195b6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14861048900316565285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285148610489003165652851486104890031656528514861048900316565285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1cbd0e-d7f7-4dea-8e32-0108441a255c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 470daffb-c871-411c-815c-0a1ecc96b366, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470daffb-c871-411c-815c-0a1ecc96b366, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17158611262536317882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882171586112625363178821715861126253631788217158611262536317882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f602183e-e936-4a3c-b001-75eea7d195b6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 58a8ea2e-b45f-4d59-9a2c-b5c9a06a85ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a8ea2e-b45f-4d59-9a2c-b5c9a06a85ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5592847985892646793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793559284798589264679355928479858926467935592847985892646793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470daffb-c871-411c-815c-0a1ecc96b366, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 254ac06c-398f-46aa-9f12-8a16739c10b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a8ea2e-b45f-4d59-9a2c-b5c9a06a85ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254ac06c-398f-46aa-9f12-8a16739c10b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11991558500046183323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323119915585000461833231199155850004618332311991558500046183323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 594e2103-367c-4b97-a127-e1562ade4510, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594e2103-367c-4b97-a127-e1562ade4510, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676267811317741227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227967626781131774122796762678113177412279676267811317741227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254ac06c-398f-46aa-9f12-8a16739c10b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99d956cb-af2f-4a35-8304-8cbd36391550, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99d956cb-af2f-4a35-8304-8cbd36391550, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029947489180970515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515120299474891809705151202994748918097051512029947489180970515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594e2103-367c-4b97-a127-e1562ade4510, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 138301e1-a883-4dca-b965-b33099dfe577, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138301e1-a883-4dca-b965-b33099dfe577, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4768459799124166948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948476845979912416694847684597991241669484768459799124166948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99d956cb-af2f-4a35-8304-8cbd36391550, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 698b355b-038b-4d1b-98bd-932a40d84138, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 698b355b-038b-4d1b-98bd-932a40d84138, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8028607327745402901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901802860732774540290180286073277454029018028607327745402901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138301e1-a883-4dca-b965-b33099dfe577, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3491f3bc-4032-4544-aeb1-d3d38712c99f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3491f3bc-4032-4544-aeb1-d3d38712c99f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5557651927428203356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356555765192742820335655576519274282033565557651927428203356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 698b355b-038b-4d1b-98bd-932a40d84138, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 06a0e5e0-b1e0-4224-bbc6-50a5a32a6596, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06a0e5e0-b1e0-4224-bbc6-50a5a32a6596, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12287958686851005527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527122879586868510055271228795868685100552712287958686851005527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3491f3bc-4032-4544-aeb1-d3d38712c99f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, db56ce9d-e38d-46e2-a12e-86adbae70f38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db56ce9d-e38d-46e2-a12e-86adbae70f38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125255815286663221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221312525581528666322131252558152866632213125255815286663221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06a0e5e0-b1e0-4224-bbc6-50a5a32a6596, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99fa1f2d-7cfc-408e-979f-91be083e6359, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99fa1f2d-7cfc-408e-979f-91be083e6359, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15999443981659627667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667159994439816596276671599944398165962766715999443981659627667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db56ce9d-e38d-46e2-a12e-86adbae70f38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d3e4484-f5a5-4915-bd65-4f30e6c8c22b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99fa1f2d-7cfc-408e-979f-91be083e6359, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 42e193e2-b6b9-4487-b1d2-edd10b84af00, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42e193e2-b6b9-4487-b1d2-edd10b84af00, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9945655729469226868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868994565572946922686899456557294692268689945655729469226868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d3e4484-f5a5-4915-bd65-4f30e6c8c22b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4650949121983369666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666465094912198336966646509491219833696664650949121983369666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42e193e2-b6b9-4487-b1d2-edd10b84af00, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 12fafa95-a7ba-43f0-8e3d-5e81bcafebe6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fafa95-a7ba-43f0-8e3d-5e81bcafebe6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210448444428465912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912721044844442846591272104484444284659127210448444428465912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d3e4484-f5a5-4915-bd65-4f30e6c8c22b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ba53b56-bb46-406c-90d1-5e699684d872, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba53b56-bb46-406c-90d1-5e699684d872, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 994121958404496383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383994121958404496383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fafa95-a7ba-43f0-8e3d-5e81bcafebe6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99ac02f5-7767-4fdd-b758-893baa87109c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba53b56-bb46-406c-90d1-5e699684d872, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 457d3e4b-ca81-4532-9150-dbe24169de05, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ac02f5-7767-4fdd-b758-893baa87109c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8423399821149845433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433842339982114984543384233998211498454338423399821149845433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457d3e4b-ca81-4532-9150-dbe24169de05, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14168355380953343758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758141683553809533437581416835538095334375814168355380953343758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ac02f5-7767-4fdd-b758-893baa87109c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3901187-28b6-4a57-9e6b-a1992c526e61, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3901187-28b6-4a57-9e6b-a1992c526e61, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506645985705914335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335850664598570591433585066459857059143358506645985705914335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457d3e4b-ca81-4532-9150-dbe24169de05, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da92a6ab-44dd-4c04-8da6-dcf20fb3f6b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da92a6ab-44dd-4c04-8da6-dcf20fb3f6b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13481197989007779355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355134811979890077793551348119798900777935513481197989007779355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3901187-28b6-4a57-9e6b-a1992c526e61, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66ad4ed9-d79b-414f-b832-e09c4625f0cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66ad4ed9-d79b-414f-b832-e09c4625f0cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 158164748928605448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448158164748928605448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da92a6ab-44dd-4c04-8da6-dcf20fb3f6b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2330a314-77b3-4133-b4a3-3ac6579d9388, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2330a314-77b3-4133-b4a3-3ac6579d9388, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493424617248820283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283144934246172488202831449342461724882028314493424617248820283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66ad4ed9-d79b-414f-b832-e09c4625f0cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5b0ffd45-f6a5-451b-8aa3-8cc11adb369e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b0ffd45-f6a5-451b-8aa3-8cc11adb369e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12943291695414316300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300129432916954143163001294329169541431630012943291695414316300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2330a314-77b3-4133-b4a3-3ac6579d9388, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a690d345-2422-48ce-9dd7-af562a96677a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a690d345-2422-48ce-9dd7-af562a96677a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044238194411487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487180442381944114871804423819441148718044238194411487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b0ffd45-f6a5-451b-8aa3-8cc11adb369e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5c101a9a-8917-4447-a362-5ba3ea43c818, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c101a9a-8917-4447-a362-5ba3ea43c818, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15914990210558133646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646159149902105581336461591499021055813364615914990210558133646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a690d345-2422-48ce-9dd7-af562a96677a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fb5c0e9b-0b4b-47cd-ab86-bae6fa9c543b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5c0e9b-0b4b-47cd-ab86-bae6fa9c543b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10447208420332423175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175104472084203324231751044720842033242317510447208420332423175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c101a9a-8917-4447-a362-5ba3ea43c818, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 64efe096-9e7d-409f-b100-49663f94aebc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64efe096-9e7d-409f-b100-49663f94aebc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634834964263547221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221116348349642635472211163483496426354722111634834964263547221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5c0e9b-0b4b-47cd-ab86-bae6fa9c543b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 148e3587-b772-4f58-86a2-8fafd89b9438, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148e3587-b772-4f58-86a2-8fafd89b9438, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425439191519719701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701142543919151971970114254391915197197011425439191519719701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64efe096-9e7d-409f-b100-49663f94aebc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a18b99d1-38ce-465f-8112-a23700bc50d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18b99d1-38ce-465f-8112-a23700bc50d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 526542729437896299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299526542729437896299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148e3587-b772-4f58-86a2-8fafd89b9438, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd15dc59-1a4e-4bfa-b112-04a9f4269a21, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd15dc59-1a4e-4bfa-b112-04a9f4269a21, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3891057706250380750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750389105770625038075038910577062503807503891057706250380750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18b99d1-38ce-465f-8112-a23700bc50d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd15dc59-1a4e-4bfa-b112-04a9f4269a21, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bbfc0484-d534-481c-b63f-5d7bbaac65e0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c07abe2f-301e-42ea-916e-46c99a20df2b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07abe2f-301e-42ea-916e-46c99a20df2b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13761073926398126813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813137610739263981268131376107392639812681313761073926398126813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfc0484-d534-481c-b63f-5d7bbaac65e0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773634958928629130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130277363495892862913027736349589286291302773634958928629130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07abe2f-301e-42ea-916e-46c99a20df2b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e2495a51-c669-4c8b-b1aa-3d84a8bd44a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2495a51-c669-4c8b-b1aa-3d84a8bd44a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4428013496212044617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617442801349621204461744280134962120446174428013496212044617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfc0484-d534-481c-b63f-5d7bbaac65e0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, faedec7f-9bb5-45e2-92c8-dc687ac97918, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2495a51-c669-4c8b-b1aa-3d84a8bd44a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53404e02-cf05-48fe-b35b-6716fe6b00d5, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faedec7f-9bb5-45e2-92c8-dc687ac97918, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1980768309385816644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644198076830938581664419807683093858166441980768309385816644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53404e02-cf05-48fe-b35b-6716fe6b00d5, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3865348184174783679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679386534818417478367938653481841747836793865348184174783679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faedec7f-9bb5-45e2-92c8-dc687ac97918, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53404e02-cf05-48fe-b35b-6716fe6b00d5, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e6688df-b477-49c1-9e87-f082364c9759, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6688df-b477-49c1-9e87-f082364c9759, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7925619947995280913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913792561994799528091379256199479952809137925619947995280913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9a23344-46ad-423c-9ff4-f7677aeacaaf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a23344-46ad-423c-9ff4-f7677aeacaaf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188383594671754453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453718838359467175445371883835946717544537188383594671754453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a23344-46ad-423c-9ff4-f7677aeacaaf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a273686-2001-4d66-872f-cef3e4be9cd1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6688df-b477-49c1-9e87-f082364c9759, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 024bc90f-56e9-4df6-b9ed-ad6d05c528d3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 024bc90f-56e9-4df6-b9ed-ad6d05c528d3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15373058704650613566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566153730587046506135661537305870465061356615373058704650613566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a273686-2001-4d66-872f-cef3e4be9cd1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6203897114114761172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172620389711411476117262038971141147611726203897114114761172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 024bc90f-56e9-4df6-b9ed-ad6d05c528d3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a273686-2001-4d66-872f-cef3e4be9cd1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d67f3d7-86dd-4562-a0a2-bb38eeb4f463, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d67f3d7-86dd-4562-a0a2-bb38eeb4f463, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6503632746755965073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073650363274675596507365036327467559650736503632746755965073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cdc7f00-e7c2-4359-93f3-b215584892aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cdc7f00-e7c2-4359-93f3-b215584892aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7545723352101761778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778754572335210176177875457233521017617787545723352101761778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d67f3d7-86dd-4562-a0a2-bb38eeb4f463, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b353cc3-ae30-4b86-911c-696f63262c35, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b353cc3-ae30-4b86-911c-696f63262c35, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15759275981394483907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907157592759813944839071575927598139448390715759275981394483907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cdc7f00-e7c2-4359-93f3-b215584892aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfc0bd06-a783-45eb-b27c-d0ada83445bb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc0bd06-a783-45eb-b27c-d0ada83445bb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4418972600896988504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504441897260089698850444189726008969885044418972600896988504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b353cc3-ae30-4b86-911c-696f63262c35, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7c3b32cf-b7be-4167-844a-b1df0328f0c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3b32cf-b7be-4167-844a-b1df0328f0c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2944126652343760035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035294412665234376003529441266523437600352944126652343760035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc0bd06-a783-45eb-b27c-d0ada83445bb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e22b3a3d-c767-4bda-8322-c45b5f605992, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3b32cf-b7be-4167-844a-b1df0328f0c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1221ec36-243f-409c-bddf-cd6374de3c9b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e22b3a3d-c767-4bda-8322-c45b5f605992, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14935384385275625025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025149353843852756250251493538438527562502514935384385275625025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1221ec36-243f-409c-bddf-cd6374de3c9b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15679402148420364630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630156794021484203646301567940214842036463015679402148420364630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e22b3a3d-c767-4bda-8322-c45b5f605992, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d12a6b91-a455-4f8e-a467-457fca96b9f9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12a6b91-a455-4f8e-a467-457fca96b9f9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 56494299571127425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425564942995711274255649429957112742556494299571127425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1221ec36-243f-409c-bddf-cd6374de3c9b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2383f69f-bb29-451a-85d0-7017d75c25c4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2383f69f-bb29-451a-85d0-7017d75c25c4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5072445743483410191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191507244574348341019150724457434834101915072445743483410191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12a6b91-a455-4f8e-a467-457fca96b9f9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 224be06b-688e-4a7d-a0e5-d5eb529d47ef, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224be06b-688e-4a7d-a0e5-d5eb529d47ef, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18069117203820843625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625180691172038208436251806911720382084362518069117203820843625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2383f69f-bb29-451a-85d0-7017d75c25c4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e3f8907f-c5d3-48e9-a818-36628c2fccce, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3f8907f-c5d3-48e9-a818-36628c2fccce, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10254138576393322116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116102541385763933221161025413857639332211610254138576393322116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224be06b-688e-4a7d-a0e5-d5eb529d47ef, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3f8907f-c5d3-48e9-a818-36628c2fccce, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ccb06cdc-d8da-43f6-a2a7-3ad79a9132b7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 19c96dbe-4d91-4653-bea3-8b84834aedd6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c96dbe-4d91-4653-bea3-8b84834aedd6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9397683097948473426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426939768309794847342693976830979484734269397683097948473426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccb06cdc-d8da-43f6-a2a7-3ad79a9132b7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 459172995850667741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741459172995850667741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c96dbe-4d91-4653-bea3-8b84834aedd6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d89fb52-ed56-4432-be87-40ed5008aadb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d89fb52-ed56-4432-be87-40ed5008aadb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921751429863089709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709692175142986308970969217514298630897096921751429863089709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccb06cdc-d8da-43f6-a2a7-3ad79a9132b7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7ce705f9-41fd-4997-8175-62e8aabc65b9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d89fb52-ed56-4432-be87-40ed5008aadb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce705f9-41fd-4997-8175-62e8aabc65b9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15853877685024152386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386158538776850241523861585387768502415238615853877685024152386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbcdfe97-06fa-4010-a0e5-097a64b4b3b8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbcdfe97-06fa-4010-a0e5-097a64b4b3b8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2750110138189067674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674275011013818906767427501101381890676742750110138189067674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbcdfe97-06fa-4010-a0e5-097a64b4b3b8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9513ad42-ca62-480f-8917-d03622f95a0d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce705f9-41fd-4997-8175-62e8aabc65b9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 988536b7-f68f-4bd0-ac4b-b0366b5d64ea, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9513ad42-ca62-480f-8917-d03622f95a0d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14963894623684033016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016149638946236840330161496389462368403301614963894623684033016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 988536b7-f68f-4bd0-ac4b-b0366b5d64ea, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16855276249764076455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455168552762497640764551685527624976407645516855276249764076455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9513ad42-ca62-480f-8917-d03622f95a0d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ceb49d02-026f-4f5b-aee9-580bcab6a3e9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb49d02-026f-4f5b-aee9-580bcab6a3e9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1039121923488852945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945103912192348885294510391219234888529451039121923488852945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 988536b7-f68f-4bd0-ac4b-b0366b5d64ea, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 492a7be6-0bf5-4992-b375-8c1577bd6b11, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492a7be6-0bf5-4992-b375-8c1577bd6b11, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450412830418803712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712450412830418803712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb49d02-026f-4f5b-aee9-580bcab6a3e9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492a7be6-0bf5-4992-b375-8c1577bd6b11, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, de792c39-16de-4efa-84f9-aec66a44274a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04a4c2d1-8d25-4b7c-bf15-969924e963b1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a4c2d1-8d25-4b7c-bf15-969924e963b1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12730436977786266571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571127304369777862665711273043697778626657112730436977786266571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de792c39-16de-4efa-84f9-aec66a44274a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699618339772470176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176369961833977247017636996183397724701763699618339772470176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de792c39-16de-4efa-84f9-aec66a44274a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfd7328e-d47b-41bc-8612-e67a574f813b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a4c2d1-8d25-4b7c-bf15-969924e963b1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfd7328e-d47b-41bc-8612-e67a574f813b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3112042766643377155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155311204276664337715531120427666433771553112042766643377155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 162db5a6-c1e7-42a7-8ad6-9ab6d551a729, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162db5a6-c1e7-42a7-8ad6-9ab6d551a729, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15226817971466343132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132152268179714663431321522681797146634313215226817971466343132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfd7328e-d47b-41bc-8612-e67a574f813b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 143e2713-a334-4db1-bd22-14d839d320aa, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 143e2713-a334-4db1-bd22-14d839d320aa, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9113369346991043131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131911336934699104313191133693469910431319113369346991043131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162db5a6-c1e7-42a7-8ad6-9ab6d551a729, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 106633bf-f487-4d17-a74b-d6341d243bbf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106633bf-f487-4d17-a74b-d6341d243bbf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543192266873999523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523154319226687399952315431922668739995231543192266873999523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 143e2713-a334-4db1-bd22-14d839d320aa, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e4c0485-a8b4-4475-91c8-2fe3da38a770, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4c0485-a8b4-4475-91c8-2fe3da38a770, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14139341605333811116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116141393416053338111161413934160533381111614139341605333811116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106633bf-f487-4d17-a74b-d6341d243bbf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f3568887-2cd8-4668-bd1b-5f6f93274b7e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3568887-2cd8-4668-bd1b-5f6f93274b7e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6140490706054844249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249614049070605484424961404907060548442496140490706054844249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4c0485-a8b4-4475-91c8-2fe3da38a770, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9e57dde-64b9-4cf5-b2d3-29082f765cdf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e57dde-64b9-4cf5-b2d3-29082f765cdf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9534362421114443850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850953436242111444385095343624211144438509534362421114443850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3568887-2cd8-4668-bd1b-5f6f93274b7e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9489117a-1b82-4c55-89ba-9c3bcdb89516, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9489117a-1b82-4c55-89ba-9c3bcdb89516, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557577942672721231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231855757794267272123185575779426727212318557577942672721231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e57dde-64b9-4cf5-b2d3-29082f765cdf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70ccff7c-b988-4ae0-b449-b8c091b7a1d7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ccff7c-b988-4ae0-b449-b8c091b7a1d7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661733703926482236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236466173370392648223646617337039264822364661733703926482236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9489117a-1b82-4c55-89ba-9c3bcdb89516, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 13214a90-1100-4fb3-a2c2-58499622171e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13214a90-1100-4fb3-a2c2-58499622171e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12457865489492722160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160124578654894927221601245786548949272216012457865489492722160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ccff7c-b988-4ae0-b449-b8c091b7a1d7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b77266ab-e6c9-4057-be29-17634cde947a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77266ab-e6c9-4057-be29-17634cde947a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16781737465153505577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577167817374651535055771678173746515350557716781737465153505577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13214a90-1100-4fb3-a2c2-58499622171e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 31b98db6-d6fd-4e9a-82c4-750a3f440cf6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77266ab-e6c9-4057-be29-17634cde947a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b98db6-d6fd-4e9a-82c4-750a3f440cf6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8607246558025402128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128860724655802540212886072465580254021288607246558025402128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fcb53f12-8336-4044-99c7-de705cdbc3e2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb53f12-8336-4044-99c7-de705cdbc3e2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679549908167998973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973867954990816799897386795499081679989738679549908167998973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b98db6-d6fd-4e9a-82c4-750a3f440cf6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8205659a-b3e1-4326-a0e2-54cf19433202, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8205659a-b3e1-4326-a0e2-54cf19433202, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17562077003699636291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291175620770036996362911756207700369963629117562077003699636291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb53f12-8336-4044-99c7-de705cdbc3e2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4790411-e734-4fa1-ac9d-d0c67d9c66b3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4790411-e734-4fa1-ac9d-d0c67d9c66b3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12750336363358020563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563127503363633580205631275033636335802056312750336363358020563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8205659a-b3e1-4326-a0e2-54cf19433202, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7dbeb46d-919e-4910-b13e-760a60c34524, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dbeb46d-919e-4910-b13e-760a60c34524, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9726098117012299226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226972609811701229922697260981170122992269726098117012299226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4790411-e734-4fa1-ac9d-d0c67d9c66b3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 18dcf419-6b49-4f4c-bc44-fe426442dd68, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18dcf419-6b49-4f4c-bc44-fe426442dd68, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505608528627507966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966165056085286275079661650560852862750796616505608528627507966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18dcf419-6b49-4f4c-bc44-fe426442dd68, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01ff2a9e-bb23-4cbd-8c55-b61cfcf0feff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ff2a9e-bb23-4cbd-8c55-b61cfcf0feff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12595555871738756645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645125955558717387566451259555587173875664512595555871738756645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dbeb46d-919e-4910-b13e-760a60c34524, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bfb0dbf1-b823-458e-a0fa-d403730ff9f6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfb0dbf1-b823-458e-a0fa-d403730ff9f6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384631400359412955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955138463140035941295513846314003594129551384631400359412955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ff2a9e-bb23-4cbd-8c55-b61cfcf0feff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dcba7e58-b18b-49c2-a93c-5d5afd4c08d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcba7e58-b18b-49c2-a93c-5d5afd4c08d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 651993511072858909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909651993511072858909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfb0dbf1-b823-458e-a0fa-d403730ff9f6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 409ef3c2-83a5-47d9-8ba4-03c5b7fd2ef8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409ef3c2-83a5-47d9-8ba4-03c5b7fd2ef8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816049222139270368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368178160492221392703681781604922213927036817816049222139270368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcba7e58-b18b-49c2-a93c-5d5afd4c08d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95f00666-c0c0-4109-a832-215727224e6a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95f00666-c0c0-4109-a832-215727224e6a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10288009107452334667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667102880091074523346671028800910745233466710288009107452334667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409ef3c2-83a5-47d9-8ba4-03c5b7fd2ef8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 99624bc8-2620-451b-b349-4744bcc47a29, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99624bc8-2620-451b-b349-4744bcc47a29, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610599875035158594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594261059987503515859426105998750351585942610599875035158594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99624bc8-2620-451b-b349-4744bcc47a29, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d39284c0-ad95-4f3e-849a-194f087c56be, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39284c0-ad95-4f3e-849a-194f087c56be, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860295937783663612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612386029593778366361238602959377836636123860295937783663612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95f00666-c0c0-4109-a832-215727224e6a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 620d2afb-25cd-4eee-9297-1eae2978604b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620d2afb-25cd-4eee-9297-1eae2978604b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2544507444992470089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089254450744499247008925445074449924700892544507444992470089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39284c0-ad95-4f3e-849a-194f087c56be, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 94220f78-c338-4b23-8719-c3cb603c7b78, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620d2afb-25cd-4eee-9297-1eae2978604b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94220f78-c338-4b23-8719-c3cb603c7b78, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2377074096190588195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195237707409619058819523770740961905881952377074096190588195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ac72cd55-6361-437e-a9dc-352e33171cdb, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac72cd55-6361-437e-a9dc-352e33171cdb, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11665773833191191998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998116657738331911919981166577383319119199811665773833191191998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94220f78-c338-4b23-8719-c3cb603c7b78, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc21af64-5bf5-4487-affe-cec411b8d7e3, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc21af64-5bf5-4487-affe-cec411b8d7e3, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461138109338731494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494174611381093387314941746113810933873149417461138109338731494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac72cd55-6361-437e-a9dc-352e33171cdb, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 00c74177-39a6-45d8-be8d-898350f63750, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc21af64-5bf5-4487-affe-cec411b8d7e3, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96d577b7-096a-4cb8-a24e-c03ef0d41df4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d577b7-096a-4cb8-a24e-c03ef0d41df4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8903572169235092595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595890357216923509259589035721692350925958903572169235092595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c74177-39a6-45d8-be8d-898350f63750, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838773342646369675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675683877334264636967568387733426463696756838773342646369675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d577b7-096a-4cb8-a24e-c03ef0d41df4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23f42e51-eb55-450c-b0d1-7c2246ec4d86, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f42e51-eb55-450c-b0d1-7c2246ec4d86, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300589963619172924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924153005899636191729241530058996361917292415300589963619172924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c74177-39a6-45d8-be8d-898350f63750, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2d8ad1bf-0c07-42b7-b4ad-6282294c63a1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d8ad1bf-0c07-42b7-b4ad-6282294c63a1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525524502287315037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037352552450228731503735255245022873150373525524502287315037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f42e51-eb55-450c-b0d1-7c2246ec4d86, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3879f38c-cc18-4118-909b-44717d81ea16, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3879f38c-cc18-4118-909b-44717d81ea16, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2206600050158775505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505220660005015877550522066000501587755052206600050158775505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d8ad1bf-0c07-42b7-b4ad-6282294c63a1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9c9ba317-767a-44b2-9b89-24515381c2b4, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9ba317-767a-44b2-9b89-24515381c2b4, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13753325418749931932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932137533254187499319321375332541874993193213753325418749931932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3879f38c-cc18-4118-909b-44717d81ea16, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2438cb25-96f5-440b-bc99-3c24baeea140, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2438cb25-96f5-440b-bc99-3c24baeea140, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13288072000054171188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188132880720000541711881328807200005417118813288072000054171188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9ba317-767a-44b2-9b89-24515381c2b4, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c74767f1-d95b-43b4-8dd0-e3416a53d7b0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74767f1-d95b-43b4-8dd0-e3416a53d7b0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3394583267355894336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336339458326735589433633945832673558943363394583267355894336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74767f1-d95b-43b4-8dd0-e3416a53d7b0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85a4964e-8125-41ce-86a1-d84edd911fb1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a4964e-8125-41ce-86a1-d84edd911fb1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1949488713920047522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522194948871392004752219494887139200475221949488713920047522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2438cb25-96f5-440b-bc99-3c24baeea140, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d4f5477-19e4-4e0e-b6cb-d9c8e701d6df, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4f5477-19e4-4e0e-b6cb-d9c8e701d6df, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4936757585907821796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796493675758590782179649367575859078217964936757585907821796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a4964e-8125-41ce-86a1-d84edd911fb1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7fc0a1a5-d67c-4c01-9e5e-4f449563d5e1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc0a1a5-d67c-4c01-9e5e-4f449563d5e1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16085890331547897467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467160858903315478974671608589033154789746716085890331547897467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4f5477-19e4-4e0e-b6cb-d9c8e701d6df, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e385c39e-7b7f-46cd-b53a-69ac623f09ec, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e385c39e-7b7f-46cd-b53a-69ac623f09ec, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005975688310610412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412500597568831061041250059756883106104125005975688310610412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc0a1a5-d67c-4c01-9e5e-4f449563d5e1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b612d97d-5754-4a8b-b4e6-517d6f12d13f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b612d97d-5754-4a8b-b4e6-517d6f12d13f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796544751132212265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265177965447511322122651779654475113221226517796544751132212265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e385c39e-7b7f-46cd-b53a-69ac623f09ec, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, be17f4b9-b8aa-45b2-9b99-6cc143a3df80, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be17f4b9-b8aa-45b2-9b99-6cc143a3df80, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13432522067858599560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560134325220678585995601343252206785859956013432522067858599560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be17f4b9-b8aa-45b2-9b99-6cc143a3df80, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6ef9584d-a7da-4f80-b4fc-4172bbf65d7c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef9584d-a7da-4f80-b4fc-4172bbf65d7c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8881831019464016420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420888183101946401642088818310194640164208881831019464016420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b612d97d-5754-4a8b-b4e6-517d6f12d13f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc1e83bf-6247-4a77-b05b-cce2ca13f120, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef9584d-a7da-4f80-b4fc-4172bbf65d7c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23a2d61f-0698-4eab-b6da-6df6f9baf4bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a2d61f-0698-4eab-b6da-6df6f9baf4bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18275347395344909600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600182753473953449096001827534739534490960018275347395344909600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1e83bf-6247-4a77-b05b-cce2ca13f120, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8873028205260117116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116887302820526011711688730282052601171168873028205260117116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a2d61f-0698-4eab-b6da-6df6f9baf4bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0ccc2649-8d9b-417b-8304-f820045bb802, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1e83bf-6247-4a77-b05b-cce2ca13f120, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7d2efd28-5e42-44e9-9f8c-7e536d6a5bc6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2efd28-5e42-44e9-9f8c-7e536d6a5bc6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16452289854958745061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061164522898549587450611645228985495874506116452289854958745061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ccc2649-8d9b-417b-8304-f820045bb802, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13874042437709535626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626138740424377095356261387404243770953562613874042437709535626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ccc2649-8d9b-417b-8304-f820045bb802, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 23365512-0429-45b8-8b1c-e1046a6f0073, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23365512-0429-45b8-8b1c-e1046a6f0073, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15936028395888750754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754159360283958887507541593602839588875075415936028395888750754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2efd28-5e42-44e9-9f8c-7e536d6a5bc6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dc9628b0-39a1-44aa-8a50-c6e0daf82e23, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9628b0-39a1-44aa-8a50-c6e0daf82e23, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8678144998696251376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376867814499869625137686781449986962513768678144998696251376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23365512-0429-45b8-8b1c-e1046a6f0073, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e6f5c115-4045-4471-9624-f651d35b8c07, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6f5c115-4045-4471-9624-f651d35b8c07, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11506597186962028395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395115065971869620283951150659718696202839511506597186962028395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9628b0-39a1-44aa-8a50-c6e0daf82e23, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 844e3a2d-d88a-4ee4-b56e-3a538ad438d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844e3a2d-d88a-4ee4-b56e-3a538ad438d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419527881539943707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707241952788153994370724195278815399437072419527881539943707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6f5c115-4045-4471-9624-f651d35b8c07, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f9af252d-0f3b-4ebc-8794-e653488c1e3f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9af252d-0f3b-4ebc-8794-e653488c1e3f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7768099387996549237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237776809938799654923777680993879965492377768099387996549237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844e3a2d-d88a-4ee4-b56e-3a538ad438d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5ded7d36-1955-4e81-bfec-b8b24a7c7e5c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ded7d36-1955-4e81-bfec-b8b24a7c7e5c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17204267884618339504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504172042678846183395041720426788461833950417204267884618339504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9af252d-0f3b-4ebc-8794-e653488c1e3f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40aa5dda-2ff3-494e-bd0e-447341082242, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40aa5dda-2ff3-494e-bd0e-447341082242, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2772586931947761202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202277258693194776120227725869319477612022772586931947761202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ded7d36-1955-4e81-bfec-b8b24a7c7e5c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1f2964f8-14c2-4ea6-a46b-8fd208b47536, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f2964f8-14c2-4ea6-a46b-8fd208b47536, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13444381982056346049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049134443819820563460491344438198205634604913444381982056346049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40aa5dda-2ff3-494e-bd0e-447341082242, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f2964f8-14c2-4ea6-a46b-8fd208b47536, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9945e569-c7b1-4d79-88c8-7fd98e4c08c8, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9945e569-c7b1-4d79-88c8-7fd98e4c08c8, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5120595952366020058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058512059595236602005851205959523660200585120595952366020058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e614ccc-c568-4755-a107-64d651a774bf, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e614ccc-c568-4755-a107-64d651a774bf, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18154326936803876056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056181543269368038760561815432693680387605618154326936803876056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e614ccc-c568-4755-a107-64d651a774bf, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a03bfe97-7d67-494f-8e2b-cacaffd96f62, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03bfe97-7d67-494f-8e2b-cacaffd96f62, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14650561903712431968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968146505619037124319681465056190371243196814650561903712431968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9945e569-c7b1-4d79-88c8-7fd98e4c08c8, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d6694d-706a-4d02-b79c-ad225bd46582, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d6694d-706a-4d02-b79c-ad225bd46582, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9456371417269979626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626945637141726997962694563714172699796269456371417269979626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03bfe97-7d67-494f-8e2b-cacaffd96f62, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 712b2efb-e717-470d-a2fe-69f59e4be9ee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 712b2efb-e717-470d-a2fe-69f59e4be9ee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13170624880023121838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838131706248800231218381317062488002312183813170624880023121838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d6694d-706a-4d02-b79c-ad225bd46582, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0f3df9b2-b848-48d0-99ec-f820ea4eead9, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f3df9b2-b848-48d0-99ec-f820ea4eead9, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647024613044818707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707564702461304481870756470246130448187075647024613044818707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f3df9b2-b848-48d0-99ec-f820ea4eead9, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 778a76ec-57ec-4d35-a848-d6982e5c9de1, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778a76ec-57ec-4d35-a848-d6982e5c9de1, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17934035508471581041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041179340355084715810411793403550847158104117934035508471581041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 712b2efb-e717-470d-a2fe-69f59e4be9ee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 695a0725-72a1-44de-81fe-34139de91fee, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695a0725-72a1-44de-81fe-34139de91fee, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1004342769608701201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201100434276960870120110043427696087012011004342769608701201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695a0725-72a1-44de-81fe-34139de91fee, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778a76ec-57ec-4d35-a848-d6982e5c9de1, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 006aa0c2-930e-48cd-9962-26c3340eb1dd, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d50a61d-ea89-45f3-a9ad-5dad55b88c5e, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d50a61d-ea89-45f3-a9ad-5dad55b88c5e, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 453144712892999733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733453144712892999733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006aa0c2-930e-48cd-9962-26c3340eb1dd, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11323862614967466368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368113238626149674663681132386261496746636811323862614967466368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d50a61d-ea89-45f3-a9ad-5dad55b88c5e, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ba12b2e2-13c8-47b1-ae32-cf3aa11a555f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba12b2e2-13c8-47b1-ae32-cf3aa11a555f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080045284326832671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671180800452843268326711808004528432683267118080045284326832671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006aa0c2-930e-48cd-9962-26c3340eb1dd, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4842534c-243e-4500-b509-69b65661d511, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4842534c-243e-4500-b509-69b65661d511, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8622804744322110864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864862280474432211086486228047443221108648622804744322110864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba12b2e2-13c8-47b1-ae32-cf3aa11a555f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e66113ad-dcb8-4759-b7f6-15c066730f6d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e66113ad-dcb8-4759-b7f6-15c066730f6d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15432506751217668249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249154325067512176682491543250675121766824915432506751217668249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4842534c-243e-4500-b509-69b65661d511, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8ba854f-a218-4480-93f9-7ab2c7161844, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8ba854f-a218-4480-93f9-7ab2c7161844, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424967704747275305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305442496770474727530544249677047472753054424967704747275305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e66113ad-dcb8-4759-b7f6-15c066730f6d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 88821887-3311-47a4-bb16-e4dc1ee997c7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88821887-3311-47a4-bb16-e4dc1ee997c7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3030988037333821939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939303098803733382193930309880373338219393030988037333821939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88821887-3311-47a4-bb16-e4dc1ee997c7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02edd8f1-958d-4d25-8249-74980d1878f0, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02edd8f1-958d-4d25-8249-74980d1878f0, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760015673646077793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793576001567364607779357600156736460777935760015673646077793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02edd8f1-958d-4d25-8249-74980d1878f0, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2b6c778d-fbc2-431d-92ed-4439ff315a72, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b6c778d-fbc2-431d-92ed-4439ff315a72, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10093253569052066816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816100932535690520668161009325356905206681610093253569052066816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8ba854f-a218-4480-93f9-7ab2c7161844, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 35e21595-e8d3-4f3e-a437-804a35850cfc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e21595-e8d3-4f3e-a437-804a35850cfc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12238095964904601111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111122380959649046011111223809596490460111112238095964904601111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b6c778d-fbc2-431d-92ed-4439ff315a72, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bb426fb-410d-4fff-aa68-af82dd6d2c43, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb426fb-410d-4fff-aa68-af82dd6d2c43, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16149185906271811047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047161491859062718110471614918590627181104716149185906271811047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e21595-e8d3-4f3e-a437-804a35850cfc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7099ab43-74a6-4845-a606-55e55d00aa0f, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb426fb-410d-4fff-aa68-af82dd6d2c43, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6edc67eb-f727-4734-90f5-65574a534e47, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6edc67eb-f727-4734-90f5-65574a534e47, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16941756010020846543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543169417560100208465431694175601002084654316941756010020846543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7099ab43-74a6-4845-a606-55e55d00aa0f, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4044066161053234578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578404406616105323457840440661610532345784044066161053234578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6edc67eb-f727-4734-90f5-65574a534e47, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2ff7cd3-116a-4e18-97f9-f1989b7a18a7, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ff7cd3-116a-4e18-97f9-f1989b7a18a7, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445965462820265299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299144459654628202652991444596546282026529914445965462820265299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7099ab43-74a6-4845-a606-55e55d00aa0f, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 334c1efb-4c90-4b27-9d85-f91101b8f224, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334c1efb-4c90-4b27-9d85-f91101b8f224, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6161033199547301353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353616103319954730135361610331995473013536161033199547301353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ff7cd3-116a-4e18-97f9-f1989b7a18a7, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d3e9f1a-0942-4927-91f7-25c62695f268, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3e9f1a-0942-4927-91f7-25c62695f268, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13377825269345320970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970133778252693453209701337782526934532097013377825269345320970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334c1efb-4c90-4b27-9d85-f91101b8f224, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0468e370-7aa4-483b-9bdc-89878b7fdd14, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0468e370-7aa4-483b-9bdc-89878b7fdd14, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8002308359966489044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044800230835996648904480023083599664890448002308359966489044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3e9f1a-0942-4927-91f7-25c62695f268, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd0e4bb6-3486-4d0b-9c97-da812ae523d6, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0e4bb6-3486-4d0b-9c97-da812ae523d6, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7395922668240001425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425739592266824000142573959226682400014257395922668240001425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0468e370-7aa4-483b-9bdc-89878b7fdd14, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c0ca3854-af7f-4085-89d1-f2cd85cba03a, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ca3854-af7f-4085-89d1-f2cd85cba03a, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727033727740532385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385727033727740532385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ca3854-af7f-4085-89d1-f2cd85cba03a, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9bfb31f3-664f-4f47-83ee-d79fffa76bca, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfb31f3-664f-4f47-83ee-d79fffa76bca, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13488701606192313622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622134887016061923136221348870160619231362213488701606192313622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0e4bb6-3486-4d0b-9c97-da812ae523d6, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9e62d54e-967a-46a0-8dee-353d76e66a38, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e62d54e-967a-46a0-8dee-353d76e66a38, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3789765561075298205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205378976556107529820537897655610752982053789765561075298205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfb31f3-664f-4f47-83ee-d79fffa76bca, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 98491323-fcb5-491f-85b2-24a2357dbc0b, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98491323-fcb5-491f-85b2-24a2357dbc0b, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153759314306702387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387715375931430670238771537593143067023877153759314306702387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e62d54e-967a-46a0-8dee-353d76e66a38, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, feb2e3bb-f06b-43d0-afdb-200025c14ace, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb2e3bb-f06b-43d0-afdb-200025c14ace, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4655554769115183652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652465555476911518365246555547691151836524655554769115183652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98491323-fcb5-491f-85b2-24a2357dbc0b, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c4d69251-fcda-4df5-90bf-aa4a1f83756d, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb2e3bb-f06b-43d0-afdb-200025c14ace, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33960f4f-99a7-40a0-a06d-acbd295c0751, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33960f4f-99a7-40a0-a06d-acbd295c0751, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11344325951402342733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733113443259514023427331134432595140234273311344325951402342733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d69251-fcda-4df5-90bf-aa4a1f83756d, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12806007238173784413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413128060072381737844131280600723817378441312806007238173784413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33960f4f-99a7-40a0-a06d-acbd295c0751, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d69251-fcda-4df5-90bf-aa4a1f83756d, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fba1979a-25ec-4c60-b18f-5367015ef3d2, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba1979a-25ec-4c60-b18f-5367015ef3d2, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10759450579101998240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240107594505791019982401075945057910199824010759450579101998240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 579cddd7-5eed-4edf-a8ca-19912f5bd8ff, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579cddd7-5eed-4edf-a8ca-19912f5bd8ff, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9036838672092835971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971903683867209283597190368386720928359719036838672092835971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba1979a-25ec-4c60-b18f-5367015ef3d2, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ab9f6de8-4467-4c6a-a4c7-6ffc996206cc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9f6de8-4467-4c6a-a4c7-6ffc996206cc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3044617541856322073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073304461754185632207330446175418563220733044617541856322073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579cddd7-5eed-4edf-a8ca-19912f5bd8ff, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 302c5a18-36cd-4b43-af5e-2f41a4562d9c, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302c5a18-36cd-4b43-af5e-2f41a4562d9c, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=ODRmYWNkNDctYzkzZWJiNDktNWQ1ZDdiZDEtNWVhNDNkOWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11835792976700832756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756118357929767008327561183579297670083275611835792976700832756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9f6de8-4467-4c6a-a4c7-6ffc996206cc, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd2a02530>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 809d55d5-83e5-4d20-81d1-daf65f7678dc, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302c5a18-36cd-4b43-af5e-2f41a4562d9c, ghrun-gnft54blbu.auto.internal:25172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8f590348-1cde0e00-9b2555e9-489f0fc4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7bdbd29f7a70>
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01a49789-3261-4556-8e3d-1410941b7359, ghrun-gnft54blbu.auto.internal:25172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809d55d5-83e5-4d20-81d1-daf65f7678dc, ghrun-gnft54blbu.auto.internal:25172): request = { session_id: "ydb://session/3?node_id=50003&id=NDg3YjdkNDYtZGE2M2RjM2QtNDQ2ODM1NmItMmJlNjA4YjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5778571849084779398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398577857184908477939857785718490847793985778571849084779398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:13247/3
============================== slowest durations ===============================
281.72s call     test_encryption.py::TestEncryption::test_simple_encryption
154.21s teardown test_encryption.py::TestEncryption::test_simple_encryption
42.39s setup    test_encryption.py::TestEncryption::test_simple_encryption
=========================== short test summary info ============================
FAILED test_encryption.py::TestEncryption::test_simple_encryption - ydb.tests.library.harness.daemon.DaemonError: Daemon failed with message: Bad exit_code..
Process exit_code = 100.
Stdout file name: 
/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc shutdown warning: left infly: 2, spent: 3.269226 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 6.529718 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 9.781815 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 13.012024 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 16.369816 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 19.747742 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 23.185277 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 26.561532 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 29.874092 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 2, spent: 30.00568 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1538126==ERROR: LeakSanitizer: detected memory leaks

Too many leaks! Only the first 5000 leaks encountered will be reported.
Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034bebe02 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034bebe02 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034bebe02 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034bebe02 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034bebe02 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034bebe02 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034bebe02 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034bebe02 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034bebe02 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034bebd1c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034bebd1c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c15bab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c15bab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c15bab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c15bab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c15bab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c15bab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c15bab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c15bab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c15bab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c15bab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034bef66a 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 0x000034bef66a 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c15ba34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c15ba34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c15ba34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

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

Indirect leak of 270 byte(s) in 2 object(s) allocated from:
#0 0x00001f670bb4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
#1 0x00003436a820 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
#2 0x00003436a820 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
#3 0x000034466352 in grpc_core::Arena::AllocZone(unsigned long) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:108:18
#4 0x00003473dddb in Alloc /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:162:14
#5 0x00003473dddb in New<grpc_core::TimerState, grpc_deadline_state *&, grpc_core::Timestamp &> /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:172:28
#6 0x00003473dddb in start_timer_if_needed /-S/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc:131:30
#7 0x00003473dddb in recv_initial_metadata_ready(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/filters/deadline/deadline_filter.cc:300:3
#8 0x00003438b5ce in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#9 0x00003438b5ce in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#10 0x00003455e304 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#11 0x00003455e304 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#12 0x000034559ed8 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#13 0x00003457dc18 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#14 0x0000345386c8 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#15 0x000034c1e2ee in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
ERROR test_encryption.py::TestEncryption::test_simple_encryption - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = 100.
Stdout file name: 
/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, 0 sessions to shutdown
GRpc shutdown warning: left infly: 1, spent: 4.781338 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 8.098652 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.213089 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 14.360346 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 17.456711 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 20.569385 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 23.668492 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 26.859067 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.009088 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1515081==ERROR: LeakSanitizer: detected memory leaks

Too many leaks! Only the first 5000 leaks encountered will be reported.
Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034bebe02 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034bebe02 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034bebe02 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034bebe02 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034bebe02 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034bebe02 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034bebe02 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034bebe02 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034bebe02 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034bebd1c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034bebd1c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034bfaa7e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x0000418710b7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x000041862a34 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c15bab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c15bab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c15bab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c15bab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c15bab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c15bab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c15bab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c15bab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c15bab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c15bab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034bef66a 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 0x000034bef66a 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c15ba34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c15ba34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c15ba34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034bef67c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034bef67c 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 0x000034bef67c 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 0x00004186efaf 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 0x0000418626a1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003436e294 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00003436e294 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00003436e294 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00003436e294 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00003436e294 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00003436e294 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00003436e294 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00003436e294 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00003436e294 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00003436e294 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x00003436e294 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 0x00003436d062 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x00003436d062 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000034373580 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000343cf7c8 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 0x000034bfa3b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00004186c2ab 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 0x000041862112 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003436e1f2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00003436e1f2 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00003436e1f2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x00003436e1f2 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 0x00003436d062 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x00003436d062 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000034373580 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000343cf7c8 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 0x000034bfa3b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00004186c2ab 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 0x000041862112 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x000041852389 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000467fbdd9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000467fae30 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000467fae30 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x000022152c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x000022209e71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x000022213a64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x00002221301d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x00002221508e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f66e576 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 240 byte(s) in 3 object(s) allocated from:
#0 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00002224e306 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
#2 0x00002224e306 in NMonitoring::TDynamicCounters::GetSubgroup(TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>> const&) /-S/library/cpp/monlib/dynamic_counters/counters.cpp:137:19
#3 0x00004191e5eb in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
#4 0x00004190660a in NKikimr::NGRpcService::TYdbCounterBlock::FinishProcessing(unsigned int, unsigned int, bool, unsigned int, TDuration) /-S/ydb/core/grpc_services/counters/counters.cpp:232:49
#5 0x0000491227c9 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetFinishDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:495:20
#6 0x00004185a65c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#7 0x00004185a65c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#8 0x00004185a65c in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#9 0x00004185a65c in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#10 0x00004185a65c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#11 0x00004185a65c in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#12 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#13 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#14 0x000021dd424e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#15 0x000021dd47ac in Execute /-S/util/thread/factory.h:15:13
#16 0x000021dd47ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#17 0x00001f9d0df4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#18 0x00001f66e576 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 0x00001f6aaa5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000278e34a8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000278e34a8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000278e34a8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000278e34a8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000278e34a8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x0000278e34a8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x0000278e34a8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x0000278e34a8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x0000278e314f 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 0x0000278e1fa8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x000041916bda in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x000041916bda 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 0x000041916bda 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 0x000041916bda in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x000041916bda 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 0x00001f7422ef in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x000041904f7f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x000041904f7f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x000041904f7f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x00004afa1eb2 in NYdbGrpc::TGRpcRequestImpl<Ydb::Debug::TxProxyRequest, Ydb::Debug::TxProxyResponse, NKikimr::NGRpcService::TGRpcYdbDebugService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00004185a65c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00004185a65c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00004185a65c in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#24 0x00004185a65c in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#25 0x00004185a65c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00004185a65c in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#27 0x000021dd424e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
==================== 1 failed, 1 error in 482.67s (0:08:02) ====================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: .../tests/functional/encryption/ydb-tests-functional-encryption', '--basetemp', '/home/runner/.ya/build/build_root/n580/001a4d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/n580/001a4d', '--source-root', '/home/runner/.ya/build/build_root/n580/001a4d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/n580/001a4d/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/9985353571/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/n580/001a4d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/n580/001a4d/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/n580/001a4d', '--source-root', '/home/runner/.ya/build/build_root/n580/001a4d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/n580/001a4d/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/9985353571/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",), {})
